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
Abstract Type error
I'm trying to test the NetSuite WebServices interface to determine it's suitability for some features I'm working on.
I am sending a raw SOAP request to get around any potential issues with ColdFusion (and I know those do exist). I sent the exact request from the documentation
[INDENT]
<soap:Body>
<platformMsgs:get>
<platformMsgs:baseRef internalId="983" type="customer" xsi:type="platformCore:RecordRef">
<platformCore:name/>
</platformMsgs:baseRef>
</platformMsgs:get>
</soap:Body>
[/INDENT]
I received the following error. [INDENT]soapenv:Server.userExceptionorg.xml.sax.SAXException: {urn:core_2_5.platform.webservices.netsuite.com}BaseRef is an abstract type and cannot be instantiatedpartners-java004.svale.netledger.com[/INDENT]