all groups > dotnet web services enhancements > february 2006 > threads for february 15 - 21, 2006
Filter by week: 1 2 3 4
Sending Mtom but receiving non-Mtom message.
Posted by Kosta Tachtevrenidis at 2/21/2006 5:10:49 PM
Can somebody tell me if there is a way to send an attachment from WSE3
using mtom but receive the confirmation in a non-MTOM message? I know
this can be done in AXIS2 (java) but not sure how to accomplish it in
Wse3.
I looked up the "Server Mode" setting in the Wse3 properties, but it
says ... more >>
WSE 3.0 Username basic question
Posted by BrookHeat at 2/21/2006 7:21:28 AM
Hello,
I want to restrict access to an ASP.NET web service using a WS-Security
Username and password. I'm *not* using SSL, ceretificates, Kerberos, Windows
accounts, or anything of the kind. I simply want to 1) detect whether or not
the <wsse:UsernameToken> element is present. If not, au... more >>
who can give me a e.g using Customer UsernameToken
Posted by Alan at 2/21/2006 6:49:27 AM
I just wanna use Customer UsernameToken to verify the username in my SQL
Server ,how can I do this?... more >>
WSE 3 security exceptions
Posted by KDV at 2/20/2006 8:51:26 AM
Hi,
I am using WSE 3 and I am using usernameForCertificateSecurity. I
have added my custom UsernameTokenManager to provide password for the user.
My question is I want to get notofication from the WSE runtime if username
authentication fails. eg user has entered wrong password. So in... more >>
how can i use WSE 3.0 to implement security base on RBAC
Posted by Alan at 2/20/2006 4:06:27 AM
i was design Web service, how to implement the security with the system'role
not using any certification... more >>
Example for Pipeline.GetInputBehavior or Pipeline.GetOutputBehavio
Posted by Mo at 2/19/2006 10:11:28 PM
I am looking for a sample code on using GetInputBehavior or
GetOutputBehavior method on Pipeline class.
I saw the WSE 3.0 help documentation but it does not have sample except the
buit in
SecureConversationClientSendSecurityFilter which has one, but that does not
tell me how to
im... more >>
Hands-on WSE3.0 missing files
Posted by GregBor at 2/19/2006 1:49:03 PM
I installed WSE 3.0 and then tried Hands-on Lab: WSE3.0 Security. A problem:
i am supposed to import Client Private.pfx and Server Private.pfx from the
folder WSE\v3.0\Samples\Sample Test Certificates\, but this last folder
doesn't exist.
Any tips? Did I miss something?
Thanks alot for... more >>
wse vs "windows integrated"
Posted by yonido NO[at]SPAM gmail.com at 2/19/2006 4:55:48 AM
hello,
i would like to implement a secure web service based on the active
directory, without using HTTPS / SSL, using the Kerberos mechanism.
As documentation mentions - Checking "Windows Integrated" & attaching
CredentialCache.DefaultCredentails to the web service will suffice
(will use th... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
WSE 3.0, MutualCertificate11Assertion and EstablishSecurityContext
Posted by Jacques Marcialis at 2/17/2006 5:17:02 AM
Hi,
I make a simple "Hello World" Web service that works fine :)
I implement to the project (Client and Server) WSE 3.0
MutualCertificate11 capabilities and it works fine too. I test
with/without policy file and in mixed mode (file and code), with client
side and server side x509 certificat... more >>
Setting Security Headers in SoapEnvelope
Posted by Mohan Babu D at 2/16/2006 9:48:27 PM
Hi,
In one of my WSE 2.0 application, i used to set the securiy headers as
shown in the following code.
securityDoc.DocumentElement is a XML element.
envelope.Context.Security.LoadXml(securityDoc.DocumentElement);
As envelope.Context.Security has been depricated in WSE3.0, how can i
a... more >>
Quick Start certificate
Posted by ted185 at 2/16/2006 11:54:40 AM
I have written a simple WEB servcie that I call from a VB app using .net2 and
WSE3
The app works perfect with the quickstart certificate I generated by running
setup in the samples on my workstation. I have the WEb service running in
IE on my xp pro workstation and exported the certific... more >>
What certificate to use
Posted by ted185 at 2/16/2006 11:41:33 AM
I am Signing a SOAP Message by Using a User Name and Password and encrypting
it with the x.509 certificate.
I have a web service and a vp app that connects to the web servcie.
Exactly which certificate do I need to get from Verisign to make this work
on a production WEB server. the code... more >>
UsernameToken not being detected server side??
Posted by Travis Plummer at 2/16/2006 9:05:27 AM
I have a strange problem with username tokens. I've been able to use them
when the default userNameTokenManager is in play (with Windows security). As
soon as I add in my own customer manager, I get
UsernameToken is expected but not present in the security header of the
incoming message.
... more >>
Trace problem
Posted by InK_ at 2/15/2006 12:00:00 AM
Hi
There are two parts: web service and test app that called a method of the
web service.
Diagnostics trace is enabled but I can't find trace files on webserver:(
I'm using WSE 2.0.
any ideas?
Thanks
Inna Stetsyak aka InK_
... more >>
|