README
Soap
A SOAP client and server for node.js.
Client.setRawMessage(putTheBodyXmlHere) - replace the XML body in the SOAP request
Contributors
- Author: Vinay Pulim
- Maintainers:
- All Contributors
A minimal node SOAP client, fork which adds ability to send raw xml
<script type="module">
import soapRawmessage from 'https://cdn.skypack.dev/soap-rawmessage';
</script>
A SOAP client and server for node.js.