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 2006 > threads for june 8 - 14, 2006

Filter by week: 1 2 3 4 5

WSE3: Authorization of Client via X509
Posted by Gerry Lowe at 6/14/2006 7:07:09 PM
The WSE3 documentation points out that, in my server-side policy file, I can insist that a client has a particular certificate via an entry like: <authorization> <allow user="CN=ClientCert"/> <deny user="*"/> </authorization> But the documentation does not specify the store locati...more >>

WseWsdl3.exe
Posted by CT at 6/14/2006 5:07:33 PM
Does anyone know what happens behind the scenes when a WSE 3.0 Web service is referenced from a likewise WSE 3.0 enabled Web service consumer? I know that two proxy classes are generated when the Web Reference is added/updated, one WSE enabled class derived from Microsoft.Web.Services3.WebSe...more >>

2 types of <replayDetection> element
Posted by Hung Ngo at 6/13/2006 4:56:03 AM
Hi, I have read the below help to create a custom <replayDetection> element http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnpag2/html/WSS_Ch5_ImpMsgReplayDet_WSE30.asp But I am confusing about the above custom element and <replayDection> from this link http://msdn.microso...more >>

replayDetection element
Posted by Hung Ngo at 6/12/2006 8:02:01 PM
The <replayDetection> Element has the following attribute: windowInSeconds Required attribute. The time in seconds that replay detection is enabled against the UsernameToken nonce. (MSDN.MICROSOFT.COM) So, The replay attack just affects on UsernameToken security? For ex: UsernameForCe...more >>

Unable to unwrap a symmetric key using the private key of an X.509
Posted by Chris Fink at 6/12/2006 11:50:02 AM
I have walked through all of the WSE 3 Hands on Labs and got everything working fine. When I create my own certificate and install it in the stores, my client application that is consuming my WSE enabled webservice receives the following error (noted at the very bottom of this post). My o...more >>

How to consume a webservice with WSE 3.0 from a .net using WSE 2.0
Posted by David at 6/12/2006 10:55:02 AM
Hello: I have a Web service that use WSE 3.0 to authenticate client with x509 certificates. The problem is that some customers of this web service has their applications in .Net 1.1 and they cannot migrate to .Net 2.0. How can I invoke the web service using WSE 2.0. We only authenti...more >>

WSE 3.0 Hands-On Labs SCT Errors Encountered.
Posted by Sundolphino at 6/11/2006 8:48:01 PM
Hello, I'm trying to follow the WSE 3.0 Labs to implement the secure-conversation. In the Basic Labs Part 2, when the attribute establishSecurityContext is set to false in the config file, the application is working fine and able to retrieve results from the webservice. But once the attribute...more >>

TimeStamp
Posted by Hung Ngo at 6/11/2006 7:34:01 AM
Hi, in the WSE 3.0, I have read: "On outbound messages, a Timestamp represents the time the message was sent and the expiration time. On inbound messages, it stamps the received time, checks for expiration, and adds the delay". I really don't understand the way WSE use the Timestamp! Whe...more >>



415: Unspported Media Type
Posted by DBC User at 6/10/2006 2:24:28 PM
I am trying to do an authentication using C# through a Web Service in WSE3.0 and I am (client side) is getting 415 error. Does anyone know why this is happening??? Thanks. ...more >>

Sign SoapHeader
Posted by Hung Ngo at 6/9/2006 8:21:01 PM
Hi, I really don't understand why we need to sign the SOAP header? Can you explain ? THhanks, Hung....more >>

WSE 3.0 X.509 certs problem
Posted by Bill44077 at 6/9/2006 1:28:02 PM
Hello, I had done a lot of experimenting with WSE 2.0 and it all seemed to work after a fashion. I have recently installed WSE 3.0 and went through the setup several times to try an figure out why the X.509 certs don't seem to be working correctly. I have a simple HelloWorld program that I ...more >>

How to create x509 certificate from Root Certificate in code
Posted by SunnyM at 6/8/2006 9:47:02 AM
Hi, I would like to generate new x509 certificate from the machine's Root Certificate from my code. Is there any API I can call to do that? I know I can write script to use "makecert.exe" to create new x509 certificate, but I want to do that within my c# code. Thanks in advance, Syed....more >>


DevelopmentNow Blog