Hi,
I have one issue while calling an external webservice, soapHttp service failing with below exception ( we are on IS7.1.1)
This service used to work fine until yesterday, then it started throwing the above exception when our external client moved from weblogic 8.x to weblogic 10
But remaining all webservice calls to this particular client works fine with both the above mentioned weblogic versions.
Err msg:
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV=“http://schemas.xmlsoap.org/soap/envelope/”
xmlns:xsi=“http://www.w3.org/2001/XMLSchema-instance”
xmlns:xsd=“XML Schema”>
SOAP-ENV:Body
SOAP-ENV:Fault
SOAP-ENV:Server
[ISS.0088.9135] A WMDocument Exception was thrown in the server, usually because an XML block was not well-formed
http://schemas.xmlsoap.org/soap/actor/next
webM:serviceStackTrace
webM:javapub.soap.utils:streamToSoapData</webM:java>
webM:flowpub.client:soapHTTP</webM:flow>
webM:javawm.server.flow:stepFlow</webM:java>
</webM:serviceStackTrace>
webM:exception
webM:classNamejavax.xml.soap.SOAPException</webM:className>
<webM:message xml:lang=“”>[ISS.0088.9135] A WMDocument Exception was thrown in the server, usually because an XML block was not well-formed</webM:message>
<webM:stackTrace xml:lang=“”>javax.xml.soap.SOAPException: [ISS.0088.9135] A WMDocument Exception was thrown in the server, usually because an XML block was not well-formed
at com.wm.app.b2b.server.saaj.MessageFactory.createMessage(MessageFactory.java:55)
at pub.soap.utils.streamToSoapData(utils.java:984)
What I did:
-
I called both webLogic 8 and 10 from soapUI…in both cases they returned same response message ( I did file comparison …they are indentical)
-
I took the response from soapUI( response from webLogic10)…and in webMethods developer (IS711) –
–stringToStream
–streamToSoapData
–getBody
–NodeToDocument
It worked fine for the same response message
-
I called both weblogic 8/10 from IS6.5… it worked fine
Is there anything I am missing? Any suggestion is much appreciated
Thanks,
yarkar
#soa#webMethods#API-Management