Weblog
First WSE client for Mono
Today I got the Mono' implementation of WSE to send a SOAP request containing a WS-Security UsernameToken (based on the first sample of MSDN's WS-Security Authentication and Digital Signatures with Web Services Enhancements) and Timestamp. However this only works (right now) under Windows. Now I just got to make this works with the mono runtime, then make the web service runs under XSP.
What I really like about WSE it's that it doesn't requires much code to use. Here's the sample client code:
And the service code:
and, finally, the PasswordProvider:
Never been so excited to see Hello poupou written on the console ;-)
10/4/2003 16:16:13 | Comments
The views expressed on this website/weblog are mine alone and do not necessarily reflect the views of my employer.
