Join Amazon Prime and ship Two-Day for free and Overnight for $3.99. Already a member? Sign in.

 

or
Sign in to turn on 1-Click ordering.
 
 
More Buying Choices
54 used & new from $13.15

Have one to sell? Sell yours here
 
   
Microsoft  .NET XML Web Services Step by Step (Step By Step (Microsoft))
 
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get yours here.
 
  

Microsoft .NET XML Web Services Step by Step (Step By Step (Microsoft)) (Paperback)

by Adam Freeman (Author), Allen Jones (Author) "In this chapter, we provide the information you need to understand the basic principles behind XML Web services..." (more)
Key Phrases: Visual Studio, Visual Basic, Solution Explorer (more...)
4.2 out of 5 stars See all reviews (16 customer reviews)

List Price: $39.99
Price: $29.19
You Save: $10.80 (27%)
Upgrade this book for $7.99 more, and you can read, search, and annotate every page online. See details
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.

Want it delivered Monday, July 13? Choose One-Day Shipping at checkout. Details
33 new from $17.99 21 used from $13.15
More from Microsoft Press
Make the most of your investment in Microsoft technology with books from the Microsoft Press Learning Center.

Frequently Bought Together

Customers buy this book with .NET Web Services: Architecture and Implementation (Microsoft .NET Development Series) by Keith Ballinger

Microsoft  .NET XML Web Services Step by Step (Step By Step (Microsoft)) + .NET Web Services: Architecture and Implementation (Microsoft .NET Development Series)
Price For Both: $66.30

Customers Who Bought This Item Also Bought

Applied XML Programming for Microsoft® .NET

Applied XML Programming for Microsoft® .NET

by Dino Esposito
Programming .NET Web Services

Programming .NET Web Services

by Alex Ferrara
Programming Microsoft® .NET XML Web Services (Pro-Developer)

Programming Microsoft® .NET XML Web Services (Pro-Developer)

by Damien Foggon
Microsoft® .NET Distributed Applications: Integrating XML Web Services and .NET Remoting (Pro-Developer)

Microsoft® .NET Distributed Applications: Integrating XML Web Services and .NET Remoting (Pro-Developer)

by Matthew MacDonald
Building Web Services and .NET Applications

Building Web Services and .NET Applications

by Lonnie Wall
4.4 out of 5 stars (24)  $54.95
Explore similar items

Editorial Reviews

Product Description
Teach yourself how to write and deploy XML Web services for Microsoft .NET-one step at a time. XML Web services can vastly simplify application integration and interoperability, but developing them requires an understanding of many different programming techniques and technologies. This step-by-step tutorial delivers expert, task-based instruction designed to help you apply what you already know about C#, Microsoft Visual Basic, and other object-oriented programming (OOP) languages to XML Web services development-at the pace that best suits you. Topics include XML Web services architecture; writing, testing, and debugging Web services; and consuming Web services asynchronously through clients or with HTTP; and advanced topics such as managing Web service state, security, SOAP, and .NET remoting. The book features skill-building lessons and practice exercises, with plenty of examples in both the C# and Visual Basic .NET languages.

Product Details

  • Paperback: 430 pages
  • Publisher: Microsoft Press (November 30, 2002)
  • Language: English
  • ISBN-10: 0735617201
  • ISBN-13: 978-0735617209
  • Product Dimensions: 8.8 x 7.2 x 1.3 inches
  • Shipping Weight: 1.8 pounds (View shipping rates and policies)
  • Average Customer Review: 4.2 out of 5 stars See all reviews (16 customer reviews)
  • Amazon.com Sales Rank: #189,218 in Books (See Bestsellers in Books)

    Popular in these categories: (What's this?)

    #31 in  Books > Computers & Internet > Programming > Languages & Tools > XML
    #59 in  Books > Computers & Internet > Microsoft > Development > .NET

Inside This Book (learn more)

Citations (learn more)
1 book cites this book:


Books on Related Topics (learn more)
 
 

What Do Customers Ultimately Buy After Viewing This Item?

Microsoft  .NET XML Web Services Step by Step (Step By Step (Microsoft))
81% buy the item featured on this page:
Microsoft .NET XML Web Services Step by Step (Step By Step (Microsoft)) 4.2 out of 5 stars (16)
$29.19
Programming .NET Web Services
8% buy
Programming .NET Web Services 4.6 out of 5 stars (8)
.NET Web Services for Dummies
4% buy
.NET Web Services for Dummies 3.0 out of 5 stars (6)
$29.99
Essential Windows Communication Foundation (WCF): For .NET Framework 3.5 (Microsoft .NET Development Series)
4% buy
Essential Windows Communication Foundation (WCF): For .NET Framework 3.5 (Microsoft .NET Development Series) 4.7 out of 5 stars (12)
$31.49

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

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

 
13 of 13 people found the following review helpful:
4.0 out of 5 stars SMOOTH-SAILING INFO-BOOK: FOR BEGINNERS, March 26, 2003
By reviewer (Zurich, Switzerland.) - See all my reviews
"Microsoft .NET XML Web Services Step-by-Step" is a straightforward text, which beginners and intermediates should enjoy learning from. Everything about this book (including its .NET Components coverage) is simplified. Anybody who has a vague understanding of XML and WSDL can cope comfortably with it. It is that reader-friendly!
The book offered flexible presentations on the correlations of XML and .NET programming. In fact, its primary objective is to enable readers understand the interdependence, which exist between the two technologies.
This is a fine, smooth-sailing, info-book; only that it has very little to offer non-beginners. Advanced learners need not waste money on it.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
6 of 6 people found the following review helpful:
4.0 out of 5 stars Excellent tutorial for beginners., September 30, 2005
By Walid Magd (Redmond, WA USA) - See all my reviews
(REAL NAME)   
I am half way through the book and I like it. It is a good tutorial that will hold your hand and help you taking your first steps on the planet WebServices. The authors selected an interesting and practical example subject, validating credit card numbers, so you will not need a lot of coffee to keep you awake.

The examples are so simple, so if you are an experienced OO programmer, keep in mind that the goal was introducing the subject not implementing the code in the most elegant way.

On the other hand, the authors followed a naming convention from hell. I am not just talking about casing but also the logical selection of class names. For example, In chapter 6 the authors were explaining the subject of sending objects and returning objects from/to web service. So they built a class and named it "ValidationObject". I don't want to sound like an OO lawyer here but the class is not an object; Objects are instances of the class.

Anyway, I guess a name like "CreditCard" would've made much more sense, after all it is a credit card we are passing around. Variables were named like this x_object, o_card_type.

Personally, I couldn't continue without building a names map. I just recorded each name and to which object it was given on a piece of paper.

A word of advice; this is not the type of book you want to come back for a second read hoping that it will give you more understanding of the subject. So make sure you will take notes and summarize the important facts of each chapter.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
5 of 5 people found the following review helpful:
3.0 out of 5 stars Good Overview But Becoming Dated, May 16, 2008
By S. Dunning "sdunnin" (Edwardsville, il USA) - See all my reviews
(REAL NAME)   
This book was a fantastic overview of how XML Web Services are encapsulated by the .NET platform and the services provided by the numerous APIs. It offers step-by-step examples that lead you through the various facets of producing and consuming Web Services. It does not delve too deeply into many of the services provided by .NET for bettor or worse.

Four years ago I would have rated this book a 4 star or higher, however, the examples are based upon legacy .NET 1.1 and Visual Studio 2003. Like myself, I would presume that the majority of developers are at least working with .NET 2.0 and VS 2005 now. In addition the current release of both is at 3.5 and 2008 respectively.

The core material of the book is still very much relevant. The examples for how to configure IIS, setup and copy web projects, and manipulate code in the IDE have changed significantly between product releases though. I didn't mind that much because it forced me to have to figure out how to apply the same task in the newer environment. For me that was OK, but beginners may be frustrated by that.

A few notes on the content and examples:

1. In the code exercises, I found that it would have been much more helpful to put the steps for importing classes (C# using / VB import statements) at the beginning of the code exercises instead of at the end so the person typing in the code could better make use of Visual Studio's Intellisense feature.

2. There was a lot of rote copy / retyping the same material from chapter to chapter. The author tried to minimize with copy instructions in each chapter. I felt as though the examples could have been modularized and reused better.

3. The Microsoft UDDI site that chapter 9 discusses no longer functions as described in the text. I skipped it completely.

4. Chapter 15 about consuming Web Services asynchronously was the one that probably had the most version differences between .NET 1.1 and 2.0. The way that callbacks are handled changed dramatically. This was once again a good learning experience for me to figure out how to make it work in 2.0

5. Code examples were generally good, however, the authors coding style for variable names was not all that intuitive. Maybe a short mention of naming convention would have been nice (e.g. what the 'p_' and 'x_' prefixes meant)

Overall, it is a good book and I would recommend it highly if you are still developing on .NET 1.1 / VS 2003, but less so if not. Hopefully, the authors will publish a newer edition sometime soon.
Comment Comment (1) | 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

4.0 out of 5 stars Quite good, and what the title says
I've recently readed this book while travelling to and from work, and my goal was to learn more about Web Services, and precisely those that gave XML responses, so this book was a... Read more
Published 9 months ago by Kartones

4.0 out of 5 stars Good for beginners
The book can be read in a day and half and at the end you'll really know something useful.

The topics covered are well thought out, though I thought the credit card... Read more
Published on June 14, 2007 by From the

4.0 out of 5 stars Great for beginners
As the suffix title suggests, this book _does_not_rush_ things; very obviously catered for novice developers, it slowly oozes out information a step at a time. Read more
Published on February 6, 2006 by Aaron Seet

5.0 out of 5 stars I give this book an A+
I found it to be a very good intro for beginners in XML Web Services like myself. Highly recomended.
Published on October 3, 2005 by Muhammad W. Hafeez

4.0 out of 5 stars Excellent hands on training
This book provides excellent hands on training in .NET Web Services development. Although the book is a bit out of date...
Published on August 29, 2005 by Jack Curtin

3.0 out of 5 stars Intro Yes, Step by Step No...
In general I would say this book has something to offer to the introductory XML Web service author. It covers a broad number of beginning topics and even lightly touches on some... Read more
Published on March 31, 2005 by Tim Neumann

5.0 out of 5 stars Excellent
This book and Programming Visual Basic .NET by Francesco Balena have answered virtually all of my questions about building production distributed database applications using XML... Read more
Published on March 10, 2005 by Dracanthus

4.0 out of 5 stars very good intro to web services
I found this book very good for an intro to web services
This books also gives good tips to debuggin in web services which I have not found in any book. Read more
Published on January 5, 2004 by .Net learner

5.0 out of 5 stars Highly recommended for people who has (or will have) VS.NET.
If you have a knowledge of VB or C#, this book does a pretty good job teaching you how to create your own Web service and use other out there on the Internet, even if you don't... Read more
Published on April 27, 2003 by Tsutomu Akiyama

5.0 out of 5 stars good book!
This is a good book for everyone to learn XML web service! It is very straightforward and easy to understand! Read more
Published on April 7, 2003 by Yung-Yi Lin

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 (1 discussion)
  Discussion Replies Latest Post
Book 0 March 2006
See all discussions...  
Start a new discussion
Topic:
First post:
Prompts for sign-in
  [Cancel]


Active discussions in related forums
   


Product Information from the Amapedia Community

Beta (What's this?)



Look for Similar Items by Category


Cook with the Best Ingredients

Traditional Paella Kit
Fall into cooking or give the gift of great cooking with fresh and innovative ingredients and spices from Amazon Gourmet.

Shop more now

 

Big Savings in Books

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

Summer Reading for Kids & Teens

Summer Reading for Kids and Teens
Discover everything from beach reads and board books to teen romance and action-adventure series in Summer Reading for Kids & Teens. And, check off the kids' required reading lists in our Summer School Reading Store.
 

Best Books

Best of the Month
See our editors' picks and more of the best new books on our Best of the Month page.
 

 

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
Glenn Beck's Common Sense
Glenn Beck's Common Sense
Darkfever
Darkfever by Karen Marie Moning
The Adventures of Sherlock Holmes
The Adventures of Sherlock Holmes by Arthur Conan, Sir, 1859-1930 Doyle

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