Hi, For the moment I'm sending this to the list rather than editing the wiki until we solve some minor issues. Pretty much the same content in a previous mail, just with a title to make it stand out.
1) Open SQL Management Studio 2) Connect to your StockTraderDB database 3) Open up ClientToBs table and make sure DOTNET_CLIENT is using DOTNET_BS 4) Open up Service table and change the URL of DOTNET_BS to http://localhost:9763/services/TradeServiceWsas 5) Open Web.config in <stocktrader>\dotnet\trader_client\Trade and add requireSignatureConfirmation="false" to line 99. After the change the line should look like the following, messageSecurityVersion="WSSecurity11WSTrust13WSSecureConversation13WSSecurityPolicy12BasicSecurityProfile10" requireSignatureConfirmation="false"> 6) Build WSAS trunk according to - http://cwiki.apache.org/STONEHENGE/stonehenge-php-and-wsas-stocktrader-installation-guide.html#StonehengePHPandWSASStocktraderInstallationGuide-wsas 7) Start WSAS by running <WSAS dir>/bin/wso2server.bat 8) Start .Net services by running RunServices.bat 9) Login to .Net trader client by going to http://localhost/trade and tryout the various operations Please do holler if something doesn't work. Bye, -Chintana -- http://engwar.com/
