473,327 Members | 2,112 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,327 software developers and data experts.

Stopping transaction through client in web method

Hi all,
I am having web method which is inserting some heavy data into
database. Everytime client call this method i am generating some unique
transaction.
Client know that transaction ID.

What i want to to provide method to client so that he can rollback that
transaction.

And as soon as client has requested for transaction, transaction should
get rollback.

Can i get list of transactions which are running in web service
currently.

Why i need all this is because some time my web service is giving error
proxy timeout if i am using it througn isa. So if this error occur
client should able to stop currently running tranaction.

Can some one shed some light on it.

Please help me as this is very very imp for me.

Thanks in advnace.

Mar 20 '06 #1
4 1067
What are you using .net 1.x, .net 2.0? with what? wse, wse2, wse3?
wcf?

Mar 22 '06 #2
Hi,

thanks for your reply.

i am using framework 1.1.

can u tell me how to check version of wse?.

thanks in advance.

Mar 22 '06 #3
q
If you didn't install WSE, you're in 1.1. You won't be able to do
fancy transactional stuff in .NET 1.1. I'm 99% sure you need the Web
Service Enhancements to use transaction (the WS-Transactions
specification).

That said, I never really use it... I do it all manually most of the
time by putting together my own XML messages and sending them via a
HttpWebRequest. I do this because 90% of my work involves creating
bridges that access web services and service them as COM+ components.
I find it easier just to do things manually than to bridge the
properties from the WS world to the VB/Navision/COM world.

So, you can either check out the WSE sections of MSDN (I would highly
recommend going to .NET 2.0 first though-- its the difference between
Windows 95 and Windows XP) or you can beef up on your XML and do
everything manually (not really that difficult)

Mar 22 '06 #4
q
That is... you're in 1.1, without WSE.

Mar 22 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: faris_idris | last post by:
Hello, we are using Oracle 9i for client and server and Powerbuilder 8.0.3. We have a database link between two databases, whenever I try to do a simple select, update or insert I get the following...
0
by: DotNetJunkies User | last post by:
I am writing a distributed transaction code. My current scenario include a client database(Suppose client- having 4 main database) which can be installed anywhere which would connect to a public...
1
by: Avanish Pandey | last post by:
Hello All We have 3 differen services (in 3 different server) Service A,B,C . We want to implement distributed transaction when call methods of B and C from A. Is it possible? if yes then how? ...
5
by: JSheble | last post by:
I have a service that upon startup it creates two threads: this.Batch = new ServiceThread(); this.Batch.FileSpec = "2*.XML"; this.tBatch = new Thread(new ThreadStart(this.Batch.WatchDir));...
0
by: samiam | last post by:
Here are my requirements of the web service (.NET 1.1, XP/2003) (1) It needs to call a COM+ application that has already been written and deployed. The web service essentially becomes a client to...
3
by: GoogleEyeJoe | last post by:
Dear ladies and gents, I'm trying to determine whether the .NET Framework implements a means of transactional processing without the need for a database. Essentially, I'd like to enlist...
3
by: D. | last post by:
I have a question about the "readCommitted" transaction isolation level. I have a client that is updating a record on a table. I suspend the execution after the UPDATE but before the commit...
0
by: Matik | last post by:
Hi, MSSQL 2000 booth servers. Booth running DTC. Now, the client application, is starting in DB1 a procedure. The connection open to db, is within the transation opened from client. In the...
2
by: John Dow | last post by:
I am new to WCF, so please point me to the right direction. I created 2 WCF serivces, each one uses a difference database connection in the back end. Now from the client application, I need to...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.