all groups > dotnet web services enhancements > february 2006 > threads for february 8 - 14, 2006
Filter by week: 1 2 3 4
WSE works without authentication
Posted by Ruslan at 2/14/2006 4:05:14 PM
Hi,
I use WSE 2.0 and everything works ok. But I tried to create another client
application which dos not use the UsernameToken it calls the WebService
directly. This application also works without authentication! Why? I suppose
that some king of access error should appear but it does not ... more >>
WSE 3.0 settings
Posted by KDV at 2/14/2006 6:01:29 AM
Hi,
I have a scenario as follow:
The client application is Windows form which is using bunch of DLLs (.NET)
also. One of the dll provides access to the web service. If I put WSE
configuration settings in the DLL (Say MyDLL.DLL.Config) config file then the
Client exe (Say MyApp.Exe) do... more >>
Multiple perimeter service routers?
Posted by Chris at 2/13/2006 3:07:28 PM
I've been reading up on perimeter service routers in the WSE 3.0 docs. It
seems to me that a PSR, which normally would reside in a DMZ, is not the
place to do message validation because the message must be decrypted to
perform the validation. Presumably you would want to validation in a secure... more >>
WS-security client code in vs 2005
Posted by Karl Prosser at 2/13/2006 12:38:03 PM
i had posted this in the general webservices , but think this location may be
a better place, so sorry for the 'cross post', but it is a different week.
am having problems setting the 'credentials' to call a webservice..
i have the WSDL and successfully have created a proxy , and the right... more >>
Does it make any sense to apply WSE 3.0 (Security) on top of SSL?
Posted by John at 2/13/2006 9:44:25 AM
I am working on a project, the SSL is a requirement, so given the SSL
is the mandate, does it make any sense to apply any WSE 3.0 (Security)
on top of SSL?
Thanks in advance.
John
... more >>
How to process the SPNego in an InfoCard RST (HttpHandler level)
Posted by orouit at 2/13/2006 8:11:35 AM
Hi,
We are trying to develop a STS for InfoCard. Our server is based on a CLR
..NET but it is not using a complete Framework. I have to process the message
at a HttpHandler level! Which is quite low level.
I receive a Soap message with a RequestSecurity element that contains a
BinaryExc... more >>
performance using UsernameTokenWithDatabase
Posted by Kevin at 2/12/2006 6:53:24 PM
Hi,everybody
look below code in page 119 of Web Service Security
Scenarios, Patterns, and Implementation Guidance
for Web Services Enhancements (WSE) 3.0:
protected override string AuthenticateToken( UsernameToken token )
{
bool validCredentials = Membership.ValidateUser(token.Userna... more >>
WSE3003 Error - encryption algorithm differs on client and server
Posted by Julie Lerman at 2/12/2006 4:59:22 PM
I find one unanswered question in this newsgroup but nothing else about this
error.
When my client is windows xp and server is the same, I don't get this.
When my client is windows xp and server is Win2003, I don't get this.
But when the client is Windows 2000 and server is Win2003, I DO get ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
[WSE3]WSE910+WSE2382
Posted by Azmodan at 2/10/2006 2:25:19 PM
Hy,
i am tring to setup a system using Axis as the webservice server and dual
java/dotnet clients using signed SOAP messages.
All worked fine when i used one certificate made with "makecert" in windows
and imported both on the client and the server. Now i have to move a real
like environment... more >>
Message encryption
Posted by KDV at 2/10/2006 6:19:30 AM
Hi,
I have a web service which uses WSE 3 security features. Both the
client and service are WSE enabled. (Signing,encryption and encryting
signature). I have two machines Windows 2000 Pro and Windows XP Home. If I
run both client and service on either of the machine everything wor... more >>
WSE 3.0, X.509, and ISA Server
Posted by Garth Keesler at 2/9/2006 1:24:22 PM
I've gotten the X.509 QuickStarts working across different machines
within the same LAN but now it's time to try it across an ISA Server and
I'm looking for pointers. Any good docs out there?
All advice welcome!
Thanx,
Garth... more >>
Add a <wst:RequestSecurityToken> to soap message
Posted by Gustav at 2/9/2006 2:31:19 AM
Hi!
I'm supposed to generate a SOAP-message with the structure shown below. It
is the initial message in the secureconversation standard.
I wonder how I add the RequestSecurityToken to my SoapMessage using WSE?
<?xml version="1.0" encoding="utf-8"?>
<log>
<soap:Envelope
xmlns:w... more >>
|