我正在尝试使用Netsuite的soap API进行采购申请来构造get请求的正文。
身体看起来像这样:
<soapenv:Body>
<get xmlns="urn:purchases_2018_1.transactions.webservices.netsuite.com">
<baseRef internalId="1" type="purchaseRequisition" xsi:type="ns7:RecordRef" xmlns:ns7="urn:core_2018_1.platform.webservices.netsuite.com"/>
</get>
</soapenv:Body>
API返回以下错误:
"Unexpected character: < at (1:1)"
我一直在遵循帮助中心的指南,但以前从未使用过SOAP或XML:https://system.netsuite.com/app/help/helpcenter.nl?fid=section_N3488543.html
我感觉很愚蠢,因为我无法找出问题,有什么帮助吗?