Solved

How to get response of Inbound Request Webservice?

  • 25 April 2022
  • 2 replies
  • 144 views

Badge +2

Dear Friends,

 

We have created a sample inbound request web service (Synchronous) to test with Boomi.

 

IFS Version = 8

Request = String like “My Request”

Response = String like “Your Response”

 

While testing in Boomi or Postman, we are not getting the above designed response but getting the default response i.e. “Message 2.2365227E7 is posted to IN1”.

 

Also we have tried the suggestions of this thread “Tip: Using POSTMAN to test IFS Webservices”

Thanks in advance for your solution and suggestions.

 

Regards,

Sanjay

icon

Best answer by heibde 26 April 2022, 06:43

View original

2 replies

Userlevel 4
Badge +9

Hi,

your fault is that you entered a queue in the routing rule. Just choose queue ‘None’ and you will get the response synchronously. By choosing a queue, the message will be handled asynchronously.

BR, Heinrich

Badge +2

Hi Heibde,

Thanks for the quick solution.

Yes, by choosing a queue, it was behaving like asynchronous.

But here we will loose the traceability of application message, is there any way to show the execution result in IFS as well?

Regards,

Sanjay

Reply