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/06/24 18:37:22 UTC

svn commit: r957673 - in /incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade: Web.NET.config Web.WSIS.config Web.config

Author: bendewey
Date: Thu Jun 24 18:37:21 2010
New Revision: 957673

URL: http://svn.apache.org/viewvc?rev=957673&view=rev
Log:
Removed Testing IP Address from web.config files

Modified:
    incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Web.NET.config
    incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Web.WSIS.config
    incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Web.config

Modified: incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Web.NET.config
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Web.NET.config?rev=957673&r1=957672&r2=957673&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Web.NET.config (original)
+++ incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Web.NET.config Thu Jun 24 18:37:21 2010
@@ -98,7 +98,7 @@
         </identity>
       </endpoint>
 
-      <endpoint address="http://192.168.10.109:9764/services/TradeServiceWsas/"
+      <endpoint address="http://localhost:9764/services/TradeServiceWsas/"
                 contract="Trade.BusinessServiceContract.ITradeServices"
                 binding="customBinding"
                 bindingConfiguration="BsClient_FederatedBinding_WSAS"

Modified: incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Web.WSIS.config
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Web.WSIS.config?rev=957673&r1=957672&r2=957673&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Web.WSIS.config (original)
+++ incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Web.WSIS.config Thu Jun 24 18:37:21 2010
@@ -98,7 +98,7 @@
         </identity>
       </endpoint>
 
-      <endpoint address="http://192.168.10.109:9764/services/TradeServiceWsas/"
+      <endpoint address="http://localhost:9764/services/TradeServiceWsas/"
                 contract="Trade.BusinessServiceContract.ITradeServices"
                 binding="customBinding"
                 bindingConfiguration="BsClient_FederatedBinding_WSAS"

Modified: incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Web.config
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Web.config?rev=957673&r1=957672&r2=957673&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Web.config (original)
+++ incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Web.config Thu Jun 24 18:37:21 2010
@@ -98,7 +98,7 @@
         </identity>
       </endpoint>
 
-      <endpoint address="http://192.168.10.109:9764/services/TradeServiceWsas/"
+      <endpoint address="http://localhost:9764/services/TradeServiceWsas/"
                 contract="Trade.BusinessServiceContract.ITradeServices"
                 binding="customBinding"
                 bindingConfiguration="BsClient_FederatedBinding_WSAS"