View Review Details


Book:   Web Services Essentials
Subject:   Web Services Essentials Review
Date:   2004-01-17 09:50:27
From:   Gang Liu
Rating:  StarStarStarStarStar

This is a very good book for the novice of web service.


Except that I found an error in the example of XML-RPC,


the Area example at page 40, the AreaServer.startServer


method lacks an start(). it should be corrected to adding


server.start() to start the webserver.


Otherwise, the book has a very clear description of


web services, and I spent only 4 days from knowing-nothing


to a webservice developer with this book.