Subversion Repositories XServices

Rev

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

Rev 84 Rev 89
Line 2... Line 2...
2
<con:soapui-project name="StoreService" resourceRoot="" soapui-version="4.0.1" abortOnError="false" runType="SEQUENTIAL" xmlns:con="http://eviware.com/soapui/config"><con:settings/><con:interface xsi:type="con:WsdlInterface" wsaVersion="NONE" name="StorageServiceSoapBinding" type="wsdl" bindingName="{http://ws.xservices.brutex.net}StorageServiceSoapBinding" soapVersion="1_1" anonymous="optional" definition="http://localhost:8080/XServices/StorageServices?wsdl" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:settings/><con:definitionCache type="TEXT" rootPart="http://localhost:8080/XServices/StorageServices?wsdl"><con:part><con:url>http://localhost:8080/XServices/StorageServices?wsdl</con:url><con:content><![CDATA[<wsdl:definitions name="StorageService" 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="StoreService" resourceRoot="" soapui-version="4.0.1" abortOnError="false" runType="SEQUENTIAL" xmlns:con="http://eviware.com/soapui/config"><con:settings/><con:interface xsi:type="con:WsdlInterface" wsaVersion="NONE" name="StorageServiceSoapBinding" type="wsdl" bindingName="{http://ws.xservices.brutex.net}StorageServiceSoapBinding" soapVersion="1_1" anonymous="optional" definition="http://localhost:8080/XServices/StorageServices?wsdl" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:settings/><con:definitionCache type="TEXT" rootPart="http://localhost:8080/XServices/StorageServices?wsdl"><con:part><con:url>http://localhost:8080/XServices/StorageServices?wsdl</con:url><con:content><![CDATA[<wsdl:definitions name="StorageService" 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:types>
3
  <wsdl:types>
4
    <xs:schema attributeFormDefault="unqualified" elementFormDefault="unqualified" targetNamespace="http://ws.xservices.brutex.net" xmlns:xs="http://www.w3.org/2001/XMLSchema">
4
    <xs:schema attributeFormDefault="unqualified" elementFormDefault="unqualified" targetNamespace="http://ws.xservices.brutex.net" xmlns:xs="http://www.w3.org/2001/XMLSchema">
5
      <xs:element name="createCollection" type="tns:createCollection"/>
5
      <xs:element name="createCollection" type="tns:createCollection"/>
6
      <xs:element name="createCollectionResponse" type="tns:createCollectionResponse"/>
6
      <xs:element name="createCollectionResponse" type="tns:createCollectionResponse"/>
-
 
7
      <xs:element name="deliverCollection" type="tns:deliverCollection"/>
-
 
8
      <xs:element name="deliverCollectionResponse" type="tns:deliverCollectionResponse"/>
7
      <xs:element name="storeBinary" type="tns:storeBinary"/>
9
      <xs:element name="storeBinary" type="tns:storeBinary"/>
8
      <xs:element name="storeBinaryResponse" type="tns:storeBinaryResponse"/>
10
      <xs:element name="storeBinaryResponse" type="tns:storeBinaryResponse"/>
9
      <xs:element name="storeText" type="tns:storeText"/>
11
      <xs:element name="storeText" type="tns:storeText"/>
10
      <xs:element name="storeTextResponse" type="tns:storeTextResponse"/>
12
      <xs:element name="storeTextResponse" type="tns:storeTextResponse"/>
11
      <xs:complexType name="storeText">
13
      <xs:complexType name="storeText">
Line 23... Line 25...
23
          <xs:element minOccurs="0" name="binary" type="tns:attachmentType"/>
25
          <xs:element minOccurs="0" name="binary" type="tns:attachmentType"/>
24
        </xs:sequence>
26
        </xs:sequence>
25
      </xs:complexType>
27
      </xs:complexType>
26
      <xs:complexType name="attachmentType">
28
      <xs:complexType name="attachmentType">
27
        <xs:sequence>
29
        <xs:sequence>
28
          <xs:element name="content" ns1:expectedContentTypes="application/octet-stream" type="xs:base64Binary" xmlns:ns1="http://www.w3.org/2005/05/xmlmime"/>
30
          <xs:element minOccurs="0" name="content" ns1:expectedContentTypes="application/octet-stream" type="xs:base64Binary" xmlns:ns1="http://www.w3.org/2005/05/xmlmime"/>
29
          <xs:element minOccurs="0" name="filename" type="xs:string"/>
31
          <xs:element minOccurs="0" name="filename" type="xs:string"/>
30
        </xs:sequence>
32
        </xs:sequence>
31
      </xs:complexType>
33
      </xs:complexType>
32
      <xs:complexType name="storeBinaryResponse">
34
      <xs:complexType name="storeBinaryResponse">
33
        <xs:sequence>
35
        <xs:sequence>
34
          <xs:element minOccurs="0" name="return" type="xs:string"/>
36
          <xs:element minOccurs="0" name="return" type="xs:string"/>
35
        </xs:sequence>
37
        </xs:sequence>
36
      </xs:complexType>
38
      </xs:complexType>
37
      <xs:complexType name="createCollection">
39
      <xs:complexType name="deliverCollection">
38
        <xs:sequence>
40
        <xs:sequence>
39
          <xs:element minOccurs="0" name="collection" type="tns:collectionType"/>
41
          <xs:element minOccurs="0" name="collection" type="tns:collectionType"/>
-
 
42
          <xs:element minOccurs="0" name="target" type="tns:targetnode"/>
-
 
43
          <xs:element name="event" type="xs:boolean"/>
40
        </xs:sequence>
44
        </xs:sequence>
41
      </xs:complexType>
45
      </xs:complexType>
42
      <xs:complexType name="collectionType">
46
      <xs:complexType name="collectionType">
43
        <xs:sequence>
47
        <xs:sequence>
44
          <xs:element name="name" type="xs:string"/>
48
          <xs:element name="name" type="xs:string"/>
45
        </xs:sequence>
49
        </xs:sequence>
46
      </xs:complexType>
50
      </xs:complexType>
-
 
51
      <xs:complexType name="targetnode">
-
 
52
        <xs:sequence>
-
 
53
          <xs:element name="name" type="xs:string"/>
-
 
54
        </xs:sequence>
-
 
55
      </xs:complexType>
-
 
56
      <xs:complexType name="deliverCollectionResponse">
-
 
57
        <xs:sequence/>
-
 
58
      </xs:complexType>
-
 
59
      <xs:complexType name="createCollection">
-
 
60
        <xs:sequence>
-
 
61
          <xs:element minOccurs="0" name="collection" type="tns:collectionType"/>
-
 
62
        </xs:sequence>
-
 
63
      </xs:complexType>
47
      <xs:complexType name="createCollectionResponse">
64
      <xs:complexType name="createCollectionResponse">
48
        <xs:sequence>
65
        <xs:sequence>
49
          <xs:element minOccurs="0" name="return" type="xs:string"/>
66
          <xs:element minOccurs="0" name="return" type="xs:string"/>
50
        </xs:sequence>
67
        </xs:sequence>
51
      </xs:complexType>
68
      </xs:complexType>
Line 74... Line 91...
74
    <wsdl:part element="tns:storeBinaryResponse" name="parameters"></wsdl:part>
91
    <wsdl:part element="tns:storeBinaryResponse" name="parameters"></wsdl:part>
75
  </wsdl:message>
92
  </wsdl:message>
76
  <wsdl:message name="storeTextResponse">
93
  <wsdl:message name="storeTextResponse">
77
    <wsdl:part element="tns:storeTextResponse" name="parameters"></wsdl:part>
94
    <wsdl:part element="tns:storeTextResponse" name="parameters"></wsdl:part>
78
  </wsdl:message>
95
  </wsdl:message>
-
 
96
  <wsdl:message name="deliverCollectionResponse">
-
 
97
    <wsdl:part element="tns:deliverCollectionResponse" name="parameters"></wsdl:part>
-
 
98
  </wsdl:message>
-
 
99
  <wsdl:message name="deliverCollection">
-
 
100
    <wsdl:part element="tns:deliverCollection" name="parameters"></wsdl:part>
-
 
101
  </wsdl:message>
79
  <wsdl:message name="storeBinary">
102
  <wsdl:message name="storeBinary">
80
    <wsdl:part element="tns:storeBinary" name="parameters"></wsdl:part>
103
    <wsdl:part element="tns:storeBinary" name="parameters"></wsdl:part>
81
  </wsdl:message>
104
  </wsdl:message>
82
  <wsdl:message name="XServicesFault">
105
  <wsdl:message name="XServicesFault">
83
    <wsdl:part element="tns:XServicesFault" name="XServicesFault"></wsdl:part>
106
    <wsdl:part element="tns:XServicesFault" name="XServicesFault"></wsdl:part>
Line 93... Line 116...
93
      <wsdl:documentation>Store binary data</wsdl:documentation>
116
      <wsdl:documentation>Store binary data</wsdl:documentation>
94
      <wsdl:input message="tns:storeBinary" name="storeBinary"></wsdl:input>
117
      <wsdl:input message="tns:storeBinary" name="storeBinary"></wsdl:input>
95
      <wsdl:output message="tns:storeBinaryResponse" name="storeBinaryResponse"></wsdl:output>
118
      <wsdl:output message="tns:storeBinaryResponse" name="storeBinaryResponse"></wsdl:output>
96
      <wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault>
119
      <wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault>
97
    </wsdl:operation>
120
    </wsdl:operation>
-
 
121
    <wsdl:operation name="deliverCollection">
-
 
122
      <wsdl:documentation>Deliver a collection to a target node (asynchronous).</wsdl:documentation>
-
 
123
      <wsdl:input message="tns:deliverCollection" name="deliverCollection"></wsdl:input>
-
 
124
      <wsdl:output message="tns:deliverCollectionResponse" name="deliverCollectionResponse"></wsdl:output>
-
 
125
      <wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault>
-
 
126
    </wsdl:operation>
98
    <wsdl:operation name="createCollection">
127
    <wsdl:operation name="createCollection">
99
      <wsdl:documentation>Create a new Collection by name.</wsdl:documentation>
128
      <wsdl:documentation>Create a new Collection by name.</wsdl:documentation>
100
      <wsdl:input message="tns:createCollection" name="createCollection"></wsdl:input>
129
      <wsdl:input message="tns:createCollection" name="createCollection"></wsdl:input>
101
      <wsdl:output message="tns:createCollectionResponse" name="createCollectionResponse"></wsdl:output>
130
      <wsdl:output message="tns:createCollectionResponse" name="createCollectionResponse"></wsdl:output>
102
      <wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault>
131
      <wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault>
Line 126... Line 155...
126
      </wsdl:output>
155
      </wsdl:output>
127
      <wsdl:fault name="XServicesFault">
156
      <wsdl:fault name="XServicesFault">
128
        <soap:fault name="XServicesFault" use="literal"/>
157
        <soap:fault name="XServicesFault" use="literal"/>
129
      </wsdl:fault>
158
      </wsdl:fault>
130
    </wsdl:operation>
159
    </wsdl:operation>
-
 
160
    <wsdl:operation name="deliverCollection">
-
 
161
      <soap:operation soapAction="" style="document"/>
-
 
162
      <wsdl:input name="deliverCollection">
-
 
163
        <soap:body use="literal"/>
-
 
164
      </wsdl:input>
-
 
165
      <wsdl:output name="deliverCollectionResponse">
-
 
166
        <soap:body use="literal"/>
-
 
167
      </wsdl:output>
-
 
168
      <wsdl:fault name="XServicesFault">
-
 
169
        <soap:fault name="XServicesFault" use="literal"/>
-
 
170
      </wsdl:fault>
-
 
171
    </wsdl:operation>
131
    <wsdl:operation name="createCollection">
172
    <wsdl:operation name="createCollection">
132
      <soap:operation soapAction="" style="document"/>
173
      <soap:operation soapAction="" style="document"/>
133
      <wsdl:input name="createCollection">
174
      <wsdl:input name="createCollection">
134
        <soap:body use="literal"/>
175
        <soap:body use="literal"/>
135
      </wsdl:input>
176
      </wsdl:input>
Line 185... Line 226...
185
      <ws:storeText>
226
      <ws:storeText>
186
         <!--Optional:-->
227
         <!--Optional:-->
187
         <text>?</text>
228
         <text>?</text>
188
      </ws:storeText>
229
      </ws:storeText>
189
   </soapenv:Body>
230
   </soapenv:Body>
190
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/StorageService/storeText"/></con:call></con:operation></con:interface><con:properties/><con:wssContainer/></con:soapui-project>
-
 
191
 
231
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/StorageService/storeText"/></con:call></con:operation><con:operation isOneWay="false" action="" name="deliverCollection" bindingOperationName="deliverCollection" type="Request-Response" outputName="deliverCollectionResponse" inputName="deliverCollection" 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/StorageServices</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://ws.xservices.brutex.net">
-
 
232
   <soapenv:Header/>
-
 
233
   <soapenv:Body>
-
 
234
      <ws:deliverCollection>
-
 
235
         <!--Optional:-->
-
 
236
         <collection>
-
 
237
            <name>?</name>
-
 
238
         </collection>
-
 
239
         <!--Optional:-->
-
 
240
         <target>
-
 
241
            <name>?</name>
-
 
242
         </target>
-
 
243
         <event>?</event>
-
 
244
      </ws:deliverCollection>
-
 
245
   </soapenv:Body>
-
 
246
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/StorageService/deliverCollection"/><con:wsrmConfig version="1.2"/></con:call></con:operation></con:interface><con:properties/><con:wssContainer/></con:soapui-project>
-
 
247
 
192
Generated by GNU Enscript 1.6.5.90.
248
Generated by GNU Enscript 1.6.5.90.