Monday, June 27, 2005 - Posts

WSE 3.0 Preview: Updated WSE 3.0 Tracing Tool

I've had a go at porting my WSE Tracing Tool (see here and here) to work with the June WSE 3.0 Community Technical Preview which, in turn, requires .NET Framework 2.0 Beta 2 and plugs in to Visual Studio 2005 Beta 2. The download is here: http://mtaulty.com/downloads/Wse3Trace.zip Read More

WSE 3.0: Playing with policy and security

With WSE you can choose to apply security to your web services through either code or configuration and most people would choose configuration. You get WS-Security provided features of authenticating who a SOAP message came from, checking the integrity Read More

WSE 3.0 Preview: Getting to SOAP Envelopes

Following up on this post: WSE3.0 Preview- Hosting ASMX Web Services over TCP I was wondering how you would manipulate a SoapEnvelope like you did in WSE 2.0 from one of these ASMX web services that you can host either using HTTP in IIS or over TCP Read More