Ask a Question related to ASP.NET Web Services, Design and Development.
-
sendhil #1
Waiting Time for WebService Call Return
hi all,
I have a Client Calling a WebService.
In the WebService there is a While Loop which runs for 2 min. After
that iam returning some value to the client. This does not work
If the time the While Loop runs is reduced to 1 min or so. It works.
My Question is: Is there a time till which the client waits for the
Webservice to return or something. Shuld i do any setting in the IIS
Server for this.
Please clarify.
Thanks
sendhil
sendhil Guest
-
Return value from ExternalInterface.call method
Hi people, I can not achieve to get any return value from javascript other than null. In th HTML container I have a functions like this: ... -
How to bind WS call return to <mx:Label>
I can't figure out how to bind data returned from a Web Service call as an array data type to <mx:Label> fields. My web service call returns an... -
Call to webservice doesn't wait to return
Hi All, I have created a ASP.NET web service with a web method. This method retrives data from SQL Server and returns it as an XML string. Now... -
Call Waiting ID Software?
Hi all, I recently picked up an old Command HotCall box at a hamfest for $15. For those of you who don't know, it's a little box that plugs into... -
Return XML From Webservice
return an XmlNode "Dave" <davet65109@hotmail.com> wrote in message news:01f101c33a82$29b58fb0$a401280a@phx.gbl... -
sendhil #2
Re: Waiting Time for WebService Call Return
I got the solution for the problem.
For a webrequest the default timeout period is 100 seconds. If we have
to make it wait for infinite time, we have to specify
Timeout.Infinite
Thanks
senhdil
[email]report_1979@yahoo.com[/email] (sendhil) wrote in message news:<97ce4388.0312061708.23b26116@posting.google. com>...> hi all,
> I have a Client Calling a WebService.
> In the WebService there is a While Loop which runs for 2 min. After
> that iam returning some value to the client. This does not work
> If the time the While Loop runs is reduced to 1 min or so. It works.
>
> My Question is: Is there a time till which the client waits for the
> Webservice to return or something. Shuld i do any setting in the IIS
> Server for this.
>
> Please clarify.
>
> Thanks
> sendhilsendhil Guest



Reply With Quote

