webMethods

webMethods

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

Create a SOAP-RPC message with xml as input

  • 1.  Create a SOAP-RPC message with xml as input

    Posted Wed June 17, 2009 09:47 PM

    Hi,
    We have a flow service which takes xml as input (xmlRequest). The input xmlRequest is a string. In the flow service I use xmlStringToNode. When I send the SOAP request with xml as input, I am getting an error “Parameters xmldata, $filestream and $filedata are all missing” . To make it work, I had to encode the xml, by converting the < to < and > to >.
    Is there any other way to make it work?
    Thanks
    -RS


    #webMethods
    #soa
    #API-Management