Discussions
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>