The moose likes Web Services and the fly likes WSDL, JAX-WS, WS-AT, Hibernate Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "WSDL, JAX-WS, WS-AT, Hibernate" Watch "WSDL, JAX-WS, WS-AT, Hibernate" New topic
Author

WSDL, JAX-WS, WS-AT, Hibernate

Brian Mulholland
Ranch Hand

Joined: Mar 12, 2009
Posts: 54
I am new to alot of this. As I peruse the internet, is it true that I can have a client running a Hibernate transaction against a database, and have a JAX-WS call that uses WS-AT which particpates in that parent transaction, and would rollback if the transaction were rolled back? That seems to be what the articles I am reading imply, but I don't seem to find a decent example showing a client test class running a transaction, calling a web service that participates. I misunderstood what JEST was, thinking it would do something like what I am after for REST services, but instead it seems to just be a scheme for managing transactions within a REST service.

So can someone set me straight on if I am going down the right path towards having transactional integrity while using web services? And maybe a pointer to a good example would be good.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: WSDL, JAX-WS, WS-AT, Hibernate
 
Similar Threads
Best book to learn Web services
Creating a webservice using XML over HTTP.
Learning jax-ws what should one know?
JAX-WS Client for a SOAP service provider
Needed Web Service help