Parul Joshi/IS/Expeditors is out of the office.

2004-05-12 Thread Parul . Joshi
I will be out of the office starting 05/12/2004 and will not return until 05/25/2004. I will respond to your message when I return.

Parul Joshi/IS/Expeditors is out of the office.

2004-04-09 Thread Parul . Joshi
I will be out of the office starting 04/09/2004 and will not return until 04/21/2004. I will respond to your message when I return.

To Bill Heizeq

2004-02-26 Thread Parul . Joshi
Hi Bill, I saw your post regarding received SOAP response in which a complexType contains arrays of complex type. You gave an example and said that all you need is to have setters and getters in the complex type. something like public PhoneInfo getPhoneItem(int i) { return phoneItem[i]; } and

Re: FW: No deserializer defined for array type

2004-02-24 Thread Parul . Joshi
If I understand you right, then I have to register type mapping for the complex type and also the array of the complex type. But the problem that I have is that the QName is the same for all the arrays each of a different complex types. So ends up happening is that if I register an Array of

Re: No serializer found for class

2004-02-23 Thread Parul . Joshi
The problem was with the Date and time, Axis was trying to use the Calendar Serializer and de-serializer, but I think the format of the incoming data was a bit weird hence it could not deserialize it correctly, I changed it to be a String and it worked.. partially . Now the problem that I am

Re: No serializer found for class

2004-02-20 Thread Parul . Joshi
Hi there, I am extremely new to Axis and SOAP, and am trying to solve this for the past 2 days, without and luck. I am running into a problem when I am trying to deserialize incoming data. I get the following exception. SimpleDeserializer encountered a child element, which is NOT expected, in

Re: No serializer found for class

2004-02-20 Thread Parul . Joshi
/answer /outMsg /esi:executeRequestOut /SOAP-ENV:Body /SOAP-ENV:Envelope Thanks, Parul Tony Blair [EMAIL PROTECTED] 02/20/2004 01:20 PM Please respond to axis-user To:[EMAIL PROTECTED] cc:(bcc: Parul Joshi/IS/Expeditors) Subject

Retrieve objects from SOAP response

2004-02-19 Thread Parul . Joshi
Hi, I have a SOAP service that returns objects. I know the method works, cos' I can see the output in TCPMON, However when I try to retrieve them I get a StringIndexOutOfBoundException This is my code for creating and sending the request. I have registered all the appropriate Serializers and