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!
USER_ERROR SOAP Fault Thrown During SalesOrder_Add
I am passing the following XML document into the SalesOrder_Add web service:
<?xml version="1.0" encoding="UTF-8"?> <ns2:SalesOrder xmlns:ns2="urn:sales_2009_1.transactions.webservices.netsuite.com" xmlns:ns3="urn:common_2009_1.platform.webservices.netsuite.com" xmlns:ns1="urn:core_2009_1.platform.webservices.netsuite.com" externalId="123456"> <ns2:entity internalId="14167" /> <ns2:itemList> <ns2:item> <ns2:item internalId="524" /> <ns2:quantity>1</ns2:quantity> <ns2:price internalId="-1" /> <ns2:amount>100</ns2:amount> <ns2:taxCode internalId="1" /> </ns2:item> </ns2:itemList> </ns2:SalesOrder>
0