Hi All,
I am getting following error while trying to call a wM web service from wM web service connector.
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="[URL="http://schemas.xmlsoap.org/soap/envelope/"]http://schemas.xmlsoap.org/soap/envelope/[/URL]" xmlns:xsi="[URL="http://www.w3.org/2001/XMLSchema-instance"]http://www.w3.org/2001/XMLSchema-instance[/URL]" xmlns:xsd="[URL="http://www.w3.org/2001/XMLSchema"]http://www.w3.org/2001/XMLSchema[/URL]">
<SOAP-ENV:Body>
<SOAP-ENV:Fault>
<faultcode>SOAP\-ENV:Client</faultcode>
<faultstring>[ISS.0088.9112] An Exception was thrown in the server</faultstring>
<faultactor>http://<server name>:<port>/soap</faultactor>
<detail xmlns:webM="[URL="http://www.webMethods.com/2001/10/soap/encoding"]http://www.webMethods.com/2001/10/soap/encoding[/URL]">
<webM:exception>
<webM:className>java.lang.NoSuchMethodError</webM:className>
<webM:message xml:lang="">javax.xml.soap.SOAPMessage.getSOAPBody()Ljavax/xml/soap/SOAPBody;</webM:message>
<webM:stackTrace xml:lang="">java.lang.NoSuchMethodError: javax.xml.soap.SOAPMessage.getSOAPBody()Ljavax/xml/soap/SOAPBody; at com.webmethods.fabric.integration.is.SnetHTTPSOAPHandler.getServicenetHandler(SnetHTTPSOAPHandler.java:964) at com.webmethods.fabric.integration.is.SnetHTTPSOAPHandler.handleSOAPRequest(SnetHTTPSOAPHandler.java:806) at com.webmethods.fabric.integration.is.SnetHTTPSOAPHandler._process(SnetHTTPSOAPHandler.java:404) at com.webmethods.fabric.integration.is.SnetHTTPSOAPHandler.process(SnetHTTPSOAPHandler.java:209) at com.wm.app.b2b.server.Dispatch.run(Dispatch.java:298) at com.wm.util.pool.PooledThread.run(PooledThread.java:105) at java.lang.Thread.run(Thread.java:534)</webM:stackTrace>
</webM:exception>
</detail>
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Timely help will be appreciated
Thanks in advance
Regards
nshvr