Continuing another Q & A

From building web service APIs that support multiple message schemasI 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).I r…

Read more >> Continuing another Q & A

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 Pr…

Read more >> Building Web Service APIs that support multiple message schemas

Q & A: Web Service State

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 objCusto…

Read more >> Q & A: Web Service State