Silverlight / WCF: fixing the Custom WCF Proxy Generator

Some days ago I blogged about how you can build your own Custom WCF Proxy generator to extend the classes it generates and add some validation logic (or whatever you like). Well playing with the MusicStore sample and making some changes to my ...


Silverlight / WCF : Writing your own Custom WCF Proxy Generator to support validation

Working on the data validation section of different projects in Silverlight we usually have to face the standard problem: basically in Silverlight 3 the data validation framework relies on exceptions thrown in the setter of objects properties.I...


Invoking a Java/AXIS Web Service from .NET: the ‘return null’ issue

When you try invoke a Java/Axis Web Service from a proxy class generated by Visual Studio 2005 or Visual Studio 2008 you often crash against the ‘return null’ issue. The web service seems to get called correctly and it responds to your client ...