473,382 Members | 1,359 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,382 software developers and data experts.

Common operation for all WS

Hello,

I have a lot of Web Services which is called from a Windows application. I
want to check something after each Web Service was called. I don't want do
put this check after each calling of WS in Windows application. I want to do
it automatically for all the Web Services, like a calling end event of WS.
Is this possible?

Thanks,

Ruslan

Nov 23 '05 #1
3 901
Hello Ruslan,
You can use the global.asax EndRequest event to achieve this or create
your own http module to hook into that event

HTH
Regards,
Dilip Krishnan
MCAD, MCSD.net
dkrishnan at geniant dot com
http://www.geniant.com
Hello,

I have a lot of Web Services which is called from a Windows
application. I want to check something after each Web Service was
called. I don't want do put this check after each calling of WS in
Windows application. I want to do it automatically for all the Web
Services, like a calling end event of WS. Is this possible?

Thanks,

Ruslan

Nov 23 '05 #2
Ok, thank you.
Can I read the SOAP header in EndRequest event?

Thanks,
Ruslan

"Dilip Krishnan" <dk*******@NOSPAM.geniant.com> wrote in message
news:26**********************@msnews.microsoft.com ...
Hello Ruslan,
You can use the global.asax EndRequest event to achieve this or create
your own http module to hook into that event

HTH
Regards,
Dilip Krishnan
MCAD, MCSD.net
dkrishnan at geniant dot com
http://www.geniant.com
Hello,

I have a lot of Web Services which is called from a Windows
application. I want to check something after each Web Service was
called. I don't want do put this check after each calling of WS in
Windows application. I want to do it automatically for all the Web
Services, like a calling end event of WS. Is this possible?

Thanks,

Ruslan


Nov 23 '05 #3
Hello Ruslan,
You should be able to from the HttpContext.Current.Response object

HTH
Regards,
Dilip Krishnan
MCAD, MCSD.net
dkrishnan at geniant dot com
http://www.geniant.com
Ok, thank you.
Can I read the SOAP header in EndRequest event?
Thanks,
Ruslan
"Dilip Krishnan" <dk*******@NOSPAM.geniant.com> wrote in message
news:26**********************@msnews.microsoft.com ...
Hello Ruslan,
You can use the global.asax EndRequest event to achieve this or
create
your own http module to hook into that event
HTH
Regards,
Dilip Krishnan
MCAD, MCSD.net
dkrishnan at geniant dot com
http://www.geniant.com
Hello,

I have a lot of Web Services which is called from a Windows
application. I want to check something after each Web Service was
called. I don't want do put this check after each calling of WS in
Windows application. I want to do it automatically for all the Web
Services, like a calling end event of WS. Is this possible?

Thanks,

Ruslan

Nov 23 '05 #4

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

Similar topics

12
by: D Witherspoon | last post by:
What is the accepted method of creating a data class or business rules object class with properties that will allow the returning of null values? For example... I have a class named CResults with...
0
by: DKode | last post by:
I recently created an application that used an xml file to define 4 different groups used for my app, and within each of those groups are <item></item> tags to declare different values that were...
4
by: Hardy Wang | last post by:
Hi, I have a win form application, when a button is clicked, a lengthy operation will be triggered. During the time program is still running, this application seems not to be able to response to...
1
by: Ayoa | last post by:
I am trying to identify items that are common to 2 or more arraylists e.g. a = {2,4,6,8} b = {4,5, 6,7,8} C = {0,4,8,16} I would like to return the common items in a new arraylist i.e....
3
by: Christian Blackburn | last post by:
Hi Gang, I would like to have my program use the built in Move and Copy Dialogs that are used by Windows Explorer/My Computer. Thanks in Advance, Christian Blackburn
0
by: John Jenkins | last post by:
Hi, any help on this would be greatly apprciated. I have been given a wsdl file from a customer generated by Oracle 10g Web Services tools. When I use wsdl.exe to attempt to produce proxy classes I...
11
by: stax | last post by:
Hi, Assuming having a method that calls another method which also calls other methods and so on having a long winded tree of methods. What do I do in case it turns out everything has to be...
2
by: Robinson | last post by:
I can start an Asynchronous operation against a data source with SQLCommand.BeginExecuteReader, allowing me to loop, checking for user cancellation before the operation has completed, but how then...
6
by: Joseph Geretz | last post by:
I have the following class which I am serializing and passing back and forth between my Web Service application and the client. public class Token : SoapHeader { public string SID; public...
0
by: Default User | last post by:
I work on creating test cases for a SOAP-based set of servers, using soapUI. I received and updated set of WSDL and schema files, and when I made new tests and mock server operations, all of the...
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...
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...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.