all groups > dotnet web services enhancements > november 2005 > threads for november 29 - 30, 2005
Filter by week: 1 2 3 4 5
WSE 3.0; Kerberos Token; An invalid security token was provided.
Posted by Jubin at 11/30/2005 9:57:02 PM
Hi
I am using WSE 3.0 and .NET Framework 2.0/VS.NET 2005;
When I use the Kerberos Token; the following exception is thrown.
"An invalid security token was provided...... unknown user name or bad
password"
Following are the code/configuration details. Can some one please point out
what ... more >>
Error installing WSE 3.0
Posted by Jay Warling at 11/30/2005 4:01:02 PM
I get the following error when installing WSE 3.0.
Error 1722.There is a problem with this Windows Installer package. A program
run as part of the setup did not finish as expected. Contact your support
personnel or package vendor. Action RegisterSettingsVSRuntime, location:
C:\WINDOWS\Inst... more >>
SOAPAction header after applying security policy
Posted by SUVANAN at 11/30/2005 12:22:02 PM
When I set a client policy, the WSE layer is modifying the SOAPAction header
to
http://schemas.xmlsoap.org/ws/2005/02/trust/RST/SCT
How can I set it as my original/intended SOAPAction header?
--
SUVANAN DUTTA... more >>
Security requirements are not satisfied because the security header is not present in the incoming message
Posted by jackmadeja NO[at]SPAM hotmail.com at 11/30/2005 8:38:54 AM
I get following exception every time I run my service thru ordinary IIS
instead of Default IIS in VS.NET Studio. My service is a simple
'Hello World with certificate policy. My client is simple ASP.NET Web
Site with one button and textbox. I use Certificate Policy
(mutualCertificate11Security) o... more >>
WSE 3.0 & WSE 1.0
Posted by Duncan_CWLI at 11/30/2005 2:23:02 AM
Can I install WSE 3.0 on a pc with WSE 1.0 and still use them both, I'm
looking at migrating the app using WSE 1.0 but want to test WSE 3.0 whilst
work continues on the project using WSE 1.0... more >>
Gotcha with UsernameTokenManger migration to WSE 3
Posted by Mark Arnott at 11/29/2005 1:44:05 PM
I migrated a custom UsernameTokenManager class from .Net 1.1/WSE 2 to
..Net2.0/WSE 3 and ran into an annoying problem.
The WSE 2.0 config that worked was:
<security>
<securityTokenManager
type="Proxies.MyUsernameTokenManager, IfisClient"
xmlns:wsse="http://docs.oasis-ope... more >>
What WSE2 offers for this problem?
Posted by J-T at 11/29/2005 11:49:54 AM
I need to create a webserivce which is able to talk to the following
components:
1) Another webservice which is written by java and talks to its own backend
database to authenticate the users
2) Directly talk to a sql server database containg a table to store username
and passwords
3) Direct... more >>
WSE2 - SoapException
Posted by grigorisd at 11/29/2005 8:16:28 AM
Hi all,
I am unable to get the SoapException thrown by a web service. I am using a
soapclient class to send the request (SendRequestResponse) but all I get is
"Fault occured".
Any good examples on this???
Thanks... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Custom Username token in WSE 3.0
Posted by n33470 at 11/29/2005 5:51:55 AM
Hi all,
Using WSE 3.0, I need to create a custom username token that includes
some additional fields. I have also created a custom token manager to
handle the authentication process using the custom token. (For
example, suppose you wanted to add an additional string field to the
username ... more >>
|