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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|