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

Review namespace binding in server response

Open w666 opened this issue 1 month ago • 2 comments

Creating this issue for myself, but any feedback is very welcome.

Recently, I was working with Cytric cCDV API (owned by Amadeus) and they have pretty bad WSDL and request/response examples. While WSDL is valid and examples are not, I noticed that node-soap does not correctly use namespace prefix for some types. I can't publish WSDL here but will try to create simplified version that replicates the issue. Also, seems like SoapUI generates correct server response, that is different from provided examples.

w666 avatar Oct 29 '25 05:10 w666