|
Home > Archive > BizTalk Server Orchestration > April 2005 > Webservice Timing Out
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Webservice Timing Out
|
|
|
| Hi
I have an orchestration exposed as a webservice. This webservice is called
via a winform front end. The webservice takes around 4 mins to complete (due
to the webservice consuming other webservices ). When the response message is
returned a timeout message appears in the front end app.
The following message appears in HAT
The adapter failed on an attempt to transmit a message going to send port
with the address
"/bzLoanSubmission.Orchestrations_Proxy/ bzLoanSubmission_Orchestrations_LoanSubm
ission_portReceiveLoanSubmissionRequest.asmx".
Details: "Cannot find the assembly Microsoft.BizTalk.WebServices.ServerProxy,
Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35.".
Cannot find the assembly Microsoft.BizTalk.WebServices.ServerProxy,
Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35.
I have tried various thinsg like setting exertiontimeout=50000 in the web
config file,
ws.timeout=50000 in the front end app but with no success. The orchestration
completes ok with no other errors, just the response fails
Any ideas on how to solve this
Regards
Tim
| |
| Tatiana 2005-04-13, 7:58 am |
| Hi Tim,
I had the same problem. Try to add
Microsoft.BizTalk.WebServices.ServerProxy.dll (it can be found in Biztalk
installation folder) to the Assembly Cache (GAC), restart
BiztalkServerApplication and IIS after that.
-Tatiana
"TimG" <TimG@discussions.microsoft.com> wrote in message
news:2E93534B-3D56-4172-BCD2-9D4E2F13B744@microsoft.com...
> Hi
>
> I have an orchestration exposed as a webservice. This webservice is called
> via a winform front end. The webservice takes around 4 mins to complete
(due
> to the webservice consuming other webservices ). When the response message
is
> returned a timeout message appears in the front end app.
>
> The following message appears in HAT
>
> The adapter failed on an attempt to transmit a message going to send port
> with the address
>
"/bzLoanSubmission.Orchestrations_Proxy/bzLoanSubmission_Orchestrations_Loan
Submission_portReceiveLoanSubmissionRequ
est.asmx".
> Details: "Cannot find the assembly
Microsoft.BizTalk.WebServices.ServerProxy,
> Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35.".
> Cannot find the assembly Microsoft.BizTalk.WebServices.ServerProxy,
> Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35.
>
> I have tried various thinsg like setting exertiontimeout=50000 in the web
> config file,
> ws.timeout=50000 in the front end app but with no success. The
orchestration
> completes ok with no other errors, just the response fails
>
> Any ideas on how to solve this
>
> Regards
>
> Tim
|
|
|
|
|