Skip to content

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

@KevinFernandes

Description

@KevinFernandes

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions