We have a legacy C++ code that uses XA based resource manager. We would like to call a Web Service that was implemented in J2EE from that C++ code. However, that call should get hooked into the XA transaction initiated in the C++ code. Do we have any C++ SOAP toolkit that does that? I understand with WS-Transaction the recent J2EE servers support XA transaction. Is it true? Can you suggest any other option? It is just a C++ legacy application to J2EE integration issue but with XA transactions.
I will be grateful for any suggestion.
-Abhi
-
C++ to Web Service - SOAP toolkit and XA Transaction (1 messages)
- Posted by: Abhijit Deb
- Posted on: March 30 2004 22:41 EST
Threaded Messages (1)
- C++ to Web Service - SOAP toolkit and XA Transaction by Mircea Crisan on March 31 2004 02:11 EST
-
C++ to Web Service - SOAP toolkit and XA Transaction[ Go to top ]
- Posted by: Mircea Crisan
- Posted on: March 31 2004 02:11 EST
- in response to Abhijit Deb
Hi
If you want the XA integration between the C++ application and a J2EE app. server I think is cleaner to write a JCA for the C++ app. Going through web services, with all that 'domification' involved, in order to achieve the XA stuff seems to me like an overkill.
Best regards, Mircea