OData - XML (Magic xpi 4.6)
After selecting the XML interface, double-click or right-click on the connector and select Configuration from the context menu to open the OData Configuration dialog box.
This dialog box contains the following fields:
|
|
Connection
|
Resource Name
|
The name of the resource that you selected in the connector's Properties pane. The resources are defined in the Settings dialog box's Resources section.
|
Operation
|
Headers
|
The operation's header information.
There are two ways to enter the required header information. You can either click to open the Expression Editor, or you can click to open the Headers Form.
|
Entity
|
Click to open the Select an Entity Set list. Select the entity that the operation will be performed on.
|
Method
|
The method that will be performed on the selected entity.
Select one of the following methods from the drop-down list:
|
Endpoint URL
|
The OData resource URL, and the selected entities and parameters. This field is parkable and non-editable.
|
Parameters
|
The OData query parameters.
There are two ways to enter the required query. You can either click to open the Expression Editor and enter your query manually, or you can click to open the OData Query Wizard. After using the wizard to create a query, you can also manually change the query in this property.
This is available only if you selected Get in the Method parameter (above).
|
Output
|
Store Result In
|
Defines where you want to store the resulting XML file. Select one of the following from the drop-down list:
-
Variable: Select a variable to hold the entity data that is returned by OData. Click to open the Variables List. Select a variable where this information is to be stored (the default is C.UserBlob).
-
File: Select a file to hold the entity data that is returned by OData. Click to open the Expression Editor, or click and enter the file path where this information is to be stored.
|
Operation Success
|
This field lets you easily determine if the data entity was successfully located in OData. Select one of the following from the drop-down list:
-
None: Select this option if you do not want to save the connector’s success or failure status.
-
Variable: Click to open the Variables List. Select the variable where you want to store the connector's success or failure status.
|