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

Update Readme.md

Open ralcorta opened this issue 1 year ago • 3 comments

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

ralcorta avatar Jun 19 '24 23:06 ralcorta