Hello,
I am trying to call an externally hosted (outside IS6.5) web service. I created WS using the web service connector and the wsdl. When I run this service the soap fault is retured with below message…
org.xml.sax.SAXException: SimpleDeserializer encountered a child element, which is NOT expected, in something it was trying to deserialize.
AND
org.xml.sax.SAXParseException: The processing instruction target matching “[xX][mM][lL]” is not allowed.
The external web service takes string input and I pass below xml to it…
<?xml version="1.0" encoding="UTF-8"?>
RequestStart
some unique id
true
The above xml string is inside the soap-body while sending...
Also the the external web service is using SOAP-MSG protocol...
Any ideas why is the soapfault...? thanks for any reply...
Bipin
#webMethods#soa#API-Management