butek       02/02/27 14:57:42

  Modified:    java/test/wsdl Wsdl2javaTestSuite.xml
  Log:
  The interop3 import tests should be getting info from the skeletons.
  
  Revision  Changes    Path
  1.82      +3 -0      xml-axis/java/test/wsdl/Wsdl2javaTestSuite.xml
  
  Index: Wsdl2javaTestSuite.xml
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/test/wsdl/Wsdl2javaTestSuite.xml,v
  retrieving revision 1.81
  retrieving revision 1.82
  diff -u -r1.81 -r1.82
  --- Wsdl2javaTestSuite.xml    27 Feb 2002 13:41:28 -0000      1.81
  +++ Wsdl2javaTestSuite.xml    27 Feb 2002 22:57:42 -0000      1.82
  @@ -449,6 +449,7 @@
       <java2wsdl output="build/work/test/wsdl/interop3/import1.wsdl"
                  className= 
"test.wsdl.interop3.import1.definitions.SoapInteropImport1PortType"
                  namespace="http://soapinterop.org/definitions/";
  +               
implClass="test.wsdl.interop3.import1.SoapInteropImport1BindingSkeleton"
              location="http://localhost:8080/axis/services/SoapInteropImport1Port";>
           <mapping namespace="http://soapinterop.org/"; 
package="test.wsdl.interop3.import1"/>
           <mapping namespace="http://soapinterop.org/definitions/"; 
package="test.wsdl.interop3.import1.definitions"/>
  @@ -487,6 +488,7 @@
       <java2wsdl output="build/work/test/wsdl/interop3/import2.wsdl"
                  className= 
"test.wsdl.interop3.import2.definitions.SoapInteropImport2PortType"
                  namespace="http://soapinterop.org/definitions/";
  +               
implClass="test.wsdl.interop3.import2.SoapInteropImport2BindingSkeleton"
              location="http://localhost:8080/axis/services/SoapInteropImport2Port";>
           <mapping namespace="http://soapinterop.org/main/"; 
package="test.wsdl.interop3.import2"/>
           <mapping namespace="http://soapinterop.org/definitions/"; 
package="test.wsdl.interop3.import2.definitions"/>
  @@ -569,6 +571,7 @@
       <java2wsdl output="build/work/test/wsdl/interop3/import3.wsdl"
                  className= "test.wsdl.interop3.import3.SoapInteropImport3PortType"
                  namespace="http://soapinterop.org/definitions/";
  +               
implClass="test.wsdl.interop3.import3.SoapInteropImport3BindingSkeleton"
              location="http://localhost:8080/axis/services/SoapInteropImport3Port";>
           <mapping namespace="http://soapinterop.org/main2/"; 
package="test.wsdl.interop3.import3"/>
           <mapping namespace="http://soapinterop.org/definitions/"; 
package="test.wsdl.interop3.import3.definitions"/>
  
  
  


Reply via email to