You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by Björn Pewe <bj...@leanon.se> on 2001/08/16 17:03:57 UTC

Sending arrays to a MSSOAP server v2.0sp2

Hi I'm trying to send an array of objects to an MSSOAP server v2.0sp2. The
MSSOAP server crashes. When I'm receiving arrays from the server they are
coming in the following format:
<ArrayName>
<ObjectName>data</ObjectName>
...
</ArrayName>
I thought that it was required by the soap standard to include
SOAP-ENC:arrayType attribute.
Anyone have a solution for sendning arrays to a MSSOAP server from a Apache
SOAP client?
/Björn