Ask a Question related to ASP.NET Web Services, Design and Development.
-
Sriram #1
Webmethod OnEnd
Hello,
I have a requirement on my webservice. I want to track
when a request had come to my webmethod and when the
response was completed.
I want to do a set of process on end of a web method
call. That is when the response is completed of webmethod
I want to update the database/ write log etc. of the same
object instance which is holding the information to write
the log / update the database.
Does anyone know how to do this?
Thanks
Sriram
Sriram Guest
-
WebMethod Delay
Hi, Got a webmethod which call a complex stored procedure on my Sybase Database. Running the procédure from a Query Tool last for 1'30 minute.... -
How do I get the WebMethodAttribute from within a webmethod?
I need the description out of the WebMethodAttribute on my web method. I want to be able to throw my own exception and tell it what method threw... -
Problem with global.asa database and Session OnEnd
Agggghhhh.... I've read countless posting and still can't get an answer that works. I'm trying to update a record when a session ends. Here's the... -
Session OnEnd
Howdy, For a challenge I took on a very large project and have decided to develop it on Red Hat, using PHP and MySQL. I am pleased to say that... -
cant add another webmethod :(
Hello I have this code: <%@ WebService language="VB" class="TCPUtil" %> Imports System Imports System.Web.Services Imports... -
VSK #2
Re: Webmethod OnEnd
Try SoapExtension
"Sriram" <sriramc@mascotsystems.com> wrote in message
news:006b01c38edb$f0adf460$a001280a@phx.gbl...> Hello,
>
> I have a requirement on my webservice. I want to track
> when a request had come to my webmethod and when the
> response was completed.
>
> I want to do a set of process on end of a web method
> call. That is when the response is completed of webmethod
> I want to update the database/ write log etc. of the same
> object instance which is holding the information to write
> the log / update the database.
>
> Does anyone know how to do this?
>
> Thanks
> Sriram
VSK Guest



Reply With Quote

