Discussions
Join us for complimentary one-day events around the world and step into a future fueled by AI and limitless potential. Explore new breakthroughs, sharpen your skills, and connect with experts who are shaping what’s next. Experience bold keynotes, interactive learning, and connections that span the global NetSuite community. Discover what's next at SuiteConnect Tour 2026.
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]