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.  SOAP response error: [ISS.0088.9133]

    Posted Fri June 11, 2010 09:39 PM

    Hi,

    I created a provider web service descriptor from an IS flow service. Then, I try to run this using the SOAP Ui tool; where I specify the WSDL URL(from the provider descriptor), and input the SOAP message.

    I get an error [ISS.0088.9133] Error while encoding RPC output.Here’s the SOAP-Fault:

    SOAP-ENV:Fault
    SOAP-ENV:Code
    SOAP-ENV:ValueSOAP-ENV:Sender</SOAP-ENV:Value>
    </SOAP-ENV:Code>
    SOAP-ENV:Reason
    <SOAP-ENV:Text xml:lang=“”>[ISS.0088.9133] Error while encoding RPC output</SOAP-ENV:Text>
    </SOAP-ENV:Reason>
    SOAP-ENV:Rolehttp://localhost:5555/ws/SLFCAIndCXAML.webServices:UpdatePendingAMLMessage_WS</SOAP-ENV:Role>
    <SOAP-ENV:Detail xmlns:webM=“[URL]API Integration Platform | Software AG”>
    webM:exception
    webM:classNamejava.lang.NullPointerException</webM:className>
    <webM:message xml:lang=“”/>
    </webM:exception>
    </SOAP-ENV:Detail>
    </SOAP-ENV:Fault>

    Could anyone please help me out to eliminate this error?

    Thanks and Regards
    Nishant


    #API-Management
    #webMethods
    #soa


  • 2.  RE: SOAP response error: [ISS.0088.9133]

    Posted Mon June 14, 2010 09:00 PM

    Check the error log for a stacktrace in the NPE, this will help you to understand why.

    The provider executes a flow service, and that service is giving the exception.

    What about if you execute the flow service with same input data? Does it run?


    #API-Management
    #webMethods
    #soa


  • 3.  RE: SOAP response error: [ISS.0088.9133]

    Posted Mon June 14, 2010 09:48 PM

    Yes, this flow service runs fine when I input the same data…


    #soa
    #webMethods
    #API-Management


  • 4.  RE: SOAP response error: [ISS.0088.9133]

    Posted Tue June 15, 2010 12:00 AM

    Then navigate to IS extended settings, and place:

    watt.server.SoapRPC.checkHeaders=true
    watt.server.SoapRPC.debug=true
    watt.server.SoapRPC.trace=true
    watt.server.SoapRPC.verbose=true

    Restart IS, force the error and check log. You should get proper hints.


    #webMethods
    #soa
    #API-Management