SOAP header
The SOAP header contains information about the service, the message, and the sender. It must include all of the following fields.
Note:
The requirement for requests to contain the wsu:Timestamp, wsse:Username, and wsse:Password elements are defined in the WSDL by ws-policy. If your web service toolkit does not support ws-policy, you must manually add these elements to the web service request.Field | Description | Standard |
---|---|---|
wsa:Action | SOAP action for the operation. Include this field as part of the summary for each SOAP operation. | WS-Addressing |
wsa:MessageID | Unique ID for the message. | WS-Addressing |
wsa:ReplyTo | Use the value that is shown in the example. | WS-Addressing |
wsa:To |
Full URL of the service. Note: The full URL is different for each customer. |
WS-Addressing |
wsu:Timestamp |
Time the message was created and when it expires. Oracle recommends a 5-minute time window. |
SOAP Message Security 1.0 |
wsse:Username | User name of the integration user in the Oracle InForm study. | SOAP Message Security 1.0 |
wsse:Password | Password of the integration user in the Oracle InForm study. | SOAP Message Security 1.0 |
Parent topic: ODM Export: XML schemas