>From what I can tell, .Net web services implementations do not support 
>multidimensional arrays.  This sucks.  Anyone have a good way to marshall a key/value 
>set across the wire?

Cory

-----Original Message-----
From: Cory Wilkerson 
Sent: Thursday, February 27, 2003 10:13 PM
To: [EMAIL PROTECTED]
Subject: RE: .Net Client/Axis Server & MultiDim Arrays


When wsdl.exe is generated agains the WSDL, you'll see that:

string[] rulesElements

is created as opposed to string[][] rulesElements.

Frustrating,
Cory

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Thursday, February 27, 2003 5:55 PM
To: [EMAIL PROTECTED]
Subject: RE: .Net Client/Axis Server & MultiDim Arrays


Does this happen as a result of running wsdl.exe on the generated WSDL file?

________________________________
Harry J. Kobetitsch
UBS Warburg
One North Wacker Drive
Chicago, Illinois 60606-2809
312-525-5866
[EMAIL PROTECTED]

-----Original Message-----
From: Cory Wilkerson [mailto:[EMAIL PROTECTED]
Sent: Thursday, February 27, 2003 5:07 PM
To: [EMAIL PROTECTED]
Subject: .Net Client/Axis Server & MultiDim Arrays


Any idea why a C# client, upon reading the following line from an Axis 
generated/published WSDL document:
---------------------------------------
<element name="rulesElements" nillable="true" type="impl:ArrayOfArrayOf_xsd_string" /> 
(java impl: String[][] rulesElements;)
---------------------------------------

generates the following C# and/or VB code
---------------------------------------
string[] rulesElements;
---------------------------------------

Obviously, when when the serialization/deserialization occurs on the client side, it 
totally arfs.  Anyone seen this?  Of course with a Java client (generated using 
wsdl2java), all works well!



Visit our website at http://www.ubswarburg.com

This message contains confidential information and is intended only 
for the individual named.  If you are not the named addressee you 
should not disseminate, distribute or copy this e-mail.  Please 
notify the sender immediately by e-mail if you have received this 
e-mail by mistake and delete this e-mail from your system.

E-mail transmission cannot be guaranteed to be secure or error-free 
as information could be intercepted, corrupted, lost, destroyed, 
arrive late or incomplete, or contain viruses.  The sender therefore 
does not accept liability for any errors or omissions in the contents 
of this message which arise as a result of e-mail transmission.  If 
verification is required please request a hard-copy version.  This 
message is provided for informational purposes and should not be 
construed as a solicitation or offer to buy or sell any securities or 
related financial instruments.

Reply via email to