Product DescriptionWeb services are perhaps the most important feature of .NET development. They take componentization to a new level by allowing method calls to be made over the Internet or over an intranet using standard protocols such as HTTP and SOAP. This means that the calling application needs to know nothing about the internal implementation of the service - a web service built in C# on the .NET platform will (in theory) be indistinguishable from one built on Linux using Java.
The .NET Framework provides two ways to build web services - ASP.NET and .NET Remoting. Unlike most books on web services, this book covers both of these technologies in depth. .NET Remoting web services require a little extra effort to build, but they offer us greater flexibility. They allow us to use different encoding and channels, and they can be hosted in any application, not just IIS.
This book covers:
This book covers building web services and web service clients with both ASP.NET and .NET Remoting. We also look at the generic protocols used by web services - SOAP, WSDL, and we discuss discovering web services using Universal Description, Discovery and Integration (UDDI). Case studies illustrate the integration of web services into an application, and demonstrate how to create a custom channel sink to apply cryptography to a Remoting web service.
Customer Reviews
Average Rating:
Rating: - good..but old
For a beginner its good. I liked the way concepts are expressed.
I just wish I read this few a couple of years ago, when it came out!
Rating: - Hot Technology
As a first read on web services this was not bad. It is a passable reference as well.
The book starts with a summary of the technology and a brief overview of the component technologies - XML, SOAP, WSDL, UDDI - and how it fits into the .Net framework .A large section is devoted to .Net Remoting followed by more on consuming and updating web services and clients. There are ample examples of the design and coding of simple to moderately complex web services. While I noticed the usual mistakes ... Read More
Rating: - I found this to be a good source of information...
Don't know why others are saying this isn't a great book. I think it is!
Rating: - Poorly written
This book is not organized at all. There are allot of code examples but they are totally useless. Since one can not really run any of the examples because they are not organized into applications and one can't really follow which part does what and which part goes after which. And I have successful 10 years of experience developing web and client service apps. So this book was waste of time and money for me.
Rating: - Probably the book that I used most
If you want to get the understanding of .NET Remoting, this is the right book.
XML Web Services with ASP .NET are quite easy to build, so, this book doesn't looses too much time on it.
If you want to learn only ASP .NET web services then you can try other titles that covers only this.