Archived Months
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 > dotnet web services > january 2008 > threads for january 22 - 28, 2008

Filter by week: 1 2 3 4 5

WCF SecurityNegotiationException across machines
Posted by Competitive Dad at 1/28/2008 6:56:02 AM
I have a WCF service using wsHttpBinding and a client that is a website, hosted on the same Windows 2003 Server. If I use the client on the same machine as a service everything is fine. If I use the website on a separate machine (IE 6 on XP SP2) I get a SecurityNegotiationException, "The c...more >>


WCF - MessageSecurityException - when can it occur?
Posted by pstachowicz@onet.eu at 1/28/2008 6:40:38 AM
Hi, Is it possible to get MessageSecurityException after the security context has been negotiated and the service operation has been executed? i.e. Can I assume that when I get this exception the method has never been executed? Thanks, Piotr...more >>

multi tasking?
Posted by cj at 1/25/2008 4:10:55 PM
Strictly as an example, suppose I write a web service that takes an employee number and then does some processing and returns their security clearance, name, department or some such stuff. Again for arguments sake say this processing takings about 15 seconds each time. Lastly assume there ...more >>

WCF Hosting Issue
Posted by Tina at 1/24/2008 5:57:25 PM
I'm going through this book on WCF and the first example has me writing a WCF host in the form of a console app. The code is as follows: using System.ServiceModel; namespace Host { class Program { static void Main(string[] args) { using (ServiceHost h...more >>

Hosting Web Services
Posted by davebythesea at 1/24/2008 6:52:08 AM
Dear List, I have been writing Web Services and running them from either a local IIS Server on XP Pro or within the built in web server in VS2003 and more recently VS2005. I was considering getting a 'real server' to host some web services, but am not sure which Microsoft server is best ...more >>

<%@ WebService Language="vb" CodeBehind=...
Posted by Will Game at 1/24/2008 12:09:39 AM
Hi, I,m trying to make my web service public, bu I have problems with this line: <%@ WebService Language="vb" CodeBehind="~/App_Code/GISAdmin.vb" Class="GISAdmin" %> How to fix this? *** Sent via Developersdex http://www.developersdex.com ***...more >>

WCF basicHttpBinding
Posted by Philip at 1/23/2008 7:21:55 PM
I have created a WCF Service with a basicHttpBinding. It is not easy for me to deploy a server certificate, so this is the reason I am using a basicHttpBinding..... with a simple username/password authentication, using the asp.net membership subsystem. I am hosting my WCF Service under IIS...more >>

Populate web service response from xml file
Posted by Magnus at 1/22/2008 5:00:22 PM
Hi, I will implement a mock web service for internal testing of a client application we're developing. We do not want to hard code the answers, but instead store the possible answers as XML data/files in a database. Each web service method could have several possible answers which should be...more >>




DevelopmentNow Blog