How to Invoke Web Services Including SOAP Headers Using the ODI Tool OdiInvokeWebService
(Doc ID 1143755.1)
Last updated on NOVEMBER 03, 2020
Applies to:
Oracle Data Integrator - Version 11.1.1.5.0 and laterInformation in this document applies to any platform.
Goal
Can the Oracle Data Integrator (ODI) OdiInvokeWebService tool process SOAP headers?
Frequently this section is used to transfer authentication information to the targeted web service method.
For example, the following snippet displays some elements of a SOAP header:
...
<soapenv:Header>
...
<sec:Security>
<UsernameToken>
<Username>...</Username>
<Password>...</Password>
</UsernameToken>
</sec:Security>
</soapenv:Header>
...
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
ODI 12c |
References |