Web Services

  • Cloud Services Webcast

    Here you can download the presentation (in Spanish) and samples of the webcast about Cloud Services and Azure Services Platform that I did friday together with my Lagash workmate Jorge Fioranelli. Technorati tags: Cloud Computing, Azure

  • 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

  • Materials of Advance Windows Communication Foundation Conference

    Here you can download the presentation and samples (in spanish) of the conference "Advance Windows Communication Foundation" ("Windows Communication Foundation Avanzado") that I did in Microsoft Argentina HQ together with Diego Gonzalez and Javier Arguello. The best of this presentation:  The summary of what properties you must be use in each type of behavior (by DiegoG) The solution for retrieve the entire WCF configuration from a centralizated database catalog (by Me) The technique for host WCF services in IIS without create .svc files (by Me) The didactic...

  • Certificate Access Error in a IIS hosted WCF service

    My coleague at Lagash Mariano Sanchez has started his own Blog. Your first article is about a tricky error when a WCF service hosted in an IIS tries to load a certificate from the Windows Certificates Store with the account of the Application Pool. Technorati tags: .NET, Windows Communication Foundation

  • WCF Mail Transport Channel

    Last week I was learned in deep the WCF channel architecture and how to development a custom transport channel. To put in practice these knowledge I had programmed a transport channel that works over POP3 and SMTP protocols. This channel is based in the soap.smtp channel that Steve Maine write for WCF Beta 2, and is also based in the UDP transport channel that come in Windows SDK. Here you can download the channel code and a complete sample of use. Technorati tags: .NET, Windows Communication Foundation, WCF Extensibility

  • 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 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

  • New Version of WS-Compression for WCF

    Pablo Cibraro (who has been named as MVP in Connected Systems, congratulations!!!) has upgraded WS-Compression For WCF, this new version uses Channels instead of Behaviors. Technorati tags: Windows Communication Fondation

  • 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

  • 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

  • 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