My team is about to build a new product and we are using SOAP webservices as the interface between the client and server. There are other book posts on stackoverflow, but I couldn't find one that matched my needs.
My manager will be purchasing books for our team to use as a resource so...
What are the best books about SOAP webservices?
(Please list each book suggestion in a separate answer)
If it helps select a "best" book we are using a technology stack consisting of a JBoss app server, Spring for the business logic and controller. (Spring MVC included) and primarily a Flex front end (but perhaps JSPs for a web front end).
We would mostly use SOAP to communicate between the client and the server, ie communicating between Spring on the server side, and Flex on the client side.