Hi all,
I'm modelling the last part of "Pay Itinerary".
Forgive the silly question: since CreditCardPayment and SeatReservation should be in the same transaction, it's not important which one is called first in the sequence diagram ? (So I can debit CC first and reserve Seat after- and viceversa)
My doubt arised because TransMaster communicates with the
J2ee application using XML-RPC. I'm not sure if the transmaster Tx (XML-RPC) can join the Tx used for reserving a seat (written in
Java), so if one tx fails also the other rollsback.
Hope somebody can shed some light on it....
Thanks
Marta