-
Web Service Dynamic Proxy Update
Today I solved a bug that prevented use of customs types as arguments of generic types in contratcs of a web services who are called with proxy generated with Web Service Dynamic Proxy.
Thanks to Gabriel Almiñana
Download the fix from here.
Technorati tags: .NET, Web Services, Windows Communication Fondation, ASMX
-
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
-
TechNight: Interoperability in WCF
Here you can download the presentation and samples of the TechNight about Interoperability in Windows Communication Foundation that I did last Friday together with Jorge Fioranelli and Ariel Krakovsky.
Thanks to everyone who attended to this event, and specially to Miguel Saez for organize it.
Technorati tags: Web Services, Windows Communication Fondation
-
Generic List support in Web Service Dynamic Proxy
Today I add support for Generic Lists in Web Service Dynamic Proxy
Download the code and a sample of use from here.
Technorati tags: .NET, Web Services, Windows Communication Fondation, ASMX
-
Microsoft Live Relay Service
Some days ago Ezequiel Glinsky sended me a link to Microsoft Live Relay Service. From that moment on I fascinated with this new technology that makes possible the communication among Web Services that are behind firewalls or NAT's. It is also very interesting the Mictosoft Live Labs STS, a public Secure Token Service that uses Windows CardSpace.
To get start with this service go to http://relay.labs.live.com/GettingStarted.aspx.
Technorati tags: .NET, Web Services, SOAP
-
Web Services Day 2007
Here you can download the material (in spanish) of the presentations that I did (together with Diego Gonzalez, Jorge Fioranelli, Ezequiel Glinsky, Roberto Schatz and Jose Marcenaro) in the event "Web Service Day 2007".
Thanks to all the architects who attended to the event and specially to Ezequiel and Roberto from Microsoft Argentina for organize it.
Technorati tags: .NET, Web Services, Windows Communication Fondation
-
Web Service Dynamic Proxy
As a part of a web service adapter for Service Invocation Framework I developed a code for dynamic web service proxy generation. Today I have decided to extract this code from Service Invocation Framework and transform it into a small library for call a web service without generate static proxy code.
Download the library code and a sample of use from here.
Enjoy it!
Technorati tags: .NET, Web Services, Windows Communication Fondation, ASMX
-
Service Invocation Framework
Service Invocation Framework RC1 is released!!!.
But what is Service Invocation Framework?, It’s a light-weight framework to speed up SOA implementations. It's is small part of a bigger framework for a project in which I worked with to Sergio Borromei of Microsoft Consulting Services during the last two years, and now, MCS had decided to liberate this work to the community.
Some it's features are:
Transport and protocol agnostic.
Unified programmatic model for service consumption.
Aligned with WCF.
Allows:
...
-
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
-
Web Services Day 2006
Here you can download the material (in spanish) of the presentations that I did (together with Diego Gonzalez) in the event "Web Service Day". Thank to Sergio Borromei from Microsoft Consulting Services for his huge collaboration with the Key Note presentation.
Technorati tags: .NET, Web Services, ASMX
-
WS-Compression for WCF
My partner Pablo Cibraro has developed a version of WS-Compression for WCF (Indigo). Download it from here (it was developed with Febrary CTP).
Technorati tags: Windows Communication Fondation, Web Services
-
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
-
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
-
Custom Binary Serializacion Sample in Web Services
Answering a question in microsoft.public.dotnet.framework.webservices.enhancements I wrote this small example on custom binary serializacion that can be useful for somebody.
Technorati tags: ASMX, 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