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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|