Ask a Question related to ASP.NET Web Services, Design and Development.
-
Robert #1
Web Service timeout when calling BizTalk
Hi All,
We have a synchronous web service set-up on our online eCommerce site that
submits a order through BizTalk 2004 to our internal ERP system.
Occasionally, we encounter a timeout error when waiting for the order
confirmation to return from the ERP system to BizTalk. At first thought, we
assumed the error was related to the executionTimeout setting in the
machine.config file, however after increasing this setting from 90secs to
180secs, we are still encountering timeouts.
Does anyone know where they're might be an additional timeout setting that
need to be adjusted in order to prevent this timeout error from occuring
(perhaps in BizTalk?).
The details of the exception we receive are as follows:
<ns0:NACK Type="NACK"
xmlns:ns0="http://schema.microsoft.com/BizTalk/2003/NACKMessage.xsd"><NAckID>{12389D02-9123-4540-A586-015F4001E553}</NAckID><ErrorCode>System.Net.WebException: The operation has timed-out.
at
System.Web.Services.Protocols.WebClientProtocol.Ge tWebResponse(WebRequest
request)
at
System.Web.Services.Protocols.HttpWebClientProtoco l.GetWebResponse(WebRequest
request)
at System.Web.Services.Protocols.SoapHttpClientProtoc ol.Invoke(String
methodName, Object[] parameters)
at
EAISchemas.WBI_OrderCreate.SERVICE_SYNCH_OrderCrea te.CreateOrder(SERVICE_SYNCH_OrderCreate_Content_R equest
OrderContent)</ErrorCode><ErrorCategory>0</ErrorCategory><ErrorDescription>The operation has timed-out.</ErrorDescription></ns0:NACK>
Any guidance you could provide would be appreciated.
Kind Regards,
--
Robert
Robert Guest
-
Controlling Web Service Timeout from inside web service
I am implementing some web services to support a new standard for my industry. Because of the way these web services are defined, there is the... -
Timeout when calling a webservice from C#
I get a timeout when calling a webservice from C#. Works fine in browser. I am not doing anything out of the box. The same works on other machines... -
Web Service TimeOut
Hi, sergio! Mayble x.TimeOut = Int.MaxValue; ? smv> The code is very simple: smv> dim X as new localhost.WebService smv> x.Method smv>... -
Calling an Asynch web service within a web service.
I have read two different articles regarding optimizing thread pool utilization by calling asynchrounous web methods and then calling an... -
Timeout Problem of calling the webservice
hi all, I have made a dll hosted in the IE. It calls the web service to retrieve the data. There is a problem that calling the web service, it...



Reply With Quote

