cancel
Showing results for 
Search instead for 
Did you mean: 

Reference for converting XML to JSON in XSJS

former_member187794
Participant
0 Kudos

Friends

I have a SOAP/XML message as output from an external SOAP web service, which I need to convert into JSON in XSJS. This XML message has name spaces. All the examples I see are very basic XMLs.

Could someone share some examples? or any suggestions?

Regards

Giri

former_member187794
Participant

Thank you, Sergio. I could get the elements with namespaces. I followed an approach to get the values by using indexOf to get the actual column names.

Regards

Giri

Accepted Solutions (1)

Accepted Solutions (1)

SergioG_TX
Active Contributor

Mr. Giri,

the XS engine (Classic version) has a library for XML parsing. See is this helps your scenario

https://help.sap.com/http.svc/rc/3de842783af24336b6305a3c0223a369/2.0.01/en-US/$.util.SAXParser.html

if you are working on the XS advanced scenario, there may be an npm module that handles XML parsing (with namespaces, etc)

maybe you can show a little bit of your xml payload.. there may be other options that some one else in the community has dealt with it.

Answers (0)