XML Gateway Methods
The XML Gateway provides the methods presented in the following table.
Method | Description |
---|---|
Init |
Initializes the XML Gateway business service for every business component. |
Delete |
Deletes a given record in the remote data source. |
Insert |
Inserts a record into a remote data source. |
PreInsert |
Performs an operation that tests for the existence of the given business component. Only default values are returned from the external application. |
Query |
Queries the given business component from the given data source. |
Update |
Updates a record in the remote data source. |