big_machines 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,524 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <wsdl:definitions targetNamespace="urn:soap.bigmachines.com"
3
+ xmlns:bmxsd="urn:soap.bigmachines.com"
4
+ xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
5
+ xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
6
+ xmlns:targetNamespace="urn:soap.bigmachines.com"
7
+ xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
8
+ <wsdl:types>
9
+ <xsd:schema attributeFormDefault="qualified"
10
+ elementFormDefault="qualified"
11
+ targetNamespace="urn:soap.bigmachines.com"
12
+ xmlns="http://www.w3.org/2001/XMLSchema" xmlns:bmxsd="urn:soap.bigmachines.com">
13
+ <xsd:import
14
+ namespace="http://schemas.xmlsoap.org/soap/envelope/" schemaLocation="http://schemas.xmlsoap.org/soap/envelope/"/>
15
+ <xsd:simpleType name="IntOrBlank">
16
+ <xsd:union memberTypes="xsd:integer">
17
+ <xsd:simpleType>
18
+ <xsd:restriction base="xsd:token">
19
+ <xsd:enumeration value=""/>
20
+ </xsd:restriction>
21
+ </xsd:simpleType>
22
+ </xsd:union>
23
+ </xsd:simpleType>
24
+ <xsd:simpleType name="LongOrBlank">
25
+ <xsd:union memberTypes="xsd:long">
26
+ <xsd:simpleType>
27
+ <xsd:restriction base="xsd:token">
28
+ <xsd:enumeration value=""/>
29
+ </xsd:restriction>
30
+ </xsd:simpleType>
31
+ </xsd:union>
32
+ </xsd:simpleType>
33
+ <xsd:simpleType name="FloatOrBlank">
34
+ <xsd:union memberTypes="xsd:float">
35
+ <xsd:simpleType>
36
+ <xsd:restriction base="xsd:token">
37
+ <xsd:enumeration value=""/>
38
+ </xsd:restriction>
39
+ </xsd:simpleType>
40
+ </xsd:union>
41
+ </xsd:simpleType>
42
+ <xsd:simpleType name="DoubleOrBlank">
43
+ <xsd:union memberTypes="xsd:double">
44
+ <xsd:simpleType>
45
+ <xsd:restriction base="xsd:token">
46
+ <xsd:enumeration value=""/>
47
+ </xsd:restriction>
48
+ </xsd:simpleType>
49
+ </xsd:union>
50
+ </xsd:simpleType>
51
+ <xsd:simpleType name="BooleanOrBlank">
52
+ <xsd:union memberTypes="xsd:boolean">
53
+ <xsd:simpleType>
54
+ <xsd:restriction base="xsd:token">
55
+ <xsd:enumeration value=""/>
56
+ </xsd:restriction>
57
+ </xsd:simpleType>
58
+ </xsd:union>
59
+ </xsd:simpleType>
60
+ <xsd:simpleType name="ByteOrBlank">
61
+ <xsd:union memberTypes="xsd:byte">
62
+ <xsd:simpleType>
63
+ <xsd:restriction base="xsd:token">
64
+ <xsd:enumeration value=""/>
65
+ </xsd:restriction>
66
+ </xsd:simpleType>
67
+ </xsd:union>
68
+ </xsd:simpleType>
69
+ <xsd:complexType name="anyType">
70
+ <xsd:sequence maxOccurs="1" minOccurs="1">
71
+ <xsd:any maxOccurs="unbounded" minOccurs="0" processContents="skip"/>
72
+ </xsd:sequence>
73
+ </xsd:complexType>
74
+ <xsd:complexType name="FaultType">
75
+ <xsd:all>
76
+ <xsd:element maxOccurs="1" minOccurs="1"
77
+ name="exceptionCode" nillable="false" type="xsd:string"/>
78
+ <xsd:element maxOccurs="1" minOccurs="1"
79
+ name="exceptionMessage" nillable="false" type="xsd:string"/>
80
+ </xsd:all>
81
+ </xsd:complexType>
82
+ <xsd:element name="fault">
83
+ <xsd:complexType>
84
+ <xsd:all>
85
+ <xsd:element maxOccurs="1" minOccurs="1"
86
+ name="exceptionCode" nillable="false" type="xsd:string"/>
87
+ <xsd:element maxOccurs="1" minOccurs="1"
88
+ name="exceptionMessage" nillable="false" type="xsd:string"/>
89
+ <xsd:element maxOccurs="1" minOccurs="0"
90
+ name="exceptionDescription" nillable="true" type="xsd:string"/>
91
+ </xsd:all>
92
+ </xsd:complexType>
93
+ </xsd:element>
94
+ <xsd:complexType name="UserInfo">
95
+ <xsd:all>
96
+ <xsd:element maxOccurs="1" minOccurs="1"
97
+ name="sessionId" nillable="false" type="xsd:string"/>
98
+ </xsd:all>
99
+ <xsd:attribute
100
+ default="http://schemas.xmlsoap.org/soap/actor/next"
101
+ ref="soapenv:actor" use="optional"/>
102
+ <xsd:attribute ref="soapenv:mustUnderstand" use="optional"/>
103
+ </xsd:complexType>
104
+ <xsd:element name="userInfo" type="bmxsd:UserInfo"/>
105
+ <xsd:element name="category">
106
+ <xsd:complexType>
107
+ <xsd:simpleContent>
108
+ <xsd:extension base="xsd:string">
109
+ <xsd:attribute
110
+ default="http://schemas.xmlsoap.org/soap/actor/next"
111
+ ref="soapenv:actor" use="optional"/>
112
+ <xsd:attribute ref="soapenv:mustUnderstand" use="optional"/>
113
+ </xsd:extension>
114
+ </xsd:simpleContent>
115
+ </xsd:complexType>
116
+ </xsd:element>
117
+ <xsd:element name="xsdInfo">
118
+ <xsd:complexType>
119
+ <xsd:all>
120
+ <xsd:element
121
+ fixed="https://newtempge.bigmachines.com/bmfsweb/newtempge/schema/v1_0/security/Security.xsd"
122
+ maxOccurs="1" minOccurs="1"
123
+ name="schemaLocation" nillable="false" type="xsd:string"/>
124
+ </xsd:all>
125
+ <xsd:attribute
126
+ default="http://schemas.xmlsoap.org/soap/actor/next"
127
+ ref="soapenv:actor" use="optional"/>
128
+ <xsd:attribute ref="soapenv:mustUnderstand" use="optional"/>
129
+ </xsd:complexType>
130
+ </xsd:element>
131
+ <xsd:complexType name="NotificationPreferenceType">
132
+ <xsd:all>
133
+ <xsd:element maxOccurs="1" minOccurs="0"
134
+ name="is_notify_email" nillable="false" type="xsd:boolean"/>
135
+ <xsd:element maxOccurs="1" minOccurs="0"
136
+ name="is_notify_fax" nillable="false" type="xsd:boolean"/>
137
+ </xsd:all>
138
+ </xsd:complexType>
139
+ <xsd:complexType name="UserType">
140
+ <xsd:all>
141
+ <xsd:element maxOccurs="1" minOccurs="0"
142
+ name="session_currency" nillable="true" type="xsd:string"/>
143
+ <xsd:element maxOccurs="1" minOccurs="0"
144
+ name="send_password_email" nillable="true" type="bmxsd:BooleanOrBlank"/>
145
+ <xsd:element maxOccurs="1" minOccurs="0"
146
+ name="company_name" nillable="false" type="xsd:string"/>
147
+ <xsd:element maxOccurs="1" minOccurs="1"
148
+ name="login" nillable="false" type="xsd:string"/>
149
+ <xsd:element maxOccurs="1" minOccurs="0"
150
+ name="password" nillable="false" type="xsd:string"/>
151
+ <xsd:element maxOccurs="1" minOccurs="0" name="type"
152
+ nillable="true" type="xsd:string"/>
153
+ <xsd:element maxOccurs="1" minOccurs="1"
154
+ name="first_name" nillable="true" type="xsd:string"/>
155
+ <xsd:element maxOccurs="1" minOccurs="0"
156
+ name="last_name" nillable="true" type="xsd:string"/>
157
+ <xsd:element maxOccurs="1" minOccurs="0"
158
+ name="job_title" nillable="true" type="xsd:string"/>
159
+ <xsd:element maxOccurs="1" minOccurs="0"
160
+ name="email" nillable="true" type="xsd:string"/>
161
+ <xsd:element maxOccurs="1" minOccurs="0"
162
+ name="phone" nillable="true" type="xsd:string"/>
163
+ <xsd:element maxOccurs="1" minOccurs="0" name="fax"
164
+ nillable="true" type="xsd:string"/>
165
+ <xsd:element maxOccurs="1" minOccurs="0"
166
+ name="bill_address_1" nillable="true" type="xsd:string"/>
167
+ <xsd:element maxOccurs="1" minOccurs="0"
168
+ name="bill_address_2" nillable="true" type="xsd:string"/>
169
+ <xsd:element maxOccurs="1" minOccurs="0"
170
+ name="bill_city" nillable="true" type="xsd:string"/>
171
+ <xsd:element maxOccurs="1" minOccurs="0"
172
+ name="bill_state_province" nillable="true" type="xsd:string"/>
173
+ <xsd:element maxOccurs="1" minOccurs="0"
174
+ name="bill_zip" nillable="true" type="xsd:string"/>
175
+ <xsd:element maxOccurs="1" minOccurs="0"
176
+ name="bill_country" nillable="true" type="xsd:string"/>
177
+ <xsd:element maxOccurs="1" minOccurs="0"
178
+ name="separate_ship_addr" nillable="true" type="bmxsd:BooleanOrBlank"/>
179
+ <xsd:element maxOccurs="1" minOccurs="0"
180
+ name="ship_address_1" nillable="true" type="xsd:string"/>
181
+ <xsd:element maxOccurs="1" minOccurs="0"
182
+ name="ship_address_2" nillable="true" type="xsd:string"/>
183
+ <xsd:element maxOccurs="1" minOccurs="0"
184
+ name="ship_city" nillable="true" type="xsd:string"/>
185
+ <xsd:element maxOccurs="1" minOccurs="0"
186
+ name="ship_state_province" nillable="true" type="xsd:string"/>
187
+ <xsd:element maxOccurs="1" minOccurs="0"
188
+ name="ship_zip" nillable="true" type="xsd:string"/>
189
+ <xsd:element maxOccurs="1" minOccurs="0"
190
+ name="ship_country" nillable="true" type="xsd:string"/>
191
+ <xsd:element maxOccurs="1" minOccurs="0"
192
+ name="notification_pref" nillable="true" type="bmxsd:NotificationPreferenceType"/>
193
+ <xsd:element maxOccurs="1" minOccurs="0"
194
+ name="bm_language" nillable="true" type="xsd:string"/>
195
+ <xsd:element maxOccurs="1" minOccurs="0"
196
+ name="currency_preference" nillable="true" type="xsd:string"/>
197
+ <xsd:element maxOccurs="1" minOccurs="0"
198
+ name="bill_first_name" nillable="true" type="xsd:string"/>
199
+ <xsd:element maxOccurs="1" minOccurs="0"
200
+ name="bill_last_name" nillable="true" type="xsd:string"/>
201
+ <xsd:element maxOccurs="1" minOccurs="0"
202
+ name="bill_company" nillable="true" type="xsd:string"/>
203
+ <xsd:element maxOccurs="1" minOccurs="0"
204
+ name="bill_company_2" nillable="true" type="xsd:string"/>
205
+ <xsd:element maxOccurs="1" minOccurs="0"
206
+ name="bill_phone" nillable="true" type="xsd:string"/>
207
+ <xsd:element maxOccurs="1" minOccurs="0"
208
+ name="bill_fax" nillable="true" type="xsd:string"/>
209
+ <xsd:element maxOccurs="1" minOccurs="0"
210
+ name="bill_email" nillable="true" type="xsd:string"/>
211
+ <xsd:element maxOccurs="1" minOccurs="0"
212
+ name="ship_first_name" nillable="true" type="xsd:string"/>
213
+ <xsd:element maxOccurs="1" minOccurs="0"
214
+ name="ship_last_name" nillable="true" type="xsd:string"/>
215
+ <xsd:element maxOccurs="1" minOccurs="0"
216
+ name="ship_company" nillable="true" type="xsd:string"/>
217
+ <xsd:element maxOccurs="1" minOccurs="0"
218
+ name="ship_company_2" nillable="true" type="xsd:string"/>
219
+ <xsd:element maxOccurs="1" minOccurs="0"
220
+ name="ship_phone" nillable="true" type="xsd:string"/>
221
+ <xsd:element maxOccurs="1" minOccurs="0"
222
+ name="ship_fax" nillable="true" type="xsd:string"/>
223
+ <xsd:element maxOccurs="1" minOccurs="0"
224
+ name="ship_email" nillable="true" type="xsd:string"/>
225
+ <xsd:element maxOccurs="1" minOccurs="0"
226
+ name="bm_units" nillable="true" type="xsd:string"/>
227
+ <xsd:element maxOccurs="1" minOccurs="0"
228
+ name="date_format" nillable="true" type="xsd:string"/>
229
+ <xsd:element maxOccurs="1" minOccurs="0"
230
+ name="time_zone" nillable="true" type="xsd:string"/>
231
+ <xsd:element maxOccurs="1" minOccurs="0"
232
+ name="number_format" nillable="true" type="xsd:string"/>
233
+ <xsd:element maxOccurs="1" minOccurs="0"
234
+ name="partner_login" nillable="true" type="xsd:string"/>
235
+ <xsd:element maxOccurs="1" minOccurs="0"
236
+ name="partner_password" nillable="true" type="xsd:string"/>
237
+ <xsd:element maxOccurs="1" minOccurs="0"
238
+ name="status" nillable="true" type="xsd:string"/>
239
+ <xsd:element maxOccurs="1" minOccurs="0"
240
+ name="super_user_access_perm" nillable="false" type="xsd:boolean"/>
241
+ <xsd:element maxOccurs="1" minOccurs="0"
242
+ name="unplugged_default_check_in"
243
+ nillable="false" type="xsd:boolean"/>
244
+ <xsd:element maxOccurs="1" minOccurs="0"
245
+ name="enabled_for_sso" nillable="false" type="xsd:int"/>
246
+ <xsd:element maxOccurs="1" minOccurs="0"
247
+ name="external_sso_id" nillable="true" type="xsd:string"/>
248
+ <xsd:element maxOccurs="1" minOccurs="0"
249
+ name="approval_delegate" nillable="true" type="xsd:string"/>
250
+ <xsd:element maxOccurs="1" minOccurs="0"
251
+ name="mobile_enabled" nillable="false" type="xsd:int"/>
252
+ <xsd:element maxOccurs="1" minOccurs="0"
253
+ name="web_services_only" nillable="false" type="xsd:int"/>
254
+ <xsd:element maxOccurs="1" minOccurs="0"
255
+ name="group_list" nillable="true">
256
+ <xsd:complexType>
257
+ <xsd:sequence>
258
+ <xsd:element maxOccurs="unbounded"
259
+ minOccurs="0" name="group" nillable="true">
260
+ <xsd:complexType>
261
+ <xsd:sequence>
262
+ <xsd:element maxOccurs="1"
263
+ minOccurs="1"
264
+ name="variable_name"
265
+ nillable="false" type="xsd:string"/>
266
+ </xsd:sequence>
267
+ </xsd:complexType>
268
+ </xsd:element>
269
+ </xsd:sequence>
270
+ </xsd:complexType>
271
+ </xsd:element>
272
+ </xsd:all>
273
+ </xsd:complexType>
274
+ <xsd:complexType name="LoginResponseUserInfo">
275
+ <xsd:all>
276
+ <xsd:element maxOccurs="1" minOccurs="0"
277
+ name="sessionCurrency" nillable="false" type="xsd:string"/>
278
+ <xsd:element maxOccurs="1" minOccurs="1"
279
+ name="sessionId" nillable="false" type="xsd:string"/>
280
+ </xsd:all>
281
+ <xsd:attribute
282
+ default="http://schemas.xmlsoap.org/soap/actor/next"
283
+ ref="soapenv:actor" use="optional"/>
284
+ <xsd:attribute ref="soapenv:mustUnderstand" use="optional"/>
285
+ </xsd:complexType>
286
+ <xsd:complexType name="LoginRequestUserInfoType">
287
+ <xsd:all>
288
+ <xsd:element maxOccurs="1" minOccurs="1"
289
+ name="username" nillable="false" type="xsd:string"/>
290
+ <xsd:element maxOccurs="1" minOccurs="1"
291
+ name="password" nillable="false" type="xsd:string"/>
292
+ <xsd:element maxOccurs="1" minOccurs="0"
293
+ name="sessionCurrency" nillable="true" type="xsd:string"/>
294
+ <xsd:element maxOccurs="1" minOccurs="0" name="sso"
295
+ nillable="true" type="bmxsd:BooleanOrBlank"/>
296
+ </xsd:all>
297
+ </xsd:complexType>
298
+ <xsd:complexType name="CommonStatusType">
299
+ <xsd:all>
300
+ <xsd:element maxOccurs="1" minOccurs="0"
301
+ name="success" nillable="true" type="xsd:string"/>
302
+ <xsd:element maxOccurs="1" minOccurs="0"
303
+ name="message" nillable="true" type="xsd:string"/>
304
+ <xsd:element maxOccurs="1" minOccurs="0"
305
+ name="records_read" nillable="true" type="xsd:int"/>
306
+ <xsd:element maxOccurs="1" minOccurs="0"
307
+ name="records_failed" nillable="true" type="xsd:int"/>
308
+ <xsd:element maxOccurs="1" minOccurs="0"
309
+ name="records_deleted" nillable="true" type="xsd:int"/>
310
+ <xsd:element maxOccurs="1" minOccurs="0"
311
+ name="records_returned" nillable="true" type="xsd:int"/>
312
+ <xsd:element maxOccurs="1" minOccurs="0"
313
+ name="records_inserted" nillable="true" type="xsd:int"/>
314
+ <xsd:element maxOccurs="1" minOccurs="0"
315
+ name="records_updated" nillable="true" type="xsd:int"/>
316
+ <xsd:element maxOccurs="1" minOccurs="0"
317
+ name="detail" nillable="true" type="xsd:string"/>
318
+ <xsd:element maxOccurs="1" minOccurs="0"
319
+ name="warning" nillable="true" type="xsd:string"/>
320
+ </xsd:all>
321
+ </xsd:complexType>
322
+ <xsd:element name="getUserInfo">
323
+ <xsd:complexType>
324
+ <xsd:complexContent>
325
+ <xsd:restriction base="xsd:anyType"/>
326
+ </xsd:complexContent>
327
+ </xsd:complexType>
328
+ </xsd:element>
329
+ <xsd:element name="getUserInfoResponse">
330
+ <xsd:complexType>
331
+ <xsd:all>
332
+ <xsd:element maxOccurs="1" minOccurs="1"
333
+ name="status" nillable="false" type="bmxsd:CommonStatusType"/>
334
+ <xsd:element maxOccurs="1" minOccurs="1"
335
+ name="userInfo" nillable="false" type="bmxsd:UserType"/>
336
+ </xsd:all>
337
+ </xsd:complexType>
338
+ </xsd:element>
339
+ <xsd:element name="login">
340
+ <xsd:complexType>
341
+ <xsd:all>
342
+ <xsd:element name="userInfo" type="bmxsd:LoginRequestUserInfoType"/>
343
+ </xsd:all>
344
+ </xsd:complexType>
345
+ </xsd:element>
346
+ <xsd:element name="loginResponse">
347
+ <xsd:complexType>
348
+ <xsd:all>
349
+ <xsd:element maxOccurs="1" minOccurs="1"
350
+ name="status" nillable="false" type="bmxsd:CommonStatusType"/>
351
+ <xsd:element maxOccurs="1" minOccurs="1"
352
+ name="userInfo" nillable="false" type="bmxsd:LoginResponseUserInfo"/>
353
+ </xsd:all>
354
+ </xsd:complexType>
355
+ </xsd:element>
356
+ <xsd:element name="logout">
357
+ <xsd:complexType>
358
+ <xsd:complexContent>
359
+ <xsd:restriction base="xsd:anyType"/>
360
+ </xsd:complexContent>
361
+ </xsd:complexType>
362
+ </xsd:element>
363
+ <xsd:element name="logoutResponse">
364
+ <xsd:complexType>
365
+ <xsd:all>
366
+ <xsd:element maxOccurs="1" minOccurs="1"
367
+ name="status" nillable="false" type="bmxsd:CommonStatusType"/>
368
+ </xsd:all>
369
+ </xsd:complexType>
370
+ </xsd:element>
371
+ <xsd:element name="setSessionCurrency">
372
+ <xsd:complexType>
373
+ <xsd:all>
374
+ <xsd:element name="sessionCurrency" type="xsd:string"/>
375
+ </xsd:all>
376
+ </xsd:complexType>
377
+ </xsd:element>
378
+ <xsd:element name="setSessionCurrencyResponse">
379
+ <xsd:complexType>
380
+ <xsd:all>
381
+ <xsd:element maxOccurs="1" minOccurs="1"
382
+ name="status" nillable="false" type="bmxsd:CommonStatusType"/>
383
+ </xsd:all>
384
+ </xsd:complexType>
385
+ </xsd:element>
386
+ </xsd:schema>
387
+ </wsdl:types>
388
+ <wsdl:message name="getUserInfoRequest">
389
+ <wsdl:part element="targetNamespace:getUserInfo" name="getUserInfo"/>
390
+ </wsdl:message>
391
+ <wsdl:message name="getUserInfoResponse">
392
+ <wsdl:part element="targetNamespace:getUserInfoResponse" name="getUserInfoResponse"/>
393
+ </wsdl:message>
394
+ <wsdl:message name="BusinessLogicException">
395
+ <wsdl:part element="targetNamespace:fault" name="fault"/>
396
+ </wsdl:message>
397
+ <wsdl:message name="loginRequest">
398
+ <wsdl:part element="targetNamespace:login" name="login"/>
399
+ </wsdl:message>
400
+ <wsdl:message name="loginResponse">
401
+ <wsdl:part element="targetNamespace:loginResponse" name="loginResponse"/>
402
+ </wsdl:message>
403
+ <wsdl:message name="logoutRequest">
404
+ <wsdl:part element="targetNamespace:logout" name="logout"/>
405
+ </wsdl:message>
406
+ <wsdl:message name="logoutResponse">
407
+ <wsdl:part element="targetNamespace:logoutResponse" name="logoutResponse"/>
408
+ </wsdl:message>
409
+ <wsdl:message name="setSessionCurrencyRequest">
410
+ <wsdl:part element="targetNamespace:setSessionCurrency" name="setSessionCurrency"/>
411
+ </wsdl:message>
412
+ <wsdl:message name="setSessionCurrencyResponse">
413
+ <wsdl:part element="targetNamespace:setSessionCurrencyResponse" name="setSessionCurrencyResponse"/>
414
+ </wsdl:message>
415
+ <wsdl:message name="XsdInfo">
416
+ <wsdl:part element="targetNamespace:xsdInfo" name="xsdInfo"/>
417
+ </wsdl:message>
418
+ <wsdl:message name="Category">
419
+ <wsdl:part element="targetNamespace:category" name="category"/>
420
+ </wsdl:message>
421
+ <wsdl:message name="UserInfo">
422
+ <wsdl:part element="targetNamespace:userInfo" name="userInfo"/>
423
+ </wsdl:message>
424
+ <wsdl:portType name="SecurityServicePortType">
425
+ <wsdl:operation name="getUserInfo">
426
+ <wsdl:input message="targetNamespace:getUserInfoRequest"/>
427
+ <wsdl:output message="targetNamespace:getUserInfoResponse"/>
428
+ <wsdl:fault message="targetNamespace:BusinessLogicException" name="BusinessLogicException"/>
429
+ </wsdl:operation>
430
+ <wsdl:operation name="login">
431
+ <wsdl:input message="targetNamespace:loginRequest"/>
432
+ <wsdl:output message="targetNamespace:loginResponse"/>
433
+ <wsdl:fault message="targetNamespace:BusinessLogicException" name="BusinessLogicException"/>
434
+ </wsdl:operation>
435
+ <wsdl:operation name="logout">
436
+ <wsdl:input message="targetNamespace:logoutRequest"/>
437
+ <wsdl:output message="targetNamespace:logoutResponse"/>
438
+ <wsdl:fault message="targetNamespace:BusinessLogicException" name="BusinessLogicException"/>
439
+ </wsdl:operation>
440
+ <wsdl:operation name="setSessionCurrency">
441
+ <wsdl:input message="targetNamespace:setSessionCurrencyRequest"/>
442
+ <wsdl:output message="targetNamespace:setSessionCurrencyResponse"/>
443
+ <wsdl:fault message="targetNamespace:BusinessLogicException" name="BusinessLogicException"/>
444
+ </wsdl:operation>
445
+ </wsdl:portType>
446
+ <wsdl:binding name="SecurityServiceBinding" type="targetNamespace:SecurityServicePortType">
447
+ <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
448
+ <wsdl:operation name="getUserInfo">
449
+ <soap:operation soapAction=""/>
450
+ <wsdl:input>
451
+ <soap:body use="literal"/>
452
+ <soap:header encodingStyle=""
453
+ message="targetNamespace:UserInfo" part="userInfo" use="literal"/>
454
+ <soap:header encodingStyle=""
455
+ message="targetNamespace:Category" part="category" use="literal"/>
456
+ <soap:header encodingStyle=""
457
+ message="targetNamespace:XsdInfo" part="xsdInfo" use="literal"/>
458
+ </wsdl:input>
459
+ <wsdl:output>
460
+ <soap:body use="literal"/>
461
+ </wsdl:output>
462
+ <wsdl:fault name="BusinessLogicException">
463
+ <soap:fault name="BusinessLogicException" use="literal"/>
464
+ </wsdl:fault>
465
+ </wsdl:operation>
466
+ <wsdl:operation name="login">
467
+ <soap:operation soapAction=""/>
468
+ <wsdl:input>
469
+ <soap:body use="literal"/>
470
+ <soap:header encodingStyle=""
471
+ message="targetNamespace:Category" part="category" use="literal"/>
472
+ <soap:header encodingStyle=""
473
+ message="targetNamespace:XsdInfo" part="xsdInfo" use="literal"/>
474
+ </wsdl:input>
475
+ <wsdl:output>
476
+ <soap:body use="literal"/>
477
+ </wsdl:output>
478
+ <wsdl:fault name="BusinessLogicException">
479
+ <soap:fault name="BusinessLogicException" use="literal"/>
480
+ </wsdl:fault>
481
+ </wsdl:operation>
482
+ <wsdl:operation name="logout">
483
+ <soap:operation soapAction=""/>
484
+ <wsdl:input>
485
+ <soap:body use="literal"/>
486
+ <soap:header encodingStyle=""
487
+ message="targetNamespace:UserInfo" part="userInfo" use="literal"/>
488
+ <soap:header encodingStyle=""
489
+ message="targetNamespace:Category" part="category" use="literal"/>
490
+ <soap:header encodingStyle=""
491
+ message="targetNamespace:XsdInfo" part="xsdInfo" use="literal"/>
492
+ </wsdl:input>
493
+ <wsdl:output>
494
+ <soap:body use="literal"/>
495
+ </wsdl:output>
496
+ <wsdl:fault name="BusinessLogicException">
497
+ <soap:fault name="BusinessLogicException" use="literal"/>
498
+ </wsdl:fault>
499
+ </wsdl:operation>
500
+ <wsdl:operation name="setSessionCurrency">
501
+ <soap:operation soapAction=""/>
502
+ <wsdl:input>
503
+ <soap:body use="literal"/>
504
+ <soap:header encodingStyle=""
505
+ message="targetNamespace:UserInfo" part="userInfo" use="literal"/>
506
+ <soap:header encodingStyle=""
507
+ message="targetNamespace:Category" part="category" use="literal"/>
508
+ <soap:header encodingStyle=""
509
+ message="targetNamespace:XsdInfo" part="xsdInfo" use="literal"/>
510
+ </wsdl:input>
511
+ <wsdl:output>
512
+ <soap:body use="literal"/>
513
+ </wsdl:output>
514
+ <wsdl:fault name="BusinessLogicException">
515
+ <soap:fault name="BusinessLogicException" use="literal"/>
516
+ </wsdl:fault>
517
+ </wsdl:operation>
518
+ </wsdl:binding>
519
+ <wsdl:service name="SecurityService">
520
+ <wsdl:port binding="targetNamespace:SecurityServiceBinding" name="SecurityServicePort">
521
+ <soap:address location="https://newtempge.bigmachines.com/v1_0/receiver"/>
522
+ </wsdl:port>
523
+ </wsdl:service>
524
+ </wsdl:definitions>