CData Python Connector for NetSuite

Build 25.0.9440

SubmitSoapRequest

Generates and stores table schema based on NetSuite Simple Object Access Protocol (SOAP) requests, aiding in data structure understanding.

Note:このプロシージャは、インデックス付きパラメータを使用します。 インデックス付きパラメータは、プロシージャの入力として単一のパラメータを複数のインスタンスに提供することを容易にします。

Param# という名前の入力パラメータがあるとします。このようなインデックス付きパラメータの複数のインスタンスを入力するには、次のように実行します。

EXEC ProcedureName Param#1 = "value1", Param#2 = "value2", Param#3 = "value3"

以下の表では、インデックス付きの入力パラメータは、名前の末尾に '#' 文字が付きます。

Input

Name Type Description
SoapRequest String The complete simple object access protocol (SOAP) request. This must include the envelope, header, and body. Ensure it conforms to the NetSuite WSDL format.
SoapAction String The specific SOAP action to execute, such as search or getList. This must match the NetSuite operation name.
BaseXPath String The primary XPath for extracting key information like page size and total records. For instance, envelope, body, searchresponse, searchresult, recordlist, and record.
EntityXPath# String A list of XPaths for locating entities to extract. For instance, envelope, body, searchresponse, and searchresult. Separate multiple paths with commas, with 1 space after each comma.
ExceptionXPath# String A list of XPaths to check for error messages. For instance, envelope, body, searchresponse, searchresult, status, and statusdetail. Separate multiple paths with commas, with 1 space after each comma.

Result Set Columns

Name Type Description
ResponseSoap String The entire SOAP response. Only returned if both EntityXPath and ExceptionXPath are not provided. Includes headers and body.
* String Response values are dynamic and depend on the data found at the EntityXPath locations.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9440