Answer the question
In order to leave comments, you need to log in
Soap server on node.js?
It is necessary to make a SOAP server on node.js that can provide an API in SOAP / WSDL format for performing operations on it from the remote side.
There is a good start https://github.com/tan-tan-kanarek/node-soap-server , but clearly not yet ready and abandoned by the author. Those. you can define services and operations, set the types of input and output data, then, according to these definitions, a WSDL schema will be generated that can give a picture of the available server capabilities. Something similar is required, but alive and already with fewer bugs, do you know such a beast? :)
There is also node-soap ( https://github.com/vpulim/node-soap), but there I understand that, at a minimum, you need to define the WSDL schema yourself.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question