Publications

2004 Article: “Collection Serialization in ASP.NET Web Services”

2001 Book: Professional XML Web Services

2001 Article: “Web Services Security Using Pluggable Providers”


“Collection Serialization in ASP.NET Web
Services”

Download PDF (94KB)

Download the Code (111KB)



Professional XML Web Services

Published by Wrox Press, Ltd. (October 2001)

ISBN 1861005091

Order it on Amazon.com here

Download a sample chapter here (274KB)

Download the code here (2.6MB)
What does this book cover?

  • The architecture of Web Services – past, present, and future
  • Detailed explanation of SOAP 1.1
  • An overview of SOAP 1.2 and XML Protocol
  • IBM’s Web Services Toolkit and Microsoft’s SOAP toolkit 2.0
  • Other SOAP implementations in Perl, C++, and PHP
  • Java Web Services with Apache SOAP
  • WSDL 1.1, UDDI 1.0, and 2.0
  • Creating and deploying Web Services using .NET
  • Building Web Services using Python
  • Applying security at both transport and application levels

Book overview

Web Services are self-describing, modular
applications. The Web Services architecture can be thought of as
a wrapper for the application code. This wrapper provides
standardized means of: describing the Web Service and what it
does; publishing it to a registry, so that it can easily be
located; and exposing an interface, so that the service can be
invoked – all in a machine-readable format. What is
particularly compelling about Web Services is that any client
that understands XML, regardless of platform, language and object
model, can access them.

This book provides a snapshot of the current
state of these rapidly evolving technologies, beginning by
detailing the main protocols that underpin the Web Services model
(SOAP, WSDL, and UDDI), and then putting this theory to practical
use in a wide array of popular toolkits, platforms, and
development environments.

The technologies presented in this book provide
the foundations of Web Services computing, which is set to
revolutionize Distributed Computing, as we know it.

Who is this book for?

This book is for developers wanting to learn what
web services are, and how to create, register, and deploy them.
In teaching the core technologies, we assume knowledge of XML
from the outset.


“Web Services Security Using Pluggable Providers”


color=”#FFFFFF” style=”font-size: 8pt”>Published in XML Journal Volume 2 Issue 9
(Septmber 2001)

and Web Services Journal Preview Issue 1 (June 2001)

Download the
entire article in PDF format here (1.1MB)

(Adobe Acrobat Reader Required)

Download the code here (12KB)