You can also set the directory in which deployedservices.ds is found by
setting up a soapconfig.xml file as follows:
(maybe this was the file you were thinking of below?
> - From the source code I found that the list is stored as "myconfig.xml"
> but I could not fi
Not quite, if the type is a Map then a new
Hashtable is created with the maps contents.
This hashtable is then serialized.
At least this is what happened in 2.2.
-Original Message-
From: Niclas Hedhman [mailto:[EMAIL PROTECTED]]
Sent: 01 July 2002 06:21
To: [EMAIL PROTECTED]
Subject: Con
Could it be your servlet container?
-Original Message-
From: Tiago Fernandes Thomaz [mailto:[EMAIL PROTECTED]]
Sent: 22 April 2002 10:59
To: '[EMAIL PROTECTED]'
Subject: Heavy loads on SOAP RPC
Hi,
I'm facing some trouble concerning heavy loads on soap rpc.
I coded a soap client that s
It's the perennial classpath problem, make sure you have Xerces on the
classpath
before the other XML parser that your servlet container wants to use.
-Original Message-
From: Rino Srivastava [mailto:[EMAIL PROTECTED]]
Sent: 27 November 2001 16:03
To: '[EMAIL PROTECTED]'
Subject: RE:te
It doesn't sound like an XML parser problem. I think that, as
you suggested there is a problem with a non-xml message being
picked up. A problem with the service code and an exception not
being handled instead of a standard soap response or soap error
would cause this.
I would try to debug the
Maybe base64 encode it first?
-Original Message-
From: Ralf Bierig [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 28, 2001 14:01 PM
To: SOAP Mailing List SOAP Mailing List
Subject: Transfer a class file within a SOAP response
How can I transfer a Java Class file within a SOAP
response