Browse by Tags
All Tags »
web services (
RSS)
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 ...
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...
Should web services maintain state? Q: I've read your articles in Visual Studio Magazine . I was wondering if you knew how to keep “state” in a web service relative to properties. Meaning if I do something like this : Dim objCustomersWS...