|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Coordination transaction between ODBC and outside webservice |
« View previous topic :: View next topic » |
Author |
Message
|
MizukiYamato |
Posted: Mon Apr 19, 2010 11:29 pm Post subject: Coordination transaction between ODBC and outside webservice |
|
|
 Apprentice
Joined: 16 Dec 2009 Posts: 45 Location: Japan
|
I have to coordinate transaction between ODBC and webservice.
[flow]
SOAPInput -> Compute(Database) -> SOAPRequest -> SOAPReply
- Compute Node updetes DB.
- SOAPRequest Node call web service which updates DB.
[server]
WAS(webservice requester) - WMB - WAS(webservice provider)
Can any coordinator(eg. WS-Transaction) be used through WMB by webservice requester?
or have some idea?
Please help me... |
|
Back to top |
|
 |
mqjeff |
Posted: Tue Apr 20, 2010 5:40 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Broker does not support WS-Transaction.
If the SOAPRequest fails, you can easily roll back the Compute node. If the Compute node fails, you will never get to the SOAPRequest.
Once the SOAPRequest completes successfully, there's nothing you can do to roll it back. Once you call SOAPReply, there's nothing that you can do to roll back the SOAPRequest or the Compute unless the SOAPReply fails.
Use Process Server. |
|
Back to top |
|
 |
Missam |
Posted: Tue Apr 20, 2010 5:53 am Post subject: |
|
|
Chevalier
Joined: 16 Oct 2003 Posts: 424
|
i guess third party transaction managers can give you this feature such as CICS, Tuxedo, and BEA WebLogic Server |
|
Back to top |
|
 |
MizukiYamato |
Posted: Tue Apr 20, 2010 8:31 pm Post subject: |
|
|
 Apprentice
Joined: 16 Dec 2009 Posts: 45 Location: Japan
|
Thank you for your helping.
>third party transaction managers can give you this feature
You mean berow topology, or other?
WAS(webservice requester) - WMB - WAS(webservice provider)
. . . . . . . | . . . . . . . . . . . . . . . . . . . . . . . |
. . . . . . . | . . . . . . . . . . . . . . . . . . . . . . . |
[third party transaction managers] -----| |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|