You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by di...@apache.org on 2002/10/03 00:15:23 UTC

cvs commit: xml-axis/java/test/wsdl/interop4/groupi Round4XSDTestSoapImpl.java build.xml round4XSD.wsdl

dims        2002/10/02 15:15:22

  Modified:    java/test/wsdl/interop4/groupi Tag: interop4 build.xml
                        round4XSD.wsdl
  Added:       java/test/wsdl/interop4/groupi Tag: interop4
                        Round4XSDTestSoapImpl.java
  Log:
  Trying to expose a GroupI endpoint (3 failures)
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.2   +3 -1      xml-axis/java/test/wsdl/interop4/groupi/Attic/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/test/wsdl/interop4/groupi/Attic/build.xml,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- build.xml	2 Oct 2002 21:05:20 -0000	1.1.2.1
  +++ build.xml	2 Oct 2002 22:15:22 -0000	1.1.2.2
  @@ -48,7 +48,7 @@
       <!-- generate skeletons -->
       <wsdl2java url="${axis.home}/test/wsdl/interop4/groupi/round4XSD.wsdl"
                  output="${root.dir}/build/work" skeletonDeploy="no"
  -               serverSide="no">
  +               serverSide="yes">
           <mapping namespace="http://soapinterop.org/" package="test.wsdl.interop4.groupi"/>
           <mapping namespace="http://soapinterop.org/xsd" package="test.wsdl.interop4.groupi.xsd"/>
           <mapping namespace="http://soapinterop.org/echoheader/" package="test.wsdl.interop4.echo"/>
  @@ -62,6 +62,8 @@
       <mkdir dir="${build.dest}"/>
   
       <copy file="Round4XSDTestTestCase.java"
  +         todir="${root.dir}/build/work/test/wsdl/interop4/groupi/"/>
  +    <copy file="Round4XSDTestSoapImpl.java"
            todir="${root.dir}/build/work/test/wsdl/interop4/groupi/"/>
   
       <!-- compile the skeletons -->
  
  
  
  1.1.2.2   +3 -0      xml-axis/java/test/wsdl/interop4/groupi/Attic/round4XSD.wsdl
  
  Index: round4XSD.wsdl
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/test/wsdl/interop4/groupi/Attic/round4XSD.wsdl,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- round4XSD.wsdl	2 Oct 2002 21:05:20 -0000	1.1.2.1
  +++ round4XSD.wsdl	2 Oct 2002 22:15:22 -0000	1.1.2.2
  @@ -1104,7 +1104,10 @@
     <service name="Round4XSDTest">
       <documentation>These operations implement DOC/LIT SOAP operations, for interop testing. Please email johnko@microsoft.com with any questions/coments.</documentation>
       <port name="Round4XSDTestSoap" binding="s0:Round4XSDTestSoap">
  +      <!--
         <soap:address location="http://mssoapinterop.org/asmx/xsd/round4xsd.asmx" />
  +      -->
  +      <soap:address location="http://localhost:8080/axis/services/Round4XSDTestSoap" />
       </port>
       <port name="Round4XSDTestSoap12" binding="s0:Round4XSDTestSoap12">
         <soap12:address location="http://mssoapinterop.org/asmx/xsd/round4xsd.asmx" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" />
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.1   +110 -0    xml-axis/java/test/wsdl/interop4/groupi/Attic/Round4XSDTestSoapImpl.java