This might not be of very much help, but hopefully bring some hope. I have been experiencing problems with soap arrays and .NET, but it works for us now. I don't remember the details, but I think we had to specify the array size explicitly in the actual soap message.
 
<ArrayOfTransaction xsi:type="soapenc:Array" soapenc:arrayType="ns2:Transaction[1]">
  <item href="#id2" />
</ArrayOfTransaction>
 
 
I hope this helps in some way!
 
Regards,
Christer
-----Original Message-----
From: Agarwal, Naresh [mailto:[EMAIL PROTECTED]
Sent: den 26 september 2003 11:39
To: Axis (E-mail)
Subject: Bug - Axis uses soapenc:arrayType in wrapped/literal

Hi
 
Axis uses *soapenc:arrayType*  for encoding the *arrays* in wrapped/literal type of services..
 
Due to this fact, axis services, which returns array _CAN_NOT_ be consumed by .Net clients.
 
Is anyone looking into this issue. Are there any workarounds? Any help will be greatly appreciated!
 
thanks,
Naresh

Reply via email to