ExposeCustomTableSchema
Whether to expose the CustomTables schema in the SOAP data model.
データ型
bool
デフォルト値
false
解説
By default, the 本製品 only exposes SOAP operations that are structured in a specific way. They must follow a naming convention and contain common elements in the request and response. Enforcing this structure allows the 本製品 to perform pagination and expose input fields in a consistent way.
Not all SOAP operations follow these requirements. Those that don't must be exposed manually using the CreateSOAPSchema stored procedure. This allows you to directly configure how the 本製品 builds the SOAP request and parses the SOAP response into table rows. Tables created with the procedure are placed under the CustomTables schema.
For compatibility, the 本製品 does not display the CustomTables schema by default. You must make it visible by enabling this option.