-
WS-Compression for WSE 3 Update 3
Hakan Lindestaf has updated the code of WS-Compression for WSE 3 to be compatible with WS-Compression for WCF.
The updated version are available for download here.
Thank Hakan!
Technorati tags: .NET, Web Services, WSE
-
WS-Compression for WSE 3 Update 2
Kenny Lamoot found a problem in the form in that the size of the message is measured to decide if it is compressed or not based on the configuration of the threshold.
The updated versions are available for download here (WSE 2) and here (WSE 3).
Technorati tags: .NET, Web Services, WSE
-
WS-Compression for WSE 3 Update
Today I upgrade WS-compression for WSE3 with a new constructor in the class CompressionAssertion. This constructor allows to set the compression policy by code without necessity of configuration file. Thanks to Kenny Lamoot for this idea.
Technorati tags: .NET, Web Services, WSE
-
WSE 3 Custom Transports Collecion
Today was a boring day :) so only for fun I upgrade a series of WSE 2 custom transports to WSE 3. Besides upgrade them I improve their configuration and add a complete example of use.
These are the transports:
soap.smtp by Steve Maine
soap.udp by Hervey Wilson
soap.sql by Mike Taulty
Download the WSE 3 Custom Transports Collecion here.
Technorati tags: .NET, Web Services, WSE
-
WS-Compression for WSE 3
I had received some mails asking me for a version of WS-Compression for WSE 3, and here is finally!
The code includes a complete example of use.
Technorati tags: Windows Communication Foundation, WSE
-
WSE 3.0 and VS 2005 bootstrap installer
Here the intrucciones to make that WSE 3 download from Microsoft Web Site in an installer made with Visual Studio .NET 2005.
Technorati tags: WSE, Web Services
-
Windows Vista Beta 1 First Impressions
After three weeks using the Beta 1 of Windows Vista these are my impressions:
The installation delays enough
It has got few utilities (miss shortcuts to Defrag, WordPad, ect.)
It hasn´t SideBar
It has only one desktop theme
Include .NET 1.0 but not include .NET 1.1
It hasn´t WinFx (Indigo and Avalon)
It´s very stable (only one blue screen)
All drivers for XP of my notebook works well
...
-
WSE 2 Compresion Filter Sample
Matt ask me for an example of the compression filter for WSE. Here this the example that I wrote for him.
Technorati tags: WSE, Web Services
-
WS-ReliableMessaging implementation for WSE 2
Some time ago, my friend Andrés and me had worked in a messaging system based on WSE 2. For this project Andrés had to develop the protocol WS-ReliableMessaging. Parts of that implementation was upload to the Plumbwork project, but it was not totally functional and it doesn't contain any example. Today I have upgraded the code with the last fixes and improvements that we have had incorporated these months. It also contains a small example. Download it from here or from Plumbwork.
Technorati tags: .NET, Web Services, WSE
-
WS-Compression Filter
Several months ago, I improved Plumbwork WSE 2 compression filter. Today, I fix other minors bugs in this filter. Download code from here.
Technorati tags: .NET, Web Services, WSE