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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
SOAP request example
Hello, I am trying to create a SOAP request to create a new customer as follows,
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:messages_2015_1.platform.webservices.netsuite.com" xmlns:urn1="urn:core_2015_1.platform.webservices.netsuite.com">
<soapenv:Header>
<urn:passport>
<urn1:email>HIDDDIN</urn1:email>
<urn1:password>HIDDEN</urn1:password>
<urn1:account>hIDDEN</urn1:account>
</urn:passport>
</soapenv:Header>
<soapenv:Body>
<urn:addList>
<!--1 or more repetitions:-->
Tagged:
0