Handling IIS timeouts with HTTP request-response responses, in BizTalk Orchestration

BizTalk Utilities CV ,   Jobs ,   Code library
 
Go to the front page to continue learning about XML or select below:

Contents

Recent BizTalk Orchestration posts

Biztalk automated integration
cannot delete application
ISA issue
System.Runtime.InteropServices.COMException
Webservice timeouts and denied requests
Can you use bts.destinationparty to send to multiple email address
memorise (sum) with conditions on the map or orchestration
Void parameter or return with BizTalk Orchestration web service
Void parameter or return with BizTalk Orchestration web service Options
EDI Batching issue

 
 

BizTalk Orchestration

View :   

Latest Topics

Table Of Contents


Post Reply

Handling IIS timeouts with HTTP request-response responses

All posts: microsoft.public.biztalk.orchestration
Source: microsoft.public.biztalk.orchestration
Sent date: 05/20/2008
From: "Zoe Hart" <(email address - cut out)>
Message:

I have several places in my orchestration where I receive an HTTP (or SMTP)
request and send a response. In some cases the response is delayed. If the
response is delayed long enough, the Send of the response fails because the
IIS session of the BTSHttpReceive listener or web service has timed out.
Then my orchestration suspends. I want to avoid this suspension.

I thought I would compare the current time with the timestamp of the
original request and if too much time has elapsed, then don't try to send a
response. This seemed like a good solution because it avoids the error
condition altogether. Unfortunately the compiler won't let me do this
because it results, at least potentially, in a request-response without a
response. But in this case, a request-response without a response is exactly
what I want. But apparently in BizTalk it's verboten.

Is this a common problem and is there a common, easily implemented solution?

I'm going to start to look at putting a scope and catch around the Send to
see if I can catch the exception that occurs when I attempt to send the
response.

But I'm looking for any other suggestions.

Thanks,
Zoe



Post Reply

Related Messages

Table Of Contents



Other groups

WCF LOB

WSCF/WCF

BizTalk Rule Engine

BizTalk BPM, process

BizTalk BAM, activity

Biztalk Adapters

BizTalk Orchestration

BizTalk Server

WS WSDL

 

    Email TopXML