User: jung    
  Date: 00/12/04 04:35:32

  Modified:    etc/META-INF/test/businessservices TestException.xsd
                        TestInterface.scl TestSuperInterface.scl
  Log:
  adopted to latest jboss container,
  
  added decimal and date
  
  removed some problems due to forward-referencing in meta-data
  
  added serialisation policy
  
  Revision  Changes    Path
  1.2       +14 -14    zoap/etc/META-INF/test/businessservices/TestException.xsd
  
  Index: TestException.xsd
  ===================================================================
  RCS file: 
/products/cvs/ejboss/zoap/etc/META-INF/test/businessservices/TestException.xsd,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TestException.xsd 2000/08/10 21:05:18     1.1
  +++ TestException.xsd 2000/12/04 12:35:31     1.2
  @@ -1,14 +1,14 @@
  -<?xml version="1.0"?>
  -          
  -<xsd:Schema 
xsd:targetNamespace="http://schemas.infor.de/businessservices/test/TestException" 
  -     xmlns:xsd="http://www.w3.org/1999/XMLSchema" 
  -     xmlns:xsi="http://www.w3.org/1999/XMLSchema-Instance" 
  -     xmlns:zoap="http://xml.zoap.org/">
  -         
  -     <xsd:ComplexType xsd:name="TestExceptionType"   xsi:type="zoap:ClassType" 
  -             zoap:associatedClass="de.infor.businessservices.test.TestException"> 
  -        </xsd:ComplexType>
  -        
  -     <xsd:Element xsd:name="TestException" xsd:type="TestExceptionType" 
xsi:type="zoap:ClassElement"/>
  -
  -</xsd:Schema>
  \ No newline at end of file
  +<?xml version="1.0"?>
  +          
  +<xsd:Schema 
xsd:targetNamespace="http://schemas.infor.de/businessservices/test/TestException" 
  +     xmlns:xsd="http://www.w3.org/1999/XMLSchema" 
  +     xmlns:xsi="http://www.w3.org/1999/XMLSchema-Instance" 
  +     xmlns:zoap="http://xml.zoap.org/">
  +         
  +     <xsd:ComplexType xsd:name="TestExceptionType"   xsi:type="zoap:ClassType" 
  +             zoap:associatedClass="de.infor.businessservices.test.TestException"> 
  +        </xsd:ComplexType>
  +        
  +     <xsd:Element xsd:name="TestException" xsd:type="TestExceptionType" 
xsi:type="zoap:ClassElement"/>
  +
  +</xsd:Schema>
  
  
  
  1.2       +37 -37    zoap/etc/META-INF/test/businessservices/TestInterface.scl
  
  Index: TestInterface.scl
  ===================================================================
  RCS file: 
/products/cvs/ejboss/zoap/etc/META-INF/test/businessservices/TestInterface.scl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TestInterface.scl 2000/08/10 21:05:18     1.1
  +++ TestInterface.scl 2000/12/04 12:35:31     1.2
  @@ -1,37 +1,37 @@
  -<?xml version="1.0"?>
  -<!-- edited with XML Spy v3.0 NT (http://www.xmlspy.com) by Christoph Jung (infor 
AG) -->
  -<scl:contract 
xsd:targetNamespace="http://schemas.infor.de/businessservices/test/TestInterface" 
xmlns:xsd="http://www.w3.org/1999/XMLSchema" 
xmlns:scl="http://schemas.xmlsoap.org/scl/" 
xmlns:n0="http://schemas.infor.de/businessservices/test/TestSuperInterface" 
xmlns:n1="http://schemas.infor.de/businessobjects/test/TestObject1" 
xmlns:n2="http://schemas.infor.de/businessservices/test/TestException" 
xmlns:xsi="http://www.w3.org/1999/XMLSchema-Instance" 
xmlns:zoap="http://soap.zoap.org/">
  -     <xsd:import 
xsd:namespace="http://schemas.infor.de/businessservices/test/TestSuperInterface" 
xsd:location="TestSuperInterface.scl"/>
  -     <xsd:import 
xsd:namespace="http://schemas.infor.de/businessobjects/test/TestObject1" 
xsd:location="../businessobjects/TestObject1.xsd"/>
  -     <xsd:import 
xsd:namespace="http://schemas.infor.de/businessservices/test/TestException" 
xsd:location="TestException.xsd"/>
  -     <scl:binding xsd:name="TestInterfaceBinding" xsi:type="zoap:Interface" 
zoap:associatedInterface="de.infor.businessservices.test.TestInterface">
  -             <zoap:implements zoap:base="TestSuperInterfaceBinding"/>
  -             <scl:requestResponse xsi:type="zoap:MethodRequestResponseType" 
zoap:associatedMethod="public abstract java.lang.String 
de.infor.businessservices.test.TestInterface.testString(java.lang.String) throws 
java.rmi.RemoteException">
  -                     <scl:request xsd:name="testString-0-Request" 
scl:messageRef="testString-0-RequestMessage"/>
  -                     <scl:response xsd:name="testString-0-Response" 
scl:messageRef="testString-0-ResponseMessage"/>
  -             </scl:requestResponse>
  -             <scl:requestResponse xsi:type="zoap:MethodRequestResponseType" 
zoap:associatedMethod="public abstract de.infor.businessobjects.test.TestObject1 
de.infor.businessservices.test.TestInterface.testObject(de.infor.businessobjects.test.TestObject1)
 throws java.rmi.RemoteException">
  -                     <scl:request xsd:name="testObject-0-Request" 
scl:messageRef="testObject-0-RequestMessage"/>
  -                     <scl:response xsd:name="testObject-0-Response" 
scl:messageRef="testObject-0-ResponseMessage"/>
  -             </scl:requestResponse>
  -             <scl:requestResponse xsi:type="zoap:MethodRequestResponseType" 
zoap:associatedMethod="public abstract void 
de.infor.businessservices.test.TestInterface.testException() throws 
de.infor.businessservices.test.TestException,java.rmi.RemoteException">
  -                     <scl:request xsd:name="testException-0-Request" 
scl:messageRef="testException-0-RequestMessage"/>
  -                     <scl:response xsd:name="testException-0-Response" 
scl:messageRef="testException-0-ResponseMessage"/>
  -                     <scl:fault scl:elementRef="n2:TestException"/>
  -             </scl:requestResponse>
  -     </scl:binding>
  -     <scl:message xsd:name="testString-0-RequestMessage">
  -             <xsd:Element xsd:name="testString-0-in" xsi:type="zoap:ArgumentType" 
xsd:type="xsd:string" zoap:position="0"/>
  -     </scl:message>
  -     <scl:message xsd:name="testString-0-ResponseMessage">
  -             <xsd:Element xsd:name="testString-0-Return" xsi:type="zoap:ReturnType" 
xsd:type="xsd:string"/>
  -     </scl:message>
  -     <scl:message xsd:name="testObject-0-RequestMessage">
  -             <xsd:Element xsd:name="testObject-0-in" xsi:type="zoap:ArgumentType" 
xsd:type="n1:TestObject1Type" zoap:position="0"/>
  -     </scl:message>
  -     <scl:message xsd:name="testObject-0-ResponseMessage">
  -             <xsd:Element xsd:name="testObject-0-Return" xsi:type="zoap:ReturnType" 
xsd:type="n1:TestObject1Type"/>
  -     </scl:message>
  -     <scl:message xsd:name="testException-0-RequestMessage"/>
  -     <scl:message xsd:name="testException-0-ResponseMessage"/>
  -</scl:contract>
  +<?xml version="1.0"?>
  +<!-- edited with XML Spy v3.0 NT (http://www.xmlspy.com) by Christoph Jung (infor 
AG) -->
  +<scl:contract 
xsd:targetNamespace="http://schemas.infor.de/businessservices/test/TestInterface" 
xmlns:xsd="http://www.w3.org/1999/XMLSchema" 
xmlns:scl="http://schemas.xmlsoap.org/scl/" 
xmlns:n0="http://schemas.infor.de/businessservices/test/TestSuperInterface" 
xmlns:n1="http://schemas.infor.de/businessobjects/test/TestObject1" 
xmlns:n2="http://schemas.infor.de/businessservices/test/TestException" 
xmlns:xsi="http://www.w3.org/1999/XMLSchema-Instance" 
xmlns:zoap="http://soap.zoap.org/">
  +     <xsd:import 
xsd:namespace="http://schemas.infor.de/businessservices/test/TestSuperInterface" 
xsd:location="TestSuperInterface.scl"/>
  +     <xsd:import 
xsd:namespace="http://schemas.infor.de/businessobjects/test/TestObject1" 
xsd:location="../businessobjects/TestObject1.xsd"/>
  +     <xsd:import 
xsd:namespace="http://schemas.infor.de/businessservices/test/TestException" 
xsd:location="TestException.xsd"/>
  +     <scl:binding xsd:name="TestInterfaceBinding" xsi:type="zoap:Interface" 
zoap:associatedInterface="de.infor.businessservices.test.TestInterface">
  +             <zoap:implements zoap:base="TestSuperInterfaceBinding"/>
  +             <scl:requestResponse xsi:type="zoap:MethodRequestResponseType" 
zoap:associatedMethod="public abstract java.lang.String 
de.infor.businessservices.test.TestInterface.testString(java.lang.String) throws 
java.rmi.RemoteException">
  +                     <scl:request xsd:name="testString-0-Request" 
scl:messageRef="testString-0-RequestMessage"/>
  +                     <scl:response xsd:name="testString-0-Response" 
scl:messageRef="testString-0-ResponseMessage"/>
  +             </scl:requestResponse>
  +             <scl:requestResponse xsi:type="zoap:MethodRequestResponseType" 
zoap:associatedMethod="public abstract de.infor.businessobjects.test.TestObject1 
de.infor.businessservices.test.TestInterface.testObject(de.infor.businessobjects.test.TestObject1)
 throws java.rmi.RemoteException">
  +                     <scl:request xsd:name="testObject-0-Request" 
scl:messageRef="testObject-0-RequestMessage"/>
  +                     <scl:response xsd:name="testObject-0-Response" 
scl:messageRef="testObject-0-ResponseMessage"/>
  +             </scl:requestResponse>
  +             <scl:requestResponse xsi:type="zoap:MethodRequestResponseType" 
zoap:associatedMethod="public abstract void 
de.infor.businessservices.test.TestInterface.testException() throws 
de.infor.businessservices.test.TestException,java.rmi.RemoteException">
  +                     <scl:request xsd:name="testException-0-Request" 
scl:messageRef="testException-0-RequestMessage"/>
  +                     <scl:response xsd:name="testException-0-Response" 
scl:messageRef="testException-0-ResponseMessage"/>
  +                     <scl:fault scl:elementRef="n2:TestException"/>
  +             </scl:requestResponse>
  +     </scl:binding>
  +     <scl:message xsd:name="testString-0-RequestMessage">
  +             <xsd:Element xsd:name="testString-0-in" xsi:type="zoap:ArgumentType" 
xsd:type="xsd:string" zoap:position="0"/>
  +     </scl:message>
  +     <scl:message xsd:name="testString-0-ResponseMessage">
  +             <xsd:Element xsd:name="testString-0-Return" xsi:type="zoap:ReturnType" 
xsd:type="xsd:string"/>
  +     </scl:message>
  +     <scl:message xsd:name="testObject-0-RequestMessage">
  +             <xsd:Element xsd:name="testObject-0-in" xsi:type="zoap:ArgumentType" 
xsd:type="n1:TestObject1Type" zoap:position="0"/>
  +     </scl:message>
  +     <scl:message xsd:name="testObject-0-ResponseMessage">
  +             <xsd:Element xsd:name="testObject-0-Return" xsi:type="zoap:ReturnType" 
xsd:type="n1:TestObject1Type"/>
  +     </scl:message>
  +     <scl:message xsd:name="testException-0-RequestMessage"/>
  +     <scl:message xsd:name="testException-0-ResponseMessage"/>
  +</scl:contract>
  
  
  
  1.2       +32 -32    zoap/etc/META-INF/test/businessservices/TestSuperInterface.scl
  
  Index: TestSuperInterface.scl
  ===================================================================
  RCS file: 
/products/cvs/ejboss/zoap/etc/META-INF/test/businessservices/TestSuperInterface.scl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TestSuperInterface.scl    2000/08/11 14:43:46     1.1
  +++ TestSuperInterface.scl    2000/12/04 12:35:31     1.2
  @@ -1,33 +1,33 @@
  -<?xml version="1.0"?>
  -
  -<scl:contract 
xsd:targetNamespace="http://schemas.infor.de/businessservices/test/TestSuperInterface" 
  -     xmlns:xsd="http://www.w3.org/1999/XMLSchema" 
  -        xmlns:scl="http://schemas.xmlsoap.org/scl/" 
  -        xmlns:xsi="http://www.w3.org/1999/XMLSchema-Instance" 
  -     xmlns:zoap="http://soap.zoap.org/" >
  -
  -     <scl:binding xsd:name="TestSuperInterfaceBinding"       
xsi:type="zoap:Interface" 
  -             
zoap:associatedInterface="de.infor.businessservices.test.TestSuperInterface" > 
  -          
  -             <scl:requestResponse xsi:type="zoap:MethodRequestResponseType" 
  -                     zoap:associatedMethod="public abstract boolean 
de.infor.businessservices.test.TestSuperInterface.testBoolean() throws 
java.rmi.RemoteException" >
  -        
  -                     <scl:request xsd:name="testBoolean-0-Request" 
  -                             scl:messageRef="testBoolean-0-RequestMessage"/>
  -                     <scl:response xsd:name="testBoolean-0-Response" 
  -                             scl:messageRef="testBoolean-0-ResponseMessage"/>
  -
  -             </scl:requestResponse>
  -
  -        </scl:binding>
  -        
  -     <scl:message xsd:name="testBoolean-0-RequestMessage">
  -        </scl:message>
  -        <scl:message xsd:name="testBoolean-0-ResponseMessage">
  -
  -             <xsd:Element xsd:name="testBoolean-0-Return" 
  -                     xsi:type="zoap:ReturnType" xsd:type="xsd:boolean"/>
  -
  -        </scl:message>
  -
  +<?xml version="1.0"?>
  +
  +<scl:contract 
xsd:targetNamespace="http://schemas.infor.de/businessservices/test/TestSuperInterface" 
  +     xmlns:xsd="http://www.w3.org/1999/XMLSchema" 
  +        xmlns:scl="http://schemas.xmlsoap.org/scl/" 
  +        xmlns:xsi="http://www.w3.org/1999/XMLSchema-Instance" 
  +     xmlns:zoap="http://soap.zoap.org/" >
  +
  +     <scl:binding xsd:name="TestSuperInterfaceBinding"       
xsi:type="zoap:Interface" 
  +             
zoap:associatedInterface="de.infor.businessservices.test.TestSuperInterface" > 
  +          
  +             <scl:requestResponse xsi:type="zoap:MethodRequestResponseType" 
  +                     zoap:associatedMethod="public abstract boolean 
de.infor.businessservices.test.TestSuperInterface.testBoolean() throws 
java.rmi.RemoteException" >
  +        
  +                     <scl:request xsd:name="testBoolean-0-Request" 
  +                             scl:messageRef="testBoolean-0-RequestMessage"/>
  +                     <scl:response xsd:name="testBoolean-0-Response" 
  +                             scl:messageRef="testBoolean-0-ResponseMessage"/>
  +
  +             </scl:requestResponse>
  +
  +        </scl:binding>
  +        
  +     <scl:message xsd:name="testBoolean-0-RequestMessage">
  +        </scl:message>
  +        <scl:message xsd:name="testBoolean-0-ResponseMessage">
  +
  +             <xsd:Element xsd:name="testBoolean-0-Return" 
  +                     xsi:type="zoap:ReturnType" xsd:type="xsd:boolean"/>
  +
  +        </scl:message>
  +
   </scl:contract>
  
  
  

Reply via email to