| Thread | Last Post | Replies |
|
| How to Debug AuthenticateToken method | 21 Feb 2006 21:39 GMT | 10 |
Folks, I'm looking at the UserNameToken example in WSE 3 and trying to debug the AuthenticateToken method for the CustomUsernameTokenManager class. I've seen some posts that say you can do this by attaching to the aspnet_wp.exe process
|
| WSE 3.0 Username basic question | 21 Feb 2006 19:56 GMT | 4 |
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 ...
|
| Example for Pipeline.GetInputBehavior or Pipeline.GetOutputBehavio | 21 Feb 2006 17:16 GMT | 2 |
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
|
| .NET SOAP Serialisation vs. VAST interoperability issues | 21 Feb 2006 14:21 GMT | 5 |
I have a couple of questions regarding the SOAP serialized from classes generated by Visual Studio from a wsdl. The SOAP server is written in Smalltalk using the VisualAge Sst framework. There are some differences in the SOAP messages constructed from the WSDL in the two products ...
|
| many portType elements | 21 Feb 2006 12:11 GMT | 3 |
Hajo, I would like to divide all my methods into groups, more or less like namepsaces. I am wonder if I can use many portType elements for that purpose?
|
| Dynamic WebReference URL | 21 Feb 2006 11:29 GMT | 5 |
Using VStudio I have developed a WebService which I placed onto several servers. However my application can only access one on server. During runtime, I tried to change the URL of the webreference to the other server but that does not work -- the webreference still thinks it is ...
|
| Error Message: The handle is invalid | 21 Feb 2006 08:43 GMT | 1 |
In the following code snippet: Microsoft.Web.Services.Security.Signature sig; try {
|
| Simple question on SOAP header | 21 Feb 2006 08:19 GMT | 2 |
Within a web service you are able to receive or send soap header values. Does the soap header could be a place to pass web service parameter function ? If this is the case, wjat is the real benefits on passing paramter value in sop header rather that function parameter ?
|
| specify attribute with element data too | 21 Feb 2006 08:02 GMT | 1 |
I'm been trying like crazy but I'm not able to specify the correct WSDL type definitions for the following: i.e. the SOAP request XML is: <status code="100">All Fine</status>
|
| how can i use WSE 3.0 to implement security base on RBAC | 21 Feb 2006 01:22 GMT | 2 |
i was design Web service, how to implement the security with the system'role not using any certification
|
| Can I pass an XML document through Web Services? | 20 Feb 2006 16:45 GMT | 1 |
Can I pass an XML document through Web Services instead of a simple string? afshar
|
| Hands on WSE 3.0Security Lab - Keep getting WSE910 Error | 20 Feb 2006 15:33 GMT | 4 |
I'm trying to work my way through the hands-on WSE 3.0 lab. I've followed part 1 step by step but I keep coming up against the following error: WSE910: Security requirements are not satisified because the security header is not present in the incoming message.
|
| Suggestions on web security configuration | 20 Feb 2006 14:32 GMT | 1 |
Framework 2.0 Web/Intranet... What I would like to accomplish is to use windows authentication as the store for membership services. IE: User is logged into AD they are logged into the web site. On the otherhand if the user enters the site without
|
| wse vs "windows integrated" | 20 Feb 2006 13:36 GMT | 1 |
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
|
| is a webservice the right thing? | 20 Feb 2006 13:11 GMT | 3 |
I need to do the following: gather some data from a client computer and put it in a remote (SQL) database. This data is then used on a website. The ammount of data in itself is fairly limited, and easely formatted into some XML style, but needs to be updated periodically (from every ...
|