Subversion Repositories XServices

Rev

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

Rev 65 Rev 67
Line 1... Line 1...
1
<?xml version="1.0" encoding="UTF-8"?>
1
<?xml version="1.0" encoding="UTF-8"?>
2
<con:soapui-project name="FileServices" soapui-version="3.6.1" xmlns:con="http://eviware.com/soapui/config"><con:settings/><con:interface xsi:type="con:WsdlInterface" wsaVersion="NONE" name="FileServiceSoapBinding" type="wsdl" bindingName="{http://ws.xservices.brutex.net}FileServiceSoapBinding" soapVersion="1_1" anonymous="optional" definition="http://localhost:8080/XServices/FileService?wsdl" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:settings/><con:definitionCache type="TEXT" rootPart="http://localhost:8080/XServices/FileService?wsdl"><con:part><con:url>http://localhost:8080/XServices/FileService?wsdl</con:url><con:content><![CDATA[<wsdl:definitions name="FileService" targetNamespace="http://ws.xservices.brutex.net" xmlns:ns1="http://schemas.xmlsoap.org/soap/http" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://ws.xservices.brutex.net" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
2
<con:soapui-project name="FileServices" soapui-version="3.6.1" abortOnError="false" runType="SEQUENTIAL" xmlns:con="http://eviware.com/soapui/config"><con:settings/><con:interface xsi:type="con:WsdlInterface" wsaVersion="NONE" name="FileServiceSoapBinding" type="wsdl" bindingName="{http://ws.xservices.brutex.net}FileServiceSoapBinding" soapVersion="1_1" anonymous="optional" definition="http://localhost:8080/XServices/FileService?wsdl" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:settings/><con:definitionCache type="TEXT" rootPart="http://localhost:8080/XServices/FileService?wsdl"><con:part><con:url>http://localhost:8080/XServices/FileService?wsdl</con:url><con:content><![CDATA[<wsdl:definitions name="FileService" targetNamespace="http://ws.xservices.brutex.net" xmlns:ns1="http://schemas.xmlsoap.org/soap/http" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://ws.xservices.brutex.net" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
3
  <wsdl:documentation>/*
3
  <wsdl:documentation>/*
4
*   Copyright 2010 Brian Rosenberger (Brutex Network)
4
*   Copyright 2010 Brian Rosenberger (Brutex Network)
5
*
5
*
6
*   Licensed under the Apache License, Version 2.0 (the "License")
6
*   Licensed under the Apache License, Version 2.0 (the "License")
7
*   you may not use this file except in compliance with the License.
7
*   you may not use this file except in compliance with the License.
Line 226... Line 226...
226
          <xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/>
226
          <xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/>
227
        </xs:sequence>
227
        </xs:sequence>
228
      </xs:complexType>
228
      </xs:complexType>
229
      <xs:complexType name="loadResource">
229
      <xs:complexType name="loadResource">
230
        <xs:sequence>
230
        <xs:sequence>
231
          <xs:element minOccurs="0" name="resource" type="tns:FileResourceType"/>
231
          <xs:element minOccurs="0" name="file" type="tns:FileResourceType"/>
232
          <xs:element minOccurs="0" name="encoding" type="xs:string"/>
232
          <xs:element minOccurs="0" name="encoding" type="xs:string"/>
233
        </xs:sequence>
233
        </xs:sequence>
234
      </xs:complexType>
234
      </xs:complexType>
235
      <xs:complexType name="loadResourceResponse">
235
      <xs:complexType name="loadResourceResponse">
236
        <xs:sequence>
236
        <xs:sequence>
Line 305... Line 305...
305
        <xs:sequence>
305
        <xs:sequence>
306
          <xs:element name="faultstring" nillable="true" type="xs:string"/>
306
          <xs:element name="faultstring" nillable="true" type="xs:string"/>
307
          <xs:element name="username" nillable="true" type="xs:string"/>
307
          <xs:element name="username" nillable="true" type="xs:string"/>
308
          <xs:element name="homedir" nillable="true" type="xs:string"/>
308
          <xs:element name="homedir" nillable="true" type="xs:string"/>
309
          <xs:element name="timestamp" nillable="true" type="xs:anySimpleType"/>
309
          <xs:element name="timestamp" nillable="true" type="xs:anySimpleType"/>
-
 
310
          <xs:element name="jvmruntime" nillable="true" type="xs:string"/>
310
        </xs:sequence>
311
        </xs:sequence>
311
      </xs:complexType>
312
      </xs:complexType>
312
      <xs:element name="XServicesFault" type="tns:XServicesFault"/>
313
      <xs:element name="XServicesFault" type="tns:XServicesFault"/>
313
    </xs:schema>
314
    </xs:schema>
314
  </wsdl:types>
315
  </wsdl:types>
Line 405... Line 406...
405
      <wsdl:input message="tns:downloadFile" name="downloadFile"></wsdl:input>
406
      <wsdl:input message="tns:downloadFile" name="downloadFile"></wsdl:input>
406
      <wsdl:output message="tns:downloadFileResponse" name="downloadFileResponse"></wsdl:output>
407
      <wsdl:output message="tns:downloadFileResponse" name="downloadFileResponse"></wsdl:output>
407
      <wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault>
408
      <wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault>
408
    </wsdl:operation>
409
    </wsdl:operation>
409
    <wsdl:operation name="replaceInFileRegEx">
410
    <wsdl:operation name="replaceInFileRegEx">
-
 
411
      <wsdl:documentation>Replaces every &lt;regex pattern> with a string in an ascii file</wsdl:documentation>
410
      <wsdl:input message="tns:replaceInFileRegEx" name="replaceInFileRegEx"></wsdl:input>
412
      <wsdl:input message="tns:replaceInFileRegEx" name="replaceInFileRegEx"></wsdl:input>
411
      <wsdl:output message="tns:replaceInFileRegExResponse" name="replaceInFileRegExResponse"></wsdl:output>
413
      <wsdl:output message="tns:replaceInFileRegExResponse" name="replaceInFileRegExResponse"></wsdl:output>
-
 
414
      <wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault>
412
    </wsdl:operation>
415
    </wsdl:operation>
413
    <wsdl:operation name="changeMode">
416
    <wsdl:operation name="changeMode">
414
      <wsdl:input message="tns:changeMode" name="changeMode"></wsdl:input>
417
      <wsdl:input message="tns:changeMode" name="changeMode"></wsdl:input>
415
      <wsdl:output message="tns:changeModeResponse" name="changeModeResponse"></wsdl:output>
418
      <wsdl:output message="tns:changeModeResponse" name="changeModeResponse"></wsdl:output>
416
    </wsdl:operation>
419
    </wsdl:operation>
Line 433... Line 436...
433
      <wsdl:input message="tns:uploadFile" name="uploadFile"></wsdl:input>
436
      <wsdl:input message="tns:uploadFile" name="uploadFile"></wsdl:input>
434
      <wsdl:output message="tns:uploadFileResponse" name="uploadFileResponse"></wsdl:output>
437
      <wsdl:output message="tns:uploadFileResponse" name="uploadFileResponse"></wsdl:output>
435
      <wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault>
438
      <wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault>
436
    </wsdl:operation>
439
    </wsdl:operation>
437
    <wsdl:operation name="replaceInFile2">
440
    <wsdl:operation name="replaceInFile2">
-
 
441
      <wsdl:documentation>Replaces every &lt;pattern> with a string in an ascii file</wsdl:documentation>
438
      <wsdl:input message="tns:replaceInFile2" name="replaceInFile2"></wsdl:input>
442
      <wsdl:input message="tns:replaceInFile2" name="replaceInFile2"></wsdl:input>
439
      <wsdl:output message="tns:replaceInFile2Response" name="replaceInFile2Response"></wsdl:output>
443
      <wsdl:output message="tns:replaceInFile2Response" name="replaceInFile2Response"></wsdl:output>
-
 
444
      <wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault>
440
    </wsdl:operation>
445
    </wsdl:operation>
441
    <wsdl:operation name="copy">
446
    <wsdl:operation name="copy">
442
      <wsdl:documentation>Copies a fileset locally on the server.</wsdl:documentation>
447
      <wsdl:documentation>Copies a fileset locally on the server.</wsdl:documentation>
443
      <wsdl:input message="tns:copy" name="copy"></wsdl:input>
448
      <wsdl:input message="tns:copy" name="copy"></wsdl:input>
444
      <wsdl:output message="tns:copyResponse" name="copyResponse"></wsdl:output>
449
      <wsdl:output message="tns:copyResponse" name="copyResponse"></wsdl:output>
445
      <wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault>
450
      <wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault>
446
    </wsdl:operation>
451
    </wsdl:operation>
447
    <wsdl:operation name="replaceInFile">
452
    <wsdl:operation name="replaceInFile">
-
 
453
      <wsdl:documentation>Replaces every &lt;pattern> with a string in an ascii file</wsdl:documentation>
448
      <wsdl:input message="tns:replaceInFile" name="replaceInFile"></wsdl:input>
454
      <wsdl:input message="tns:replaceInFile" name="replaceInFile"></wsdl:input>
449
      <wsdl:output message="tns:replaceInFileResponse" name="replaceInFileResponse"></wsdl:output>
455
      <wsdl:output message="tns:replaceInFileResponse" name="replaceInFileResponse"></wsdl:output>
-
 
456
      <wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault>
450
    </wsdl:operation>
457
    </wsdl:operation>
451
    <wsdl:operation name="loadResource">
458
    <wsdl:operation name="loadResource">
452
      <wsdl:documentation>Load the content of a resource</wsdl:documentation>
459
      <wsdl:documentation>Load the content of a resource</wsdl:documentation>
453
      <wsdl:input message="tns:loadResource" name="loadResource"></wsdl:input>
460
      <wsdl:input message="tns:loadResource" name="loadResource"></wsdl:input>
454
      <wsdl:output message="tns:loadResourceResponse" name="loadResourceResponse"></wsdl:output>
461
      <wsdl:output message="tns:loadResourceResponse" name="loadResourceResponse"></wsdl:output>
Line 501... Line 508...
501
        <soap:body use="literal"/>
508
        <soap:body use="literal"/>
502
      </wsdl:input>
509
      </wsdl:input>
503
      <wsdl:output name="replaceInFileRegExResponse">
510
      <wsdl:output name="replaceInFileRegExResponse">
504
        <soap:body use="literal"/>
511
        <soap:body use="literal"/>
505
      </wsdl:output>
512
      </wsdl:output>
-
 
513
      <wsdl:fault name="XServicesFault">
-
 
514
        <soap:fault name="XServicesFault" use="literal"/>
-
 
515
      </wsdl:fault>
506
    </wsdl:operation>
516
    </wsdl:operation>
507
    <wsdl:operation name="changeOwner">
517
    <wsdl:operation name="changeOwner">
508
      <soap:operation soapAction="" style="document"/>
518
      <soap:operation soapAction="" style="document"/>
509
      <wsdl:input name="changeOwner">
519
      <wsdl:input name="changeOwner">
510
        <soap:body use="literal"/>
520
        <soap:body use="literal"/>
Line 540... Line 550...
540
        <soap:body use="literal"/>
550
        <soap:body use="literal"/>
541
      </wsdl:input>
551
      </wsdl:input>
542
      <wsdl:output name="replaceInFile2Response">
552
      <wsdl:output name="replaceInFile2Response">
543
        <soap:body use="literal"/>
553
        <soap:body use="literal"/>
544
      </wsdl:output>
554
      </wsdl:output>
-
 
555
      <wsdl:fault name="XServicesFault">
-
 
556
        <soap:fault name="XServicesFault" use="literal"/>
-
 
557
      </wsdl:fault>
545
    </wsdl:operation>
558
    </wsdl:operation>
546
    <wsdl:operation name="uploadFile">
559
    <wsdl:operation name="uploadFile">
547
      <soap:operation soapAction="" style="document"/>
560
      <soap:operation soapAction="" style="document"/>
548
      <wsdl:input name="uploadFile">
561
      <wsdl:input name="uploadFile">
549
        <soap:body use="literal"/>
562
        <soap:body use="literal"/>
Line 573... Line 586...
573
        <soap:body use="literal"/>
586
        <soap:body use="literal"/>
574
      </wsdl:input>
587
      </wsdl:input>
575
      <wsdl:output name="replaceInFileResponse">
588
      <wsdl:output name="replaceInFileResponse">
576
        <soap:body use="literal"/>
589
        <soap:body use="literal"/>
577
      </wsdl:output>
590
      </wsdl:output>
-
 
591
      <wsdl:fault name="XServicesFault">
-
 
592
        <soap:fault name="XServicesFault" use="literal"/>
-
 
593
      </wsdl:fault>
578
    </wsdl:operation>
594
    </wsdl:operation>
579
    <wsdl:operation name="loadResource">
595
    <wsdl:operation name="loadResource">
580
      <soap:operation soapAction="" style="document"/>
596
      <soap:operation soapAction="" style="document"/>
581
      <wsdl:input name="loadResource">
597
      <wsdl:input name="loadResource">
582
        <soap:body use="literal"/>
598
        <soap:body use="literal"/>
Line 634... Line 650...
634
         <file>?</file>
650
         <file>?</file>
635
         <!--Optional:-->
651
         <!--Optional:-->
636
         <suffix>?</suffix>
652
         <suffix>?</suffix>
637
      </ws:basename>
653
      </ws:basename>
638
   </soapenv:Body>
654
   </soapenv:Body>
639
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/FileService/basename"/></con:call></con:operation><con:operation isOneWay="false" action="" name="changeGroup" bindingOperationName="changeGroup" type="Request-Response" outputName="changeGroupResponse" inputName="changeGroup" 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">
655
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/FileService/basename"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="" name="changeGroup" bindingOperationName="changeGroup" type="Request-Response" outputName="changeGroupResponse" inputName="changeGroup" 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">
640
   <soapenv:Header/>
656
   <soapenv:Header/>
641
   <soapenv:Body>
657
   <soapenv:Body>
642
      <ws:changeGroup>
658
      <ws:changeGroup>
643
         <!--Optional:-->
659
         <!--Optional:-->
644
         <fileset>
660
         <fileset>
Line 777... Line 793...
777
            <type>FILE</type>
793
            <type>FILE</type>
778
            <uri>?</uri>
794
            <uri>?</uri>
779
         </file>
795
         </file>
780
      </ws:downloadFile>
796
      </ws:downloadFile>
781
   </soapenv:Body>
797
   </soapenv:Body>
782
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/FileService/downloadFile"/></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: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:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/FileService/downloadFile"/></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">
783
   <soapenv:Header/>
799
   <soapenv:Header/>
784
   <soapenv:Body>
800
   <soapenv:Body>
785
      <ws:echoToFile>
801
      <ws:echoToFile>
786
         <message>?</message>
802
         <message>Here is some text with german umlauts (äöü).</message>
787
         <file>?</file>
803
         <file>c:/temp/somefile.txt</file>
788
         <!--Optional:-->
804
         <!--Optional:-->
789
         <encoding>?</encoding>
805
         <encoding>utf-8</encoding>
790
         <append>?</append>
806
         <append>false</append>
791
      </ws:echoToFile>
807
      </ws:echoToFile>
792
   </soapenv:Body>
808
   </soapenv:Body>
793
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/FileService/echoToFile"/></con:call></con:operation><con:operation isOneWay="false" action="" name="loadResource" bindingOperationName="loadResource" type="Request-Response" outputName="loadResourceResponse" inputName="loadResource" 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">
809
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/FileService/echoToFile"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="" name="loadResource" bindingOperationName="loadResource" type="Request-Response" outputName="loadResourceResponse" inputName="loadResource" 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">
794
   <soapenv:Header/>
810
   <soapenv:Header/>
795
   <soapenv:Body>
811
   <soapenv:Body>
796
      <ws:loadResource>
812
      <ws:loadResource>
797
         <!--Optional:-->
813
         <!--Optional:-->
798
         <resource>
814
         <resource>
Line 827... Line 843...
827
         </file>
843
         </file>
828
         <search>?</search>
844
         <search>?</search>
829
         <replace>?</replace>
845
         <replace>?</replace>
830
      </ws:replaceInFile>
846
      </ws:replaceInFile>
831
   </soapenv:Body>
847
   </soapenv:Body>
832
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/FileService/replaceInFile"/></con:call></con:operation><con:operation isOneWay="false" action="" name="replaceInFile2" bindingOperationName="replaceInFile2" type="Request-Response" outputName="replaceInFile2Response" inputName="replaceInFile2" 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">
848
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/FileService/replaceInFile"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="" name="replaceInFile2" bindingOperationName="replaceInFile2" type="Request-Response" outputName="replaceInFile2Response" inputName="replaceInFile2" 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">
833
   <soapenv:Header/>
849
   <soapenv:Header/>
834
   <soapenv:Body>
850
   <soapenv:Body>
835
      <ws:replaceInFile2>
851
      <ws:replaceInFile2>
836
         <!--Optional:-->
852
         <!--Optional:-->
837
         <file>
853
         <file>