Transactional webmethods

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Baldor Renwald

    #1

    Transactional webmethods

    How can I make two or more webmethods run under the same transaction?

    Thanks


  • Marina

    #2
    Re: Transactional webmethods

    I would guess that would be next to impossible. I don't see how you can
    more then one call to methods on a different machine(s) run under the same
    transaction - it's just an HTTP call.

    "Baldor Renwald" <omp@euskalnet. net> wrote in message
    news:ubTg8kNzEH A.1264@TK2MSFTN GP12.phx.gbl...[color=blue]
    > How can I make two or more webmethods run under the same transaction?
    >
    > Thanks
    >
    >[/color]


    Comment

    • Drew Marsh

      #3
      Re: Transactional webmethods

      > How can I make two or more webmethods run under the same transaction?

      There is no support for this today. WS-Transaction and WS-Coordination are the specs you want to watch. There's a nice article on XML.com that cover them[1].

      HTH,
      Drew

      [1] http://webservices.xml.com/pub/a/ws/...nsactions.html

      Comment

      • Baldor Renwald

        #4
        Re: Transactional webmethods

        Thanks for answering, Marina:
        No; it would be on the same machine, of course.
        Just two webmethods of the same webService

        I have just started in this area, I'm not sure I am explaining it
        correctly.

        "Marina" <someone@nospam .com> escribió en el mensaje
        news:%23yXMnDOz EHA.2676@TK2MSF TNGP12.phx.gbl. ..[color=blue]
        > I would guess that would be next to impossible. I don't see how you can
        > more then one call to methods on a different machine(s) run under the same
        > transaction - it's just an HTTP call.
        >
        > "Baldor Renwald" <omp@euskalnet. net> wrote in message
        > news:ubTg8kNzEH A.1264@TK2MSFTN GP12.phx.gbl...[color=green]
        > > How can I make two or more webmethods run under the same transaction?
        > >
        > > Thanks
        > >
        > >[/color]
        >
        >[/color]


        Comment

        • Marina

          #5
          Re: Transactional webmethods

          Yes, I understand. But from the perspective of calling the web service, it
          almost doesn't matter. Once the HTTP call for the first one is done, the
          connection is severed, and that's it.

          "Baldor Renwald" <omp@euskalnet. net> wrote in message
          news:eU$8DNPzEH A.1300@TK2MSFTN GP14.phx.gbl...[color=blue]
          > Thanks for answering, Marina:
          > No; it would be on the same machine, of course.
          > Just two webmethods of the same webService
          >
          > I have just started in this area, I'm not sure I am explaining it
          > correctly.
          >
          > "Marina" <someone@nospam .com> escribió en el mensaje
          > news:%23yXMnDOz EHA.2676@TK2MSF TNGP12.phx.gbl. ..[color=green]
          > > I would guess that would be next to impossible. I don't see how you can
          > > more then one call to methods on a different machine(s) run under the[/color][/color]
          same[color=blue][color=green]
          > > transaction - it's just an HTTP call.
          > >
          > > "Baldor Renwald" <omp@euskalnet. net> wrote in message
          > > news:ubTg8kNzEH A.1264@TK2MSFTN GP12.phx.gbl...[color=darkred]
          > > > How can I make two or more webmethods run under the same transaction?
          > > >
          > > > Thanks
          > > >
          > > >[/color]
          > >
          > >[/color]
          >
          >[/color]


          Comment

          Working...