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

XML with list of objects issues #39

Open
elia-c opened this issue May 11, 2016 · 0 comments
Open

XML with list of objects issues #39

elia-c opened this issue May 11, 2016 · 0 comments

Comments

@elia-c
Copy link

elia-c commented May 11, 2016

Suppose you have an xml in this form:

<elements>
    <element>1</element>
    <element>2</element>
    <element>3</element>
</elements>

but in the wsdl elements is not declared as an array but as an object. The code must convert it to an array, instead soapclient.js in _node2object function extract only an element. Can we solve this?

elia-c added a commit to elia-c/angular-soap that referenced this issue May 11, 2016
…wmcgivery#39

Parsing xml with multile child with same name now result in array
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