On Thu, Apr 30, 2009 at 4:00 AM, Ben Dewey <[email protected]> wrote:
> 3. I even tried Chintana's recommendation of exporting the .NET OPS Cert and > replacing bob.cert with that. That didn't work. Chintana, is that what you > meant? Which cert do I export/replace, can you send it to the list? Yup, this is what you have to do. Also, please note the end point. After adding the following line, host.AddServiceEndpoint(typeof(IOrderProcessor), customBinding, "cesm"); service table in the database, change the DOTNET_OPSSEC end point to http://localhost:8000/TradeOrderProcessor/cesm. For M1 release, I think this hack would suffice. Considering the objective of having this project and all other different implementations, in the long run, it would be beneficial to make every component loosely coupled so plugging a different order processor layer or business service layer will not require configuration/code changes for any of the existing components. Bye, -Chintana -- http://engwar.com/
