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.9135] A WMDocument Exception while calling pub client http

  • 1.  [ISS.0088.9135] A WMDocument Exception while calling pub client http

    Posted Wed April 16, 2014 07:00 AM

    i m able to get the resonse successfully in SOAPUI.but if i try to ivoke the same webeservice URL in pub client http service getting the below error

    [ISS.0088.9135] A WMDocument Exception was thrown in the server, usually because an XML block was not well-formed

    any one pls help


    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services


  • 2.  RE: [ISS.0088.9135] A WMDocument Exception while calling pub client http

    Posted Wed April 16, 2014 11:43 AM

    What is your IS version on?

    Please check the below article and resolution:

    Consumer webservice:
    In 8.2 we get a weird error like below:

    [ISS.0088.9135] A WMDocument Exception was thrown in the server, usually because an XML block was not well-formed.

    Resolution:

    Customer installed the latest fix and it resolved the issue.

    IS_8.2_SP2_Core_Fix8

    Other resolution is re-generate the web service connector and try it:

    HTH,
    RMG


    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services


  • 3.  RE: [ISS.0088.9135] A WMDocument Exception while calling pub client http

    Posted Wed April 16, 2014 12:03 PM

    we are using the IS version 7.1.2.pls help the wellformed xml format appliable for this version


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB


  • 4.  RE: [ISS.0088.9135] A WMDocument Exception while calling pub client http

    Posted Wed April 16, 2014 01:02 PM

    Hi,

    [ISS.0088.9135] A WMDocument Exception was thrown in the server, usually because an XML block was not well-formed

    Check if your XML block is well formed.

    Have a look at the webMethods Integration Server 7.X Readme or webMethods Integration Server 8.X SP2 Readme And then we can try installing the fix level if required.


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods


  • 5.  RE: [ISS.0088.9135] A WMDocument Exception while calling pub client http

    Posted Wed April 16, 2014 02:54 PM

    Can you try

    Other resolution is re-generate the web service connector and should resolve?

    HTH,
    RMG


    #Integration-Server-and-ESB
    #webMethods
    #Flow-and-Java-services


  • 6.  RE: [ISS.0088.9135] A WMDocument Exception while calling pub client http

    Posted Wed April 16, 2014 04:45 PM

    actually the problem here is with the wsdl URL i given

    i just copied and pasted the WSDL url from the provider/consumer properties

    to pub client http like below

    http://SAKTHI-PC:5555/ws/Default:Provider1?WSDL

    but the error in webMethods returning is wmDocument exception,xml is not welformed
    so i m only focusing on the error and also input xml may be wrong

    i just changed the wsdl URL to below
    http://SAKTHI-PC:5555/ws/Default:Provider1

    i am able to get the soap response now.thanks guys for your support


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB


  • 7.  RE: [ISS.0088.9135] A WMDocument Exception while calling pub client http

    Posted Wed April 16, 2014 05:23 PM

    OK make sense now with the URL correction as I Initially thought the culprit

    HTH,
    RMG


    #Flow-and-Java-services
    #Integration-Server-and-ESB
    #webMethods


  • 8.  RE: [ISS.0088.9135] A WMDocument Exception while calling pub client http

    Posted Thu April 17, 2014 03:07 AM


  • 9.  RE: [ISS.0088.9135] A WMDocument Exception while calling pub client http

    Posted Thu April 17, 2014 07:59 AM

    The two types of the URL mentioned by Sakthi have different purposes:

    The URL ending with “?WSDL” is for retrieving the WSDL from IS, which can be used by consumer to generate service from it (as SoapUI do).

    The URL without “?WSDL” is used to call the WebService on IS (SoapUI handles this upon generating the request sample from the WSDL).

    Regards,
    Holger


    #Integration-Server-and-ESB
    #webMethods
    #Flow-and-Java-services


  • 10.  RE: [ISS.0088.9135] A WMDocument Exception while calling pub client http

    Posted Tue July 29, 2014 11:00 AM

    I’m facing the same issue. I tried recreating the connector(provider) but no help…

    Details -

    I’m exposing a webService provider. When customer calls this provider service, they are getting below error -

    <SOAP-ENV:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema (http://www.w3.org/2001/XMLSchema)" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance (http://www.w3.org/2001/XMLSchema-instance)" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/ (http://schemas.xmlsoap.org/soap/envelope/)">
    <SOAP-ENV:Header/><SOAP-ENV:Body>
    <SOAP-ENV:Fault>
    <faultcode>SOAP-ENV:Client</faultcode>
    <faultstring>[ISS.0088.9134] Exception occurred while processing the body of the message</faultstring>
    <faultactor>https://<server>:<port>/ws/folder:service (https://<server>:<port>/ws/folder:service)</faultactor>
    <detail>[ISS.0088.9135] A WMDocument Exception was thrown in the server, usually because an XML block was not well-formed</detail>
    </SOAP-ENV:Fault>
    </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>

    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods


  • 11.  RE: [ISS.0088.9135] A WMDocument Exception while calling pub client http

    Posted Tue July 29, 2014 05:40 PM

    What do you see in the IS logs during this error occurs or SOAP request in your service pipeline?

    HTHm
    RMG


    #Integration-Server-and-ESB
    #webMethods
    #Flow-and-Java-services


  • 12.  RE: [ISS.0088.9135] A WMDocument Exception while calling pub client http

    Posted Wed July 30, 2014 01:11 AM

    you are right. Issue is with the request.

    For fellow members my
    debugging steps -

    1. As the error is occurring before the request enters into the service, i managed to get the same request over mail.

    2. To my surprise it is just the xml without the soap framework. (Http call with only xml). Hmmm… That’s against the requirement.

    3. To confirm the source of error, I have passed this request to wmpublic service ‘stringToSOAPdata’. I got the same error.

    4. Now asked my customer to wrap this xml in the soap body and also to add the soap headers.

    5. Now it’s all good!!

    Thanks


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods


  • 13.  RE: [ISS.0088.9135] A WMDocument Exception while calling pub client http

    Posted Wed July 30, 2014 11:43 AM

    Glad to hear issue resolved as expected:


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB