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.


#TechXchangePresenter
 View Only
Expand all | Collapse all

Error when executing the webservice

  • 1.  Error when executing the webservice

    Posted Wed February 29, 2012 10:07 PM

    Hi All,

    I have an issue with webservices. I have provided a WSDL for a service. The WSDL is for SOAP-RPC protocol using RPC directive. I expect a simple XML string from my partner to be posted to my webservice, since its not SOAP-MSG, i have told him that he need no post a SOAP message with sOAP ENV and SOAP BODY to me. When he posts an XML to my webservice, he gets the following error message.

    SOAP-ENV:Fault
    SOAP-ENV:Client
    [ISS.0088.9125] SOAP request does not conform to the SOAP message model

    I dont understand why is my service expecting a SOAP message. I just have xmlStringToNode and xmlNodeToDocument. I dont have getBodyParts service.
    He is using soapUI utility to post messages. I checked my WSDL alo and in the input i see input type as string and not any.

    I though when we use SOAP-RPC we need not use SOAP message we can use XML string also to post messages.

    Appreciate!


    #webMethods
    #soa
    #API-Management


  • 2.  RE: Error when executing the webservice

    Posted Mon March 05, 2012 01:57 PM

    [B][FONT=Arial Narrow][SIZE=3][FONT=Arial Narrow][SIZE=3]

    [ISS.0088.9125] SOAP request does not conform to the SOAP message modelCause: [/b][/size][/font][/SIZE][/FONT][FONT=PalatinoLinotype-Roman][SIZE=3][FONT=PalatinoLinotype-Roman][SIZE=3]The SOAP message handler could not process the SOAP request because it violatesthe SOAP message schema (for example, it is missing the Body element or the Headerelement follows the body).

    [/size][/FONT][/SIZE][/FONT][B][FONT=Arial Narrow][SIZE=3][FONT=Arial Narrow][SIZE=3]

    Response: [/b][/size][/font][/SIZE][/FONT][FONT=PalatinoLinotype-Roman][SIZE=3][FONT=PalatinoLinotype-Roman][SIZE=3]On the client side, correct the logic that builds the message to ensure that it

    produces a valid SOAP message.[/size][/FONT][/SIZE][/FONT]For more details you can please Read the "

    SOAP_Developers_Guide.pdf

    "


    #soa
    #webMethods
    #API-Management


  • 3.  RE: Error when executing the webservice

    Posted Wed March 07, 2012 10:41 AM

    Check in your input wsdl file if you have commented any xsd namespace schema location


    #API-Management
    #soa
    #webMethods