Posts by Wind Check • 31 points
2 posts
-
2
votes1
answer809
viewsQ: Pass parameters via POST with Node.js
I’m trying to access a service that returns an XML Description of service and there it says that I have to inform some parameters via POST. It’s the first time I’m having to do this and I’m not…
node.jsasked Wind Check 31 -
1
votes0
answers304
viewsQ: Web service access with SOAP Headers and Node.js
I am trying to access a webservice using Node.js (with module Node-Soap) and that first I need to login and then in the calls of other methods it is necessary to send the received Header on login. I…