jkanschik / node-eip

Implementation of the Enterprise Integration Patterns (EIP) for node.js
5 stars 1 forks source link

SOAP Service (Server) #12

Open jkanschik opened 12 years ago

jkanschik commented 12 years ago

Using node-soap:

eip.soap.listen(server, '/wsdl', "myService.wsdl").choice("headers.soap.service",...)

The .listen processor would fill various headers with service/port/operation name.

Other soap modules: https://github.com/kr1sp1n/douche (no documentation) https://github.com/jmoyers/soapjs (dead?)