soap-typescript icon indicating copy to clipboard operation
soap-typescript copied to clipboard

Support for multiple namespaces?

Open blissi opened this issue 8 years ago • 6 comments

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

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

blissi avatar Nov 09 '17 06:11 blissi

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

RobinBuschmann avatar Nov 09 '17 07:11 RobinBuschmann

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

blissi avatar Nov 09 '17 07:11 blissi

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

RobinBuschmann avatar Nov 09 '17 07:11 RobinBuschmann

Thanks, I'll evaluate it.

blissi avatar Nov 09 '17 07:11 blissi

Did you get it to work?

RobinBuschmann avatar Nov 10 '17 09:11 RobinBuschmann

Haven't tried yet.

blissi avatar Nov 10 '17 09:11 blissi