> Hi all,
>
> I will use a apache soap service with an .net c# client and have a
> problem with an complex array:
<snip>
> <soapenc:Array id="id6"
> soapenc:arrayType="tns:LogicalDocumentLinkDTO[1]">
[quoted text clipped - 6 lines]
> Many thanks in advance...
> Stephan
You can't use soap encoding, ie binding style 'rpc encoded' with .net .
Try wrapped document literal. soap encoded arrays are especially evil
and may never even be supported by the later versions of apache soap -
axis2.
HTH,
iksrazal
http://www.braziloutsource.com/
helldiversafe-news@yahoo.de - 05 Jan 2006 16:43 GMT
iksrazal@gmail.com schrieb:
> You can't use soap encoding, ie binding style 'rpc encoded' with .net .
> Try wrapped document literal. soap encoded arrays are especially evil
[quoted text clipped - 4 lines]
> iksrazal
> http://www.braziloutsource.com/
hi iksrazal,
thanks for your hint, but it did not work.
If i change the encoding to wrapped literal i receive the following
error message in the constuctor of the generated proxy class:
An unhandled exception of type 'System.InvalidOperationException'
occurred in system.xml.dll
Additional information: There was an error reflecting type
'CreateLogicalDocument.ResponseContextBaseDTO'.
Any other ideas?
Stephan