Saturday, April 17, 2010

WCF Services proxy add extra parameters

When calling a WCF service, an output parameter was added to the method. This only happened after adding a second WCF service, and the solution was to add the XmlSerializerFormat attribute to the ServiceContract. Check out this article http://msmvps.com/blogs/windsor/archive/2008/05/17/calling-wcf-services-from-net-1-1.aspx

No comments: