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

Support for multiple namespaces? #1

Open
blissi opened this issue Nov 9, 2017 · 6 comments
Open

Support for multiple namespaces? #1

blissi opened this issue Nov 9, 2017 · 6 comments

Comments

@blissi
Copy link

blissi commented Nov 9, 2017

Hallo,
do you also support WSDL requests with mixed namespaces? For example:

<BankData> <cis:accountOwner>Max Mustermann</cis:accountOwner> ... </BankData>

@RobinBuschmann
Copy link
Owner

Since this package uses node-soap under the hood, I would say yes. But I’m not quite sure what you mean with mixed namespaces

@blissi
Copy link
Author

blissi commented Nov 9, 2017

In this example, the BankData-node has the default namespace and the accountOwner-node has the namespace "cis".

@RobinBuschmann
Copy link
Owner

Ah ok, yeah, I think, node-soap should support this.

@blissi
Copy link
Author

blissi commented Nov 9, 2017

Thanks, I'll evaluate it.

@RobinBuschmann
Copy link
Owner

Did you get it to work?

@blissi
Copy link
Author

blissi commented Nov 10, 2017

Haven't tried yet.

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

2 participants