WSDL SOAP Analyzer
Posted: Mon Jun 05, 2006 7:20 pm
I get
org.apache.commons.httpclient.HttpException :
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instan ... ody><Fault xmlns="http://schemas.xmlsoap.org/soap/envelope/"><faultcode xmlns="">Server.generalException</faultcode><faultstring xmlns=""><![CDATA[org.xml.sax.SAXException: WSWS3084E: Error: SimpleDeserializer encountered a child element, which is NOT expected, in something it was trying to deserialize.]]></faultstring><detail xmlns=""/></Fault></soapenv:Body></soapenv:Envelope>
trying to use the SOAP analyzer against a web service. From the exception it appears that this is occurring locally but I can't be sure. Is this a known problem in OxygenXML? I can successfully access this service in other tools (Lombardi Teamworks, for instance).
org.apache.commons.httpclient.HttpException :
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instan ... ody><Fault xmlns="http://schemas.xmlsoap.org/soap/envelope/"><faultcode xmlns="">Server.generalException</faultcode><faultstring xmlns=""><![CDATA[org.xml.sax.SAXException: WSWS3084E: Error: SimpleDeserializer encountered a child element, which is NOT expected, in something it was trying to deserialize.]]></faultstring><detail xmlns=""/></Fault></soapenv:Body></soapenv:Envelope>
trying to use the SOAP analyzer against a web service. From the exception it appears that this is occurring locally but I can't be sure. Is this a known problem in OxygenXML? I can successfully access this service in other tools (Lombardi Teamworks, for instance).