https://netsuiteprofessionals.com logo
Title
j

jkabot

11/06/2018, 3:30 PM
I've used https://github.com/abdmob/x2js in NetSuite without issue
r

rustyshackles

11/06/2018, 7:27 PM
Were you able to make this work serverside? Tried it once, was not able to make it work
j

jkabot

11/06/2018, 7:29 PM
Yes, something like this
define(['path/to/x2js'], function(X2JS) {
  ...
  var x2js = new X2JS();
  var xmlstring = x2js.json2xml_str(js object);
});