在Netsuite中创建自定义记录

时间:2018-07-04 12:56:29

标签: soap netsuite suitetalk

我正在尝试使用SOAP UI在NetSuite中创建自定义记录。为此,我正在使用样品

<soapenv:Body>
<add xmlns="urn:messages_2017_1.platform.webservices.netsuite.com">
<record xsi:type="ns6:CustomRecord" xmlns:ns6="urn:customization_2017_1.setup.webservices.netsuite.com">
<ns6:name xsi:type="xsd:string">Shirley Jackson</ns6:name>
<ns6:recType internalId="139" xsi:type="ns7:RecordRef" xmlns:ns7="urn:core_2017_1.platform.webservices.netsuite.com">
<ns7:name xsi:type="xsd:string">Author page</ns7:name>
</ns6:recType>
</record>
</add> </soapenv:Body>

在SuiteAnswers中提供,但我总是收到此错误

<soapenv:Fault> <faultcode>soapenv:Server.userException</faultcode> <faultstring>org.xml.sax.SAXException: Invalid type: {urn:customization_2017_1.setup.webservices.netsuite.com}CustomRecord</faultstring>
</soapenv:Fault>

任何人都可以帮助我提供示例SOAP有效负载或我可以参考的任何文档

0 个答案:

没有答案