Join Slack
Powered by
Hello people. I’m using axios as the http client....
# random
ö
Ömer Toraman
11/22/2021, 9:07 AM
Hello people. I’m using axios as the http client. The 3rd party API uses SOAP, and the response is in XML. Is there any adapter you might recommend for beautifying that ugly XML resposne?
j
Joseph Dan Alinsug
11/22/2021, 9:12 AM
https://www.npmjs.com/package/xml-formatter
have you taken a look at this?
ö
Ömer Toraman
11/22/2021, 9:14 AM
I actually need to parse the XML string as JSON
j
Joseph Dan Alinsug
11/22/2021, 9:15 AM
oh something like xml2json then?
j
Jimmy
11/22/2021, 9:16 AM
you probably want to grab a soap client, something like
https://www.npmjs.com/package/soap
ö
Ömer Toraman
11/22/2021, 9:39 AM
@Josep Sauleda Roig
yep
Ömer Toraman
11/22/2021, 9:39 AM
@Jimmy
thanks jimmy
Open in Slack
Previous
Next