Thursday, February 12, 2009

WCF WebInvoke & WebGet

This is the best article I could find explaining the WebInvoke and WebGet attributes. These can be most useful when dealing with legacy clients, or minimally non-WCF clients.

http://jeffbarnes.net/portal/blogs/jeff_barnes/archive/2007/11/28/wcf-3-5-webinvoke-attribute.aspx

One little tip, you'll most likely have to set BodyStyle=WrappedRequest if your function contract defines multiple parameters.

No comments:

Post a Comment