Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Services > OnLine/OffLine transactions using SoapExtension

Reply
Thread Tools

OnLine/OffLine transactions using SoapExtension

 
 
Esteban Yanson
Guest
Posts: n/a
 
      04-26-2007
I need know if exist any way to abort a request in a web service call, from a
SoapExtension but with out generate a exception.
The method "SoapClientMessage.Client.Abort" generate a exception !!

Sample:
- The client application call the method "XXX" from web service.
- Invoke the proxy class.
- Invoke ProcessMessage method in the derived class of SoapExtension.
- In ProcessMessage method, I verify the coneccion with server. If I'm
OnLine, the process continue normaly, else if I´m OffLine, I need save xml in
local database and abort the server call and response OK to client
application.

The problem is what the unique way to abort the request with server is using
"SoapClientMessage.Client.Abort" but this generate an exception specified in
MSDN.

Who can help me?
thanks.

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
SoapExtension and Web Service Validation Ted A W ASP .Net 0 01-12-2006 07:30 PM
SoapExtension & Http headers fred carter ASP .Net 0 04-02-2004 07:01 PM
encryption and decryption using SoapExtension Henrik Bruhn ASP .Net Web Services 0 02-18-2004 11:55 AM
Desperately looking for suggestions : SoapExtension VSK ASP .Net Web Services 0 08-01-2003 01:04 PM
SoapExtension for Global Exception handling; but prevent exception from propagating!! VSK ASP .Net Web Services 0 07-29-2003 05:39 PM



Advertisments
 



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