all groups > dotnet web services enhancements > july 2005 > threads for july 15 - 21, 2005
Filter by week: 1 2 3 4 5
Using rsa-sha1 for digital signatures
Posted by Sam at 7/21/2005 1:30:27 PM
I want to sign a SOAP body using WSE 3.0
It looks like the algorithm chosen by default is
"http://www.w3.org/2000/09/xmldsig#hmac-sha1"
How do I switch this to use the agorithm
http://www.w3.org/2000/09/xmldsig#rsa-sha1
Any ideas/help ? I couldnt find this in the options
in the WSE confi... more >>
Code vs. Policy problem on WSE 3 client
Posted by Arif at 7/20/2005 12:51:03 PM
I have a weird problem I am running into. I am using the
UsernameOverCertificate turnkey scenario with WSE 3.0. I am using a
CustomUsernameTokenManager class where I am overriding the AuthenticateToken
method so I can do custom authentication.
When I set the client to use a Policy file & in... more >>
Load testing WSE Web services
Posted by Aaron Junod at 7/20/2005 7:02:26 AM
I would be interested in hearing what others may be doing to load test
WSE enabled web services. I have been searching most of the morning,
and seems to have found a few options, none of which I am completely
sold on yet.
The first answer seems to be use Parasoft soa test. In fact, searching
... more >>
Advice re use of WSE in a 64 bit app
Posted by andyks at 7/18/2005 8:02:36 PM
What advice or guidance is there about using the shipped WSE 3.x assembly or
the WSE 2SP3 assembly in a 64bit .NET 2.0 beta 2 application?
... more >>
KerberosToken in both WSE 2.0 and 3.0
Posted by Doug Kent at 7/18/2005 1:50:08 PM
I have a web service using WSE 3.0. My client is using WSE 2.0. I'm having
trouble with the KerberosToken. I am using KerberosToken2 with WSE 2.0, which
was renamed to KerberosToken in WSE 3.0.
I am getting the following error:
"The signature or decryption was invalid"
I created a client ... more >>
custom authentication with UsernameToken
Posted by Next at 7/18/2005 8:03:03 AM
Hi Everyone,
How do I prevent my UsernameToken from automatically being authenticated
against a Windows account on the server?
I want to retrieve the username and password from the UsernameToken in my
webserice and authenticate using a database.
I can't get that far. I get access denie... more >>
SoapReceiver pipeline ignores security token exceptions
Posted by ep at 7/18/2005 7:58:16 AM
I have a server application which has been using WSE 2.0 and custom security
tokens. We needed to change one of the asmx webservices to a SoapService.
Now when the incoming security token is invalid, our SecurityTokenManager
correctly throws an exception. The problem is that this exception is
... more >>
How to use WS-Addressing of WSE2.0
Posted by Naveen at 7/18/2005 5:02:03 AM
Hi
I am working in WebServices (C#) and have successsfully used the WS_Security
in my application. I want to know how to incorporate the WS-Addressing
utility in my application. any pointer or help will be greatly appreciated.
Thanks a lot in advance... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Memebership roles, WSE 3.0, Smart Clients. How do they fit togethe
Posted by Next at 7/17/2005 2:22:01 PM
I am hoping that someone could give me some clarity on Authentication and
Authorization when it comes to WSE 3.0 and smart clients.
I have subclassed IPrincipal and IIdentity. Where should I instantiate and
attach my custom classes?
To clarify...after I submit the username and password t... more >>
|