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!
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
NetSuite integration with PHP 4 using nuSoap class - please help...
Hi,
I'm trying to integrate netSuite with PHP 4 using nuSoap class.
My understanding is that nuSoap sends automatically cookies after login with every single requests, so i don't have to do it manually...correct?
But my real problem - I'm not able to do anything else except login. Response after add request is like this:
[PHP]Array
(
[faultcode] => soapenv:Server.userException
[faultstring] => org.xml.sax.SAXParseException: The prefix "listRel" for element "listRel:entityId" is not bound.
[detail] => Array
(
[hostname] => partners-java004.svale.netledger.com
)
)[/PHP]
When I used just names entityId & companyName instead, i got this error message:
I'm trying to integrate netSuite with PHP 4 using nuSoap class.
My understanding is that nuSoap sends automatically cookies after login with every single requests, so i don't have to do it manually...correct?
But my real problem - I'm not able to do anything else except login. Response after add request is like this:
[PHP]Array
(
[faultcode] => soapenv:Server.userException
[faultstring] => org.xml.sax.SAXParseException: The prefix "listRel" for element "listRel:entityId" is not bound.
[detail] => Array
(
[hostname] => partners-java004.svale.netledger.com
)
)[/PHP]
When I used just names entityId & companyName instead, i got this error message:
0