Overview of node-soap features
masterThe soap module provides a simple API for connecting to web services using SOAP and running your own SOAP services. Key features include:
- Support for both RPC and Document schema types.
- Support for multiRef SOAP messages.
- Support for both synchronous and asynchronous method handlers.
- WS-Security UsernameToken Profile 1.0.
- Integration with Express-based web servers (can use body-parser middleware).