Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
XML DOM into String?
Hi,
I would have a quick question in case someone is familiar with this. If I build an XML with JavaScript DOM (Document object model), is it possible to turn it into String type? I tried nlapiXMLToString but it doesn't work (demands a W3 type XML), and apparently JavaScript doesn't have a function for that either.
The idea is to send an electronic invoice XML file to our own server. This can be done with nlapiRequestURL. But since it takes POST data as argument, I'm guessing I either build the XML in SuiteScript and send the XML file as String or send the data as a multidimensional array and build the XML in the PHP in our own server.
0