IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  WSD provider

    Posted Wed March 31, 2010 01:27 PM

    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


    #API-Management
    #webMethods
    #soa


  • 2.  RE: WSD provider

    Posted Wed March 31, 2010 02:04 PM

    Is it working for small string?


    #API-Management
    #webMethods
    #soa


  • 3.  RE: WSD provider

    Posted Wed March 31, 2010 02:31 PM

    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


    #webMethods
    #API-Management
    #soa


  • 4.  RE: WSD provider

    Posted Wed March 31, 2010 04:00 PM

    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!


    #webMethods
    #soa
    #API-Management


  • 5.  RE: WSD provider

    Posted Fri April 02, 2010 01:15 PM

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

    Thanks!


    #API-Management
    #soa
    #webMethods