| Thread | Last Post | Replies |
|
| Web service client behind a firewall | 20 Mar 2007 05:51 GMT | 2 |
I have an app that consumes a web service. Everything runs fine here at the office and at some of my clients businesses but one of them uses a web proxy that redirects to port 8080 and it blows up. Is there a way to tell the web service to handle this without messing it up for ...
|
| DST problem w/ Net 1.1? | 19 Mar 2007 22:55 GMT | 1 |
I have an console app running on several clients written in VB .Net that calls a web service also written in VB .net 1.1. Its uses the Now function to send the current date time to the web service. Since DST went into effect this past Sunday, it subtracts one hour from the time ...
|
| Multiple Classes using a single asmx | 19 Mar 2007 22:32 GMT | 1 |
I was investigating whether we could have a single entry-point (.asmx) to multiple Web Service classes instead of just one. Something like: <%@ WebService Language="C#" Class="Class1" "Class2" "Class3" %>
|
| DataTable returned from a Web Service | 19 Mar 2007 20:07 GMT | 8 |
Hello, I created a Web Service using .Net 2.0 that has a function that returns a DataTable. I can test the function from the web page when I access the .asmx from a browser on localhost and it works. I can also test the function using VB6 and the xmlhttp activex object. The ...
|
| Webservice returing a zip file | 19 Mar 2007 09:00 GMT | 1 |
Is it possible to make a method that returns a zip file to the client? when I invoke the service like http://webserver/webservice.aspx?GetFile the service compute some values and do a zip file and return to the browser or web client.
|
| Throwing a Soap Exception from a webservice | 19 Mar 2007 06:47 GMT | 3 |
I have written a web service for accessing data from a database. I have a method in the webservice which returns a dataset. I am trying to implement error handling by using the try...catch...finally structure. Now, the method's logic in the try block returns a dataset while the ...
|
| noob assumptions about webservices in ASP.NET | 19 Mar 2007 04:37 GMT | 1 |
I have the following assumptions about .NET webservices which I need confirmation/denial of: 1 - They are only instantiated when required & then a different instance for each request.
|
| Need help on Webservice2005. | 18 Mar 2007 17:06 GMT | 1 |
i used to create a webservice on vs2003 there, when ever we create a webservice it gets placed in the IIS ie at the location inetpub/wwwroot and we can also see this webservice in the Internet Information Server[In Administration Tools] under Default Web site .
|
| Can a web method return an instance of an interface? | 18 Mar 2007 12:53 GMT | 3 |
I trying to determine whether or not it is possible to create a web service whose methods are declared to return interfaces. I have been researching it and have found lots of hints and clues. I even read a post from a Microsoft employee (dated 2004) that said it was
|
| Web Service Debugging | 18 Mar 2007 00:29 GMT | 2 |
Usually I write the web service into my solution and can debug it with no problems. My current situation does not give me access to the source control so I want to keep the web service out of the main web solution. So in essence how do I debug the webservice? I can instantiate it ...
|
| "Underlying connection was closed. Could not establish trust relationship" error | 17 Mar 2007 23:40 GMT | 2 |
All, We have an ASP.NET 1.1 application running on a W2K3 box that is consuming a web-service via HTTPS and we are receiving this error, BUT, it's only intermittent. It's not happening all the time. It just started happening a
|
| Asyncronous Web Service | 17 Mar 2007 23:17 GMT | 1 |
I need to turn an asyncronous call into a syncronous one. I have a Web Applicaition which makes a call to web services to retrieve data. A new web service that I need to support work asyncronously...sort
|
| securing web method calls using .NET 1.1 | 17 Mar 2007 15:37 GMT | 2 |
Hi All: I'm sort of "new" to doing this so I was wondering if anyone can offer some additional insight/suggestions.
|
| Posible solution | 16 Mar 2007 22:27 GMT | 1 |
I had the same problem, but find the solution here: http://weblogs.asp.net/jan/archive/2003/12/04/41154.aspx I'ts for 2003, but still work's in 2005. hope helps!
|
| To secure an existing Web Service | 16 Mar 2007 16:25 GMT | 1 |
I want to incorporate authentication & data integration in an already existing, deployed web service, without changing its code or taking it off. Is there any way this can be done? I mean is there a way to secure the web server, by changing settings of Windows etc??
|