WebService Transactions example

  • Thread starter Thread starter Saso Zagoranski
  • Start date Start date
S

Saso Zagoranski

Hi!

I'm looking for an example of a simple WS transaction.
A friend of mine did this easily (at least that's what he said) with Java,
now I'm trying
to do the same thing with .NET.
I have found a lot of pages with the specification for WST but I would
really like to see
a (simple) working example.
Or at least some guidelines on how to start :)

thanks,
saso
 
Saso said:
Hi!

I'm looking for an example of a simple WS transaction.
A friend of mine did this easily (at least that's what he said) with Java,
now I'm trying
to do the same thing with .NET.
I have found a lot of pages with the specification for WST but I would
really like to see
a (simple) working example.
Or at least some guidelines on how to start :)

thanks,
saso

Is this what you are looking for?

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnglobspec/html/ws-transaction.asp

Cheers
Jimbo
 
No...

Those are the specifications. I'd like an example (Visual Studio stuff :) )

In the mean time: I installed Indigo (on my Win XP SP2 machine) and I have
the System.Transactions.dll, while I don't have the
System.Transactions.WsTx.dll
file which apparently only comes with Longhorn? Isn't Indigo part of
Longhorn, so I should
get that file right?
Apparently there are a few class for WS Transactions in that
dll/namespace... any tips?
 
Back
Top