Author: jsdelfino
Date: Sat Oct 13 09:49:22 2007
New Revision: 584424

URL: http://svn.apache.org/viewvc?rev=584424&view=rev
Log:
Change port from 8080 to 8085 in WSDL files as 8080 is already in use on the 
continuum build machine.

Modified:
    
incubator/tuscany/java/sca/itest/exceptions-simple-ws/src/main/resources/wsdl/ExampleService.wsdl
    
incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/ws/helloworld.wsdl

Modified: 
incubator/tuscany/java/sca/itest/exceptions-simple-ws/src/main/resources/wsdl/ExampleService.wsdl
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/exceptions-simple-ws/src/main/resources/wsdl/ExampleService.wsdl?rev=584424&r1=584423&r2=584424&view=diff
==============================================================================
--- 
incubator/tuscany/java/sca/itest/exceptions-simple-ws/src/main/resources/wsdl/ExampleService.wsdl
 (original)
+++ 
incubator/tuscany/java/sca/itest/exceptions-simple-ws/src/main/resources/wsdl/ExampleService.wsdl
 Sat Oct 13 09:49:22 2007
@@ -117,13 +117,13 @@
     </wsdl:binding>
     <wsdl:service name="ExampleService">
         <wsdl:port name="ExampleServiceSOAP11port_http" 
binding="ns0:ExampleServiceSOAP11Binding">
-            <soap:address 
location="http://localhost:8080/axis2/services/ExampleService"/>
+            <soap:address 
location="http://localhost:8085/axis2/services/ExampleService"/>
         </wsdl:port>
         <wsdl:port name="ExampleServiceSOAP12port_http" 
binding="ns0:ExampleServiceSOAP12Binding">
-            <soap12:address 
location="http://localhost:8080/axis2/services/ExampleService"/>
+            <soap12:address 
location="http://localhost:8085/axis2/services/ExampleService"/>
         </wsdl:port>
         <wsdl:port name="ExampleServiceHttpport" 
binding="ns0:ExampleServiceHttpBinding">
-            <http:address 
location="http://localhost:8080/axis2/services/ExampleService"/>
+            <http:address 
location="http://localhost:8085/axis2/services/ExampleService"/>
         </wsdl:port>
     </wsdl:service>
 </wsdl:definitions>

Modified: 
incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/ws/helloworld.wsdl
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/ws/helloworld.wsdl?rev=584424&r1=584423&r2=584424&view=diff
==============================================================================
--- 
incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/ws/helloworld.wsdl
 (original)
+++ 
incubator/tuscany/java/sca/itest/osgi-implementation/src/main/resources/ws/helloworld.wsdl
 Sat Oct 13 09:49:22 2007
@@ -73,7 +73,7 @@
 
     <wsdl:service name="HelloWorldService">
         <wsdl:port binding="tns:HelloWorldSoapBinding" 
name="HelloWorldSoapPort">
-            <wsdlsoap:address 
location="http://localhost:8080/services/HelloWorldWebService"/>
+            <wsdlsoap:address 
location="http://localhost:8085/services/HelloWorldWebService"/>
         </wsdl:port>
     </wsdl:service>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to