node-soap
node-soap copied to clipboard
Update Readme.md
This PR aims to add more information and examples on how to use XML as a parameter instead of just a URL or PATH to create the SOAP client. This method is not explained anywhere in the README, and I believe it is crucial to include it since it is a feature of the package that currently lacks visibility.
The relevant code is found at this line: https://github.com/vpulim/node-soap/blob/master/src/wsdl/index.ts#L1406