Skip to main content

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

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


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