-
Notifications
You must be signed in to change notification settings - Fork 36
SOAP-ENC:array not supported on all server platforms #8
Copy link
Copy link
Open
Description
SOAP-ENC:array and SOAP-ENC:arrayType are not supported extensions with WCF services.
The WCF service can be modified to support this extension but the default is to use a standard XSD complex sequence, and you may not have access to the server-side code to change the default handling in WCF (or convince the server side developers to do so).
To handle this, I think the _serialize function needs access to the wsdl types in order to determine the proper handling of arrays.
Note, I am not 100% sure, but it appears that if SOAP-ENC:array is used then the actual node names of the items in the array may be irrelevant, but with the WCF complex sequence, the node names are important and can only be determined from the wsdl.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels