You are viewing a plain text version of this content. The canonical link for it is here.
Posted to stonehenge-commits@incubator.apache.org by be...@apache.org on 2010/02/26 01:57:38 UTC

svn commit: r916532 - /incubator/stonehenge/trunk/stocktrader/dotnet/business_service/BusinessServiceConsole/App.config

Author: bendewey
Date: Fri Feb 26 01:57:38 2010
New Revision: 916532

URL: http://svn.apache.org/viewvc?rev=916532&view=rev
Log:
JIRA: STONEHENGE-120
Fixed missing mapping for WSAS in .NET BS
Submitted by: Nicholas A Hauenstein

Modified:
    incubator/stonehenge/trunk/stocktrader/dotnet/business_service/BusinessServiceConsole/App.config

Modified: incubator/stonehenge/trunk/stocktrader/dotnet/business_service/BusinessServiceConsole/App.config
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/dotnet/business_service/BusinessServiceConsole/App.config?rev=916532&r1=916531&r2=916532&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/dotnet/business_service/BusinessServiceConsole/App.config (original)
+++ incubator/stonehenge/trunk/stocktrader/dotnet/business_service/BusinessServiceConsole/App.config Fri Feb 26 01:57:38 2010
@@ -57,6 +57,8 @@
     <add key="PHP_OPSSEC" value="OpsClient_WsHttpBinding_MSec" />
     <add key="JAVA_OPS" value="OpsClient_BasicHttpBinding" />
     <add key="JAVA_OPSSEC" value="OpsClient_WsHttpBinding_MSec" />
+    <add key="WSAS_OPS" value="OpsClient_BasicHttpBinding" />
+    <add key="WSAS_OPSSEC" value="OpsClient_WsHttpBinding_MSec" />
 
     <add key="ClientSettingsProvider.ServiceUri" value="" />
     <add key="BS_LABEL" value="DOTNET_BS"/>