A Biztalk 2004 riddle - Catching an exception from a web service

My blog has moved.
You can view this post at the following address:
http://www.osherove.com/blog/2004/3/29/a-biztalk-2004-riddle-catching-an-exception-from-a-web-servi.html
Published Monday, March 29, 2004 8:50 PM by RoyOsherove
Filed under:

Comments

Monday, March 29, 2004 8:13 PM by Randy H.

# re: A Biztalk 2004 riddle - Catching an exception from a web service

Roy, I have not worked extensively with BT2004 so I'm not really sure where to start on this one. I have some contact info from the BizTalk team somewhere, I might be able to hook you up with someone that I met a while back. Let me take a look and if I have something useful I'll e-mail you.
Tuesday, March 30, 2004 4:48 AM by Paul Bartlett

# re: A Biztalk 2004 riddle - Catching an exception from a web service

Are you sure it's "your friend"? ;)
Tuesday, March 30, 2004 10:46 AM by Roy Osherove

# re: A Biztalk 2004 riddle - Catching an exception from a web service

Paul: heh
Yep. I have no problem saying I don't know something.
Tuesday, March 30, 2004 11:00 AM by Maxim V. Karpov

# re: A Biztalk 2004 riddle - Catching an exception from a web service

it is not possible to know everything!
Tuesday, March 30, 2004 3:36 PM by Andrew Watt

# re: A Biztalk 2004 riddle - Catching an exception from a web service

Roy,

Try Scott Woodgate. I think his email is ScottWoo@microsoft.com. Failing that contact him via http://blogs.msdn.com/scottwoo/contact.aspx.

I hope that helps.

Andrew Watt
Tuesday, March 30, 2004 4:50 PM by Roy Osherove

# re: A Biztalk 2004 riddle - Catching an exception from a web service

Thanks Andrew :)
Tuesday, March 30, 2004 7:20 PM by Joe Klug

# re: A Biztalk 2004 riddle - Catching an exception from a web service

Look at the rety count in the send port configuration. By default it's set to 3 retries at 5 minute intervals. BizTalk will log exceptions in the application event log or in HAT until the number of retries is exhausted. Once this happens the exception will be passed back to the orchestration.

Hope this helps,

Joe
Tuesday, March 30, 2004 7:57 PM by Scott Woodgate

# re: A Biztalk 2004 riddle - Catching an exception from a web service

FYI Joe is the program manager for Web Services at Microsoft. Hopefully this helps you. Scott.
Monday, April 19, 2004 9:06 AM by veni

# re: A Biztalk 2004 riddle - Catching an exception from a web service

Biztalk 2004-Is there a way to mention the retry count for a dynamic send port.?
We have this option is static port.But my requirement is i need to set this value in a dynamic port