RE: Complex Type Deserialization

2003-08-01 Thread Jeff Poetker
: Subject: Fw: Complex Type Deserialization Jeff, Sorry for the incomplete solution I gave in the last mail. I realize my mistake when I think further. I think you might have to write a custom serialize and custom deserializer that uses the ArraySerializer and Deserializer

Fw: Complex Type Deserialization

2003-07-31 Thread Dimuthu Leelarathne
.   Dimuthu.     - Original Message - From: Dimuthu Leelarathne To: [EMAIL PROTECTED] Sent: Friday, August 01, 2003 10:05 AM Subject: Re: Complex Type Deserialization Jeff,   Axis has a problem for deserializing arrays inside custom data types. Acutally it is listed under bug list in axis. The

Re: Complex Type Deserialization

2003-07-31 Thread Dimuthu Leelarathne
gt; Sent: Friday, August 01, 2003 1:22 AM Subject: Complex Type Deserialization I'm having some trouble deserializing a complex type which contains anarray of Strings. Currently I have a webservice running on weblogic server, and I'm tryingto verify that it works well with webservice toolki

RE: Complex Type Deserialization

2003-07-31 Thread Jeff Poetker
ing array index 9 Message in string array index 10 Message in string array index 11 Message in string array index 12 Message in string array index 13 Message in string array index 14 Message in string array index 15 Message in string array index 16 Message in string array i

RE: Complex Type Deserialization

2003-07-31 Thread Mike Perham
The associated WSDL description and SOAP message would be helpful. -Original Message- From: Jeff Poetker [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2003 2:23 PM To: [EMAIL PROTECTED] Subject: Complex Type Deserialization I'm having some trouble deserializing a complex

Complex Type Deserialization

2003-07-31 Thread Jeff Poetker
I'm having some trouble deserializing a complex type which contains an array of Strings. Currently I have a webservice running on weblogic server, and I'm trying to verify that it works well with webservice toolkits other than that supplied by BEA. So far I know the service works fine with .NET a