Bill Blogs in C#

Bill Wagner discusses C#, LINQ, and other items of interest

Browse by Tags

All Tags » web services » C# (RSS)
Sorry, but there are no more tags available to filter with.
Continuing another Q & A
From building web service APIs that support multiple message schemas I wrote earlier about a technique to build a web service with minimal endpoints that support multiple schemas ( http://www.srtsolutions.com/blogs/billwagner/2005/05/03/id91025.aspx ...

Posted by wwagner | with no comments

Filed under: ,

Building Web Service APIs that support multiple message schemas
Or, a reasonably simple technique to build polymorphic web services. I participated in a discussion recently about how to build a web method that can accept and return multiple schemas. I’d like to build this web service API: [WebMethod] Response...

Posted by wwagner | with no comments

Filed under: ,