~katiekitty/+junk/solidstate

« back to all changes in this revision

Viewing changes to solidstate/branches/v0.5 Alpha/modules/resellerclub/lib/wsdl/zone.wsdl

  • Committer: root
  • Date: 2010-01-13 07:44:31 UTC
  • Revision ID: root@ds3-vamp.cs-monitor.cz.cc-20100113074431-kt8ceoeznpjg22x7
Reviving the project

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<wsdl:definitions targetNamespace="com.logicboxes.foundation.sfnb.order.dnsbox.Zone" xmlns:impl="com.logicboxes.foundation.sfnb.order.dnsbox.Zone" xmlns:intf="com.logicboxes.foundation.sfnb.order.dnsbox.Zone" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/">
 
3
 <wsdl:types>
 
4
  <schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="com.logicboxes.foundation.sfnb.order.dnsbox.Zone">
 
5
   <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
 
6
   <complexType name="ArrayOf_xsd_int">
 
7
    <complexContent>
 
8
     <restriction base="soapenc:Array">
 
9
      <attribute ref="soapenc:arrayType" wsdl:arrayType="xsd:int[]"/>
 
10
     </restriction>
 
11
    </complexContent>
 
12
   </complexType>
 
13
   <element name="ArrayOf_xsd_int" nillable="true" type="impl:ArrayOf_xsd_int"/>
 
14
   <complexType name="ArrayOf_xsd_string">
 
15
    <complexContent>
 
16
     <restriction base="soapenc:Array">
 
17
      <attribute ref="soapenc:arrayType" wsdl:arrayType="xsd:string[]"/>
 
18
     </restriction>
 
19
    </complexContent>
 
20
   </complexType>
 
21
   <element name="ArrayOf_xsd_string" nillable="true" type="impl:ArrayOf_xsd_string"/>
 
22
  </schema>
 
23
  <schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://xml.apache.org/xml-soap">
 
24
   <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
 
25
   <complexType name="Map">
 
26
    <sequence>
 
27
     <element name="item" minOccurs="0" maxOccurs="unbounded">
 
28
      <complexType>
 
29
       <all>
 
30
        <element name="key" type="xsd:anyType"/>
 
31
        <element name="value" type="xsd:anyType"/>
 
32
       </all>
 
33
      </complexType>
 
34
     </element>
 
35
    </sequence>
 
36
   </complexType>
 
37
   <element name="Map" nillable="true" type="apachesoap:Map"/>
 
38
   <complexType name="Vector">
 
39
    <sequence>
 
40
     <element name="item" minOccurs="0" maxOccurs="unbounded" type="xsd:anyType"/>
 
41
    </sequence>
 
42
   </complexType>
 
43
   <element name="Vector" nillable="true" type="apachesoap:Vector"/>
 
44
  </schema>
 
45
 </wsdl:types>
 
46
 
 
47
   <wsdl:message name="renewServiceResponse">
 
48
 
 
49
      <wsdl:part name="renewServiceReturn" type="apachesoap:Map"/>
 
50
 
 
51
   </wsdl:message>
 
52
 
 
53
   <wsdl:message name="getDetailsRequest">
 
54
 
 
55
      <wsdl:part name="userName" type="xsd:string"/>
 
56
 
 
57
      <wsdl:part name="password" type="xsd:string"/>
 
58
 
 
59
      <wsdl:part name="role" type="xsd:string"/>
 
60
 
 
61
      <wsdl:part name="langpref" type="xsd:string"/>
 
62
 
 
63
      <wsdl:part name="parentid" type="xsd:int"/>
 
64
 
 
65
      <wsdl:part name="zoneid" type="xsd:int"/>
 
66
 
 
67
      <wsdl:part name="options" type="apachesoap:Vector"/>
 
68
 
 
69
   </wsdl:message>
 
70
 
 
71
   <wsdl:message name="listRequest">
 
72
 
 
73
      <wsdl:part name="userName" type="xsd:string"/>
 
74
 
 
75
      <wsdl:part name="password" type="xsd:string"/>
 
76
 
 
77
      <wsdl:part name="role" type="xsd:string"/>
 
78
 
 
79
      <wsdl:part name="langpref" type="xsd:string"/>
 
80
 
 
81
      <wsdl:part name="parentid" type="xsd:int"/>
 
82
 
 
83
      <wsdl:part name="orderId" type="impl:ArrayOf_xsd_int"/>
 
84
 
 
85
      <wsdl:part name="resellerId" type="impl:ArrayOf_xsd_int"/>
 
86
 
 
87
      <wsdl:part name="customerId" type="impl:ArrayOf_xsd_int"/>
 
88
 
 
89
      <wsdl:part name="showChildOrders" type="xsd:boolean"/>
 
90
 
 
91
      <wsdl:part name="currentStatus" type="impl:ArrayOf_xsd_string"/>
 
92
 
 
93
      <wsdl:part name="description" type="xsd:string"/>
 
94
 
 
95
      <wsdl:part name="recordtype" type="xsd:string"/>
 
96
 
 
97
      <wsdl:part name="source" type="xsd:string"/>
 
98
 
 
99
      <wsdl:part name="destination" type="xsd:string"/>
 
100
 
 
101
      <wsdl:part name="creationDTRangStart" type="xsd:string"/>
 
102
 
 
103
      <wsdl:part name="creationDTRangEnd" type="xsd:string"/>
 
104
 
 
105
      <wsdl:part name="endTimeRangStart" type="xsd:string"/>
 
106
 
 
107
      <wsdl:part name="endTimeRangEnd" type="xsd:string"/>
 
108
 
 
109
      <wsdl:part name="numOfRecordPerPage" type="xsd:int"/>
 
110
 
 
111
      <wsdl:part name="pageNum" type="xsd:int"/>
 
112
 
 
113
      <wsdl:part name="orderBy" type="impl:ArrayOf_xsd_string"/>
 
114
 
 
115
   </wsdl:message>
 
116
 
 
117
   <wsdl:message name="listResponse">
 
118
 
 
119
      <wsdl:part name="listReturn" type="apachesoap:Map"/>
 
120
 
 
121
   </wsdl:message>
 
122
 
 
123
   <wsdl:message name="deleteServiceResponse">
 
124
 
 
125
      <wsdl:part name="deleteServiceReturn" type="apachesoap:Map"/>
 
126
 
 
127
   </wsdl:message>
 
128
 
 
129
   <wsdl:message name="addServiceRequest">
 
130
 
 
131
      <wsdl:part name="userName" type="xsd:string"/>
 
132
 
 
133
      <wsdl:part name="password" type="xsd:string"/>
 
134
 
 
135
      <wsdl:part name="role" type="xsd:string"/>
 
136
 
 
137
      <wsdl:part name="langpref" type="xsd:string"/>
 
138
 
 
139
      <wsdl:part name="parentid" type="xsd:int"/>
 
140
 
 
141
      <wsdl:part name="domainHash" type="apachesoap:Map"/>
 
142
 
 
143
      <wsdl:part name="customerId" type="xsd:int"/>
 
144
 
 
145
      <wsdl:part name="invoiceOption" type="xsd:string"/>
 
146
 
 
147
   </wsdl:message>
 
148
 
 
149
   <wsdl:message name="deleteServiceRequest">
 
150
 
 
151
      <wsdl:part name="userName" type="xsd:string"/>
 
152
 
 
153
      <wsdl:part name="password" type="xsd:string"/>
 
154
 
 
155
      <wsdl:part name="role" type="xsd:string"/>
 
156
 
 
157
      <wsdl:part name="langpref" type="xsd:string"/>
 
158
 
 
159
      <wsdl:part name="parentid" type="xsd:int"/>
 
160
 
 
161
      <wsdl:part name="entityId" type="xsd:int"/>
 
162
 
 
163
   </wsdl:message>
 
164
 
 
165
   <wsdl:message name="getDetailsResponse">
 
166
 
 
167
      <wsdl:part name="getDetailsReturn" type="apachesoap:Map"/>
 
168
 
 
169
   </wsdl:message>
 
170
 
 
171
   <wsdl:message name="renewServiceRequest">
 
172
 
 
173
      <wsdl:part name="userName" type="xsd:string"/>
 
174
 
 
175
      <wsdl:part name="password" type="xsd:string"/>
 
176
 
 
177
      <wsdl:part name="role" type="xsd:string"/>
 
178
 
 
179
      <wsdl:part name="langpref" type="xsd:string"/>
 
180
 
 
181
      <wsdl:part name="parentid" type="xsd:int"/>
 
182
 
 
183
      <wsdl:part name="domainHash" type="apachesoap:Map"/>
 
184
 
 
185
      <wsdl:part name="invoiceOption" type="xsd:string"/>
 
186
 
 
187
   </wsdl:message>
 
188
 
 
189
   <wsdl:message name="addServiceResponse">
 
190
 
 
191
      <wsdl:part name="addServiceReturn" type="apachesoap:Map"/>
 
192
 
 
193
   </wsdl:message>
 
194
 
 
195
   <wsdl:portType name="Zone">
 
196
 
 
197
      <wsdl:operation name="list" parameterOrder="userName password role langpref parentid orderId resellerId customerId showChildOrders currentStatus description recordtype source destination creationDTRangStart creationDTRangEnd endTimeRangStart endTimeRangEnd numOfRecordPerPage pageNum orderBy">
 
198
 
 
199
         <wsdl:input name="listRequest" message="impl:listRequest"/>
 
200
 
 
201
         <wsdl:output name="listResponse" message="impl:listResponse"/>
 
202
 
 
203
      </wsdl:operation>
 
204
 
 
205
      <wsdl:operation name="addService" parameterOrder="userName password role langpref parentid domainHash customerId invoiceOption">
 
206
 
 
207
         <wsdl:input name="addServiceRequest" message="impl:addServiceRequest"/>
 
208
 
 
209
         <wsdl:output name="addServiceResponse" message="impl:addServiceResponse"/>
 
210
 
 
211
      </wsdl:operation>
 
212
 
 
213
      <wsdl:operation name="renewService" parameterOrder="userName password role langpref parentid domainHash invoiceOption">
 
214
 
 
215
         <wsdl:input name="renewServiceRequest" message="impl:renewServiceRequest"/>
 
216
 
 
217
         <wsdl:output name="renewServiceResponse" message="impl:renewServiceResponse"/>
 
218
 
 
219
      </wsdl:operation>
 
220
 
 
221
      <wsdl:operation name="deleteService" parameterOrder="userName password role langpref parentid entityId">
 
222
 
 
223
         <wsdl:input name="deleteServiceRequest" message="impl:deleteServiceRequest"/>
 
224
 
 
225
         <wsdl:output name="deleteServiceResponse" message="impl:deleteServiceResponse"/>
 
226
 
 
227
      </wsdl:operation>
 
228
 
 
229
      <wsdl:operation name="getDetails" parameterOrder="userName password role langpref parentid zoneid options">
 
230
 
 
231
         <wsdl:input name="getDetailsRequest" message="impl:getDetailsRequest"/>
 
232
 
 
233
         <wsdl:output name="getDetailsResponse" message="impl:getDetailsResponse"/>
 
234
 
 
235
      </wsdl:operation>
 
236
 
 
237
   </wsdl:portType>
 
238
 
 
239
   <wsdl:binding name="ZoneServiceSoapBinding" type="impl:Zone">
 
240
 
 
241
      <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
 
242
 
 
243
      <wsdl:operation name="list">
 
244
 
 
245
         <wsdlsoap:operation soapAction=""/>
 
246
 
 
247
         <wsdl:input name="listRequest">
 
248
 
 
249
            <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="com.logicboxes.foundation.sfnb.order.dnsbox.Zone"/>
 
250
 
 
251
         </wsdl:input>
 
252
 
 
253
         <wsdl:output name="listResponse">
 
254
 
 
255
            <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="com.logicboxes.foundation.sfnb.order.dnsbox.Zone"/>
 
256
 
 
257
         </wsdl:output>
 
258
 
 
259
      </wsdl:operation>
 
260
 
 
261
      <wsdl:operation name="addService">
 
262
 
 
263
         <wsdlsoap:operation soapAction=""/>
 
264
 
 
265
         <wsdl:input name="addServiceRequest">
 
266
 
 
267
            <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="com.logicboxes.foundation.sfnb.order.dnsbox.Zone"/>
 
268
 
 
269
         </wsdl:input>
 
270
 
 
271
         <wsdl:output name="addServiceResponse">
 
272
 
 
273
            <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="com.logicboxes.foundation.sfnb.order.dnsbox.Zone"/>
 
274
 
 
275
         </wsdl:output>
 
276
 
 
277
      </wsdl:operation>
 
278
 
 
279
      <wsdl:operation name="renewService">
 
280
 
 
281
         <wsdlsoap:operation soapAction=""/>
 
282
 
 
283
         <wsdl:input name="renewServiceRequest">
 
284
 
 
285
            <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="com.logicboxes.foundation.sfnb.order.dnsbox.Zone"/>
 
286
 
 
287
         </wsdl:input>
 
288
 
 
289
         <wsdl:output name="renewServiceResponse">
 
290
 
 
291
            <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="com.logicboxes.foundation.sfnb.order.dnsbox.Zone"/>
 
292
 
 
293
         </wsdl:output>
 
294
 
 
295
      </wsdl:operation>
 
296
 
 
297
      <wsdl:operation name="deleteService">
 
298
 
 
299
         <wsdlsoap:operation soapAction=""/>
 
300
 
 
301
         <wsdl:input name="deleteServiceRequest">
 
302
 
 
303
            <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="com.logicboxes.foundation.sfnb.order.dnsbox.Zone"/>
 
304
 
 
305
         </wsdl:input>
 
306
 
 
307
         <wsdl:output name="deleteServiceResponse">
 
308
 
 
309
            <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="com.logicboxes.foundation.sfnb.order.dnsbox.Zone"/>
 
310
 
 
311
         </wsdl:output>
 
312
 
 
313
      </wsdl:operation>
 
314
 
 
315
      <wsdl:operation name="getDetails">
 
316
 
 
317
         <wsdlsoap:operation soapAction=""/>
 
318
 
 
319
         <wsdl:input name="getDetailsRequest">
 
320
 
 
321
            <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="com.logicboxes.foundation.sfnb.order.dnsbox.Zone"/>
 
322
 
 
323
         </wsdl:input>
 
324
 
 
325
         <wsdl:output name="getDetailsResponse">
 
326
 
 
327
            <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="com.logicboxes.foundation.sfnb.order.dnsbox.Zone"/>
 
328
 
 
329
         </wsdl:output>
 
330
 
 
331
      </wsdl:operation>
 
332
 
 
333
   </wsdl:binding>
 
334
 
 
335
   <wsdl:service name="ZoneService">
 
336
 
 
337
      <wsdl:port name="ZoneService" binding="impl:ZoneServiceSoapBinding">
 
338
 
 
339
         <wsdlsoap:address location="http://prog.internal.directi.com:9090/anacreon/servlet/rpcrouter"/>
 
340
 
 
341
      </wsdl:port>
 
342
 
 
343
   </wsdl:service>
 
344
 
 
345
</wsdl:definitions>