Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
Webservices and PHP/NuSOAP issues
Hi,
I try to integrate the webservices using PHP/NuSOAP, but seems nothing is succesfull beside login/logout actions... :mad:
Here is a pair of request/response for an "add" operation:
<platformMsgs:add xmlns:platformMsgs = 'urn:messages_2_0.platform.webservices.netsuite.com' xmlns:listRel='urn:relationships_2_0.lists.webservices.netsuite.com'>
<platformMsgs:record xsi:type='listRel:Customer'>
<listRel:companyName>
PHP webService</listRel:companyName>
</platformMsgs:record>
</platformMsgs:add>
<addResponse xmlns="urn:messages_2_0.platform.webservices.netsuite.com">
<writeResponse xmlns="urn:messages_2_0.platform.webservices.netsuite.com">
<ns1:status isSuccess="false" xmlns:ns1="urn:core_2_0.platform.webservices.netsuite.com">