Click here to Skip to main content
Sign Up to vote bad
good
Hi,
 
I am developing this component framework in C#.Net Framework 4.0 for my company. In this component framework I accept components and methods runtime (through reflection) to call on specific event occuring within system.
 
I have developed this framework which I want to enhance further to support web service calls (REST or SOAP). I have seen that REST is relly well embedded in ASP.Net MVC architecture for calling controller methods mostly.
http://rahulajoshi.wordpress.com/2012/05/05/rapid-development-framework-part-1/[^]
http://rahulajoshi.wordpress.com/2012/05/25/event-notification-engine/[^]
 
In my framework event notification component only accepts events and calls subscribers to this event with event arguments passed to it and all other data is shared using sessioncontext web service. So eventually I want to just make a call to web service which is one sort of subscriber to event model that I m implementing. Once a web service or local component methods is called internally they should look for data in SessionContext web service for same a unique EventID is passed through event arguments.
 
So my question is for same should I use REST or SOAP or any other convenient web calling method.
 
Thanks!
 
Rahul
Posted 31 May '12 - 20:36


This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Your Filters
Interested
Ignored
     
0 OriginalGriff 315
1 Sergey Alexandrovich Kryukov 259
2 Aarti Meswania 250
3 Slacker007 240
4 Ron Beyer 190
0 Sergey Alexandrovich Kryukov 8,743
1 OriginalGriff 7,124
2 CPallini 3,678
3 Rohan Leuva 3,011
4 Maciej Los 2,403


Advertise | Privacy | Mobile
Web01 | 2.6.130516.1 | Last Updated 1 Jun 2012
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid