Up to App10, ‘PL/SQL Methods Webservices’ was an easy way to expose PL/SQL Methods for inbound synchronous messaging in form of SOAP webservices:
No BizAPI, minimal modeling, and it worked and there was a proper WSDL available for them.
It seems it is not available any more in IFS Cloud.
I would like to know what is the closest replacement for them.
We want as little changes in the interface as possible, keeping SOAP, not switching to REST.
Might this one (Routing Addresses of PL/SQL type) be part of the solution?:
https://docs.ifs.com/techdocs/23r1/060_development/024_integration/015_connect/025_plsql_methods/
What is the easiest way to achieve this?
WSDL is necessary for the 3rd party to use it.
Thanks in advance for suggestions.