gdaniels 02/02/27 03:54:16 Modified: java/test/wsdl/interop3 Tag: TomAndGlen Import2TestCase.java emptysa.xml Added: java/test/wsdl/interop3 Tag: TomAndGlen EmptySATestCase.java import1.xml Log: Interop test case work Revision Changes Path No revision No revision 1.3.2.1 +1 -10 xml-axis/java/test/wsdl/interop3/Import2TestCase.java Index: Import2TestCase.java =================================================================== RCS file: /home/cvs/xml-axis/java/test/wsdl/interop3/Import2TestCase.java,v retrieving revision 1.3 retrieving revision 1.3.2.1 diff -u -r1.3 -r1.3.2.1 --- Import2TestCase.java 26 Feb 2002 22:59:30 -0000 1.3 +++ Import2TestCase.java 27 Feb 2002 11:54:16 -0000 1.3.2.1 @@ -1,15 +1,9 @@ package test.wsdl.interop3; -/* -Not working right now import test.wsdl.interop3.import2.Import2Locator; - import test.wsdl.interop3.import2.definitions.SoapInteropImport2PortType; - import test.wsdl.interop3.import2.step6.definitions.SoapInteropImport2PortTypeServiceLocator; - import test.wsdl.interop3.import2.xsd.SOAPStruct; -*/ /* <!-- SOAP Builder's round III web services --> @@ -36,9 +30,6 @@ super(name); } - public void testStep3() {} - /* - Not working right now public void testStep3() { SoapInteropImport2PortType binding; try { @@ -95,7 +86,7 @@ throw new junit.framework.AssertionFailedError("Remote Exception caught: " + re); } } - */ + /* doesn't work yet public void testStep8() { SoapInteropImport2PortType binding; 1.1.2.1 +10 -1 xml-axis/java/test/wsdl/interop3/emptysa.xml Index: emptysa.xml =================================================================== RCS file: /home/cvs/xml-axis/java/test/wsdl/interop3/emptysa.xml,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -u -r1.1 -r1.1.2.1 --- emptysa.xml 22 Feb 2002 05:38:50 -0000 1.1 +++ emptysa.xml 27 Feb 2002 11:54:16 -0000 1.1.2.1 @@ -45,14 +45,23 @@ <java2wsdl output="${basedir}/build/work/test/wsdl/interop3/emptysa.wsdl" className= "test.wsdl.interop3.emptysa.SoapInteropEmptySAPortType" namespace="http://soapinterop/" - location="http://localhost:8080/axis/services/SoapInteropImport1Port"> + location="http://localhost:8080/axis/services/EmptySA"> <mapping namespace="http://soapinterop/" package="test.wsdl.interop3.emptysa"/> </java2wsdl> + <wsdl2java url="${basedir}/build/work/test/wsdl/interop3/emptysa.wsdl" output="${basedir}/build/work" skeleton="yes"> <mapping namespace="http://soapinterop/" package="test.wsdl.interop3.emptysa.step6"/> </wsdl2java> + + <copy file="test/wsdl/interop3/EmptySATestCase.java" todir="build/work/test/wsdl/interop3"/> + + <javac srcdir="${build.dir}/work" destdir="${build.dest}" debug="${debug}"> + <classpath refid="test-classpath"/> + <include name="test/wsdl/interop3/emptysa/step6/*.java" /> + <include name="test/wsdl/interop3/EmptySATestCase.java"/> + </javac> <!-- Step 7: see test/wsdl/interop3/Import1TestCase.java --> <!-- Step 8: see test/wsdl/interop3/Import1TestCase.java --> No revision No revision 1.1.2.1 +116 -0 xml-axis/java/test/wsdl/interop3/Attic/EmptySATestCase.java 1.1.2.1 +75 -0 xml-axis/java/test/wsdl/interop3/Attic/import1.xml