all groups > dotnet web services enhancements > february 2006 > threads for february 22 - 28, 2006
Filter by week: 1 2 3 4
SOAP in VB .NET
Posted by cj at 2/28/2006 9:59:03 PM
I've asked this question in the VB .net forum and was told I should ask
here.
My company is going to be validating some info over the internet with
another company. The documentation given to me by the company we will
be contacting says:
"Using an XML-based application with SOAP technol... more >>
Question in CustomerUsernameToken and the password.
Posted by Alan at 2/27/2006 11:02:27 PM
how to use CustomerUsernameToken to AuthenticateToken if the client send a
password where PasswordOption.SendHashed.
in the Service:
protected override string AuthenticateToken(UsernameToken token)
{
Note: I can't use toke.password get the password
}
How can i get the token.password... more >>
Web service connection problem
Posted by KDV at 2/27/2006 8:34:22 AM
I have a web serice built which works fine when I did testing on my local
machine. It also works fine when accessed from different machine within my
private network. I asked a friend of mine to access it from his machine. He
can access it and works for few seconds then a following problem occu... more >>
Kerberos Authentication and WSE 3.0
Posted by RAMMURALY at 2/27/2006 7:31:59 AM
Hi I have been trying hard to get the kerberos authentication work with
WSE 3.0
I have a hello world service protected by a Kerberos policy file using
WSE 3.0 tool
Based on some recommendations I have done the following
1) Change ASPNET account to run under SYSTEM in machine.config
2) ... more >>
Implementation of ws-transaction
Posted by dbrennan at 2/27/2006 2:05:28 AM
Am I right in assuming that ws-transaction has not yet been implemented in MS
WSE as of version 3.0 ?
If so, does anybody have a timescale for when we can expect this?
Thanks.... more >>
WS-reliable messaging
Posted by siddhath at 2/26/2006 5:56:26 AM
Hi,
Can some one provide a sample of how to make use of WS reliable messaging.
I am using WSE3.0 and .net 2.0
Do I have to configure some thing ?
What code if any needs to be written to be able make use of WS-relibale
messaging?
Thanks
Sounu
... more >>
X.509 Unwrap Woes
Posted by Joel C. at 2/25/2006 9:08:28 PM
I have created certificates with the following commands:
makecert -cy authority -r -n "CN=Foo.CA" -sr localmachine -ss "Trust"
makecert -cy end -n "CN=Foo.Server.1" -sky exchange -sk "Foo.Server.1 SK"
-ss "My" -sr localmachine -in "Foo.CA" -ir localmachine -is "Trust"
makecert -cy end -n "CN=... more >>
NET/WSE 2.0 SP3 with Axis/WSS4J: The signature verification failed
Posted by Stefan Huber at 2/24/2006 7:27:17 PM
hi everybody,
When sending a response from a WSE enable web service to a WSS4J client I
keep receiving "The signature verification failed" from the client.
i use usernametoken with password hashed.
I have read several posts stating that any modifications to the signature
may cause this to o... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
user name and pasword encryption WSE2.0
Posted by MSDN at 2/23/2006 6:17:01 PM
Hello,
I am using WSE2.0 and windows authentication user token
I would like to encrypt the user name and password as in
Dim oToken as new
Microsoft.Web.Services2.Security.Tokens.UsernameToken("myusername","myPassword",
PasswordOption.SendPlainText)
I am NOT talking about the PasswordOp... more >>
Changing CanonicalizationMethod Algorithm
Posted by Colin Bowern at 2/23/2006 5:37:35 PM
I'm trying to interop with a service provider's web service. They are
currently requesting that messages be signed with an X509 certificate.
The reference request notes the following Canonicalization algorithm:
<CanonicalizationMethod
Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010... more >>
WSE Settings Tool does not appear
Posted by MJ603 at 2/23/2006 9:43:30 AM
Using VS2005 and have WSE 3.0 installed yet the Setting tool option is not
available. The Add-In manager in VS2005 says that the WSE Settings 3.0 is
started yet I do not get the appropriate content menus.... more >>
Handling a token outside a WSSE header?
Posted by dustin.breese at 2/22/2006 11:25:43 AM
I am using an XML security gateway to dynamically add a SAML
authentication token to the SOAP header as the message arrives. The
difference b/w the way the gateway adds it and the way the STS
QuickStart does it is that the gateway adds it to the SOAP header
OUTSIDE the ws-security element, whil... more >>
|