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.  Web service provider response issue

    Posted Fri March 28, 2014 05:13 PM

    Hi Guys

    I Have created a web service provider and I have called it through the Soap UI tool.

    I am receiving the request document successfully to web methods integration server and invoking the service and completing the service successfully.

    But I am not getting correct response in the soap UI tool.

    This is the response:

    <SOAP-ENV:Envelope xmlns:SOAP-ENV=“http://schemas.xmlsoap.org/soap/envelope/” xmlns:xsi=“http://www.w3.org/2001/XMLSchema-instance” xmlns:xsd=“XML Schema”>
    SOAP-ENV:Body
    SOAP-ENV:Fault
    SOAP-ENV:Client
    [ISS.0088.9133] Error while encoding RPC output
    http://**************************************

    webM:exception
    webM:classNamecom.wm.soap.coder.SoapCoderRuntimeException</webM:className>
    <webM:message xml:lang=“”>[ISC.0076.9231] Document/Literal Coder: encoding error; cant add SOAP Body Element to SOAP Message</webM:message>
    </webM:exception>

    </SOAP-ENV:Fault>
    </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>

    Can you please help me out.

    Regards
    Sandeep


    #soa
    #API-Management
    #webMethods


  • 2.  RE: Web service provider response issue

    Posted Fri March 28, 2014 06:06 PM

    make sure the service only return the parameters it supposed to.
    you can call pub.flow:clearPipeline at the end of the service, just keep the ones you want.


    #soa
    #API-Management
    #webMethods


  • 3.  RE: Web service provider response issue

    Posted Wed April 09, 2014 01:32 PM

    Pl. check the input and output signature with actual Input that is recived by IS from SOAP UI and actual response produced by IS to SOAP UI

    There should be some mismatch most likely


    #soa
    #webMethods
    #API-Management