Simon Fell > Its just code > .NET Web Services

Wednesday, April 16, 2003

Been meaning to write this up for a while, I finished reading Keith's book, overall I liked it, I'd recommend it (along with Yasser's book) to anyone looking to dive into web services on .NET. It covers a few things I haven't seen anywhere else (YMMV) such as the WSDL handling extension points, and WSE. One minor thing anoyed me, there are HTTP samples that show a HTTP/1.1 request, but is missing the host header (required by 1.1), and SOAP message examples missing namespace declarations, I don't mind this been done to improve the clarity, but it really does need a note to say something's missing.