You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by Adrian Noriega <an...@aduanet.gob.pe> on 2002/08/16 21:53:35 UTC

SOAP 2.3 in WebSphere 3.5

Hello:



I am trying to deploy a service jdom with apache soap 2.3 in WebSphere 3.5 .

The error I'm getting when I do

C:\ws\java>java org.apache.soap.server.ServiceManagerClient
http://www.desweb.com/servlet/rpcrouter deploy DeploymentConsul2.xml
Exception in thread "main" [SOAPException: faultCode=SOAP-ENV:Client;
msg=Parsin
g error, response was:
Se esperaba "</init>" para cerrar el elemento que empieza en la lÝnea 6.;
target
Exception=org.xml.sax.SAXParseException: Se esperaba "</init>" para cerrar
el el
emento que empieza en la lÝnea 6.]
        at org.apache.soap.rpc.Call.invoke(Call.java:250)
        at
org.apache.soap.server.ServiceManagerClient.invokeMethod(ServiceManag
erClient.java:129)
        at
org.apache.soap.server.ServiceManagerClient.deploy(ServiceManagerClie
nt.java:142)
        at
org.apache.soap.server.ServiceManagerClient.main(ServiceManagerClient
.java:230)

Xml call:
<?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/1999/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/1999/XMLSchema">
<SOAP-ENV:Body>
<ns1:list xmlns:ns1="urn:xml-soap-service-management-service"
SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
</ns1:list>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>


Xml response:
<?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="http://www.w3.org/2001/XMLSchema">
<SOAP-ENV:Body>
<SOAP-ENV:Fault>
<faultcode>SOAP-ENV:Server.Exception:</faultcode>
<faultstring>org.apache.xerces.dom.NodeImpl: method
<init>(Lorg/apache/xerces/dom/DocumentImpl;)V not found</faultstring>
<faultactor>/servlet/rpcrouter</faultactor>
</SOAP-ENV:Fault>

</SOAP-ENV:Body>
</SOAP-ENV:Envelope>


</SOAP-ENV:Body>
</SOAP-ENV:Envelope>



Thanks in advance.

Adrian