WSD provider

Hi ,

I have created WSD provide for IS service which is having string as input(7.1.2) and i am trying to pass a string of large size.
I am getting the below error:

java.lang.ArrayIndexOutOfBoundsException: Array index out of range: -1
Could not open session to host ‘3.209.45.103:5555’.


Can you suggest how to pass an xml data to WSD provider service and what Datatype i need to take as input.

Thanks,
Nandini,K

Is it working for small string?

Hi,

Thanks for quick response.
Yes its working for small string like “hello”.

But when i given some some xml data its not working.

below are steps i am using in flowservice.
pub.xml.xmlStringToXMLNode
pub.xml.xmlNodeToDocument
pub.xml.documentToXMLString

Thanks,
Nandini.K

Hi,

Seems problem is with your flow service not with WSD.I would suggest if you can save/restore pipeline and try to debug if flow servise is getting failed in any any of below steps.
pub.xml.xmlStringToXMLNode
pub.xml.xmlNodeToDocument
pub.xml.documentToXMLString

Thanks!

See the field length in dictionary/schema of document that you have provided in xmlNodeToDocument service.

Thanks!