User: jung    
  Date: 00/08/11 07:43:46

  Added:       etc/META-INF/test/businessservices TestSuperInterface.scl
  Log:
  added comments how to run the testsuite with jboss.
  an scl file was wrongly named and had to be moved.
  added a special urn resolver that uses the bean-context
  classloader to find the meta-data.
  
  Revision  Changes    Path
  1.1                  zoap/etc/META-INF/test/businessservices/TestSuperInterface.scl
  
  Index: TestSuperInterface.scl
  ===================================================================
  <?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