1 |
<?xml version="1.0" encoding="UTF-8"?>
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<con:soapui-project name="StoreService" resourceRoot="" soapui-version="4.5.1" abortOnError="false" runType="SEQUENTIAL" activeEnvironment="Default" 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="5.0.0" abortOnError="false" runType="SEQUENTIAL" activeEnvironment="Default" 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"/>
|
7 |
<xs:element name="deliverCollection" type="tns:deliverCollection"/>
|
8 |
<xs:element name="deliverCollectionResponse" type="tns:deliverCollectionResponse"/>
|
8 |
<xs:element name="deliverCollectionResponse" type="tns:deliverCollectionResponse"/>
|
9 |
<xs:element name="storeBinary" type="tns:storeBinary"/>
|
9 |
<xs:element name="storeBinary" type="tns:storeBinary"/>
|
10 |
<xs:element name="storeBinaryResponse" type="tns:storeBinaryResponse"/>
|
10 |
<xs:element name="storeBinaryResponse" type="tns:storeBinaryResponse"/>
|
11 |
<xs:element name="storeText" type="tns:storeText"/>
|
11 |
<xs:element name="storeText" type="tns:storeText"/>
|
12 |
<xs:element name="storeTextResponse" type="tns:storeTextResponse"/>
|
12 |
<xs:element name="storeTextResponse" type="tns:storeTextResponse"/>
|
13 |
<xs:complexType name="storeText">
|
13 |
<xs:complexType name="storeText">
|
14 |
<xs:sequence>
|
14 |
<xs:sequence>
|
15 |
<xs:element minOccurs="0" name="text" type="xs:string"/>
|
15 |
<xs:element minOccurs="0" name="text" type="xs:string"/>
|
16 |
</xs:sequence>
|
16 |
</xs:sequence>
|
17 |
</xs:complexType>
|
17 |
</xs:complexType>
|
18 |
<xs:complexType name="storeTextResponse">
|
18 |
<xs:complexType name="storeTextResponse">
|
19 |
<xs:sequence>
|
19 |
<xs:sequence>
|
20 |
<xs:element minOccurs="0" name="return" type="xs:string"/>
|
20 |
<xs:element minOccurs="0" name="return" type="xs:string"/>
|
21 |
</xs:sequence>
|
21 |
</xs:sequence>
|
22 |
</xs:complexType>
|
22 |
</xs:complexType>
|
23 |
<xs:complexType name="storeBinary">
|
23 |
<xs:complexType name="storeBinary">
|
24 |
<xs:sequence>
|
24 |
<xs:sequence>
|
25 |
<xs:element minOccurs="0" name="binary" type="tns:attachmentType"/>
|
25 |
<xs:element minOccurs="0" name="binary" type="tns:attachmentType"/>
|
26 |
</xs:sequence>
|
26 |
</xs:sequence>
|
27 |
</xs:complexType>
|
27 |
</xs:complexType>
|
28 |
<xs:complexType name="attachmentType">
|
28 |
<xs:complexType name="attachmentType">
|
29 |
<xs:sequence>
|
29 |
<xs:sequence>
|
30 |
<xs:element minOccurs="0" 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"/>
|
31 |
<xs:element minOccurs="0" name="filename" type="xs:string"/>
|
31 |
<xs:element minOccurs="0" name="filename" type="xs:string"/>
|
32 |
</xs:sequence>
|
32 |
</xs:sequence>
|
33 |
</xs:complexType>
|
33 |
</xs:complexType>
|
34 |
<xs:complexType name="storeBinaryResponse">
|
34 |
<xs:complexType name="storeBinaryResponse">
|
35 |
<xs:sequence>
|
35 |
<xs:sequence>
|
36 |
<xs:element minOccurs="0" name="return" type="xs:string"/>
|
36 |
<xs:element minOccurs="0" name="return" type="xs:string"/>
|
37 |
</xs:sequence>
|
37 |
</xs:sequence>
|
38 |
</xs:complexType>
|
38 |
</xs:complexType>
|
39 |
<xs:complexType name="deliverCollection">
|
39 |
<xs:complexType name="deliverCollection">
|
40 |
<xs:sequence>
|
40 |
<xs:sequence>
|
41 |
<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"/>
|
42 |
<xs:element minOccurs="0" name="target" type="tns:targetnode"/>
|
43 |
<xs:element name="event" type="xs:boolean"/>
|
43 |
<xs:element name="event" type="xs:boolean"/>
|
44 |
</xs:sequence>
|
44 |
</xs:sequence>
|
45 |
</xs:complexType>
|
45 |
</xs:complexType>
|
46 |
<xs:complexType name="collectionType">
|
46 |
<xs:complexType name="collectionType">
|
47 |
<xs:sequence>
|
47 |
<xs:sequence>
|
48 |
<xs:element name="name" type="xs:string"/>
|
48 |
<xs:element name="name" type="xs:string"/>
|
49 |
</xs:sequence>
|
49 |
</xs:sequence>
|
50 |
</xs:complexType>
|
50 |
</xs:complexType>
|
51 |
<xs:complexType name="targetnode">
|
51 |
<xs:complexType name="targetnode">
|
52 |
<xs:sequence>
|
52 |
<xs:sequence>
|
53 |
<xs:element name="name" type="xs:string"/>
|
53 |
<xs:element name="name" type="xs:string"/>
|
54 |
</xs:sequence>
|
54 |
</xs:sequence>
|
55 |
</xs:complexType>
|
55 |
</xs:complexType>
|
56 |
<xs:complexType name="deliverCollectionResponse">
|
56 |
<xs:complexType name="deliverCollectionResponse">
|
57 |
<xs:sequence/>
|
57 |
<xs:sequence/>
|
58 |
</xs:complexType>
|
58 |
</xs:complexType>
|
59 |
<xs:complexType name="createCollection">
|
59 |
<xs:complexType name="createCollection">
|
60 |
<xs:sequence>
|
60 |
<xs:sequence>
|
61 |
<xs:element minOccurs="0" name="collection" type="tns:collectionType"/>
|
61 |
<xs:element minOccurs="0" name="collection" type="tns:collectionType"/>
|
62 |
</xs:sequence>
|
62 |
</xs:sequence>
|
63 |
</xs:complexType>
|
63 |
</xs:complexType>
|
64 |
<xs:complexType name="createCollectionResponse">
|
64 |
<xs:complexType name="createCollectionResponse">
|
65 |
<xs:sequence>
|
65 |
<xs:sequence>
|
66 |
<xs:element minOccurs="0" name="return" type="xs:string"/>
|
66 |
<xs:element minOccurs="0" name="return" type="xs:string"/>
|
67 |
</xs:sequence>
|
67 |
</xs:sequence>
|
68 |
</xs:complexType>
|
68 |
</xs:complexType>
|
69 |
<xs:complexType name="XServicesFault">
|
69 |
<xs:complexType name="XServicesFault">
|
70 |
<xs:sequence>
|
70 |
<xs:sequence>
|
71 |
<xs:element name="faultstring" nillable="true" type="xs:string"/>
|
71 |
<xs:element name="faultstring" nillable="true" type="xs:string"/>
|
72 |
<xs:element name="username" nillable="true" type="xs:string"/>
|
72 |
<xs:element name="username" nillable="true" type="xs:string"/>
|
73 |
<xs:element name="homedir" nillable="true" type="xs:string"/>
|
73 |
<xs:element name="homedir" nillable="true" type="xs:string"/>
|
74 |
<xs:element name="timestamp" nillable="true" type="xs:anySimpleType"/>
|
74 |
<xs:element name="timestamp" nillable="true" type="xs:anySimpleType"/>
|
75 |
<xs:element name="jvmruntime" nillable="true" type="xs:string"/>
|
75 |
<xs:element name="jvmruntime" nillable="true" type="xs:string"/>
|
76 |
</xs:sequence>
|
76 |
</xs:sequence>
|
77 |
</xs:complexType>
|
77 |
</xs:complexType>
|
78 |
<xs:element name="XServicesFault" type="tns:XServicesFault"/>
|
78 |
<xs:element name="XServicesFault" type="tns:XServicesFault"/>
|
79 |
</xs:schema>
|
79 |
</xs:schema>
|
80 |
</wsdl:types>
|
80 |
</wsdl:types>
|
81 |
<wsdl:message name="createCollectionResponse">
|
81 |
<wsdl:message name="createCollectionResponse">
|
82 |
<wsdl:part element="tns:createCollectionResponse" name="parameters"></wsdl:part>
|
82 |
<wsdl:part element="tns:createCollectionResponse" name="parameters"></wsdl:part>
|
83 |
</wsdl:message>
|
83 |
</wsdl:message>
|
84 |
<wsdl:message name="storeText">
|
84 |
<wsdl:message name="storeText">
|
85 |
<wsdl:part element="tns:storeText" name="parameters"></wsdl:part>
|
85 |
<wsdl:part element="tns:storeText" name="parameters"></wsdl:part>
|
86 |
</wsdl:message>
|
86 |
</wsdl:message>
|
87 |
<wsdl:message name="createCollection">
|
87 |
<wsdl:message name="createCollection">
|
88 |
<wsdl:part element="tns:createCollection" name="parameters"></wsdl:part>
|
88 |
<wsdl:part element="tns:createCollection" name="parameters"></wsdl:part>
|
89 |
</wsdl:message>
|
89 |
</wsdl:message>
|
90 |
<wsdl:message name="storeBinaryResponse">
|
90 |
<wsdl:message name="storeBinaryResponse">
|
91 |
<wsdl:part element="tns:storeBinaryResponse" name="parameters"></wsdl:part>
|
91 |
<wsdl:part element="tns:storeBinaryResponse" name="parameters"></wsdl:part>
|
92 |
</wsdl:message>
|
92 |
</wsdl:message>
|
93 |
<wsdl:message name="storeTextResponse">
|
93 |
<wsdl:message name="storeTextResponse">
|
94 |
<wsdl:part element="tns:storeTextResponse" name="parameters"></wsdl:part>
|
94 |
<wsdl:part element="tns:storeTextResponse" name="parameters"></wsdl:part>
|
95 |
</wsdl:message>
|
95 |
</wsdl:message>
|
96 |
<wsdl:message name="deliverCollectionResponse">
|
96 |
<wsdl:message name="deliverCollectionResponse">
|
97 |
<wsdl:part element="tns:deliverCollectionResponse" name="parameters"></wsdl:part>
|
97 |
<wsdl:part element="tns:deliverCollectionResponse" name="parameters"></wsdl:part>
|
98 |
</wsdl:message>
|
98 |
</wsdl:message>
|
99 |
<wsdl:message name="deliverCollection">
|
99 |
<wsdl:message name="deliverCollection">
|
100 |
<wsdl:part element="tns:deliverCollection" name="parameters"></wsdl:part>
|
100 |
<wsdl:part element="tns:deliverCollection" name="parameters"></wsdl:part>
|
101 |
</wsdl:message>
|
101 |
</wsdl:message>
|
102 |
<wsdl:message name="storeBinary">
|
102 |
<wsdl:message name="storeBinary">
|
103 |
<wsdl:part element="tns:storeBinary" name="parameters"></wsdl:part>
|
103 |
<wsdl:part element="tns:storeBinary" name="parameters"></wsdl:part>
|
104 |
</wsdl:message>
|
104 |
</wsdl:message>
|
105 |
<wsdl:message name="XServicesFault">
|
105 |
<wsdl:message name="XServicesFault">
|
106 |
<wsdl:part element="tns:XServicesFault" name="XServicesFault"></wsdl:part>
|
106 |
<wsdl:part element="tns:XServicesFault" name="XServicesFault"></wsdl:part>
|
107 |
</wsdl:message>
|
107 |
</wsdl:message>
|
108 |
<wsdl:portType name="StorageService">
|
108 |
<wsdl:portType name="StorageService">
|
109 |
<wsdl:operation name="storeText">
|
109 |
<wsdl:operation name="storeText">
|
110 |
<wsdl:documentation>Store text based data</wsdl:documentation>
|
110 |
<wsdl:documentation>Store text based data</wsdl:documentation>
|
111 |
<wsdl:input message="tns:storeText" name="storeText"></wsdl:input>
|
111 |
<wsdl:input message="tns:storeText" name="storeText"></wsdl:input>
|
112 |
<wsdl:output message="tns:storeTextResponse" name="storeTextResponse"></wsdl:output>
|
112 |
<wsdl:output message="tns:storeTextResponse" name="storeTextResponse"></wsdl:output>
|
113 |
<wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault>
|
113 |
<wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault>
|
114 |
</wsdl:operation>
|
114 |
</wsdl:operation>
|
115 |
<wsdl:operation name="storeBinary">
|
115 |
<wsdl:operation name="storeBinary">
|
116 |
<wsdl:documentation>Store binary data</wsdl:documentation>
|
116 |
<wsdl:documentation>Store binary data</wsdl:documentation>
|
117 |
<wsdl:input message="tns:storeBinary" name="storeBinary"></wsdl:input>
|
117 |
<wsdl:input message="tns:storeBinary" name="storeBinary"></wsdl:input>
|
118 |
<wsdl:output message="tns:storeBinaryResponse" name="storeBinaryResponse"></wsdl:output>
|
118 |
<wsdl:output message="tns:storeBinaryResponse" name="storeBinaryResponse"></wsdl:output>
|
119 |
<wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault>
|
119 |
<wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault>
|
120 |
</wsdl:operation>
|
120 |
</wsdl:operation>
|
121 |
<wsdl:operation name="deliverCollection">
|
121 |
<wsdl:operation name="deliverCollection">
|
122 |
<wsdl:documentation>Deliver a collection to a target node (asynchronous).</wsdl:documentation>
|
122 |
<wsdl:documentation>Deliver a collection to a target node (asynchronous).</wsdl:documentation>
|
123 |
<wsdl:input message="tns:deliverCollection" name="deliverCollection"></wsdl:input>
|
123 |
<wsdl:input message="tns:deliverCollection" name="deliverCollection"></wsdl:input>
|
124 |
<wsdl:output message="tns:deliverCollectionResponse" name="deliverCollectionResponse"></wsdl:output>
|
124 |
<wsdl:output message="tns:deliverCollectionResponse" name="deliverCollectionResponse"></wsdl:output>
|
125 |
<wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault>
|
125 |
<wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault>
|
126 |
</wsdl:operation>
|
126 |
</wsdl:operation>
|
127 |
<wsdl:operation name="createCollection">
|
127 |
<wsdl:operation name="createCollection">
|
128 |
<wsdl:documentation>Create a new Collection by name.</wsdl:documentation>
|
128 |
<wsdl:documentation>Create a new Collection by name.</wsdl:documentation>
|
129 |
<wsdl:input message="tns:createCollection" name="createCollection"></wsdl:input>
|
129 |
<wsdl:input message="tns:createCollection" name="createCollection"></wsdl:input>
|
130 |
<wsdl:output message="tns:createCollectionResponse" name="createCollectionResponse"></wsdl:output>
|
130 |
<wsdl:output message="tns:createCollectionResponse" name="createCollectionResponse"></wsdl:output>
|
131 |
<wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault>
|
131 |
<wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault>
|
132 |
</wsdl:operation>
|
132 |
</wsdl:operation>
|
133 |
</wsdl:portType>
|
133 |
</wsdl:portType>
|
134 |
<wsdl:binding name="StorageServiceSoapBinding" type="tns:StorageService">
|
134 |
<wsdl:binding name="StorageServiceSoapBinding" type="tns:StorageService">
|
135 |
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
|
135 |
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
|
136 |
<wsdl:operation name="storeText">
|
136 |
<wsdl:operation name="storeText">
|
137 |
<soap:operation soapAction="" style="document"/>
|
137 |
<soap:operation soapAction="" style="document"/>
|
138 |
<wsdl:input name="storeText">
|
138 |
<wsdl:input name="storeText">
|
139 |
<soap:body use="literal"/>
|
139 |
<soap:body use="literal"/>
|
140 |
</wsdl:input>
|
140 |
</wsdl:input>
|
141 |
<wsdl:output name="storeTextResponse">
|
141 |
<wsdl:output name="storeTextResponse">
|
142 |
<soap:body use="literal"/>
|
142 |
<soap:body use="literal"/>
|
143 |
</wsdl:output>
|
143 |
</wsdl:output>
|
144 |
<wsdl:fault name="XServicesFault">
|
144 |
<wsdl:fault name="XServicesFault">
|
145 |
<soap:fault name="XServicesFault" use="literal"/>
|
145 |
<soap:fault name="XServicesFault" use="literal"/>
|
146 |
</wsdl:fault>
|
146 |
</wsdl:fault>
|
147 |
</wsdl:operation>
|
147 |
</wsdl:operation>
|
148 |
<wsdl:operation name="storeBinary">
|
148 |
<wsdl:operation name="storeBinary">
|
149 |
<soap:operation soapAction="" style="document"/>
|
149 |
<soap:operation soapAction="" style="document"/>
|
150 |
<wsdl:input name="storeBinary">
|
150 |
<wsdl:input name="storeBinary">
|
151 |
<soap:body use="literal"/>
|
151 |
<soap:body use="literal"/>
|
152 |
</wsdl:input>
|
152 |
</wsdl:input>
|
153 |
<wsdl:output name="storeBinaryResponse">
|
153 |
<wsdl:output name="storeBinaryResponse">
|
154 |
<soap:body use="literal"/>
|
154 |
<soap:body use="literal"/>
|
155 |
</wsdl:output>
|
155 |
</wsdl:output>
|
156 |
<wsdl:fault name="XServicesFault">
|
156 |
<wsdl:fault name="XServicesFault">
|
157 |
<soap:fault name="XServicesFault" use="literal"/>
|
157 |
<soap:fault name="XServicesFault" use="literal"/>
|
158 |
</wsdl:fault>
|
158 |
</wsdl:fault>
|
159 |
</wsdl:operation>
|
159 |
</wsdl:operation>
|
160 |
<wsdl:operation name="deliverCollection">
|
160 |
<wsdl:operation name="deliverCollection">
|
161 |
<soap:operation soapAction="" style="document"/>
|
161 |
<soap:operation soapAction="" style="document"/>
|
162 |
<wsdl:input name="deliverCollection">
|
162 |
<wsdl:input name="deliverCollection">
|
163 |
<soap:body use="literal"/>
|
163 |
<soap:body use="literal"/>
|
164 |
</wsdl:input>
|
164 |
</wsdl:input>
|
165 |
<wsdl:output name="deliverCollectionResponse">
|
165 |
<wsdl:output name="deliverCollectionResponse">
|
166 |
<soap:body use="literal"/>
|
166 |
<soap:body use="literal"/>
|
167 |
</wsdl:output>
|
167 |
</wsdl:output>
|
168 |
<wsdl:fault name="XServicesFault">
|
168 |
<wsdl:fault name="XServicesFault">
|
169 |
<soap:fault name="XServicesFault" use="literal"/>
|
169 |
<soap:fault name="XServicesFault" use="literal"/>
|
170 |
</wsdl:fault>
|
170 |
</wsdl:fault>
|
171 |
</wsdl:operation>
|
171 |
</wsdl:operation>
|
172 |
<wsdl:operation name="createCollection">
|
172 |
<wsdl:operation name="createCollection">
|
173 |
<soap:operation soapAction="" style="document"/>
|
173 |
<soap:operation soapAction="" style="document"/>
|
174 |
<wsdl:input name="createCollection">
|
174 |
<wsdl:input name="createCollection">
|
175 |
<soap:body use="literal"/>
|
175 |
<soap:body use="literal"/>
|
176 |
</wsdl:input>
|
176 |
</wsdl:input>
|
177 |
<wsdl:output name="createCollectionResponse">
|
177 |
<wsdl:output name="createCollectionResponse">
|
178 |
<soap:body use="literal"/>
|
178 |
<soap:body use="literal"/>
|
179 |
</wsdl:output>
|
179 |
</wsdl:output>
|
180 |
<wsdl:fault name="XServicesFault">
|
180 |
<wsdl:fault name="XServicesFault">
|
181 |
<soap:fault name="XServicesFault" use="literal"/>
|
181 |
<soap:fault name="XServicesFault" use="literal"/>
|
182 |
</wsdl:fault>
|
182 |
</wsdl:fault>
|
183 |
</wsdl:operation>
|
183 |
</wsdl:operation>
|
184 |
</wsdl:binding>
|
184 |
</wsdl:binding>
|
185 |
<wsdl:service name="StorageService">
|
185 |
<wsdl:service name="StorageService">
|
186 |
<wsdl:port binding="tns:StorageServiceSoapBinding" name="StorageServiceImplPort">
|
186 |
<wsdl:port binding="tns:StorageServiceSoapBinding" name="StorageServiceImplPort">
|
187 |
<soap:address location="http://localhost:8080/XServices/StorageServices"/>
|
187 |
<soap:address location="http://localhost:8080/XServices/StorageServices"/>
|
188 |
</wsdl:port>
|
188 |
</wsdl:port>
|
189 |
</wsdl:service>
|
189 |
</wsdl:service>
|
190 |
</wsdl:definitions>]]></con:content><con:type>http://schemas.xmlsoap.org/wsdl/</con:type></con:part></con:definitionCache><con:endpoints><con:endpoint>http://localhost:8080/XServices/StorageServices</con:endpoint></con:endpoints><con:operation isOneWay="false" action="" name="createCollection" bindingOperationName="createCollection" type="Request-Response" outputName="createCollectionResponse" inputName="createCollection" 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">
|
190 |
</wsdl:definitions>]]></con:content><con:type>http://schemas.xmlsoap.org/wsdl/</con:type></con:part></con:definitionCache><con:endpoints><con:endpoint>http://localhost:8080/XServices/StorageServices</con:endpoint></con:endpoints><con:operation isOneWay="false" action="" name="createCollection" bindingOperationName="createCollection" type="Request-Response" outputName="createCollectionResponse" inputName="createCollection" 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">
|
191 |
<soapenv:Header/>
|
191 |
<soapenv:Header/>
|
192 |
<soapenv:Body>
|
192 |
<soapenv:Body>
|
193 |
<ws:createCollection>
|
193 |
<ws:createCollection>
|
194 |
<!--Optional:-->
|
194 |
<!--Optional:-->
|
195 |
<collection>
|
195 |
<collection>
|
196 |
<!--Optional:-->
|
196 |
<!--Optional:-->
|
197 |
<name>?</name>
|
197 |
<name>?</name>
|
198 |
</collection>
|
198 |
</collection>
|
199 |
</ws:createCollection>
|
199 |
</ws:createCollection>
|
200 |
</soapenv:Body>
|
200 |
</soapenv:Body>
|
201 |
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/StorageService/createCollection"/><con:wsrmConfig version="1.2"/></con:call><con:call name="Request 2"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers"><xml-fragment/></con:setting></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">
|
201 |
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/StorageService/createCollection"/><con:wsrmConfig version="1.2"/></con:call><con:call name="Request 2"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers"><xml-fragment/></con:setting></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">
|
202 |
<soapenv:Header/>
|
202 |
<soapenv:Header/>
|
203 |
<soapenv:Body>
|
203 |
<soapenv:Body>
|
204 |
<ws:createCollection>
|
204 |
<ws:createCollection>
|
205 |
<!--Optional:-->
|
205 |
<!--Optional:-->
|
206 |
<collection>
|
206 |
<collection>
|
207 |
<name>kjkjb</name>
|
207 |
<name>kjkjb</name>
|
208 |
</collection>
|
208 |
</collection>
|
209 |
</ws:createCollection>
|
209 |
</ws:createCollection>
|
210 |
</soapenv:Body>
|
210 |
</soapenv:Body>
|
211 |
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/StorageService/createCollection"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="" name="storeBinary" bindingOperationName="storeBinary" type="Request-Response" outputName="storeBinaryResponse" inputName="storeBinary" 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">
|
211 |
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/StorageService/createCollection"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="" name="storeBinary" bindingOperationName="storeBinary" type="Request-Response" outputName="storeBinaryResponse" inputName="storeBinary" 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">
|
212 |
<soapenv:Header/>
|
212 |
<soapenv:Header/>
|
213 |
<soapenv:Body>
|
213 |
<soapenv:Body>
|
214 |
<ws:storeBinary>
|
214 |
<ws:storeBinary>
|
215 |
<!--Optional:-->
|
215 |
<!--Optional:-->
|
216 |
<binary>
|
216 |
<binary>
|
217 |
<content>cid:1152943655258</content>
|
217 |
<content>cid:1152943655258</content>
|
218 |
<!--Optional:-->
|
218 |
<!--Optional:-->
|
219 |
<filename>?</filename>
|
219 |
<filename>?</filename>
|
220 |
</binary>
|
220 |
</binary>
|
221 |
</ws:storeBinary>
|
221 |
</ws:storeBinary>
|
222 |
</soapenv:Body>
|
222 |
</soapenv:Body>
|
223 |
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/StorageService/storeBinary"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="" name="storeText" bindingOperationName="storeText" type="Request-Response" outputName="storeTextResponse" inputName="storeText" 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">
|
223 |
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/StorageService/storeBinary"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="" name="storeText" bindingOperationName="storeText" type="Request-Response" outputName="storeTextResponse" inputName="storeText" 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">
|
224 |
<soapenv:Header/>
|
224 |
<soapenv:Header/>
|
225 |
<soapenv:Body>
|
225 |
<soapenv:Body>
|
226 |
<ws:storeText>
|
226 |
<ws:storeText>
|
227 |
<!--Optional:-->
|
227 |
<!--Optional:-->
|
228 |
<text>?</text>
|
228 |
<text>?</text>
|
229 |
</ws:storeText>
|
229 |
</ws:storeText>
|
230 |
</soapenv:Body>
|
230 |
</soapenv:Body>
|
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">
|
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/>
|
232 |
<soapenv:Header/>
|
233 |
<soapenv:Body>
|
233 |
<soapenv:Body>
|
234 |
<ws:deliverCollection>
|
234 |
<ws:deliverCollection>
|
235 |
<!--Optional:-->
|
235 |
<!--Optional:-->
|
236 |
<collection>
|
236 |
<collection>
|
237 |
<name>?</name>
|
237 |
<name>?</name>
|
238 |
</collection>
|
238 |
</collection>
|
239 |
<!--Optional:-->
|
239 |
<!--Optional:-->
|
240 |
<target>
|
240 |
<target>
|
241 |
<name>?</name>
|
241 |
<name>?</name>
|
242 |
</target>
|
242 |
</target>
|
243 |
<event>?</event>
|
243 |
<event>?</event>
|
244 |
</ws:deliverCollection>
|
244 |
</ws:deliverCollection>
|
245 |
</soapenv:Body>
|
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 |
|
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:oAuth2ProfileContainer/></con:soapui-project>
|
- |
|
247 |
|
248 |
Generated by GNU Enscript 1.6.5.90.
|
248 |
Generated by GNU Enscript 1.6.5.90.
|
249 |
|
249 |
|
250 |
|
250 |
|