views:

16

answers:

0

I have many apps currently using a DAL we wrote. I am attempting to reconstruct these app biz layers within a WCF. I have to pass back to the mainframe watchdog a security token for each of our bizz apps.

Would I make numerous WCF Front ends, exposed on web server, to have them tie back to the proper "service" dll for processing?

How should I pass back the security token? Currently I am putting them into the web.config for the app and they are pulled as needed from the biz layer. When working through the WCF what will I need to change?

TIA

related questions