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 ch...@apache.org on 2009/09/01 11:59:10 UTC

svn commit: r809991 - /incubator/stonehenge/trunk/stocktrader/php/resources/wsdl/config_svc.wsdl

Author: chintana
Date: Tue Sep  1 11:59:10 2009
New Revision: 809991

URL: http://svn.apache.org/viewvc?rev=809991&view=rev
Log:
Changing the default PHP config service endpoint.


Modified:
    incubator/stonehenge/trunk/stocktrader/php/resources/wsdl/config_svc.wsdl

Modified: incubator/stonehenge/trunk/stocktrader/php/resources/wsdl/config_svc.wsdl
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/php/resources/wsdl/config_svc.wsdl?rev=809991&r1=809990&r2=809991&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/php/resources/wsdl/config_svc.wsdl (original)
+++ incubator/stonehenge/trunk/stocktrader/php/resources/wsdl/config_svc.wsdl Tue Sep  1 11:59:10 2009
@@ -409,7 +409,7 @@
 
   <wsdl:service name="ConfigService">
     <wsdl:port name="BasicHttpBinding_ConfigServiceService" binding="tns:BasicHttpBinding_ConfigServiceService">
-      <soap:address location="http://mordor:7575/tradeconfigservice"/>
+      <soap:address location="http://localhost:8080/php_stocktrader/config_service/config_svc.php"/>
     </wsdl:port>
   </wsdl:service>
 </wsdl:definitions>