Problems with Upgrade from SOAP 2.1 to 2.2: strange error

2001-10-30 Thread Alexander Schatten
I installed SOAP 2.2 using Apache Tomcat 3 then I tried to list and deploy services as I did it using soap 2.1: java org.apache.soap.server.ServiceManagerClient http://localhost:8080/soap/servlet/rpcrouter list to list or java org.apache.soap.server.ServiceManagerClient

Re: Problems with Upgrade from SOAP 2.1 to 2.2: strange error

2001-10-30 Thread greyson . smith
The last time I had this problem, it was because of a classpath problem with Tomcat. In my case, Xerces wasn't listed as the first class in the classpath. Hope it is that easy for you.

Re: Problems with Upgrade from SOAP 2.1 to 2.2: strange error

2001-10-30 Thread Pae Choi
Tell me about it. It gets worse if you use Cocoon. More worse thing is that they excuse themselves by saying, Welcome to the blooding edge of the open source project when someone raise this issue to them. :-) Pae [EMAIL PROTECTED] wrote: The last time I had this problem, it was because