[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.
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>