Deserialization error when running a test client

2002-10-15 Thread Adam, Jason C
,Jason Adam}, {State,CO}, {Breed,Appaloosa}, {Name,Pearl}, {Price,N

RE: Deserialization error when running a test client

2002-10-15 Thread Adam, Jason C
: Deserialization error when running a test client Jason, You will have better luck with Axis questions at [EMAIL PROTECTED] Scott Nichol - Original Message - From: Adam, Jason C [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, October 15, 2002 2:38 PM Subject: Deserialization error

Newbie installation problems

2001-11-29 Thread Adam
I am trying to get SOAP working with partial success on the following platform NT4 SP6a JDK 1.2 Apache 1.3 Tomcat 3.3 Xerces 1.4 Apache-Soap 2-2 The problem I am having is that when I point my browser to the MessageRouter URL I get the correct SOAP response from the server i.e about not

RE: Parameter Order?

2001-10-04 Thread Adam Lipscombe
AFAIK order is important. The first param to be added to the soap call on the client side is assumed by the server to be param 1 and passed to the target method as such. The second client param added is passed to the target method as param 2 etc. HTH - Adam -Original Message- From

How to handle faults ?

2001-07-18 Thread Adam Lipscombe
-ENV:Server.Application.DatabaseConnectionUnavailable DetailEntries= Is this way of handling errors correct? Any comments? Thanks - Adam

RE: Problems serializing a vector of user defined classes with BeanSerializer

2001-07-14 Thread Adam Lipscombe
for their properties, how should one specify the mapping? Thanks - Adam -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 13 July 2001 22:38 To: [EMAIL PROTECTED] Subject: Re: Problems serializing a vector of user defined classes with BeanSerializer Did

Problems serializing a vector of user defined classes with BeanSerializer

2001-07-13 Thread Adam Lipscombe
in advance - Adam

What is the meaning of this SOAP error message?

2001-07-09 Thread Adam Lipscombe
Folks, getting this error message: SoapCall failed , fault code = SOAP-ENV:Server, message = Exception from servic object: $Proxy2 Any ideas what it means? Thanks - Adam