Book description
Web services are poised to become a key technology for a wide range of Internet-enabled applications, spanning everything from straight B2B systems to mobile devices and proprietary in-house software. While there are several tools and platforms that can be used for building web services, developers are finding a powerful tool in Microsoft's .NET Framework and Visual Studio .NET. Designed from scratch to support the development of web services, the .NET Framework simplifies the process--programmers find that tasks that took an hour using the SOAP Toolkit take just minutes.Programming .NET Web Services is a comprehensive tutorial that teaches you the skills needed to develop web services hosted on the .NET platform. Written for experienced programmers, this book takes you beyond the obvious functionality of ASP.NET or Visual Studio .NET to give you a solid foundation in the building blocks of web services, and leads you step-by-step through the process of creating your own.Beginning with a close look at the underlying technologies of web services, including the benefits and limitations, Programming .NET Web Services discusses the unique features of the .NET Framework that make creating web services easier, including the Common Language Runtime (CLR) and the namespaces used in .NET programming. Filled with numerous code examples using the C# language, the book leads you through some of the more challenging issues of web services development, including the use of proxies, marshalling of complex data types, state management, security, performance tuning and cross-platform implementation. The book also covers:
- Creating and publishing your first web service
- The UDDI project, tModels and what they mean for web service publishersSecuring web service applications
Table of contents
- Table of Contents
- Preface
- Understanding Web Services
-
Creating ASP.NET Web Services
-
Creating a Web Service: “Hello, World”
- Creating a Web Service with Inline Code
- Creating “Hello, World” with Visual Studio .NET (1/2)
-
Creating “Hello, World” with Visual Studio .NET (2/2)
- Setting up VS.NET for the web service project
- Creating a C# web service project
- Exploring the solution and project
- Exploring the .asmx file and service design view
- Displaying all files in Solution Explorer
- Understanding the autogenerated service code
- Understanding the code-behind model
- Building the service
- Testing the Service
- Viewing the Service Description
- Invoking the Web Method
- The WebService Attribute
- The WebMethod Attribute
- Deploying a Web Service
- Using the .NET Compilers
-
Creating a Web Service: “Hello, World”
- Consuming Web Services
- Working with Data Types
- Managing State
- Asynchronous Services
- Caching and Profiling
- Debugging, Tracing, and Logging
-
Security and Authentication
- Potential Vulnerabilities
- Web Service Authentication
- IIS Security Features
- ASP.NET Security
- Programmatic Security
- Custom Authentication Techniques
- Process Security
- Publishing and Discovery
- Interoperability
-
Namespace Quick Reference
- The System.Web.Services Namespace
-
The System.Web.Services.Protocols Namespace
- AnyReturnReader
- HtmlFormParameterReader
- HtmlFormParameterWriter
- HttpGetClientProtocol
- HttpMethodAttribute
- HttpPostClientProtocol
- HttpSimpleClientProtocol
- HttpWebClientProtocol
- LogicalMethodInfo
- LogicalMethodTypes
- MatchAttribute
- MimeFormatter
- MimeParameterReader
- MimeParameterWriter
- MimeReturnReader
- NopReturnReader
- PatternMatcher
- SoapClientMessage
- SoapDocumentMethodAttribute
- SoapDocumentServiceAttribute
- SoapException
- SoapExtension
- SoapExtensionAttribute
- SoapHeader
- SoapHeaderAttribute
- SoapHeaderCollection
- SoapHeaderDirection
- SoapHeaderException
- SoapHttpClientProtocol
- SoapMessage
- SoapMessageStage
- SoapParameterStyle
- SoapRpcMethodAttribute
- SoapRpcServiceAttribute
- SoapServerMessage
- SoapServiceRoutingStyle
- SoapUnknownHeader
- TextReturnReader
- UrlEncodedParameterWriter
- UrlParameterReader
- UrlParameterWriter
- ValueCollectionParameterReader
- WebClientAsyncResult
- WebClientProtocol
- WebServiceHandlerFactory
- XmlReturnReader
- Web Service Technologies
- Index (1/4)
- Index (2/4)
- Index (3/4)
- Index (4/4)
Product information
- Title: Programming .NET Web Services
- Author(s):
- Release date: September 2002
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9780596516567
You might also like
book
Designing Data-Intensive Applications
Data is at the center of many challenges in system design today. Difficult issues need to …
audiobook
The Design of Everyday Things
First, businesses discovered quality as a key competitive edge; next came science. Now, Donald A. Norman, …
book
CLR via C#, Fourth Edition
Dig deep and master the intricacies of the common language runtime, C#, and .NET development. Led …
book
High-Performance Programming in C# and .NET
Enhance your applications' performance using best practices for benchmarking, application profiling, asynchronous programming, designing responsive UIs, …