Customer Reviews


16 Reviews
5 star:
 (5)
4 star:
 (8)
3 star:
 (2)
2 star:    (0)
1 star:
 (1)
 
 
 
 
 
Average Customer Review
Share your thoughts with other customers
Create your own review
 
 
Only search this product's reviews

The most helpful favorable review
The most helpful critical review


13 of 13 people found the following review helpful:
4.0 out of 5 stars SMOOTH-SAILING INFO-BOOK: FOR BEGINNERS
"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...
Published on March 26, 2003 by reviewer

versus
7 of 7 people found the following review helpful:
3.0 out of 5 stars Good Overview But Becoming Dated
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...
Published on May 16, 2008 by S. Dunning


‹ Previous | 1 2 | Next ›
Most Helpful First | Newest First

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
This review is from: Microsoft .NET XML Web Services Step by Step (Step By Step (Microsoft)) (Paperback)
"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.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


7 of 7 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)   
This review is from: Microsoft .NET XML Web Services Step by Step (Step By Step (Microsoft)) (Paperback)
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.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


7 of 7 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)   
Amazon Verified Purchase(What's this?)
This review is from: Microsoft .NET XML Web Services Step by Step (Step By Step (Microsoft)) (Paperback)
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.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5 of 5 people found the following review helpful:
4.0 out of 5 stars very good intro to web services, January 5, 2004
Amazon Verified Purchase(What's this?)
This review is from: Microsoft .NET XML Web Services Step by Step (Step By Step (Microsoft)) (Paperback)
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. All the examples work
except for the example which demonstrates integrated security,
which is a real shame.
This book took me 3 days to go through. I am very pleased with
the content.
As with most books this book lacks a real world implementation
at the end.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


6 of 7 people found the following review helpful:
4.0 out of 5 stars Great for beginners, February 6, 2006
This review is from: Microsoft .NET XML Web Services Step by Step (Step By Step (Microsoft)) (Paperback)
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. The authors exhibit their virtuous patience by going into great lengths to introduce the technology concepts that support XML web services, complete with comprehensive diagrams. These base explanations facilitate a firmer foundational understanding that no developer of XML web services should do without.

Accompanying this conceptual theory are practical-driven chapters, each demonstrating a facet of web service development in the .NET Framework and Visual Studio .NET. The instructions are so minutely explicit and clear, virtually taking the reader by the hand (so much so might annoy more seasoned developers), that building the examples listed are exceedingly easy tasks. And I do not mean that in a blind copy-and-paste manner; the baby steps are enriched with proper explanations to ensure readers have sufficient knowledge of why such a piece of code exists somewhere. Even the asynchronous and multi-threading chapter, a topic that most developers tend not to have a good grip on, is written with amazing clarity. The book's 16 chapters are incredibly easy to read and digest, possessing little (if not none) of that confusing wordy fluff that delivers nothing; this one goes straight to the point, short and sweet.

Sometimes however, short can also mean _truncated_. There are places where it simply stops and closes shop on the chapter when more demonstrations are expected. Take for example the fifth chapter, where it is supposed to show using web services with HTTP requests along (without SOAP). It explains alot about HTTP-GET and HTTP-POST, but only walks through a HTTP-GET practical. I felt omitting HTTP-POST would not fair well in the light of educating novices.

While on the flow of novice practices, it also strangely presents a mix of good and legacy (not necessarily bad) examples. The use of the StringBuilder class to append strings together is a good one, but continuing to code with "" and string.ToLower() show an affinity to past platforms. string.Empty and CaseInsensitiveComparer are respectively preferred choices in the .NET Framework practice.

Almost needless to state, even with the "Advanced" part of the book, one should not be expecting any serious deep topics or design patterns revolving web services here. But I couldn't help but feel it waste for such fantastic writing style not delivering something more that is usually arcane in other books. Who should be blamed for desiring more out of a delicious meal?

Great book to get developers started and up to speed with XML web services. But those looking to become _masters_ should read something else.

Good: Crystal clear explanations; easy following; great beginner material
Bad: Little to offer beyond the beginner; odd omissions; few legacy practices
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2 of 2 people found the following review helpful:
3.0 out of 5 stars Intro Yes, Step by Step No..., March 31, 2005
By 
Tim Neumann (Columbus, OH USA) - See all my reviews
(REAL NAME)   
This review is from: Microsoft .NET XML Web Services Step by Step (Step By Step (Microsoft)) (Paperback)
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 intermediate level areas.

Where the book falls short, in my opinion, is in the area of how the sample exercies are constructed. The sample Web service projects are stored in a variety of different virtual directories, yet they utilize the same services names, so isolating them in the Web Reference dialog box requires a little know how that I think could confuse the beginner. Additionally the client projects reutilize a number of form controls and layouts and could have significantly benefited from one form type that was modified over the course of the client projects. Lastly, in terms of the exercises, the book did not always make clear the changes required in client side code, indicating that changes were highlighted when in fact other changes were evident and required as well.

From an 10,000 foot view I think the exercises could have more directly mapped to an object-oriented design philosphy, wherein the additional functionality was encapsulated in classes a little more cleanly and done as incremental changes to the exercises.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2 of 2 people found the following review helpful:
5.0 out of 5 stars C# and VB, November 25, 2002
This review is from: Microsoft .NET XML Web Services Step by Step (Step By Step (Microsoft)) (Paperback)
I liked the way that the examples are in VB and C# and that (unlike the ADO Step By Step book), only the code is repeated.

This book is packed with information, but is wasy to follow and the examples build up into a useful web service to process credit cards.

This is the best web services book I have read.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2 of 2 people found the following review helpful:
5.0 out of 5 stars Great Book, November 19, 2002
This review is from: Microsoft .NET XML Web Services Step by Step (Step By Step (Microsoft)) (Paperback)
Comprehensive, but easy to follow. I learned a lot,
very quickly and with no problems. Recommended.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful:
1.0 out of 5 stars out of date, December 8, 2009
Amazon Verified Purchase(What's this?)
This review is from: Microsoft .NET XML Web Services Step by Step (Step By Step (Microsoft)) (Paperback)
Many of the practice examples do not work with Visual Studio 2008.

Much has changed since the publishing of this book. And if you are keeping up with the new technology of Microsoft this book is outdated. Published in 2002, the new paradigm is WCF.

I would like to see and own a book that explains the new WCF, with database examples to AdventureWorks, Microsofts practice database you can download and work examples.

That is my humble two cents review.

Thank you,
-robert

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4.0 out of 5 stars Quite good, and what the title says, September 30, 2008
By 
Kartones (Madrid, Spain) - See all my reviews
This review is from: Microsoft .NET XML Web Services Step by Step (Step By Step (Microsoft)) (Paperback)
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 good candidate.

The book contains what it says: all about web services in .NET. This is good, because you can always have it as a reference book whenever developing web services. It covers SOAP, HTTP POST and GET protocols, ASMX web services and WSDL-created proxy classes, UDDI and DISCO files, state management, caching, session and state management, and even asynchronous examples.

The only "bad" thing about the book that I've found is the "STEP BY STEP" sub-header... At least in this book it means "complete examples in every chapter".
The book is 373 pages long (apart from the appendixes), at least one third of that being code examples. And of that 100+ pages of code, the majority is trivial basic WS code that seeing one is ok, twice maybe, but the third time you just skip to the bold part that marks the "important" code.

The authors could have avoided full samples from later chapters, instead only showing the relevant code snippets.

But anyway, as I started saying it is a recommended book to learn (or get deep into) .NET web services development.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


‹ Previous | 1 2 | Next ›
Most Helpful First | Newest First

This product

Microsoft  .NET XML Web Services Step by Step (Step By Step (Microsoft))
Microsoft .NET XML Web Services Step by Step (Step By Step (Microsoft)) by Adam Freeman (Paperback - November 30, 2002)
Used & New from: $1.50
Add to wishlist See buying options