Author: slaws
Date: Mon Mar  1 13:25:05 2010
New Revision: 917517

URL: http://svn.apache.org/viewvc?rev=917517&view=rev
Log:
Remove the non-default setting from the default test case

Modified:
    
tuscany/sca-java-2.x/trunk/itest/ws/defaults/src/main/resources/org/apache/tuscany/sca/binding/ws/axis2/helloworld/helloworld.composite

Modified: 
tuscany/sca-java-2.x/trunk/itest/ws/defaults/src/main/resources/org/apache/tuscany/sca/binding/ws/axis2/helloworld/helloworld.composite
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/itest/ws/defaults/src/main/resources/org/apache/tuscany/sca/binding/ws/axis2/helloworld/helloworld.composite?rev=917517&r1=917516&r2=917517&view=diff
==============================================================================
--- 
tuscany/sca-java-2.x/trunk/itest/ws/defaults/src/main/resources/org/apache/tuscany/sca/binding/ws/axis2/helloworld/helloworld.composite
 (original)
+++ 
tuscany/sca-java-2.x/trunk/itest/ws/defaults/src/main/resources/org/apache/tuscany/sca/binding/ws/axis2/helloworld/helloworld.composite
 Mon Mar  1 13:25:05 2010
@@ -24,21 +24,13 @@
 
     <component name="HelloWorldClient">
         <implementation.java 
class="org.apache.tuscany.sca.binding.ws.axis2.helloworld.HelloWorldClient"/>
-        <reference name="helloWorldWS">
-            <interface.wsdl 
interface="http://helloworld#wsdl.interface(HelloWorld)" />
-            <binding.ws 
wsdlElement="http://helloworld#wsdl.port(HelloWorldService/HelloWorldSoapPort1)"/>
-        </reference>
+        <reference name="helloWorldWS" target="HelloWorldService"/>
     </component>
     
     <component name="HelloWorldService">
                <implementation.java 
class="org.apache.tuscany.sca.binding.ws.axis2.helloworld.HelloWorldService"/>
            <service name="HelloWorld">
-               <interface.wsdl 
interface="http://helloworld#wsdl.interface(HelloWorld)" />
-               <binding.ws 
wsdlElement="http://helloworld#wsdl.binding(HelloWorldSoapBinding)">
-                  <wsa:EndpointReference 
xmlns:wsa="http://www.w3.org/2005/08/addressing";>
-                     
<wsa:Address>http://localhost:8085/services/HelloWorldWebService1</wsa:Address>
-                  </wsa:EndpointReference>
-               </binding.ws>
+               <binding.ws/>
            </service>          
     </component>
     


Reply via email to