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!
Getting error in a customer addList
Getting this error:
<faultstring>org.xml.sax.SAXException: Invalid type: {urn:relationships_2_6.lists.webservices.netsuite.com}category</faultstring>
<detail>
<ns1:hostname xmlns:ns1="http://xml.apache.org/axis/">partners-java002.svale.netledger.com</ns1:hostname>
</detail>
When I try a customer addList. This is the code I'm using for the category section. (And it works fine when I take this code out)
<listRel:category xsi:type="listRel:category" internalId="2" >
<platformCore:name xmlns:platformCore="urn:core_2_6.platform.webservices.netsuite.com">eBay</platformCore:name>
</listRel:category>
0