Remove webTarget and initCallOut functions
Oracle Health Insurance plans to remove the support for webTarget
and initCallOut
.
This change applies to all Oracle Health Insurance components.
Date of deprecation: 2025-04-07
What is Deprecated?
The ability to invoke rest calls from dynamic logic using webTarget
and initCallOut
functions is deprecated.
The OHI HTTP Library replaces this; this library can invoke rest calls dynamic logic.
This deprecation affects all the dynamic logic using |
Suggestion Actions
Replace the webTarget
and initCallOut
functions with the OHI HTTP Library function, namely ohiHttpRequest,
and convert the existing dynamic logic using this function.
See OHI Http Library - User Guide and conversion examples for usage and conversion.