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

[ISS.0088.9119] SOAP Processor did NOT return a valid SOAP Response

  • 1.  [ISS.0088.9119] SOAP Processor did NOT return a valid SOAP Response

    Posted Wed May 17, 2006 01:46 AM

    Hi All,

    I am Srikanth . Nice to be on wMUsers discussion forum with you all.

    am facing the following error - “ISS.0088.9119 + SOAP Processor did NOT return a valid SOAP Response” when i tried to invoke a webMethods webService using .NET webReference client.
    Have checked the document type being returned as response to .NET webReference client from webMethods IS flow service. It looks fine.
    am still not getting resolution for this. Could any one please let me know what can be various possible reasons for this error

    Thank you in advance
    Srikanth


    #webMethods
    #soa
    #API-Management


  • 2.  RE: [ISS.0088.9119] SOAP Processor did NOT return a valid SOAP Response

    Posted Thu May 18, 2006 04:59 AM

    Are you using soap-rpc or document/literal (soap-msg)?

    Mark


    #API-Management
    #webMethods
    #soa


  • 3.  RE: [ISS.0088.9119] SOAP Processor did NOT return a valid SOAP Response

    Posted Thu May 18, 2006 07:07 AM

    am using SOAP-MSG protocol

    Thank you
    Srikanth


    #soa
    #API-Management
    #webMethods


  • 4.  RE: [ISS.0088.9119] SOAP Processor did NOT return a valid SOAP Response

    Posted Thu May 18, 2006 03:45 PM

    OK, then it sounds like the soap wrapper service you created (you did create one, right?) is not returning a soapResponseData object containing a valid soap message.

    Your wrapper service accepts a soapRequestData object, extracts the body, convertst the body to a document, invokes your “wrapped” service and then converts the results of that service into a soap document.

    If you miss any of those steps, you can’t invoke your Flow or Java service with a document/literal soap message.

    See the sticky post in this forum for document / literal steps and example.

    Mark


    #soa
    #webMethods
    #API-Management