| Thread | Last Post | Replies |
|
| Publishing different versions of Webservice | 26 Jun 2007 16:36 GMT | 1 |
Can any one let me know how to publish different versions of Webservices in .NEt Thanks in advance ~Mohan Babu D
|
| What certificate product to buy | 26 Jun 2007 15:47 GMT | 1 |
I know this is a somewhat common question, but I can not find an answer that matches my sceario. I'm trying to do wse 3 mutualCertificate10Security. I just found out that our current ssl cert does not support data encipherment and can't be used.
|
| Event handling for asynchronous calls | 26 Jun 2007 11:57 GMT | 1 |
I'm developing WinForms application in .NET 2.0 that talks to web service. The automatically generated proxy (reference class) has got methods for both synchronous and asynchronous invocations of the web service methods. What I like about the asynchronous calls that they
|
| deployment of a dll consuming a webservice | 26 Jun 2007 11:31 GMT | 1 |
What is the best and professional way to deploy a DLL that consumes the customers webservice url instead of my coded webservice url of my local test system? Is there a way to keep it dynamic? Using the registry would be a first step....
|
| Webservice becomes unresponsive | 26 Jun 2007 11:27 GMT | 1 |
I have a problem accessing a web service. The problem consists in that after a couple of hours (approx. 3 hours) the web service is non-responsive. I have then tried accessing it through Internet Explorer and when I invoke a
|
| downloading file stream (binary/text files) from web service to cl | 26 Jun 2007 11:25 GMT | 1 |
I want to download a file (zip) from the webservice to the client ? how can I achieve this, since SOAP only transfers XML data, how? Regards,
|
| WebService basic security issues | 26 Jun 2007 11:24 GMT | 1 |
I'm quite new to .NET (3.0) and I would like to aks you for some basic info (links, tutorials, etc) regarding webservice security issues. I think my problem is quite frequent and for sure there is a simple
|
| MultiThreading Web Services | 26 Jun 2007 11:18 GMT | 2 |
I'm a tad confused about Web Services and Multi-Threadling. I have read in old postings that IIS handles some level of "multithreading" for a web service. I know that technology has changed a lot since that posting and was wondering what the current status is.
|
| WebClient generates exception: header must be modified using ... | 25 Jun 2007 21:03 GMT | 1 |
The following code generates the exception shown below when I call UploadData. I'm trying to call a WCF service using basicHTTP with a manually generated Soap message. Am I on the right track with this code? Thanks!! Code:
|
| Kerberos token issue | 25 Jun 2007 20:25 GMT | 4 |
i am using a Kerberos ticket for authentication. i run my client application at one machine which is in the same domain as my web services machine. When the client code gets to calling the web service, it fails with the following exception stacktrace:
|
| webservice for Authentication | 25 Jun 2007 16:12 GMT | 3 |
I need to create a webserivce which is able to talk to the following components: 1) Another webservice which is written by java and talks to its own backend database to authenticate the users
|
| Cannot launch webservice in debug from Visual Studio | 25 Jun 2007 03:37 GMT | 4 |
I'm trying to launch a webservice in Debug from visual studio .net 2003. When I do that I get an error: "Cannot start debugging on the webserver". This happens on old and new projects, both using Visual Studio 2003
|
| How to make SoapHttpClientProtocol instance send each request on different TCP connection? | 23 Jun 2007 00:51 GMT | 2 |
There are multiple clients to invoke a web service deployed in a cluster of server. Each client is using SoapHttpClientProtocol instance. I found that if the invocation is continuous, SoapHttpClientProtocol doesn't close TCP connection. It just reuse one
|
| Call webservice from windows C# application | 22 Jun 2007 18:32 GMT | 1 |
How can I call a simple webservice on my IIS? Thanks
|
| Webservice becomes unresponsive | 22 Jun 2007 14:34 GMT | 3 |
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.
|