RE: Questions on new SOAP services

2002-07-22 Thread Chris Francis
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

RE: Confusing issue on Maps

2002-07-01 Thread Chris Francis
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

RE: Heavy loads on SOAP RPC

2002-04-22 Thread Chris Francis
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

RE: testing both client and server for soap

2001-11-28 Thread Chris Francis
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

RE: ServiceManagerClient Problem

2001-07-02 Thread Chris Francis
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

RE: Transfer a class file within a SOAP response

2001-06-28 Thread Chris Francis
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