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.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
PHPtoolkit unable to process response for ACH transactions pending
When trying to fetch an ACH (EFT) transaction using the PHPToolkit, I receive a strange error:
Unexpected exception of type [Exception] with message [ComplexType reference was not found in directory. ComplexTypeName = ]
The XML request:
<?xml version="1.0" encoding="UTF-8"?> <Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="urn:core_2008_2.platform.webservices.netsuite.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns2="urn:messages_2008_2.platform.webservices.netsuite.com"> <Header> <passport actor="http://schemas.xmlsoap.org/soap/actor/next"> <email>[removed]</email> <password>[Content Removed for Security Reasons]</password> <account>[removed]</account> <role internalId="[removed]" xsi:type="RecordRef"/> </passport> </Header> <Body> <get> <baseRef internalId="52761" type="cashSale" xsi:type="RecordRef"/> </get> </Body> </Envelope>
0