Remove the non-default setting from the default test case

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@917517 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
slaws 2010-03-01 13:25:05 +00:00
commit de88ed0644

View file

@ -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>