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:
parent
aa4198ee95
commit
de88ed0644
1 changed files with 2 additions and 10 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue