ExposeCustomTableSchema
Whether to expose the CustomTables schema in the SOAP data model.
Data Type
bool
Default Value
false
Remarks
By default, the driver 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 driver 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 driver 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 driver does not display the CustomTables schema by default. You must make it visible by enabling this option.