RE: Newbie Axis / Dotnet ArrayofString problem

2004-11-18 Thread Wessel Alexander
) -- Alexander Wessel EG1 -- Netzdienste und Security mailto:[EMAIL PROTECTED] Tel. +43 (1) 4000 / 91163 -Original Message- From: Anne Thomas Manes *EXTERN* [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 17, 2004 4:53 PM To: [EMAIL PROTECTED] Subject: RE: Newbie Axis / Dotnet Arrayo

Re: Newbie Axis / Dotnet ArrayofString problem

2004-11-17 Thread jason rousell
s" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 17, 2004 3:53 PM Subject: RE: Newbie Axis / Dotnet ArrayofString problem This is a known soap encoding interoperability problem between .NET and Axis. In my opinion, Axis interprets the SOAP specification cor

RE: Newbie Axis / Dotnet ArrayofString problem

2004-11-17 Thread Anne Thomas Manes
This is a known soap encoding interoperability problem between .NET and Axis. In my opinion, Axis interprets the SOAP specification correctly by using soapenc:string rather than xsd:string, but .NET doesn't know how to interpret soapenc:string. For better interoperability, you should use documen

RE: Newbie Axis / Dotnet ArrayofString problem

2004-11-17 Thread Anne Thomas Manes
This is a known soap encoding interoperability problem between .NET and Axis. In my opinion, Axis interprets the SOAP specification correctly by using soapenc:string rather than xsd:string, but .NET doesn't know how to interpret soapenc:string. For better interoperability, you should use documen