With a lot of sample and figure, excellent for new guys on using Java on SOAP. Though printed in 2002 against SOAP 1.1, it's still very helpful.
0Report
Overview -SOAP is what makes the Web Services clock go around. In fact, SOAP can easily be used as a stand-alone channel without incurring the overheads of publish-find-and-bind cycle apparent in Web Services. Java's ever growing XML support makes it a language of choice for anyone considering implementing SOAP.Why you should read this book -Whether you are writing a new SOAP service or simply using an existing one, understanding...
0Report
If you are a Java developer and are wondering what all the hype is about surrounding web services and SOAP, you owe it to yourself to get this book. Robert Englander doesn't waste time trying to teach you Java first. He dives right in to what SOAP is, what the different related technologies are surrounding SOAP, and explanations on two different implementations of SOAP (Apache SOAP and GLUE). Once the introductions are...
0Report
This book provides just what an experienced Java developer needs to know to hit the ground running developing Java SOAP clients and/or servers. A very efficient introduction. I highly recommend this book.
0Report
I'm a java programmer and I've started learning Web services. I've already read Building Web services with Java. That book gives a good introduction to SOAP, WSDL and UDDI, but does not cover them in enough details. Java and SOAP coverage of Soap is very extensive. I've found many things that were not covered in Building web services for Java. For exemple, the fact that when you deploy a web service, you can specify the scope...
0Report