Dear all,
I'm trying to implement a COM object written in VB as a SOAP Service.
I'm using jakarta-tomcat-3.2.2 and the Apache SOAP-2_2 implementation.
I want to access the Com Object with my java client. The java clients takes
a string as argument sends it to the COM object and the COM object
I've got my CLASSPATH set as follows:
set
CLASSPATH=%JARS%\xerces_12.jar;%JARS%\activation_101.jar;%JARS%\mail_12.jar;%JARS%\servlet_23.jar
And get a whole bunch of errors related to org.w3c.dom (see excerpt
below).
Running JDK 1.3.1 under NT4.
I believe this worked for SOAP 2.1.
What am I missi
Hi Scott,
Well, It looks like I found the cause of the parsing error. It looks like beta
1 of Tomcat 4.0 was the problem. The response beta 1 was sending back is bad,
thus the parser error on the client side.
Anyway, I downloaded beta 6 and it worked. The other platforms that I got soap
worki