My question concerns the correct approach to use Plsqlap_server_api.Post_Outbound_Message in PLSQL code along with IFS Connect Routing Rule.
I have been successful in sending a file and email in IFS9 via routing rule, routing address and Connect Sender setup. As well, all of the IFS Connect element tests I perform are successful in IFS10, sending to a folder and sending an email.
The API I wrote, in IFS9 works as expected and is used on a custom menu; sends the file to a folder and sends an email. I am using the same basic script, changing some of the views due to IFS10 having changed the underlying LU.
I am using Plsqlap_server_api.Post_Outbound_Bizapi_Clob in IFS9. It appears this procedure is not available in IFS10. All of the other Plsqlap_Server_API.Post_Outbound_bizapi procedures I have tried error out in various ways or do not find a routing rule. I am also noticing differences in IFS Connect between IFS9 and IFS10.
Any advice or direction would be greatly appreciated.
Thanks.