diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-03-01 13:25:05 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-03-01 13:25:05 +0000 |
commit | de88ed064427f07e9eb0cecb0b52526291a0c747 (patch) | |
tree | 1a544b4084201afe25c3592663b029d067806685 /sca-java-2.x/trunk/itest/ws/defaults | |
parent | aa4198ee954c8fae577160b510d9fc94dabded18 (diff) |
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
Diffstat (limited to 'sca-java-2.x/trunk/itest/ws/defaults')
-rw-r--r-- | sca-java-2.x/trunk/itest/ws/defaults/src/main/resources/org/apache/tuscany/sca/binding/ws/axis2/helloworld/helloworld.composite | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/sca-java-2.x/trunk/itest/ws/defaults/src/main/resources/org/apache/tuscany/sca/binding/ws/axis2/helloworld/helloworld.composite b/sca-java-2.x/trunk/itest/ws/defaults/src/main/resources/org/apache/tuscany/sca/binding/ws/axis2/helloworld/helloworld.composite index 018f9de98b..a2298dedf6 100644 --- a/sca-java-2.x/trunk/itest/ws/defaults/src/main/resources/org/apache/tuscany/sca/binding/ws/axis2/helloworld/helloworld.composite +++ b/sca-java-2.x/trunk/itest/ws/defaults/src/main/resources/org/apache/tuscany/sca/binding/ws/axis2/helloworld/helloworld.composite @@ -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> |