views:

24

answers:

0

I have a WCF entrance that communicates with an internal java WS for our client.

Now have to expand this WCF to be multi app and pass to the java WS the proper certificates. Currently the one was part of the bizObj class in my WCF.

I have multiple .cer files that I will have to maintain in my WCF and pass in by caller app.

Of course the methods that will gen a call to the java can cross over between apps so any ideas on how to better organize this on the front end?

TIA

__Stephen