-
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
-
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
-
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:
...
-
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
-
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