all groups > dotnet web services enhancements > june 2006 > threads for june 22 - 28, 2006
Filter by week: 1 2 3 4 5
WSE 3.0 usernameForCertificateSecurity doubt
Posted by Jeffrey Sánchez at 6/28/2006 9:26:53 AM
Hi.
I'm developing a winform app that communicates with a secure web service
using WSE 3.0. I'm trying to implement Direct Authentication with
UsernameToken. I'm also trying to establish the message integrity using
usernameForCertificateSecurity turnkey security.
One fact is that I don't... more >>
ASP.NET Development Server
Posted by Frank V at 6/28/2006 7:46:37 AM
Quick question - Can a WSE 3.0 enabled web service successfully run on
the ASP.NET Development Server that is included in Visual Studio 2005?
Or would it be better to lunach the Web Service to IIS (in my case,
6.0)?
Thanks, Frank V.
JawzX01[.@.]gmail.com
www.TheOpenSourceU.com
... more >>
WSE 3.0 and timeToleranceInSeconds element
Posted by Sergey Pikhulya at 6/28/2006 6:41:02 AM
Documentation about <timeToleranceInSeconds> Element says:
"Use the <timeToleranceInSeconds> element when there is a clock difference
between the SOAP message sender and receiver.WSE invalidates SOAP messages
that have expired or are created in the future during its message validation
phase... more >>
Processing UsernameForCertificateAssertion
Posted by gregabor at 6/27/2006 1:26:12 PM
Hi there,
I'm using UsernameForCertificateAssertion and I have problem
understanding few things about processing SOAP messages, algorithms,
keys etc.
1) I don't see any connection between any ID values of SOAP headers in
OutputTrace and InputTrace.webinfo. Shouldn't some IDs match, at least... more >>
Interop between WSE 2.0 and 3.0
Posted by immu4u2 NO[at]SPAM gmail.com at 6/27/2006 8:50:14 AM
Hi all,
I have a scenario where my framework was developed on WSE 2.0 SP3
standards. Now we are migrating the same to WSE 3.0 standards. There
are existing WSE 2.0 SP3 services that is already up and running.
Is there a way that i can reuse the existing WSE 2.0 SP3 services with
the new fra... more >>
WSE 2.0 UsernameToken problem
Posted by Gary at 6/27/2006 4:00:02 AM
Hi All,
This is probably a very easy issue to sort out but at the moment I am lost
with it. I am trying to use a policy file on a web service which states that
the default endpoint must be signed by a UsernameToken.
I specified the username in the wizard and used the following code in my
... more >>
Kerberos and forms authentication
Posted by paal.andreassen NO[at]SPAM gmail.com at 6/26/2006 1:32:48 PM
We have a multi tier application spread over multiple servers.
As pr today the clients (IE 6) have used Integrated (NTLM)
autentication against IIS running the presentation layer. Each layer is
communicating with the next layer using WSE3 web services. We are using
kerberos for delegated authent... more >>
Security Context Token (SCT)
Posted by Hung Ngo at 6/26/2006 11:01:02 AM
Hi,
Can you tell me how the WSE3.0 build the security context to send and
receive multiple messages between Service & Client. What does information
include into it?
Thanks for your help,
Hung.... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
WSE 3.0, usernameOverTransportSecurity, custom Token Manager w/ securityTokenManager,
Posted by Frank Villasenor at 6/26/2006 10:07:21 AM
Hello all,
I'm attempting to learn how to use WSE 3.0 with Visual Studio 2005.
I've read a lot of material about WSE 3.0 and I've started to grasp how
this libarary works.
Although, much closer than I was a few days ago I'm not in at a point
where I believe everything is configured proper... more >>
SecureConversation
Posted by Eric Quist at 6/26/2006 7:03:01 AM
Hi
Is it possible for the client to decide whether to do encryption and signing
of messages? If so, how do I do it?
Background: I got a webservice that is called from winform clients for whom
I want encrypt and sign the messages. The webservice is also called by
another webservice and in tha... more >>
SecureConversation Problem
Posted by James Hancock at 6/25/2006 3:52:08 PM
I've created my own Assertion using UsernameToken (I use 512 bit passwords
that aren't sent over the wire and are unique per session and the data is
encrypted in my assertion). In that new assertion, I've implimented
SecureConversation by using the following:
SecureConversationServiceSendSe... more >>
How does WSE3 generate keys?
Posted by Hung Ngo at 6/22/2006 9:41:01 PM
Hi,
I have some problem with the encrypted key and derived Key.
With <AnonymousForCertificateAssertion> element:
- Is encrypted key generated from the web service public key? and what is
the algorithm used for generating?
- If I set the attribute "requireDerivedKeys=true" in the
<AnonymousFo... more >>
webservice woes
Posted by klumsy NO[at]SPAM xtra.co.nz at 6/22/2006 7:22:02 PM
I have a webservice that i talk to (there are two seperate wsdls).. and
am using WSE3.
I can sucessfully use the proxy to generate the authentication call to
the first wsdl site, and that returns something like:
<![CDATA[<Assertion MinorVersion="1" MajorVersion="1"
Issuer="http://www.bea.com/... more >>
Instruduction to WSE 3.0
Posted by Frank at 6/22/2006 1:03:02 PM
Hello All,
Can anyone direct me towards a good, comprehensive introduction to WSE 3.0?
Thanks,
Frank
www.TheOpenSourceU.com... more >>
|