Ask a Question related to ASP.NET Web Services, Design and Development.

  1. #1

    Default WS-Transaction

    I understand that 'WS-Transaction' is the standard for cross-webservice
    transaction management. Couple of questions :-

    1) In what state of readiness is it ?
    2) will it work even if one of the 2 web services was developed using a
    different platform , like J2EE ?

    Thanks.


    moko Guest

  2. Similar Questions and Discussions

    1. Transaction Server 4.0
      Dear all, Please let me know is Microsft Transaction Server 4.0 able to run on Windows 2003? Thanks
    2. Transaction id and transaction isolation
      Hi Two questions. I am using Informix IDS 9.4 on Windows. 1. I would like to be able to get hold of the transaction id while still in the...
    3. transaction/session id in SE7.2
      Hi I am using InformixSE7.2 (on linux) and have been trying to write a stored procedure which, amongst other things, gets hold of the session...
    4. Transaction Log
      SQL 2K Is it possible to apply TRANSACTION LOG to a database while another process (SP) reading data from the same db.?? In my case, the job...
    5. Transaction
      Within a procedure i create two connection RConnection for readonly operation WConnection for write operation on a DB. Associated with the...
  3. #2

    Default Re: WS-Transaction

    There is currently no WSE support for any of the related specification that
    cover cross-web-service transactions, including WS-Transaction,
    WS-AtomicTransaction, WS-Coordination and WS-BusinessActivity. Some of these
    specs are still being hammered out. They started coming out early this
    Spring. Given the breadth of these specs it is unlikely that they could be
    supported on the Microsoft platform before Indigo comes out. In the
    meantime, the approach that I use is to implement the service
    agent/aggregation models, where one agent is responsible for initiating and
    coordinating a set of related service calls. Check out the MSDN patterns and
    practices site for further information.

    Good luck!

    Jeffrey Hasan, MCSD
    President, Bluestone Partners, Inc.
    -----------------------------------------------
    Author of: Expert SOA in C# Using WSE 2.0 (APress, 2004)
    [url]http://www.bluestonepartners.com/soa.aspx[/url]

    "moko" <nospam-r_chakravarthy@hotmail.com> wrote in message
    news:#tAmqV6fEHA.2812@tk2msftngp13.phx.gbl...
    > I understand that 'WS-Transaction' is the standard for cross-webservice
    > transaction management. Couple of questions :-
    >
    > 1) In what state of readiness is it ?
    > 2) will it work even if one of the 2 web services was developed using a
    > different platform , like J2EE ?
    >
    > Thanks.
    >
    >

    Jeffrey Hasan Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139