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
I've seen something like that happen if you have multiple threads trying
to use the same Call object on the client side, which is not thread
safe.
-Peter
David Turner wrote:
>
> I've been battling with a "SOAPException-Parsing error" for quite some
> time now when trying to deploy a simple serv
I'm not sure its applicable to your problem, But I previously ran into
some HotSpot errors with Apache SOAP 2.2 that went away when I upgraded
to JDK 1.3.1-b24.
-Peter
[EMAIL PROTECTED] wrote:
>
> I am using a MS-SOAP client and Apache SOAP Java Web-Service. client is
> sending an XML-Stream to
JDBC.
(All pure Java)
I've also reported this to Sun's HotSpot group.
Any suggestions?
Thanks,
Peter Sylvester