I think my web service is timing out, It seems to be returning an E_FAIL
before it finishes processing, so what would I set to increase the timeout on
a web service request?
How do I get the actual E_FAIL message, is there a way to get a more
specific error return value to know what's causing the E_FAIL return?
Thanks
Dan Rogers - 03 Dec 2004 20:36 GMT
Hi,
What is making your service time out? I would expect that the better
remedy is to investigate how you will make your method return in sub-second
timeframes.
Regards
Dan Rogers
Microsoft Corporation
--------------------
Thread-Topic: Web Service timeout
thread-index: AcTOSbQ5RQts1f3sSsGUjxuWix4AnA==
X-WBNR-Posting-Host: 128.47.110.81
From: "=?Utf-8?B?cmdhcmY=?=" <rgarf@discussions.microsoft.com>
Subject: Web Service timeout
Date: Fri, 19 Nov 2004 07:09:02 -0800
Lines: 7
Message-ID: <FFBDF307-0087-4EF3-959C-6AC8B70C3362@microsoft.com>
MIME-Version: 1.0
Content-Type: text/plain;
charset="Utf-8"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
Content-Class: urn:content-classes:message
Importance: normal
Priority: normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
Newsgroups: microsoft.public.dotnet.framework.webservices
NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.1.29
Path: cpmsftngxa10.phx.gbl!TK2MSFTNGXA03.phx.gbl
Xref: cpmsftngxa10.phx.gbl
microsoft.public.dotnet.framework.webservices:7559
X-Tomcat-NG: microsoft.public.dotnet.framework.webservices
I think my web service is timing out, It seems to be returning an E_FAIL
before it finishes processing, so what would I set to increase the timeout
on
a web service request?
How do I get the actual E_FAIL message, is there a way to get a more
specific error return value to know what's causing the E_FAIL return?
Thanks