See buying choices for this item to see if it's one of the millions that are eligible for Amazon Prime.

29 used & new from $1.80

Have one to sell? Sell yours here
 
 
Professional XML Web Services
 
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get yours here.
 
  

Professional XML Web Services [ILLUSTRATED] (Paperback)

by Vivek Chopra (Author), Zaev Zoran (Author), Gary Damschen (Author), Chris Dix (Author), Patrick Cauldwell (Author), Rajesh Chawla (Author), Kristy Saunders (Author), Glenn Olander (Author), Francis Norton (Author), Tony Hong (Author), Uche Ogbuji (Author), Mark A. Richman (Author)
2.4 out of 5 stars See all reviews (10 customer reviews)


Available from these sellers.


11 new from $2.36 18 used from $1.80
Also Available in: List Price: Our Price: Other Offers:
Paperback (Bargain Price) 9 used & new from $4.69

Editorial Reviews

Amazon.com Review
Whatever your favorite programming language, Professional XML Web Services does a good job at explaining recent technologies and tools needed to understand and use Web services. Whether you are a developer or an IT manager, this book's wide-ranging perspective on some late-breaking standards and tools will help you design and code the next generation of Web applications.

The strong cross-language perspective is what distinguishes this title from the rest of the pack. The book surveys actual tools for developing Web services in C++, Java, Perl, Python, and Microsoft's new C# language (part of .NET). Short chapters survey what's out there for Web services developers, with options from IBM, Sun, HP, and Microsoft. If you are somehow convinced that one vendor has a head start with Web services, you'll think again after reading this volume.

The heart of this text is its thorough and approachable tour of core standards needed for Web services, from the innards of SOAP for sending messages between systems over HTTP or other protocols, to WSDL for describing Web services and UDDI for looking them up at run-time. The book does a good job at fixing a very fast moving target. (SOAP 1.1 is used here instead of the emerging 1.2 standard.) Besides the new .NET (and ADO.NET) on the Microsoft platform, there's also coverage of the older SOAP Toolkit 2.0. Sections on using Perl and Python will help bring fans of these popular Web development languages onboard with Web services.

The authors conclude with two larger case studies, an interesting remote file system exposed through Web services using Java, plus an auction database done in the new C#. Anchoring the discussion in what are sure to be the two most popular choices for Web services development helps ensure this text has a practical focus, too. With its range of coverage of what Web services are and the actual standards and tools used to implement them, this title is a perfect choice for learning what all the fuss is about. It's all anyone needs to start designing and coding with Web services using many of today's most popular programming languages and tools. --Richard Dragan

Product Description
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 they can be accessed by any client that understands XML, regardless of the platform, language, or object model.

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.

This book covers:

  • The architecture of Web Services - past, present, and future
  • Detailed explanation of SOAP 1.1
  • An overview of SOAP 1.2
  • IBM Web Services Toolkit and Microsoft 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


    See all Editorial Reviews

  • Product Details

    • Paperback: 1000 pages
    • Publisher: Wrox Press; 1st edition (September 2001)
    • Language: English
    • ISBN-10: 1861005091
    • ISBN-13: 978-1861005090
    • Product Dimensions: 8.9 x 7.2 x 1.9 inches
    • Shipping Weight: 2.9 pounds
    • Average Customer Review: 2.4 out of 5 stars See all reviews (10 customer reviews)
    • Amazon.com Sales Rank: #1,420,888 in Books (See Bestsellers in Books)

    Look Inside This Book
    Browse Sample Pages:
    Front Cover | Index | Back Cover

    Citations (learn more)
    1 book cites this book:

    Tags Customers Associate with This Product

     (What's this?)
    Click on a tag to find related items, discussions, and people.
    Check the boxes next to the tags you consider relevant or enter your own tags in the field below.

    Your tags: Add your first tag
     
    Help others find this product — tag it for Amazon search
    No one has tagged this product for Amazon search yet. Why not be the first to suggest a search for which it should appear?

    Sell a Digital Version of This Book in the Kindle Store

    If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

     

    Customer Reviews

    10 Reviews
    5 star:    (0)
    4 star:
     (3)
    3 star:
     (2)
    2 star:
     (1)
    1 star:
     (4)
     
     
     
     
     
    Average Customer Review
    2.4 out of 5 stars (10 customer reviews)
     
     
     
     
    Share your thoughts with other customers:
    Most Helpful Customer Reviews

     
    8 of 9 people found the following review helpful:
    1.0 out of 5 stars What a rushed job!, December 6, 2001
    By "ken64k" (Menlo Park, CA) - See all my reviews
    Wow! This is yet another example of publishers sacrificing book quality for the desire to get something out to market quickly. I have truly enjoyed reading some Wrox books, e.g., Java Server Programming. For these types of book the "one author per chapter" model works out OK because the topics are independent. In this case, the results are terrible. The text has poor flow. There is lots of repetition because, apparently, the authors have not communicated well. There are many inconsistencies and bugs in the examples. Also, there is hardly a developer out there who needs to build web services on .NET and J2EE and using C++, Perl and Python. Pick a platform and focus. Teach me something real. For example, the book talks about the Apache SOAP engine. Well, anyone familiar with the Apache web service efforts knows that Apache SOAP is deprecated in favor of Apache Axis (their next gen web service engine). I'm hoping that "Building Web Services with Java" (still not out) is going to do the right for me but I'm not optimistic. Please, someone write a good book on web services that combines theory and practice in a single easy to read package.
    Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



     
    5 of 5 people found the following review helpful:
    4.0 out of 5 stars The Best Web Services book currently available, December 19, 2001
    By A Customer
    This is a good intro to various topics related to web services, probably the best one available so far (admittedly a pretty small field at this time). It covers the standards behind the technology and proceeds to practical working examples of how to put web services into use. There is some coverage of projected future technologies, but mostly sticks to systems that are currently available (skipping, for example, Apache Axis). The author-per-chapter approach means the chapters are somewhat independent, so you can select a topic of interest and go right to that chapter, without having to read everything that came before it. On the other hand, it means some material is covered in multiple places in the book.
    Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



     
    4 of 4 people found the following review helpful:
    3.0 out of 5 stars Dated, but still valuable, July 26, 2004
    By C Ferrenzo (Manchester, UK) - See all my reviews
    I realise this book is now out of date, and therefore not relevant to much of what is happening in the Web Services world. However, when I first read it, it did help me get an understanding of some of the more important Web Services fundamentals. The tutorials on WSDL and SOAP especially were useful to me, as were the comparions of the various vendor toolkits that implemented SOAP messaging. There may be more current books out there, but if you can get a used or discounted copy of this title, it's still worth it.
    Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


    Share your thoughts with other customers: Create your own review
     
     
     
    Most Recent Customer Reviews

    1.0 out of 5 stars Navtrak Must use only this book.
    Since Chris Dix works at navtrak and they have problems with web services working. They must be using only this book. Navtrak is the worst.
    Published on January 16, 2006 by Ex-Navtrak user

    1.0 out of 5 stars Very Poor Book!
    This book is poorly written and organized. While a few chapters and topics are treated well enough most of the content is jumbled and confused and one wonders if the authors in... Read more
    Published on July 9, 2002 by Robi Sen

    1.0 out of 5 stars I gave up on Web services after reading this book!
    I would rather wait for the tech to mature for better quality books. I got lost and never proceeded to read after a few
    initial chapters. Read more
    Published on April 9, 2002

    3.0 out of 5 stars A pretty good anthology about web services
    This is a pretty good anthology about web services, with a number of different topics covered in depth. Read more
    Published on March 2, 2002

    4.0 out of 5 stars Good overall Web services intro book
    I am totally new to Web services, and know not a lot about XML. This book I found was for me a very nice general overall introduction to webservices. Read more
    Published on November 25, 2001 by Michiel Erasmus

    2.0 out of 5 stars Mixed examples, and inaccuracy
    This is the first of what promises to be a slew of new books coming out on Web Services. As the first book out I guess it's what you'd expect from a book rushed to press. Read more
    Published on November 5, 2001

    4.0 out of 5 stars One of the first books on this nascent subject
    Do you have to develop Web Services within the next few months? Then this is a good book to have.
    Remember, that this is a new technology and things seem to be changing at a... Read more
    Published on October 29, 2001 by Sridhar Guthula

    Only search this product's reviews



    Customer Discussions

     Beta (What's this?)
    New! See all customer communities, and bookmark your communities to keep track of them.
    This product's forum (0 discussions)
      Discussion Replies Latest Post
      No discussions yet

    Ask questions, Share opinions, Gain insight
    Start a new discussion
    Topic:
    First post:
    Prompts for sign-in
      [Cancel]

       


    Product Information from the Amapedia Community

    Beta (What's this?)


    So You'd Like to...


    Look for Similar Items by Category


    Light It Up

    Shop for sconces

    Add light and beauty to your home with sconces from the Lighting & Electrical Store. Shop our extensive selection of indoor and outdoor fixtures.

    Shop all sconces

     

    Big Savings in Books

    Bargain Books
    Find great titles at fantastic prices in our Bargain Books Store.
     

    Dive into Summer Reading

    Summer Reading for Kids and Teens
    Don't even think about hitting the beach without browsing the books in our Summer Reading Store. Discover bestsellers, paperback picks, beach reads, and more terrific titles all summer long.
     

    Power It Up

    Shop for power tool accessories
    Find the right accessories to fit your power tools. Browse the Power & Hand Tools Store now.

    Shop more tools accessories

     

     

    Feedback

    If you need help or have a question for Customer Service, contact us.
     Would you like to update product info or give feedback on images?
    Is there any other feedback you would like to provide?

    Your comments can help make our site better for everyone.



    Where's My Stuff?

    Shipping & Returns

    Need Help?

    Your Recent History

      (What's this?)
    You have no recently viewed items or searches.

    After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.

    Look to the right column to find helpful suggestions for your shopping session.

    Continue shopping: Top Sellers

    Conditions of Use | Privacy Notice © 1996-2009, Amazon.com, Inc. or its affiliates