Discussions
Join the NetSuite community to innovate, connect, and discover what’s next.
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Register now
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">