Archived Months
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008


all groups > asp.net webservices > june 2007 > threads for june 15 - 21, 2007

Filter by week: 1 2 3 4 5

Webservice becomes unresponsive
Posted by Jess Lundager Andersen at 6/21/2007 10:19:01 PM
Hi, This post is a repost of my question posted yesterday in dotnet.framework.webservices since noone has replied.. I hope that there are someone here that can help. I have a problem accessing a web service. The problem consists in that after a couple of hours (approx. 3 hours) the ...more >>

i want get London time in others country....
Posted by lian at 6/21/2007 12:00:00 AM
i want get London time in others country, which website provide the webservice, get the London time from the webservice...more >>

Why is the first request to my web method slow?
Posted by Sinex at 6/20/2007 12:00:00 AM
Hi, I have a web service with multiple web methods. A client consumes my service thru a proxy object. Say the client calls a web method F1(). The first time my client calls the method it takes a while for the response to come back. But subsequent requests are served much faster! Why is this h...more >>

Counting the number of open requests to a web service...
Posted by Sinex at 6/20/2007 12:00:00 AM
Hi, I am developing a web service. I want to restrict the number of concurrent requests that can be made to my service. I guess I need some kind of global counter that will indicate the number of open requests...but I dont know the ..net classes that will help me do this...and where do I have ...more >>

Best way to add webservice on website with form authentication?
Posted by Vili at 6/20/2007 12:00:00 AM
Hi all I am having problems with using an webservice on my website which has form authentication and saves the data to a cookie. When trying to add web reference to the webservice it complains about the authorization. The error I get is "There was an error downloading 'http://localhost:3915...more >>

Adding a new method will it break existing applications
Posted by Jay Balapa at 6/19/2007 10:17:36 AM
Hello, We have a webservice which is called by our pocket pc apps. We have a need to filter data, so we want to add a another method on top to the existing method. Existing Service.asmx Sync(DataSet myDataset) New Service.asmx Sync(DataSet myDataset); Sync(DataSet myDataset,string filt...more >>

Extract client certificate info...
Posted by Sinex at 6/18/2007 5:59:41 PM
Hi, Am developing a web service that is gonna be consumed by a client over https. I'm using certificates to get the mutual authentication in place. On the server side, I want my service to be able to extract some fields from the client's certificate. I tested the service using the browser and ...more >>

Disabling Keep-Alive
Posted by Mantorok at 6/18/2007 12:00:00 AM
Hi ASP.Net v2.0 I'm referencing a web-service from an ASP.Net web-site. Occasionally, I get an intermittent error when accessing the web-service: System.Web.HttpUnhandledException: Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.Net.WebException: The under...more >>



sharing session between application and web service
Posted by Victor Reboucas at 6/17/2007 4:15:31 PM
Hi, I'm developing an asp.net 2.0 application and I'm trying to use a session value set in a web form inside a web service call. I mean I have a web form with a list of orders for a given customer when the page loads I set session("customer") = request.querystring("customer") every mi...more >>

SOAP Header in a Dot Net 2.0 Web Service Client Consuming a WCF 3.0 service.
Posted by Curt K at 6/15/2007 12:35:19 PM
I have been successful consuming a WCF 3.0 service from a 2.0 client. I would like to embed a token (GUID as string) in the header so I can check the token with a session on the server side. We have a requirement to run on Windows 2000 professional so we have to use a .net 2.0 client (...more >>


DevelopmentNow Blog