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 Eric Anderson <er...@ultracode.com> on 2000/06/23 20:57:46 UTC

Re: Linux SOAP problem

Unfortunately I can't offer a clue, but if it would help you or anyone else I have a stand-alone program to manage deployments.  You have to run it from wherever
the ServiceManager keeps it's serialized deployment data on the server.  The program allows you to add/delete/list services, just like the .jsp interface does.

Cheers,
Eric
-------------------------------------------
gphan@webjuice.com wrote:

> I've been banging my head against this problem for the past couple days and wanted
> to see if you guys have hit it:
>
> I've tried both the IBM and the apache version, I've tried 3 different JDKs (IBM 1.3, Sun 1.2.2, Sun 1.3)
> with no luck.
>
> I do something like this:
>
> java org.apache.soap.server.ServiceManagerClient http://0:2020/xml-soap/rpcrouter/rpcrouter.jsp deploy samples/addressbook/DeploymentDescriptor.xml
>
> and using the redirector i see this:
> POST /xml-soap/rpcrouter/rpcrouter.jsp HTTP/1.0
> Host: 0:2020
> Content-Type: text/xml
> Content-Length: 2473
> SOAPAction: ""
>
> <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:deploy xmlns:ns1="urn:ibm-soap-service-management-service" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
> ...
> </ns1:deploy>
> </SOAP-ENV:Body>
> </SOAP-ENV:Envelope>
>
> as the request as expected, but only get this as the response:
>
> HTTP/1.0 200 OK
> Date: Fri, 23 Jun 2000 19:41:23 GMT
>
> This happens with any SOAP call.
>
> None of the logs indicate that anything is wrong:
> <JASPER_LOG> Fri Jun 23 12:41:23 PDT 2000            ServletPath: /rpcrouter/rpcrouter.jsp</JASPER_L
> OG>
> <JASPER_LOG> Fri Jun 23 12:41:23 PDT 2000               PathInfo: null</JASPER_LOG>
> <JASPER_LOG> Fri Jun 23 12:41:23 PDT 2000               RealPath: /home/gphan/src/java/xml-soap/java
> /webapps/rpcrouter/rpcrouter.jsp</JASPER_LOG>
> <JASPER_LOG> Fri Jun 23 12:41:23 PDT 2000             RequestURI: /xml-soap/rpcrouter/rpcrouter.jsp<
> /JASPER_LOG>
> <JASPER_LOG> Fri Jun 23 12:41:23 PDT 2000            QueryString: null</JASPER_LOG>
> <JASPER_LOG> Fri Jun 23 12:41:23 PDT 2000         Request Params: </JASPER_LOG>
> <JASPER_LOG> Fri Jun 23 12:41:23 PDT 2000 Classpath according to the init parameter is: </JASPER_LOG>
>
> Tomcat classpath:
> Using classpath: /home/gphan/src/java/xerces-1_0_4/xerces.jar:/home/gphan/src/java/xml-soap/java:/home/gphan/src/java/xml-soap/java/build/lib/soap.jar:.:/home/gphan/src/java/jakarta-tomcat/lib/ant.jar:/home/gphan/src/java/jakarta-tomcat/lib/jasper.jar:/home/gphan/src/java/jakarta-tomcat/lib/servlet.jar:/home/gphan/src/java/jakarta-tomcat/lib/test:/home/gphan/src/java/jakarta-tomcat/lib/webserver.jar:/home/gphan/src/java/jakarta-tomcat/lib/xml.jar:/usr/java/jdk1.3/lib/tools.jar:.