all groups > dotnet web services enhancements > july 2005 > threads for july 1 - 7, 2005
Filter by week: 1 2 3 4 5
WSE Encryption with KerberosTokens (what algorithm?)
Posted by Claus Konrad at 7/6/2005 7:05:51 PM
When encrypting a message body using WSE 2.0 and a Kerberos token, it is =
quite obvious that the encryption scheme used is symmetric as the =
"shared secret" is found in AD and verified in this way.
However - what algorithm is actually used here, and does one have a =
chance of controlling th... more >>
Application Failed out of blue
Posted by csheng at 7/6/2005 9:35:10 AM
The application has been running for one year, and today it failed with the
following
message:
WSE511: It is invalid to use the security token
SecurityToken-e4aa51c6-848e-495e-bc7d-ec0b44c34b8f now because the token is
either expired or postdated. Microsoft.Web.Services2
at
Microsoft.We... more >>
SecurityContextTokens and SecureConversation
Posted by Peter Flintholm at 7/6/2005 7:12:04 AM
Hi,
I need to implement my own issuing of SCTs through a negotiation between
client and server resulting in client and server agreeing on a common
symmetric key.
The original request will be unsigned - the trust is established through the
negotiation.
Is it possible to extend WSE 2.0... more >>
Bypass WSE security using a HttpWebRequest?
Posted by Andy Stephens at 7/6/2005 2:22:01 AM
Hi
We are in the process of implementing some WSE-enabled webservices for the
first time, and are now in the process of testing. It works fine using .Net
client code that has been "WSE'd" (i.e. Visual Studio generates the "Wse"
suffixed web service proxys), and we can see from various logs ... more >>
exclude elements of a soap message from signing
Posted by Mitja at 7/5/2005 12:00:00 AM
hi,
in the article
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wse/html/9421f0df-ccdd-4d67-9e85-1d102ada287e.asp
"How to: Specify the Parts of a SOAP Message That Are Signed or Encrypted"
it is said: "For digital signing, WSE signs the entire contents of the
<Body> el... more >>
problem in creating SOAP Envelop in C#
Posted by naveed at 7/5/2005 12:00:00 AM
Hi,
I am trying to create a SOAP Envelop in C# . The output of the SOPA Envelop
should be like this :
----------------------------------------------------------------------------------
<soap:Envelope xmlns:wsa=".."
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Header>
<wsa... more >>
[Policy("ServerPolicy")]
Posted by BenW at 7/4/2005 1:31:03 PM
I see this attribute is applied at the class level. Is there a mechanism to
apply security policy at the method level to give a more granular way of
determining who has access to what methods.
I had a look through the samples and did not see this.
Any sample code or examples would be grea... more >>
X.509 Certificate Installation
Posted by JohnD at 7/3/2005 9:17:02 PM
Hi there
I've got an issue with installing an X.509 certificate into the Local
Machine's Personal store and to grant ASP.NET access to the private key. I'm
sure I'm just missing one step, since I've managed to do this before, but I'd
appreciate any help anyone could offer.
I've got a PFX... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
how to get wsdl using wse 2.0 in short
Posted by Naveed Anwar at 7/1/2005 12:00:00 AM
how a tcp server running on given uri like
"soap:tcp://localhost:8080/MyReceiver" will return wsdl. In normal web
service case which runs on http returns wsdl by simply appending '?wsdl' in
url, but I am confused how a tcp server will do the same.
plzzzzzzzzz reply :((!!
thanks:) in a... more >>
Book on WS-Security
Posted by Henrik Skak Pedersen at 7/1/2005 12:00:00 AM
Hi.
Can anybody recommend a book about WS-Security.
I was thinking of:
Securing Web Services with WS-Security : Demystifying WS-Security,
WS-Policy, SAML, XML Signature, and XML
Encryption
?
Henrik.
... more >>
|