Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SOAP-ENC:array not supported on all server platforms #8

Open
KevinFernandes opened this issue Aug 3, 2015 · 0 comments
Open

SOAP-ENC:array not supported on all server platforms #8

KevinFernandes opened this issue Aug 3, 2015 · 0 comments

Comments

@KevinFernandes
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant