Solved

no valid routing rule found for REST API call

  • 28 July 2023
  • 1 reply
  • 196 views

Userlevel 2
Badge +10
  • Hero (Customer)
  • 37 replies

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!

 

icon

Best answer by MMcK 28 July 2023, 17:01

View original

1 reply

Userlevel 2
Badge +10

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