summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.5/stest/sampleTest/src/test/java/testClient/README.txt
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-05-18 05:22:54 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-05-18 05:22:54 +0000
commit3c2fecf693a15b3a95abd2a8509035acb65425b7 (patch)
tree8de1cebe85dbc80d06736c07341cd5d56a2147bd /branches/sca-java-1.5/stest/sampleTest/src/test/java/testClient/README.txt
parent0daf5fae551097b7ab396b3b1c739986eda1208c (diff)
Remove stest as its not part of build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775814 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.5/stest/sampleTest/src/test/java/testClient/README.txt')
-rw-r--r--branches/sca-java-1.5/stest/sampleTest/src/test/java/testClient/README.txt19
1 files changed, 0 insertions, 19 deletions
diff --git a/branches/sca-java-1.5/stest/sampleTest/src/test/java/testClient/README.txt b/branches/sca-java-1.5/stest/sampleTest/src/test/java/testClient/README.txt
deleted file mode 100644
index bdb326df2a..0000000000
--- a/branches/sca-java-1.5/stest/sampleTest/src/test/java/testClient/README.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-This README describes the JAX-WS client files for the SCA Assembly test invocation interface.
-
-The test invocation interface is in the TestInvocation.java interface file.
-This is presented as a Web service by the SCA runtime, for invocation by a general Web service client.
-The WSDL is captured in the file TestClient.wsdl in the resources directory for the testcases.
-
-The JAX-WS client files for invoking the Web service contained in TestClient.wsdl are contained in this
-package. They are generated from the WSDL using the wsimport tool (a standard part of JDK 1.6.x):
-
-wsimport TestClient.wsdl -keep -p testClient
-
-"-keep" is used to ensure that the generated .java files are retained (otherwise all that is created are
-the binary .class files).
-
-"-p testClient" is used to force the generated Java files to belong to the package "testClient" - this package
-name is used to keep a clean separation between the client files and the test service files
-
-
-Mike Edwards, 6th January 2009. \ No newline at end of file