summaryrefslogtreecommitdiffstats
path: root/java/sca/samples/helloworld-ws-reference-lean/src/main/resources/helloworldwsclient.composite
diff options
context:
space:
mode:
Diffstat (limited to 'java/sca/samples/helloworld-ws-reference-lean/src/main/resources/helloworldwsclient.composite')
-rw-r--r--java/sca/samples/helloworld-ws-reference-lean/src/main/resources/helloworldwsclient.composite16
1 files changed, 0 insertions, 16 deletions
diff --git a/java/sca/samples/helloworld-ws-reference-lean/src/main/resources/helloworldwsclient.composite b/java/sca/samples/helloworld-ws-reference-lean/src/main/resources/helloworldwsclient.composite
index b3cd07a94e..991e4b4881 100644
--- a/java/sca/samples/helloworld-ws-reference-lean/src/main/resources/helloworldwsclient.composite
+++ b/java/sca/samples/helloworld-ws-reference-lean/src/main/resources/helloworldwsclient.composite
@@ -30,20 +30,4 @@
</reference>
</component>
- <!-- A variation -->
- <component name="HelloWorldClient2">
- <implementation.java class="helloworld.HelloWorldClient2"/>
- <reference name="helloWorldService">
- <binding.ws wsdlElement="http://helloworld#wsdl.port(HelloWorldService/HelloWorldSoapPort)"/>
- </reference>
- </component>
-
- <!-- Another variation -->
- <component name="HelloWorldClient3">
- <implementation.java class="helloworld.HelloWorldClient3"/>
- <reference name="helloWorldService">
- <binding.ws wsdlElement="http://helloworld#wsdl.port(HelloWorldService/HelloWorldSoapPort)"/>
- </reference>
- </component>
-
</composite>