| Thread | Last Post | Replies |
|
| WCF - Client Credentials (Username/Password) - ASP.NET Membership | 04 Jun 2008 13:56 GMT | 8 |
I am using the ASP.NET Membership provider for username/password authentication with my WCF service, and this authentication process is working fine, however I am unable to obtain the authenticated username within my WCF service. I need to know the username for database ...
|
| Hosting in Windows services | 04 Jun 2008 05:03 GMT | 1 |
I created a web service that I want to host in windows service. The problem is that if I host it as windows service it does not use the configuration file. I have to define the binding, endpoint etc. programmatically in the Program.cs file.
|
| WCF: Asynch operation not firering | 04 Jun 2008 03:13 GMT | 6 |
Hello out there, I have 2 services running. The first one runs in session mode and the 2nd not. The first one should call an operation of the 2nd one asynchronously,
|
| default.aspx returns instead of the service ? Help please... | 03 Jun 2008 11:53 GMT | 4 |
I am making a call to a asp.net web site that has a web services in a subdirectory of the main site ie: www.mainweb.com/webservice/dosomethingservice.asmx ( Using vs2005 to locate the service via add web service )
|
| ATL VC++ Web Service loading a dll | 02 Jun 2008 10:44 GMT | 1 |
I wrote a VC++ ATL Web Service I'm trying load unmanaged dll (C++) from the web service. It compiles okay. However, when I try to debug it I get the
|
| Simple Webservice Request | 02 Jun 2008 04:47 GMT | 1 |
I'm trying to create a webservice that will return a table of items to the caller. This seems like a pretty basic concept but since I am new to Webservices it's turning out to be a task. Here is what I want the XML file to look like:
|