Author: slaws
Date: Fri Feb 15 05:07:00 2008
New Revision: 628050

URL: http://svn.apache.org/viewvc?rev=628050&view=rev
Log:
TUSCANY-2046
Make itest use port 8085 rather than 8080

Modified:
    
incubator/tuscany/java/sca/itest/wsdl-multiple/src/main/resources/auto-wsdl.composite
    
incubator/tuscany/java/sca/itest/wsdl-multiple/src/main/resources/manual-wsdl.composite
    
incubator/tuscany/java/sca/itest/wsdl-multiple/src/main/resources/wsdl/helloworld.HelloWorldCallback.wsdl
    
incubator/tuscany/java/sca/itest/wsdl-multiple/src/main/resources/wsdl/helloworld.HelloWorldService.wsdl

Modified: 
incubator/tuscany/java/sca/itest/wsdl-multiple/src/main/resources/auto-wsdl.composite
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/wsdl-multiple/src/main/resources/auto-wsdl.composite?rev=628050&r1=628049&r2=628050&view=diff
==============================================================================
--- 
incubator/tuscany/java/sca/itest/wsdl-multiple/src/main/resources/auto-wsdl.composite
 (original)
+++ 
incubator/tuscany/java/sca/itest/wsdl-multiple/src/main/resources/auto-wsdl.composite
 Fri Feb 15 05:07:00 2008
@@ -6,9 +6,9 @@
   <component name="HelloWorldClientComponent">
     <implementation.java class="helloworld.HelloWorldClientImpl"/>
     <reference name="helloWorldService">
-      <binding.ws uri="http://localhost:8080/HelloWorldServiceComponent"/>
+      <binding.ws uri="http://localhost:8085/HelloWorldServiceComponent"/>
       <callback>
-        <binding.ws/>        
+        <binding.ws 
uri="http://localhost:8085/HelloWorldClientComponent/helloWorldService"/>       
 
       </callback>
     </reference>
   </component>
@@ -17,9 +17,9 @@
     <implementation.java class="helloworld.HelloWorldServiceImpl"/>
     <service name="HelloWorldService">
       <interface.java interface="helloworld.HelloWorldService" 
callbackInterface="helloworld.HelloWorldCallback"/>
-      <binding.ws/>
+      <binding.ws uri="http://localhost:8085/HelloWorldServiceComponent"/>
       <callback>
-        <binding.ws/>        
+        <binding.ws 
uri="http://localhost:8085/HelloWorldClientComponent/helloWorldService"/>       
 
       </callback>
     </service>
   </component>

Modified: 
incubator/tuscany/java/sca/itest/wsdl-multiple/src/main/resources/manual-wsdl.composite
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/wsdl-multiple/src/main/resources/manual-wsdl.composite?rev=628050&r1=628049&r2=628050&view=diff
==============================================================================
--- 
incubator/tuscany/java/sca/itest/wsdl-multiple/src/main/resources/manual-wsdl.composite
 (original)
+++ 
incubator/tuscany/java/sca/itest/wsdl-multiple/src/main/resources/manual-wsdl.composite
 Fri Feb 15 05:07:00 2008
@@ -8,7 +8,8 @@
     <reference name="helloWorldService">
       <binding.ws 
wsdlElement="http://helloworld#wsdl.port(HelloWorldService/HelloWorldServiceSOAP11port)"/>
       <callback>
-        <binding.ws 
wsdlElement="http://helloworld#wsdl.binding(HelloWorldCallbackSOAP11Binding)"/> 
       
+        <binding.ws 
uri="http://localhost:8085/HelloWorldClientComponent/helloWorldService"; 
+                    
wsdlElement="http://helloworld#wsdl.binding(HelloWorldCallbackSOAP11Binding)"/> 
       
       </callback>
     </reference>
   </component>
@@ -19,7 +20,8 @@
       <interface.java interface="helloworld.HelloWorldService" 
callbackInterface="helloworld.HelloWorldCallback"/>
       <binding.ws 
wsdlElement="http://helloworld#wsdl.port(HelloWorldService/HelloWorldServiceSOAP11port)"/>
       <callback>
-        <binding.ws 
wsdlElement="http://helloworld#wsdl.binding(HelloWorldCallbackSOAP11Binding)"/> 
       
+        <binding.ws 
uri="http://localhost:8085/HelloWorldClientComponent/helloWorldService";
+                    
wsdlElement="http://helloworld#wsdl.binding(HelloWorldCallbackSOAP11Binding)"/> 
       
       </callback>
     </service>
   </component>

Modified: 
incubator/tuscany/java/sca/itest/wsdl-multiple/src/main/resources/wsdl/helloworld.HelloWorldCallback.wsdl
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/wsdl-multiple/src/main/resources/wsdl/helloworld.HelloWorldCallback.wsdl?rev=628050&r1=628049&r2=628050&view=diff
==============================================================================
--- 
incubator/tuscany/java/sca/itest/wsdl-multiple/src/main/resources/wsdl/helloworld.HelloWorldCallback.wsdl
 (original)
+++ 
incubator/tuscany/java/sca/itest/wsdl-multiple/src/main/resources/wsdl/helloworld.HelloWorldCallback.wsdl
 Fri Feb 15 05:07:00 2008
@@ -69,12 +69,12 @@
                <wsdl:port name="HelloWorldCallbackSOAP11port"
                        binding="axis2:HelloWorldCallbackSOAP11Binding">
                        <soap:address
-                               
location="http://localhost:8080/axis2/services/HelloWorldCallback"; />
+                               
location="http://localhost:8085/axis2/services/HelloWorldCallback"; />
                </wsdl:port>
                <wsdl:port name="HelloWorldCallbackSOAP12port"
                        binding="axis2:HelloWorldCallbackSOAP12Binding">
                        <soap12:address
-                               
location="http://localhost:8080/axis2/services/HelloWorldCallback"; />
+                               
location="http://localhost:8085/axis2/services/HelloWorldCallback"; />
                </wsdl:port>
        </wsdl:service>
 </wsdl:definitions>

Modified: 
incubator/tuscany/java/sca/itest/wsdl-multiple/src/main/resources/wsdl/helloworld.HelloWorldService.wsdl
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/wsdl-multiple/src/main/resources/wsdl/helloworld.HelloWorldService.wsdl?rev=628050&r1=628049&r2=628050&view=diff
==============================================================================
--- 
incubator/tuscany/java/sca/itest/wsdl-multiple/src/main/resources/wsdl/helloworld.HelloWorldService.wsdl
 (original)
+++ 
incubator/tuscany/java/sca/itest/wsdl-multiple/src/main/resources/wsdl/helloworld.HelloWorldService.wsdl
 Fri Feb 15 05:07:00 2008
@@ -66,12 +66,12 @@
                <wsdl:port name="HelloWorldServiceSOAP11port"
                        binding="axis2:HelloWorldServiceSOAP11Binding">
                        <soap:address
-                               
location="http://localhost:8080/axis2/services/HelloWorldService"; />
+                               
location="http://localhost:8085/axis2/services/HelloWorldService"; />
                </wsdl:port>
                <wsdl:port name="HelloWorldServiceSOAP12port"
                        binding="axis2:HelloWorldServiceSOAP12Binding">
                        <soap12:address
-                               
location="http://localhost:8080/axis2/services/HelloWorldService"; />
+                               
location="http://localhost:8085/axis2/services/HelloWorldService"; />
                </wsdl:port>
        </wsdl:service>
 </wsdl:definitions>



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

Reply via email to