0

I need to callback request after output of otbound gateway . My components : Input Message -> Service Activator ->webservice OutBound Gateway -> Response Message

here I need to check response message and supply new message as input message which depends upon response code.

Here is my configuration which i tried

Kaustubh
  • 64
  • 1
  • 7

1 Answers1

1

Your question is not clear; you should show the configuration you have tried.

You can simply add a reply channel to the gateway and add more processing after that channel.

Gary Russell
  • 166,535
  • 14
  • 146
  • 179
  • I'm using some webservices which return some response message through reply channel of ws-outbound gateway , I'm reading these response on a service activator if getting some error code on that message I want to make a callback with a new message. – Kaustubh Dec 02 '16 at 07:07
  • It's still not clear what you are asking - "make a callback" - callback to what?. You can do anything you want on the reply channel flow - add a router to take different actions based on the result; etc; etc. – Gary Russell Dec 02 '16 at 14:05