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 Message Coder cannot encode output data

    Posted Mon August 16, 2004 09:53 PM

    Hi everyone,

    We are getting this problem on our production system. When one of our partner tries to execute our webservices they get the error shown below but in further retry they get results successfully. If anyone of you had same problem, let me know what is this all about.

    <detail><webm:exception><webm:classname>com.wm.soap.coder.SoapCoderRuntimeException</webm:classname><webm:message>[ISC.0076.9211] SOAP Message Coder cannot encode output data; pipeline does not match output signature, required variable outputXML is missing</webm:message></webm:exception></detail>


    #API-Management
    #webMethods
    #soa


  • 2.  RE: SOAP Message Coder cannot encode output data

    Posted Mon August 16, 2004 10:18 PM

    Haroon,

    The error reason could be that your partner is not sending you the correct XML response as expected when invoking your webserviceConnector service which internally checks the specified targetOutputSignature in SOAP-RPC service.

    Please make sure both are in sync regarding the output signature and using as per your WSDL document definition.

    HTH,
    RMG


    #soa
    #webMethods
    #API-Management


  • 3.  RE: SOAP Message Coder cannot encode output data

    Posted Tue August 17, 2004 08:17 PM

    Hi RMG,

    As i already mentioned in the post that in subsequent retry it works fine so there is no point in checking the signatures.

    Rgrds,

    Haroon Bhatti


    #API-Management
    #webMethods
    #soa


  • 4.  RE: SOAP Message Coder cannot encode output data

    Posted Tue August 17, 2004 08:35 PM

    You mean retry is for the same errored document or posting a new document?If it is a new document then it might be coming with different structure.


    #soa
    #webMethods
    #API-Management


  • 5.  RE: SOAP Message Coder cannot encode output data

    Posted Tue August 17, 2004 10:32 PM

    Yes they retried same document again. Actually they have a process at their end that handles this retry mechanism.


    #webMethods
    #soa
    #API-Management


  • 6.  RE: SOAP Message Coder cannot encode output data

    Posted Fri September 11, 2009 07:04 AM

    Hi,

    We had similar issue and we had to unregister and register the default soap processor to resolve it.


    #API-Management
    #soa
    #webMethods