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
Expand all | Collapse all

How to send an xml as input in a provider webservice ?

  • 1.  How to send an xml as input in a provider webservice ?

    Posted Fri December 23, 2011 11:31 AM

    Hi all,

    I am not able to send an xml as input in my provider webservice.
    When i pass normal string ,it gives me response.
    On passing xml as input,no response is coming.

    How to handle this ?
    Any thing additional setup required in IS to send xml in webservice ?


    #API-Management
    #webMethods
    #soa


  • 2.  RE: How to send an xml as input in a provider webservice ?

    Posted Thu December 29, 2011 04:29 PM

    try to do html encoding of your xml sting before putting into the service.
    since SOAP is using xml, any content you carry need to be html encoded, otherwise, it will confuse the soap parser.


    #API-Management
    #webMethods
    #soa