ESB itinerary to send the response back to onramp

Hi

I have an ESB itinerary configured with request response on-ramp.

My problem is no response sent back when one of the itinerary shape execution fails.

I would like to send back to the caller (on-ramp) a message(eg: -ve ack xml) back in this case too.

Any suggestions on how to achieve this

Solution built on BizTalk 2010, ESB too

March 27th, 2015 2:49pm

Hi

I have an ESB itinerary configured with request response on-ramp.

My problem is no response sent back when one of the itinerary shape execution fails.

I would like to send back to the caller (on-ramp) a message(eg: -ve ack xml) back in this case too.

Any suggestions on how to achieve this

Solution built on BizTalk 2010, ESB too

Free Windows Admin Tool Kit Click here and download it now
March 28th, 2015 9:46am

Hi Madhu,

You can use ESB Exception framework. See following link for details:

http://msdn.microsoft.com/en-us/library/ff699823.aspx

You have to make use of Exception Management Framework and create and publish fault messages, which can be later subscribed and ESB fault message can be extracted.

March 30th, 2015 1:11pm

Duplicate thread.

Refer: ESB itinerary to send the response back to onramp

Rachit

Free Windows Admin Tool Kit Click here and download it now
March 30th, 2015 5:12pm

This is pretty simple with an Orchestration.

Why do you need to use an Itinerary?

March 30th, 2015 5:34pm

Thank you for the reply Rachit.

As per my understanding approach which you said will publish fault msg and then in offline it will read by some other component (using orch or esb portal)

My ESB itinerary does not contain Orch. It has flow like below

OnRamp (Request- Response)--> Transformations(using BRE)--> Off ramp(calling Request- Response WCF service)-->Transfomrations(RespToInternalFormat)-->Off ramp(calling Request- Response WCF service to update DB)-->Route this Response to OnRamp


Even If something fails in middle of itinerary shapes, I would like to send a response message back to OnRamp saying like "Rejected due to internal errors, contact admin"

How can I send

Free Windows Admin Tool Kit Click here and download it now
March 31st, 2015 11:25am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics