Skip to main content

Hi everyone

I’m trying to implement a REST API call to a third-party platform.  I’m following the instructions at https://docs.ifs.com/techdocs/22r2/030_administration/030_integration/300_ifs_connect/010_configure_connect/060_transport_connectors/configure_rest_transport_connector 

There’s no URL parameters at this point, I was just trying to get a simple call working first.

I’ve set up and sender and the routing address for the call

and also for the PLSQL connector

and set up the response rule

 

But if I do the following call to Plsql_Rest_Sender_API.Call_Rest_EndPoint_Empty_Body

 

I get an error in the application messages which states ‘No valid routing rule found’.

 

What step have I missed in the setup?

Many thanks!

 

In case it helps anyone else, I found the source of the problem.

The outbound rule must include some content based conditions, which I was missing:

 


Reply