OData
You use this action to call Odata service from SAP MII.
The properties for this action are listed in the following table:
Property | Data Type | Access | Description |
|---|---|---|---|
URL | String | In and Out | The URL for the OData service to be called. |
Base URL | String | In and Out | Used to get XSRF id. |
Document to Post | String | In and Out | The document to be posted. You load the document or retrieve it from another location, link it to the property through the |
Method | String | In and Out | Choose any HTTP method from the value help. |
Content Type | String | In and Out | Dependent on the document and what the receiving URL expects. The default is application/x-www-form-urlencoded. |
Encoding | String | In and Out | The default value is UTF-8. |
Response Timeout in Seconds | Integer | Controls the amount of time (in seconds) the action waits for a response from the load request. | |
Use Destination Services | Boolean | In | Forces post calls to use the destination service. The Http destination with the name XMIISSO configured in Netweaver Java server is used to make the connection. This configures the action for basic authentication and HTTPS. However, the destination service may have problems connecting to servers through proxy. For more details, see |
Posting to PI | Boolean | In | Indicates that the destination is a PI server and checks if you are posting data to a PI server. If true, you can send empty URL parameters. |
OData Service Type | String | In and Out | Choose one of the following service:
|
CSRF URL Parameter | String | In and Out | Gets CSRF token parameter and value and is appended to base URL |
Check CSRF Token In | String | In and Out | Retrieves CSRF token from response header or cookie |
Response Token ID | String | In and Out | Retrieves name of the CSRF response token from response header or cookie |