J
J
jtag2017-08-25 20:27:50
JavaScript
jtag, 2017-08-25 20:27:50

How can I make a soap(xml) request through a Node.js server?

xml is like this:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
   <soapenv:Header/>
   <soapenv:Body>
      <sms>
    <msg><id>127</id><type>notif</type><tel>7775028888</tel></msg>
  </sms>
   </soapenv:Body>
</soapenv:Envelope>

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question