rubys 02/02/28 05:58:11
Modified: java/test/wsdl/interop3/compound1 build.xml
java/test/wsdl/interop3/compound2 build.xml
java/test/wsdl/interop3/docLit build.xml
java/test/wsdl/interop3/docLitParam build.xml
java/test/wsdl/interop3/import1 Import1TestCase.java
build.xml
java/test/wsdl/interop3/import2 build.xml
java/test/wsdl/interop3/import3 build.xml
java/test/wsdl/interop3/rpcEnc build.xml
Added: java/test/wsdl/interop3/import1
SoapInteropImport1BindingImpl.java
Log:
Place files in the correct directories... add import1 impl
Revision Changes Path
1.2 +1 -1 xml-axis/java/test/wsdl/interop3/compound1/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-axis/java/test/wsdl/interop3/compound1/build.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- build.xml 27 Feb 2002 23:36:53 -0000 1.1
+++ build.xml 28 Feb 2002 13:58:10 -0000 1.2
@@ -1,5 +1,5 @@
<project name="Round3" default="main">
- <property name="root.dir" value="../../.."/>
+ <property name="root.dir" value="../../../.."/>
<path id="test-classpath">
<pathelement location="${build.dest}" />
1.2 +1 -1 xml-axis/java/test/wsdl/interop3/compound2/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-axis/java/test/wsdl/interop3/compound2/build.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- build.xml 28 Feb 2002 10:47:25 -0000 1.1
+++ build.xml 28 Feb 2002 13:58:10 -0000 1.2
@@ -1,5 +1,5 @@
<project name="Round3" default="main">
- <property name="root.dir" value="../../.."/>
+ <property name="root.dir" value="../../../.."/>
<path id="test-classpath">
<pathelement location="${build.dest}" />
1.2 +1 -1 xml-axis/java/test/wsdl/interop3/docLit/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-axis/java/test/wsdl/interop3/docLit/build.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- build.xml 28 Feb 2002 10:47:25 -0000 1.1
+++ build.xml 28 Feb 2002 13:58:10 -0000 1.2
@@ -1,5 +1,5 @@
<project name="Round3" default="main">
- <property name="root.dir" value="../../.."/>
+ <property name="root.dir" value="../../../.."/>
<path id="test-classpath">
<pathelement location="${build.dest}" />
1.2 +1 -1 xml-axis/java/test/wsdl/interop3/docLitParam/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-axis/java/test/wsdl/interop3/docLitParam/build.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- build.xml 28 Feb 2002 10:52:54 -0000 1.1
+++ build.xml 28 Feb 2002 13:58:10 -0000 1.2
@@ -1,5 +1,5 @@
<project name="Round3" default="main">
- <property name="root.dir" value="../../.."/>
+ <property name="root.dir" value="../../../.."/>
<path id="test-classpath">
<pathelement location="${build.dest}" />
1.2 +0 -20 xml-axis/java/test/wsdl/interop3/import1/Import1TestCase.java
Index: Import1TestCase.java
===================================================================
RCS file: /home/cvs/xml-axis/java/test/wsdl/interop3/import1/Import1TestCase.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Import1TestCase.java 27 Feb 2002 15:50:57 -0000 1.1
+++ Import1TestCase.java 28 Feb 2002 13:58:10 -0000 1.2
@@ -1,7 +1,6 @@
package test.wsdl.interop3.import1;
import test.wsdl.interop3.import1.definitions.SoapInteropImport1PortType;
-import
test.wsdl.interop3.import1.step6.definitions.SoapInteropImport1PortTypeServiceLocator;
/*
<!-- SOAP Builder's round III web services -->
<!-- interoperability testing: import1 -->
@@ -50,25 +49,6 @@
SoapInteropImport1PortType binding;
try {
binding = new Import1Locator().getSoapInteropImport1Port(new
java.net.URL("http://localhost:8080/axis/services/SoapInteropImport1Port"));
- }
- catch (Throwable t) {
- throw new junit.framework.AssertionFailedError("Throwable caught: " +
t);
- }
- assertTrue("binding is null", binding != null);
-
- try {
- String value = null;
- value = binding.echoString(new String());
- }
- catch (java.rmi.RemoteException re) {
- throw new junit.framework.AssertionFailedError("Remote Exception
caught: " + re);
- }
- }
-
- public void testStep7() {
- test.wsdl.interop3.import1.step6.definitions.SoapInteropImport1PortType
binding;
- try {
- binding = new
SoapInteropImport1PortTypeServiceLocator().getSoapInteropImport1Port();
}
catch (Throwable t) {
throw new junit.framework.AssertionFailedError("Throwable caught: " +
t);
1.2 +7 -1 xml-axis/java/test/wsdl/interop3/import1/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-axis/java/test/wsdl/interop3/import1/build.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- build.xml 27 Feb 2002 23:36:53 -0000 1.1
+++ build.xml 28 Feb 2002 13:58:10 -0000 1.2
@@ -1,5 +1,5 @@
<project name="Round3" default="main">
- <property name="root.dir" value="../../.."/>
+ <property name="root.dir" value="../../../.."/>
<path id="test-classpath">
<pathelement location="${build.dest}" />
@@ -21,6 +21,12 @@
output="${root.dir}/build/work" skeleton="yes"/>
<mkdir dir="${root.dir}/${build.dest}"/>
+
+ <copy file="SoapInteropImport1BindingImpl.java"
+ todir="${root.dir}/build/work/test/wsdl/interop3/import1"/>
+
+ <copy file="Import1TestCase.java"
+ todir="${root.dir}/build/work/test/wsdl/interop3/import1"/>
<!-- compile the skeletons -->
<javac srcdir="${root.dir}/${build.dir}/work"
1.1
xml-axis/java/test/wsdl/interop3/import1/SoapInteropImport1BindingImpl.java
Index: SoapInteropImport1BindingImpl.java
===================================================================
/**
* SoapInteropImport1BindingImpl.java
*
* This file was auto-generated from WSDL
* by the Apache Axis Wsdl2java emitter.
*/
package test.wsdl.interop3.import1;
public class SoapInteropImport1BindingImpl implements
test.wsdl.interop3.import1.definitions.SoapInteropImport1PortType {
public java.lang.String echoString(java.lang.String x) throws
java.rmi.RemoteException {
return x;
}
}
1.2 +1 -1 xml-axis/java/test/wsdl/interop3/import2/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-axis/java/test/wsdl/interop3/import2/build.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- build.xml 28 Feb 2002 10:47:25 -0000 1.1
+++ build.xml 28 Feb 2002 13:58:10 -0000 1.2
@@ -1,5 +1,5 @@
<project name="Round3" default="main">
- <property name="root.dir" value="../../.."/>
+ <property name="root.dir" value="../../../.."/>
<path id="test-classpath">
<pathelement location="${build.dest}" />
1.2 +1 -1 xml-axis/java/test/wsdl/interop3/import3/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-axis/java/test/wsdl/interop3/import3/build.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- build.xml 28 Feb 2002 10:47:25 -0000 1.1
+++ build.xml 28 Feb 2002 13:58:11 -0000 1.2
@@ -1,5 +1,5 @@
<project name="Round3" default="main">
- <property name="root.dir" value="../../.."/>
+ <property name="root.dir" value="../../../.."/>
<path id="test-classpath">
<pathelement location="${build.dest}" />
1.2 +1 -1 xml-axis/java/test/wsdl/interop3/rpcEnc/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-axis/java/test/wsdl/interop3/rpcEnc/build.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- build.xml 28 Feb 2002 10:47:25 -0000 1.1
+++ build.xml 28 Feb 2002 13:58:11 -0000 1.2
@@ -1,5 +1,5 @@
<project name="Round3" default="main">
- <property name="root.dir" value="../../.."/>
+ <property name="root.dir" value="../../../.."/>
<path id="test-classpath">
<pathelement location="${build.dest}" />