I need to make a POST
request to SOAP
endpoint from ReactJS
application. Is there any npm module that facilitates that or I have to use node.js
for this. I have no experience on node and would like to keep the implementation to React only if possible.
Can i use axios
to make a ajax post request to SOAP endpoint? I read about it here.
Does XhrClient
support this?
Any idea how to do this? TIA