Subversion Repositories XServices

Rev

Rev 84 | Rev 92 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 84 Rev 89
Line 63... Line 63...
63
          <xs:element minOccurs="0" name="return" type="tns:attachmentType"/>
63
          <xs:element minOccurs="0" name="return" type="tns:attachmentType"/>
64
        </xs:sequence>
64
        </xs:sequence>
65
      </xs:complexType>
65
      </xs:complexType>
66
      <xs:complexType name="attachmentType">
66
      <xs:complexType name="attachmentType">
67
        <xs:sequence>
67
        <xs:sequence>
68
          <xs:element name="content" ns1:expectedContentTypes="application/octet-stream" type="xs:base64Binary" xmlns:ns1="http://www.w3.org/2005/05/xmlmime"/>
68
          <xs:element minOccurs="0" name="content" ns1:expectedContentTypes="application/octet-stream" type="xs:base64Binary" xmlns:ns1="http://www.w3.org/2005/05/xmlmime"/>
69
          <xs:element minOccurs="0" name="filename" type="xs:string"/>
69
          <xs:element minOccurs="0" name="filename" type="xs:string"/>
70
        </xs:sequence>
70
        </xs:sequence>
71
      </xs:complexType>
71
      </xs:complexType>
72
      <xs:complexType name="replaceInFileRegEx">
72
      <xs:complexType name="replaceInFileRegEx">
73
        <xs:sequence>
73
        <xs:sequence>
Line 203... Line 203...
203
      <xs:complexType name="copy">
203
      <xs:complexType name="copy">
204
        <xs:sequence>
204
        <xs:sequence>
205
          <xs:element name="fileset" type="tns:FileSetType"/>
205
          <xs:element name="fileset" type="tns:FileSetType"/>
206
          <xs:element name="todir" type="xs:string"/>
206
          <xs:element name="todir" type="xs:string"/>
207
          <xs:element name="preservelastmodified" type="xs:boolean"/>
207
          <xs:element name="preservelastmodified" type="xs:boolean"/>
208
          <xs:element name="overwrite" type="xs:boolean"/>
208
          <xs:element name="override" type="xs:boolean"/>
209
          <xs:element minOccurs="0" name="encoding" type="xs:string"/>
209
          <xs:element minOccurs="0" name="encoding" type="xs:string"/>
210
        </xs:sequence>
210
        </xs:sequence>
211
      </xs:complexType>
211
      </xs:complexType>
212
      <xs:complexType name="copyResponse">
212
      <xs:complexType name="copyResponse">
213
        <xs:sequence>
213
        <xs:sequence>
Line 268... Line 268...
268
      </xs:complexType>
268
      </xs:complexType>
269
      <xs:complexType name="copyFile">
269
      <xs:complexType name="copyFile">
270
        <xs:sequence>
270
        <xs:sequence>
271
          <xs:element name="fromFile" type="xs:string"/>
271
          <xs:element name="fromFile" type="xs:string"/>
272
          <xs:element name="toFile" type="xs:string"/>
272
          <xs:element name="toFile" type="xs:string"/>
273
          <xs:element name="overwrite" type="xs:boolean"/>
273
          <xs:element name="override" type="xs:boolean"/>
274
        </xs:sequence>
274
        </xs:sequence>
275
      </xs:complexType>
275
      </xs:complexType>
276
      <xs:complexType name="copyFileResponse">
276
      <xs:complexType name="copyFileResponse">
277
        <xs:sequence>
277
        <xs:sequence>
278
          <xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/>
278
          <xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/>
Line 782... Line 782...
782
         <fromFile>?</fromFile>
782
         <fromFile>?</fromFile>
783
         <toFile>?</toFile>
783
         <toFile>?</toFile>
784
         <overwrite>?</overwrite>
784
         <overwrite>?</overwrite>
785
      </ws:copyFile>
785
      </ws:copyFile>
786
   </soapenv:Body>
786
   </soapenv:Body>
787
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/FileService/copyFile"/></con:call></con:operation><con:operation isOneWay="false" action="" name="downloadFile" bindingOperationName="downloadFile" type="Request-Response" outputName="downloadFileResponse" inputName="downloadFile" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8080/XServices/FileService</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://ws.xservices.brutex.net">
787
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/FileService/copyFile"/></con:call></con:operation><con:operation isOneWay="false" action="" name="downloadFile" bindingOperationName="downloadFile" type="Request-Response" outputName="downloadFileResponse" inputName="downloadFile" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8080/XServices/FileService</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://ws.xservices.brutex.net">
788
   <soapenv:Header/>
788
   <soapenv:Header/>
789
   <soapenv:Body>
789
   <soapenv:Body>
-
 
790
<!-- downloads a file from the XServices server as base64 encoded -->
790
      <ws:downloadFile>
791
      <ws:downloadFile>
791
         <!--Optional:-->
-
 
792
         <file>
792
         <file>
793
            <type>FILE</type>
793
            <type>FILE</type>
794
            <uri>?</uri>
794
            <uri>c:\temp\test.docx</uri>
795
         </file>
795
         </file>
796
      </ws:downloadFile>
796
      </ws:downloadFile>
797
   </soapenv:Body>
797
   </soapenv:Body>
798
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/FileService/downloadFile"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="" name="echoToFile" bindingOperationName="echoToFile" type="Request-Response" outputName="echoToFileResponse" inputName="echoToFile" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8080/XServices/FileService</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://ws.xservices.brutex.net">
798
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/FileService/downloadFile"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="" name="echoToFile" bindingOperationName="echoToFile" type="Request-Response" outputName="echoToFileResponse" inputName="echoToFile" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8080/XServices/FileService</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://ws.xservices.brutex.net">
799
   <soapenv:Header/>
799
   <soapenv:Header/>
Line 817... Line 817...
817
         </resource>
817
         </resource>
818
         <!--Optional:-->
818
         <!--Optional:-->
819
         <encoding>?</encoding>
819
         <encoding>?</encoding>
820
      </ws:loadResource>
820
      </ws:loadResource>
821
   </soapenv:Body>
821
   </soapenv:Body>
822
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/FileService/loadResource"/></con:call></con:operation><con:operation isOneWay="false" action="" name="loadResourceFromArchive" bindingOperationName="loadResourceFromArchive" type="Request-Response" outputName="loadResourceFromArchiveResponse" inputName="loadResourceFromArchive" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8080/XServices/FileService</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://ws.xservices.brutex.net">
822
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/FileService/loadResource"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="" name="loadResourceFromArchive" bindingOperationName="loadResourceFromArchive" type="Request-Response" outputName="loadResourceFromArchiveResponse" inputName="loadResourceFromArchive" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8080/XServices/FileService</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://ws.xservices.brutex.net">
823
   <soapenv:Header/>
823
   <soapenv:Header/>
824
   <soapenv:Body>
824
   <soapenv:Body>
825
      <ws:loadResourceFromArchive>
825
      <ws:loadResourceFromArchive>
826
         <!--Optional:-->
826
         <!--Optional:-->
827
         <archiveresource>
827
         <archiveresource>