Groups | Blog | Home


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
March 2008
April 2008
May 2008
June 2008
all groups > dotnet web services enhancements > june 2005 > threads for june 15 - 21, 2005

Filter by week: 1 2 3 4 5

Secure Conversation doesn't work with second web service
Posted by Cormac at 6/21/2005 1:36:10 AM
Hi everyone I have a solution based on Secure Conversation using a Security Context Token Service (which is just a web service) that gives out SCT's, a client program gets the issued SCT. But the problem I have is can this client then hold Secure Conversations with one or a number of other ...more >>


Private key not available for X.509 certificate under W2000
Posted by Diego Barros at 6/21/2005 12:00:00 AM
Hi all, I am having difficulty running a WSE 2.0 enabled Web Service under Windows 2000. I can run the same web service using X.509 certificates for authentication and encryption when the web service is on a Windows 2003 Server (Enterprise Edition) and the caller is on my Windows 2000 machi...more >>

Trouble with X509 authentication
Posted by Eric at 6/20/2005 11:33:45 AM
--- Sorry for the cross-post in ...aspnet.webservices, but just found this group and it seems more appropriate --- Hi all, I'm trying to get the hang of WSE2, and am running into a problem. I wrote a simple web service, and a simple client that calls that web service. If I do not have...more >>

Mutable Security Token exception
Posted by Eric at 6/19/2005 9:18:28 PM
The big picture: I want to use WS-Trust with a Security token service that issues a custom Security Token that I later will be sending to other web services. I've been using the code in CustomXmlSecTokenCode sample that comes with WSE 2 as my starting point. I made the following changes: ...more >>

InitializeSecurtiyContext call failed
Posted by BenW at 6/19/2005 7:51:02 AM
What would cause the following error message? InitializeSecurityContext failed with the following error message: A specified logon session does not exist. It may have already terminated. Steps taken: 1. Created the policy file for a client (Kerberos) 2. Added the Policy attribute to the c...more >>

soap.tcp kerberos policy example
Posted by BenW at 6/19/2005 5:29:01 AM
Does anyone know of a Keberos policy example for soap.tcp?...more >>

Help files WSE 3 CTP
Posted by BenW at 6/19/2005 5:25:01 AM
Are the files which shipped uncompiled help files? Can't access the documentaion. When will it be on MSDN?...more >>

Thowing exception
Posted by BenW at 6/17/2005 10:51:06 AM
Quickly knocked up a sample cleint and service app running over tcp using the WSE 3.0 CTP. Used the WSEWSDL2 to generate the proxy. However could not get an exception to be returned if thrown in the service. Very simple test SoapClient to Soap Service call. Shouldn't this work....?...more >>



WSE 3.0 Policy and Encrypting Custom Headers (XML Encryption Spec)
Posted by Todd Clemetson at 6/17/2005 9:32:05 AM
I am curious if WSE 3.0 policy or any other features of WSE 3.0 make it easier to encrypt custom soap headers to conform to the Xml Encryption Spec. I am currently using WSE 2.0 and see no other solution other than to write my own routines to encrypt custom soap header items (e.g SamlToken, c...more >>

MTOM sample in TCP only
Posted by William Stacey [MVP] at 6/16/2005 11:00:34 PM
Could someone (i.e. MS) wipe up the MTOM sample hosting as EXE using TCP only. All samples should have TCP and IIS versions IMHO. TIA -- William Stacey [MVP] ...more >>

ResponseSoapContext
Posted by Ero at 6/15/2005 11:35:27 AM
Hello, I have a simple webmethod to send Dime attachments using WSE 2 : [WebMethod] public void CreateDimedImage() { SoapContext respContext = ResponseSoapContext.Current; // the problem is here. I always have ResponseSoapContext.Current = null. DimeAttachment dimeAttach = new Di...more >>

Detecting if a webmethod response is returned?
Posted by Qpeg at 6/15/2005 7:16:15 AM
Not a good description I know, but take the scenario where a client calls a web method on my web service, and the client disapears (disconnects, is shut down etc) before the method has time to get to the return-statement and return an answer - does the webservice raise any exception or similai...more >>


DevelopmentNow Blog