Support for multiple namespaces?
Hallo, do you also support WSDL requests with mixed namespaces? For example:
<BankData> <cis:accountOwner>Max Mustermann</cis:accountOwner> ... </BankData>
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
In this example, the BankData-node has the default namespace and the accountOwner-node has the namespace "cis".
Ah ok, yeah, I think, node-soap should support this.
Thanks, I'll evaluate it.
Did you get it to work?
Haven't tried yet.