WSE 2.0 Problems

EdHoran

Newcomer
Joined
Mar 26, 2004
Messages
2
Am just wondering has anyone used WSE 2.0 with C#. I am trying to create a secure web service using WSE 2.0. The problem I'm having is I can't find any good step by step examples on how to use it. Most of the documentation seems to be based on the user already having some existing baskground knowledge (which I don't).

I was wondering if anyone has any code that they could share or some site that shows step by step how to setup a secure web service with WSE 2.0.

I have tried setting up a secure web service just using the Hello World example (just to get me started, obviously I've to implement something a little more complicated). What I'm trying to do is implement a username and password service and writing my own UsernameTokenManager. However I am missing some steps and when I run it I get errors.

Any help would be appreciated
Thanks
Ed
 
Back
Top