Yes i am using <int:ws-inbound-gateway>.
Will try it out thanks for your reply...
I had one more query like if i use more than one gateway inside a chain and each gateway has a error channel...
Type: Posts; User: shekar; Keyword(s):
Yes i am using <int:ws-inbound-gateway>.
Will try it out thanks for your reply...
I had one more query like if i use more than one gateway inside a chain and each gateway has a error channel...
OK here is what i am trying to do i have created a web service which gets the xml request and than using spring integration some processing is done over that request and the response is sent back to...
The same error channel works in fine when defined in gateway
the logs in gateway is as follows
ERROR [org.springframework.integration.handler.LoggingHandler] -...
Thanks Amol.
The above is the handler when the error occurs after writing the error channel separately. While debugging the call goes to thw transformer i have written but i dont get any...
Have added this for adding the error channel to header enricher
Somehow i was able to get the error to be propagetd to the error channel now i get the following exception and the error is not shown in the front end
2011-11-08 09:38:31,791 WARN...
Thanks for your reply Mark what would be the correct way to do it, i want to propogate the error to the error channel when something goes wrong while enriching the header
Thanks
Shekar
Hi,
I am using Spring Integration in my project.
Below is the part of the configuration that i am using in my project whenever there is an exception in the header enricher it is not propogated...
Hi,
I am using Spring Integration in my project.
Below is the part of the configuration that i am using in my project whenever there is an exception in the header enricher it is not propogated...