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 ja...@apache.org on 2005/07/12 07:19:56 UTC

cvs commit: ws-axis/c/tests/auto_build/testcases/wsdls PlainTextAttachment.wsdl AttachmentService.wsdl DataHandlerService.wsdl

jamejose    2005/07/11 22:19:56

  Modified:    c/tests/auto_build/testcases/wsdls DataHandlerService.wsdl
  Added:       c/tests/auto_build/testcases/wsdls PlainTextAttachment.wsdl
                        AttachmentService.wsdl
  Log:
  WSDL files for attachment Tests
  
  Revision  Changes    Path
  1.2       +53 -0     ws-axis/c/tests/auto_build/testcases/wsdls/DataHandlerService.wsdl
  
  Index: DataHandlerService.wsdl
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/wsdls/DataHandlerService.wsdl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DataHandlerService.wsdl	6 Jul 2005 11:13:44 -0000	1.1
  +++ DataHandlerService.wsdl	12 Jul 2005 05:19:55 -0000	1.2
  @@ -60,6 +60,21 @@
        </sequence>
       </complexType>
      </element>
  +   <element name="executeClass">
  +    <complexType>
  +     <sequence>
  +      <element name="arg_0_4" nillable="true" type="tns2:DataHandler"/>
  +      <element name="arg_1_4" nillable="true" type="xsd:string"/>
  +     </sequence>
  +    </complexType>
  +   </element>
  +   <element name="executeClassResponse">
  +    <complexType>
  +     <sequence>
  +      <element name="executeClassReturn" nillable="true" type="xsd:string"/>
  +     </sequence>
  +    </complexType>
  +   </element>
     </schema>
    </wsdl:types>
   
  @@ -81,12 +96,24 @@
   
      </wsdl:message>
   
  +   <wsdl:message name="executeClassResponse">
  +
  +      <wsdl:part element="impl:executeClassResponse" name="parameters"/>
  +
  +   </wsdl:message>
  +
      <wsdl:message name="getNoOfBytesResponse">
   
         <wsdl:part element="impl:getNoOfBytesResponse" name="parameters"/>
   
      </wsdl:message>
   
  +   <wsdl:message name="executeClassRequest">
  +
  +      <wsdl:part element="impl:executeClass" name="parameters"/>
  +
  +   </wsdl:message>
  +
      <wsdl:message name="saveContentResponse">
   
         <wsdl:part element="impl:saveContentResponse" name="parameters"/>
  @@ -145,6 +172,14 @@
   
         </wsdl:operation>
   
  +      <wsdl:operation name="executeClass">
  +
  +         <wsdl:input message="impl:executeClassRequest" name="executeClassRequest"/>
  +
  +         <wsdl:output message="impl:executeClassResponse" name="executeClassResponse"/>
  +
  +      </wsdl:operation>
  +
      </wsdl:portType>
   
      <wsdl:binding name="DataHandlerServiceSoapBinding" type="impl:DataHandlerService">
  @@ -223,6 +258,24 @@
   
         </wsdl:operation>
   
  +      <wsdl:operation name="executeClass">
  +
  +         <wsdlsoap:operation soapAction=""/>
  +
  +         <wsdl:input name="executeClassRequest">
  +
  +            <wsdlsoap:body use="literal"/>
  +
  +         </wsdl:input>
  +
  +         <wsdl:output name="executeClassResponse">
  +
  +            <wsdlsoap:body use="literal"/>
  +
  +         </wsdl:output>
  +
  +      </wsdl:operation>
  +
      </wsdl:binding>
   
      <wsdl:service name="DataHandlerServiceService">
  
  
  
  1.1                  ws-axis/c/tests/auto_build/testcases/wsdls/PlainTextAttachment.wsdl
  
  Index: PlainTextAttachment.wsdl
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <wsdl:definitions targetNamespace="http://PlainTextAttachment" 
  	xmlns:impl="http://PlainTextAttachment" 
  	xmlns:intf="http://PlainTextAttachment" 
  	xmlns:tns2="http://xml.apache.org/xml-soap" 
  	xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" 
  	xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" 
  	xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  
   <wsdl:types>
    <schema elementFormDefault="qualified" 
  	targetNamespace="http://PlainTextAttachment" 
  	xmlns="http://www.w3.org/2001/XMLSchema" 
  	xmlns:impl="http://PlainTextAttachment" 
  	xmlns:intf="http://PlainTextAttachment" 
  	xmlns:tns2="http://xml.apache.org/xml-soap" 
  	xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" 
  	xmlns:xsd="http://www.w3.org/2001/XMLSchema">
     <import namespace="http://xml.apache.org/xml-soap"/>
     <element name="echoText">
      <complexType>
       <sequence>
        <element name="arg2" nillable="true" type="tns2:PlainText"/>      
       </sequence>
      </complexType>
     </element>
     <element name="echoTextResponse">
      <complexType>
       <sequence>
        <element name="echoTextReturn" type="xsd:string"/>
       </sequence>
      </complexType>
     </element>
    </schema>
   </wsdl:types>
  
     <wsdl:message name="echoTextRequest">
        <wsdl:part element="impl:echoText" name="parameters"/>
     </wsdl:message>
     <wsdl:message name="echoTextResponse">
        <wsdl:part element="impl:echoTextResponse" name="parameters"/>
     </wsdl:message>
  
     <wsdl:portType name="AttachmentBindingImpl">
        <wsdl:operation name="echoText">
           <wsdl:input message="impl:echoTextRequest" name="echoTextRequest"/>
           <wsdl:output message="impl:echoTextResponse" name="echoTextResponse"/>
        </wsdl:operation>
     </wsdl:portType>
  
     <wsdl:binding name="PlainTextAttachmentSoapBinding" type="impl:AttachmentBindingImpl">
        <wsdlsoap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
        <wsdl:operation name="echoText">
           <wsdlsoap:operation soapAction=""/>
           <wsdl:input name="echoTextRequest">
              <wsdlsoap:body use="literal"/>
           </wsdl:input>
           <wsdl:output name="echoTextResponse">
              <wsdlsoap:body use="literal"/>
           </wsdl:output>
        </wsdl:operation>
     </wsdl:binding>
  
     <wsdl:service name="AttachmentBindingImplService">
        <wsdl:port binding="impl:PlainTextAttachmentSoapBinding" name="PlainTextAttachment">
           <wsdlsoap:address location="http://localhost:9080/PlainTextAttachment/services/PlainTextAttachment"/>
        </wsdl:port>
     </wsdl:service>
  </wsdl:definitions>
  
  
  
  1.1                  ws-axis/c/tests/auto_build/testcases/wsdls/AttachmentService.wsdl
  
  Index: AttachmentService.wsdl
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <wsdl:definitions targetNamespace="http://attachment.test.org" xmlns:impl="http://attachment.test.org" xmlns:intf="http://attachment.test.org" xmlns:tns2="http://xml.apache.org/xml-soap" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
   <wsdl:types>
    <schema elementFormDefault="qualified" targetNamespace="http://attachment.test.org" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:impl="http://attachment.test.org" xmlns:intf="http://attachment.test.org" xmlns:tns2="http://xml.apache.org/xml-soap" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
     <import namespace="http://xml.apache.org/xml-soap"/>
     <element name="multiAttachment">
      <complexType>
       <sequence>
        <element name="arg_0_0" nillable="true" type="tns2:DataHandler"/>
        <element name="arg_1_0" nillable="true" type="tns2:DataHandler"/>
        <element name="arg_2_0" nillable="true" type="tns2:Image"/>
        <element name="arg_3_0" nillable="true" type="tns2:DataHandler"/>
       </sequence>
      </complexType>
     </element>
     <element name="multiAttachmentResponse">
      <complexType>
       <sequence>
        <element maxOccurs="unbounded" minOccurs="0" name="multiAttachmentReturn" type="xsd:string"/>
       </sequence>
      </complexType>
     </element>
     <element name="nillableAttachment">
      <complexType>
       <sequence>
        <element name="arg_0_1" nillable="true" type="tns2:DataHandler"/>
        <element name="arg_1_1" nillable="true" type="tns2:Image"/>
        <element name="arg_2_1" nillable="true" type="tns2:Source"/>
        <element name="arg_3_1" nillable="true" type="xsd:string"/>
       </sequence>
      </complexType>
     </element>
     <element name="nillableAttachmentResponse">
      <complexType>
       <sequence>
        <element name="nillableAttachmentReturn" nillable="true" type="xsd:string"/>
       </sequence>
      </complexType>
     </element>
    </schema>
   </wsdl:types>
  
     <wsdl:message name="multiAttachmentResponse">
  
        <wsdl:part element="impl:multiAttachmentResponse" name="parameters"/>
  
     </wsdl:message>
  
     <wsdl:message name="nillableAttachmentRequest">
  
        <wsdl:part element="impl:nillableAttachment" name="parameters"/>
  
     </wsdl:message>
  
     <wsdl:message name="nillableAttachmentResponse">
  
        <wsdl:part element="impl:nillableAttachmentResponse" name="parameters"/>
  
     </wsdl:message>
  
     <wsdl:message name="multiAttachmentRequest">
  
        <wsdl:part element="impl:multiAttachment" name="parameters"/>
  
     </wsdl:message>
  
     <wsdl:portType name="AttachmentService">
  
        <wsdl:operation name="multiAttachment">
  
           <wsdl:input message="impl:multiAttachmentRequest" name="multiAttachmentRequest"/>
  
           <wsdl:output message="impl:multiAttachmentResponse" name="multiAttachmentResponse"/>
  
        </wsdl:operation>
  
        <wsdl:operation name="nillableAttachment">
  
           <wsdl:input message="impl:nillableAttachmentRequest" name="nillableAttachmentRequest"/>
  
           <wsdl:output message="impl:nillableAttachmentResponse" name="nillableAttachmentResponse"/>
  
        </wsdl:operation>
  
     </wsdl:portType>
  
     <wsdl:binding name="AttachmentServiceSoapBinding" type="impl:AttachmentService">
  
        <wsdlsoap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
  
        <wsdl:operation name="multiAttachment">
  
           <wsdlsoap:operation soapAction=""/>
  
           <wsdl:input name="multiAttachmentRequest">
  
              <wsdlsoap:body use="literal"/>
  
           </wsdl:input>
  
           <wsdl:output name="multiAttachmentResponse">
  
              <wsdlsoap:body use="literal"/>
  
           </wsdl:output>
  
        </wsdl:operation>
  
        <wsdl:operation name="nillableAttachment">
  
           <wsdlsoap:operation soapAction=""/>
  
           <wsdl:input name="nillableAttachmentRequest">
  
              <wsdlsoap:body use="literal"/>
  
           </wsdl:input>
  
           <wsdl:output name="nillableAttachmentResponse">
  
              <wsdlsoap:body use="literal"/>
  
           </wsdl:output>
  
        </wsdl:operation>
  
     </wsdl:binding>
  
     <wsdl:service name="AttachmentServiceService">
  
        <wsdl:port binding="impl:AttachmentServiceSoapBinding" name="AttachmentService">
  
           <wsdlsoap:address location="http://localhost:9080/AttachmentService/services/AttachmentService"/>
  
        </wsdl:port>
  
     </wsdl:service>
  
  </wsdl:definitions>