You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@xml.apache.org by Jeremy Boyd <jb...@docmagic.com> on 2000/10/26 01:05:06 UTC

using iPlanet with soap

I am having trouble running the examples on iPlanet 4.1.  Any help would be
appreciated.

Here is what it looks like:
CLASSSPATH="/usr/iplanet/plugins/samples/servlets/beans.10/SDKBeans10.jar:/u
sr/iplanet/plugins/samples/servlets/beans/SDKBeans.jar:/usr/iplanet/bin/http
s/jar/Bugbase.jar:/usr/iplanet/bin/https/jar/Calljsac.jar:/usr/xerces-1_1_3/
xerces.jar:/usr/soap-2_0/lib/soap.jar:/usr/soap-2_0/samples:/usr/iplanet/jar
s/signio.jar:/usr/iplanet/jars/asjava.zip:/usr/iplanet/jars/asjava_p.zip:/us
r/iplanet/jars/ecs-1.3.3.jar:/usr/iplanet/jars/jce1_2-do.jar"

When I try to deploy... Here is the error I get.
[root@soap addressbook]# java org.apache.soap.server.ServiceManagerClient
http://soap.docmagic.com:80/soap/servlet/rpcrouter deploy
DeploymentDescriptor.xml
Exception in thread "main" 
[SOAPException: faultCode=SOAP-ENV:Client; msg=Root element of a SOAP
message must be: 'http://schemas.xmlsoap.org/soap/envelope/:Envelope'.; 
targetException=java.lang.IllegalArgumentException: Root element of a SOAP
message must be: 'http://schemas.xmlsoap.org/soap/envelope/:Envelope'.]
        at org.apache.soap.rpc.Call.invoke(Call.java:181)
        at
org.apache.soap.server.ServiceManagerClient.invokeMethod(ServiceManagerClien
t.java:110)
        at
org.apache.soap.server.ServiceManagerClient.deploy(ServiceManagerClient.java
:123)
        at
org.apache.soap.server.ServiceManagerClient.main(ServiceManagerClient.java:1
88)

Can anyone see what I am doing wrong?


Thanks,
Jeremy