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.
Please note that on Saturday, April 18, 2026, at 8:00 PM Pacific Time, our Case Management System will undergo a scheduled maintenance for approximately 15 minutes. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
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