Click here to Skip to main content
15,896,912 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

Is this any example for WCF Plug gable Architecture.

What am trying to do here is ,am routing message from different adapters,if any new adapters add in then WCF should clever enough to identify the new adapter and route the message to that adapter also.

Thanks in Advance
Posted

You should be able to write your own adapters and register them in a configuration file or so, and then in your service methods, you can run your request/response through the adapters one by one as required.
 
Share this answer
 
Comments
Espen Harlinn 18-Jul-11 7:33am    
Workable, my 5
[no name] 18-Jul-11 7:41am    
Thanks :)
Take a look at:

Unity[^]

Unity & friends: The WCF service host side[^]

WCF injection behavior migrated to MEF[^]

I'm sure you'll find what you need :)

Best regards
Espen Harlinn
 
Share this answer
 

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



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900