Skip to content

Instantly share code, notes, and snippets.

@dhonig
Created June 11, 2012 22:05
Show Gist options
  • Save dhonig/340736fdb0c4eb644fbe to your computer and use it in GitHub Desktop.
Save dhonig/340736fdb0c4eb644fbe to your computer and use it in GitHub Desktop.
Generated XML
<?xml version="1.0" ?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<ns2:addList xmlns="urn:core_2010_2.platform.webservices.netsuite.com" xmlns:ns10="urn:employees_2010_2.lists.webservices.netsuite.com" xmlns:ns11="urn:communication_2010_2.general.webservices.netsuite.com" xmlns:ns12="urn:sales_2010_2.transactions.webservices.netsuite.com" xmlns:ns13="urn:scheduling_2010_2.activities.webservices.netsuite.com" xmlns:ns14="urn:financial_2010_2.transactions.webservices.netsuite.com" xmlns:ns15="urn:customization_2010_2.setup.webservices.netsuite.com" xmlns:ns16="urn:relationships_2010_2.lists.webservices.netsuite.com" xmlns:ns17="urn:inventory_2010_2.transactions.webservices.netsuite.com" xmlns:ns18="urn:bank_2010_2.transactions.webservices.netsuite.com" xmlns:ns19="urn:general_2010_2.transactions.webservices.netsuite.com" xmlns:ns2="urn:messages_2010_2.platform.webservices.netsuite.com" xmlns:ns20="urn:customers_2010_2.transactions.webservices.netsuite.com" xmlns:ns21="urn:purchases_2010_2.transactions.webservices.netsuite.com" xmlns:ns3="urn:faults_2010_2.platform.webservices.netsuite.com" xmlns:ns4="urn:common_2010_2.platform.webservices.netsuite.com" xmlns:ns5="urn:support_2010_2.lists.webservices.netsuite.com" xmlns:ns6="urn:marketing_2010_2.lists.webservices.netsuite.com" xmlns:ns7="urn:filecabinet_2010_2.documents.webservices.netsuite.com" xmlns:ns8="urn:accounting_2010_2.lists.webservices.netsuite.com" xmlns:ns9="urn:employees_2010_2.transactions.webservices.netsuite.com">
<ns2:record xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ns12:CashSale">
<ns12:entity externalId="301396" internalId="821" type="customer"/>
<ns12:tranDate>
2012-06-11T18:01:02.468-04:00
</ns12:tranDate>
<ns12:itemList>
<ns12:item>
<ns12:item internalId="15" type="inventoryItem"/>
<ns12:quantity>
5.0
</ns12:quantity>
</ns12:item>
</ns12:itemList>
</ns2:record>
</ns2:addList>
</soap:Body>
</soap:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment