You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by rf...@apache.org on 2007/07/16 20:07:40 UTC

svn commit: r556685 - /incubator/tuscany/java/sca/modules/implementation-bpel/src/test/resources/HelloWorld.wsdl

Author: rfeng
Date: Mon Jul 16 11:07:39 2007
New Revision: 556685

URL: http://svn.apache.org/viewvc?view=rev&rev=556685
Log:
Change the HTTP port from 8080 to 8085 to avoid conflicts on the build machine

Modified:
    incubator/tuscany/java/sca/modules/implementation-bpel/src/test/resources/HelloWorld.wsdl

Modified: incubator/tuscany/java/sca/modules/implementation-bpel/src/test/resources/HelloWorld.wsdl
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/implementation-bpel/src/test/resources/HelloWorld.wsdl?view=diff&rev=556685&r1=556684&r2=556685
==============================================================================
--- incubator/tuscany/java/sca/modules/implementation-bpel/src/test/resources/HelloWorld.wsdl (original)
+++ incubator/tuscany/java/sca/modules/implementation-bpel/src/test/resources/HelloWorld.wsdl Mon Jul 16 11:07:39 2007
@@ -57,7 +57,7 @@
     </wsdl:binding>
     <wsdl:service name="HelloService">
 		<wsdl:port name="HelloPort" binding="tns:HelloSoapBinding">
-     		<soap:address location="http://localhost:8080/ode/processes/helloWorld"/>
+     		<soap:address location="http://localhost:8085/ode/processes/helloWorld"/>
 		</wsdl:port>
     </wsdl:service>
     



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org