WS-AT and Spring WSDL web services
Hi,
I am a neophyte trying to learn how to do the following: I need to create web services (and clients) that participate in a single WS-AT transaction together. I want the web service to have hibernate services injected, and the client to have hibernate service and web service clients injected, and the client & service share in a single transaction that, if one part fails, they all rollback together.
I have found a terrible lack of good tutorials on WS-AT stuff. The only one I've found seems oriented towards a non-spring managed environment. (http://www.redbooks.ibm.com/redbooks/pdfs/sg247758.pdf section 8.3). Is there a good resource somewhere to learn this? How would you recommend I proceed?