You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

23940 lines
1.1 MiB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. SOAPI WSDL, RPC/Encoded style, version 1.63
  4. The SOAPI technical specifications are available at this url : http://www.ovh.com/soapi .
  5. copyright 1999-2013 OVH
  6. -->
  7. <wsdl:definitions name="manager"
  8. targetNamespace="http://soapi.ovh.com/manager"
  9. xmlns="http://schemas.xmlsoap.org/wsdl/"
  10. xmlns:wsdlns="http://soapi.ovh.com/manager"
  11. xmlns:typens="http://soapi.ovh.com/manager"
  12. xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
  13. xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
  14. xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  15. xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
  16. >
  17. <wsdl:types>
  18. <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://soapi.ovh.com/manager">
  19. <xsd:complexType name="supportThreadDetailStruct">
  20. <xsd:all>
  21. <xsd:element name="id" type="xsd:int"/>
  22. <xsd:element name="date" type="xsd:string"/>
  23. <xsd:element name="subject" type="xsd:string"/>
  24. <xsd:element name="domain" type="xsd:string"/>
  25. <xsd:element name="status" type="xsd:string"/>
  26. <xsd:element name="unread" type="xsd:int"/>
  27. <xsd:element name="closed" type="xsd:int"/>
  28. <xsd:element name="answered" type="xsd:int"/>
  29. </xsd:all>
  30. </xsd:complexType>
  31. <xsd:complexType name="supportThreadMessageDetailStruct">
  32. <xsd:all>
  33. <xsd:element name="id" type="xsd:int"/>
  34. <xsd:element name="date" type="xsd:string"/>
  35. <xsd:element name="unread" type="xsd:int"/>
  36. <xsd:element name="type" type="xsd:string"/>
  37. <xsd:element name="reportReason" type="xsd:string"/>
  38. </xsd:all>
  39. </xsd:complexType>
  40. <xsd:complexType name="supportThreadTreeReturn">
  41. <xsd:all>
  42. <xsd:element name="id" type="xsd:int"/>
  43. <xsd:element name="subject" type="xsd:string"/>
  44. <xsd:element name="domain" type="xsd:string"/>
  45. <xsd:element name="closed" type="xsd:int"/>
  46. <xsd:element name="reportReason" type="xsd:string"/>
  47. <xsd:element name="messages" type="typens:MyArrayOfSupportThreadMessageDetailStructType"/>
  48. </xsd:all>
  49. </xsd:complexType>
  50. <xsd:complexType name="supportMessageDetailReturn">
  51. <xsd:all>
  52. <xsd:element name="id" type="xsd:int"/>
  53. <xsd:element name="thread" type="xsd:int"/>
  54. <xsd:element name="unreadThread" type="xsd:boolean"/>
  55. <xsd:element name="fromEmail" type="xsd:string"/>
  56. <xsd:element name="dateSent" type="xsd:string"/>
  57. <xsd:element name="subject" type="xsd:string"/>
  58. <xsd:element name="body" type="xsd:string"/>
  59. <xsd:element name="reportReason" type="xsd:string"/>
  60. </xsd:all>
  61. </xsd:complexType>
  62. <xsd:complexType name="supportCategoryStruct">
  63. <xsd:all>
  64. <xsd:element name="name" type="xsd:string"/>
  65. <xsd:element name="id" type="xsd:int"/>
  66. </xsd:all>
  67. </xsd:complexType>
  68. <xsd:complexType name="supportDomainStruct">
  69. <xsd:all>
  70. <xsd:element name="domain" type="xsd:string"/>
  71. </xsd:all>
  72. </xsd:complexType>
  73. <xsd:complexType name="supportSendMessageReturn">
  74. <xsd:all>
  75. <xsd:element name="threadId" type="xsd:int"/>
  76. <xsd:element name="messageId" type="xsd:int"/>
  77. <xsd:element name="dateTime" type="xsd:string"/>
  78. </xsd:all>
  79. </xsd:complexType>
  80. <xsd:complexType name="MyArrayOfSupportThreadDetailStructType">
  81. <xsd:complexContent>
  82. <xsd:restriction base="soapenc:Array">
  83. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:supportThreadDetailStruct[]"/>
  84. </xsd:restriction>
  85. </xsd:complexContent>
  86. </xsd:complexType>
  87. <xsd:complexType name="MyArrayOfSupportCategoryStructType">
  88. <xsd:complexContent>
  89. <xsd:restriction base="soapenc:Array">
  90. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:supportCategoryStruct[]"/>
  91. </xsd:restriction>
  92. </xsd:complexContent>
  93. </xsd:complexType>
  94. <xsd:complexType name="MyArrayOfSupportDomainStructType">
  95. <xsd:complexContent>
  96. <xsd:restriction base="soapenc:Array">
  97. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:supportDomainStruct[]"/>
  98. </xsd:restriction>
  99. </xsd:complexContent>
  100. </xsd:complexType>
  101. <xsd:complexType name="MyArrayOfSupportThreadMessageDetailStructType">
  102. <xsd:complexContent>
  103. <xsd:restriction base="soapenc:Array">
  104. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:supportThreadMessageDetailStruct[]"/>
  105. </xsd:restriction>
  106. </xsd:complexContent>
  107. </xsd:complexType>
  108. <xsd:complexType name="telephonyBillingAccountStruct">
  109. <xsd:all>
  110. <xsd:element name="description" type="xsd:string"/>
  111. <xsd:element name="mobile" type="xsd:string"/>
  112. <xsd:element name="mobileDestination" type="xsd:string"/>
  113. <xsd:element name="expirationDate" type="xsd:string"/>
  114. <xsd:element name="version" type="xsd:string"/>
  115. <xsd:element name="trusted" type="xsd:boolean"/>
  116. <xsd:element name="pendingAction" type="typens:telephonyPendingActionStruct"/>
  117. <xsd:element name="descriptionUser" type="xsd:string"/>
  118. </xsd:all>
  119. </xsd:complexType>
  120. <xsd:complexType name="telephonyNumberDecodeStruct">
  121. <xsd:all>
  122. <xsd:element name="numberDisplay" type="xsd:string"/>
  123. <xsd:element name="numberInternal" type="xsd:string"/>
  124. <xsd:element name="numberInternational" type="xsd:string"/>
  125. <xsd:element name="numberNational" type="xsd:string"/>
  126. <xsd:element name="countryCode" type="xsd:string"/>
  127. <xsd:element name="language" type="xsd:string"/>
  128. <xsd:element name="cirpackNature" type="xsd:string"/>
  129. <xsd:element name="cirpackNumber" type="xsd:string"/>
  130. </xsd:all>
  131. </xsd:complexType>
  132. <xsd:complexType name="telephonyPendingActionStruct">
  133. <xsd:all>
  134. <xsd:element name="dateTodo" type="xsd:string"/>
  135. <xsd:element name="offer" type="xsd:string"/>
  136. <xsd:element name="action" type="xsd:string"/>
  137. </xsd:all>
  138. </xsd:complexType>
  139. <xsd:complexType name="telephonyBillingAccountInfoChildrenStruct">
  140. <xsd:all>
  141. <xsd:element name="number" type="xsd:string"/>
  142. <xsd:element name="offer" type="xsd:string"/>
  143. <xsd:element name="type" type="xsd:string"/>
  144. <xsd:element name="expirationDate" type="xsd:string"/>
  145. <xsd:element name="description" type="xsd:string"/>
  146. <xsd:element name="simultaneousLines" type="xsd:int"/>
  147. </xsd:all>
  148. </xsd:complexType>
  149. <xsd:complexType name="telephonyBillingAccountInfoReturn">
  150. <xsd:all>
  151. <xsd:element name="name" type="xsd:string"/>
  152. <xsd:element name="description" type="xsd:string"/>
  153. <xsd:element name="offer" type="xsd:string"/>
  154. <xsd:element name="consumtionTime" type="xsd:string"/>
  155. <xsd:element name="outPlan" type="xsd:string"/>
  156. <xsd:element name="facturationDate" type="xsd:string"/>
  157. <xsd:element name="children" type="typens:MyArrayOfTelephonyBillingAccountInfoChildrenStructType"/>
  158. </xsd:all>
  159. </xsd:complexType>
  160. <xsd:complexType name="telephonyLineAliasPoolStruct">
  161. <xsd:all>
  162. <xsd:element name="poolNumber" type="xsd:int"/>
  163. <xsd:element name="service" type="xsd:string"/>
  164. <xsd:element name="display" type="xsd:string"/>
  165. </xsd:all>
  166. </xsd:complexType>
  167. <xsd:complexType name="telephonyLineStruct">
  168. <xsd:all>
  169. <xsd:element name="number" type="xsd:string"/>
  170. <xsd:element name="billingAccount" type="xsd:string"/>
  171. <xsd:element name="offer" type="xsd:string"/>
  172. <xsd:element name="type" type="xsd:string"/>
  173. <xsd:element name="service" type="xsd:string"/>
  174. <xsd:element name="expirationDate" type="xsd:string"/>
  175. <xsd:element name="description" type="xsd:string"/>
  176. <xsd:element name="betaGamaOffer" type="xsd:boolean"/>
  177. <xsd:element name="setOn" type="xsd:string"/>
  178. <xsd:element name="aliasPool" type="typens:telephonyLineAliasPoolStruct"/>
  179. <xsd:element name="pendingAction" type="typens:telephonyPendingActionStruct"/>
  180. <xsd:element name="simultaneousLines" type="xsd:int"/>
  181. </xsd:all>
  182. </xsd:complexType>
  183. <xsd:complexType name="telephonyLineListReturn">
  184. <xsd:all>
  185. <xsd:element name="link" type="typens:MyArrayOfTelephonyLineStructType"/>
  186. <xsd:element name="alias" type="typens:MyArrayOfTelephonyLineStructType"/>
  187. </xsd:all>
  188. </xsd:complexType>
  189. <xsd:complexType name="telephonyLineOptionsListReturn">
  190. <xsd:all>
  191. <xsd:element name="identificationRestriction" type="xsd:boolean"/>
  192. <xsd:element name="anonymousCallRejection" type="xsd:boolean"/>
  193. <xsd:element name="doNotDisturb" type="xsd:boolean"/>
  194. <xsd:element name="absentSuscriber" type="xsd:boolean"/>
  195. <xsd:element name="lockOutCall" type="xsd:boolean"/>
  196. <xsd:element name="lockOutCallPassword" type="xsd:string"/>
  197. <xsd:element name="forwardUnconditional" type="xsd:boolean"/>
  198. <xsd:element name="forwardUnconditionalNumber" type="xsd:string"/>
  199. <xsd:element name="forwardNoReply" type="xsd:boolean"/>
  200. <xsd:element name="forwardNoReplyDelay" type="xsd:int"/>
  201. <xsd:element name="forwardNoReplyNumber" type="xsd:string"/>
  202. <xsd:element name="forwardBusy" type="xsd:boolean"/>
  203. <xsd:element name="forwardBusyNumber" type="xsd:string"/>
  204. <xsd:element name="forwardBackup" type="xsd:boolean"/>
  205. <xsd:element name="forwardBackupNumber" type="xsd:string"/>
  206. <xsd:element name="callWaiting" type="xsd:boolean"/>
  207. <xsd:element name="displayCallNumber" type="xsd:string"/>
  208. <xsd:element name="forwardUnconditionalNature" type="xsd:string"/>
  209. <xsd:element name="forwardNoReplyNature" type="xsd:string"/>
  210. <xsd:element name="forwardBusyNature" type="xsd:string"/>
  211. <xsd:element name="forwardBackupNature" type="xsd:string"/>
  212. </xsd:all>
  213. </xsd:complexType>
  214. <xsd:complexType name="telephonyLineSwitchOldOfferStruct">
  215. <xsd:all>
  216. <xsd:element name="number" type="xsd:string"/>
  217. <xsd:element name="offers" type="typens:MyArrayOfTelephonyLineSwitchPossibilityPriceStructType"/>
  218. </xsd:all>
  219. </xsd:complexType>
  220. <xsd:complexType name="telephonyLineSwitchPossibilityPriceStruct">
  221. <xsd:all>
  222. <xsd:element name="offer" type="xsd:string"/>
  223. <xsd:element name="price" type="xsd:string"/>
  224. </xsd:all>
  225. </xsd:complexType>
  226. <xsd:complexType name="bufferStepStruct">
  227. <xsd:all>
  228. <xsd:element name="durationUnit" type="xsd:string"/>
  229. <xsd:element name="durationValue" type="xsd:string"/>
  230. <xsd:element name="date" type="xsd:string"/>
  231. <xsd:element name="extraInfo" type="xsd:string"/>
  232. </xsd:all>
  233. </xsd:complexType>
  234. <xsd:complexType name="orderFollowingUpStruct">
  235. <xsd:all>
  236. <xsd:element name="id" type="xsd:string"/>
  237. <xsd:element name="urlId" type="xsd:string"/>
  238. <xsd:element name="type" type="xsd:string"/>
  239. <xsd:element name="creationDate" type="xsd:string"/>
  240. <xsd:element name="payment" type="xsd:string"/>
  241. <xsd:element name="procedure" type="xsd:string"/>
  242. <xsd:element name="install" type="xsd:string"/>
  243. <xsd:element name="shipping" type="xsd:string"/>
  244. <xsd:element name="cloture" type="xsd:string"/>
  245. <xsd:element name="paymentBuffer" type="typens:bufferStepStruct"/>
  246. <xsd:element name="procedureBuffer" type="typens:bufferStepStruct"/>
  247. <xsd:element name="installBuffer" type="typens:bufferStepStruct"/>
  248. <xsd:element name="shippingBuffer" type="typens:bufferStepStruct"/>
  249. <xsd:element name="clotureBuffer" type="typens:bufferStepStruct"/>
  250. <xsd:element name="avancement" type="xsd:string"/>
  251. </xsd:all>
  252. </xsd:complexType>
  253. <xsd:complexType name="telephonyOfferInfoReturn">
  254. <xsd:all>
  255. <xsd:element name="number" type="xsd:string"/>
  256. <xsd:element name="description" type="xsd:string"/>
  257. <xsd:element name="offer" type="xsd:string"/>
  258. <xsd:element name="countryCode" type="xsd:string"/>
  259. <xsd:element name="nextBillingDate" type="xsd:string"/>
  260. <xsd:element name="simultaneousLines" type="xsd:int"/>
  261. <xsd:element name="hardware" type="typens:telephonyOfferInfoHardwareStruct"/>
  262. <xsd:element name="sipAccount" type="typens:telephonyOfferInfoSipAccountStruct"/>
  263. </xsd:all>
  264. </xsd:complexType>
  265. <xsd:complexType name="telephonyOfferInfoSipAccountStruct">
  266. <xsd:all>
  267. <xsd:element name="username" type="xsd:string"/>
  268. <xsd:element name="extension" type="xsd:string"/>
  269. <xsd:element name="domain" type="xsd:string"/>
  270. <xsd:element name="lastLogin" type="xsd:string"/>
  271. <xsd:element name="localAdress" type="xsd:string"/>
  272. <xsd:element name="publicAdress" type="xsd:string"/>
  273. </xsd:all>
  274. </xsd:complexType>
  275. <xsd:complexType name="telephonyOfferInfoHardwareStruct">
  276. <xsd:all>
  277. <xsd:element name="brand" type="xsd:string"/>
  278. <xsd:element name="model" type="xsd:string"/>
  279. <xsd:element name="protocol" type="xsd:string"/>
  280. <xsd:element name="mac" type="xsd:string"/>
  281. <xsd:element name="ip" type="xsd:string"/>
  282. <xsd:element name="engage" type="xsd:boolean"/>
  283. <xsd:element name="status" type="xsd:string"/>
  284. <xsd:element name="port" type="xsd:int"/>
  285. <xsd:element name="outOfService" type="xsd:boolean"/>
  286. </xsd:all>
  287. </xsd:complexType>
  288. <xsd:complexType name="telephonyDisplayNumberTestingGetNextNumberReturn">
  289. <xsd:all>
  290. <xsd:element name="number" type="xsd:string"/>
  291. <xsd:element name="id" type="xsd:string"/>
  292. </xsd:all>
  293. </xsd:complexType>
  294. <xsd:complexType name="telephonySpecialNumberCustomListReturn">
  295. <xsd:all>
  296. <xsd:element name="easyNumbers" type="typens:MyArrayOfStringType"/>
  297. <xsd:element name="staticAttributionRange" type="typens:MyArrayOfStringType"/>
  298. <xsd:element name="proposedNumbers" type="typens:MyArrayOfStringType"/>
  299. </xsd:all>
  300. </xsd:complexType>
  301. <xsd:complexType name="telephonyListReversableCallsFromNumberReturn">
  302. <xsd:all>
  303. <xsd:element name="totalRecords" type="xsd:int"/>
  304. <xsd:element name="list" type="typens:MyArrayOfTelephonyReversmentsDetailsStructType"/>
  305. </xsd:all>
  306. </xsd:complexType>
  307. <xsd:complexType name="telephonyReversmentsDetailsStruct">
  308. <xsd:all>
  309. <xsd:element name="date" type="xsd:string"/>
  310. <xsd:element name="connectionDuration" type="xsd:string"/>
  311. <xsd:element name="callingNumber" type="xsd:string"/>
  312. <xsd:element name="priceReversed" type="xsd:string"/>
  313. <xsd:element name="operatorCode" type="xsd:string"/>
  314. </xsd:all>
  315. </xsd:complexType>
  316. <xsd:complexType name="telephonyReversmentsSummationStruct">
  317. <xsd:all>
  318. <xsd:element name="type" type="xsd:string"/>
  319. <xsd:element name="name" type="xsd:string"/>
  320. <xsd:element name="seconds" type="xsd:string"/>
  321. <xsd:element name="priceReversed" type="xsd:string"/>
  322. <xsd:element name="calls" type="xsd:string"/>
  323. </xsd:all>
  324. </xsd:complexType>
  325. <xsd:complexType name="telephonyReversmentsSummationNumbersStruct">
  326. <xsd:all>
  327. <xsd:element name="number" type="xsd:string"/>
  328. <xsd:element name="list" type="typens:MyArrayOfTelephonyReversmentsSummationStructType"/>
  329. </xsd:all>
  330. </xsd:complexType>
  331. <xsd:complexType name="telephonyCallStruct">
  332. <xsd:all>
  333. <xsd:element name="idkey" type="xsd:string"/>
  334. <xsd:element name="number" type="xsd:string"/>
  335. <xsd:element name="date" type="xsd:string"/>
  336. <xsd:element name="duration" type="xsd:string"/>
  337. <xsd:element name="destination" type="xsd:string"/>
  338. <xsd:element name="priceWithoutVAT" type="xsd:float"/>
  339. <xsd:element name="nature" type="xsd:string"/>
  340. <xsd:element name="overLimit" type="xsd:boolean"/>
  341. <xsd:element name="type" type="xsd:string"/>
  342. <xsd:element name="callingNumber" type="xsd:string"/>
  343. <xsd:element name="presentation" type="xsd:boolean"/>
  344. <xsd:element name="designation" type="xsd:string"/>
  345. <xsd:element name="calledNumber" type="xsd:string"/>
  346. </xsd:all>
  347. </xsd:complexType>
  348. <xsd:complexType name="telephonyCallsSummaryDetailsStruct">
  349. <xsd:all>
  350. <xsd:element name="count" type="xsd:int"/>
  351. <xsd:element name="duration" type="xsd:string"/>
  352. <xsd:element name="priceWithoutVAT" type="xsd:float"/>
  353. </xsd:all>
  354. </xsd:complexType>
  355. <xsd:complexType name="telephonyFaxSummaryDetailsStruct">
  356. <xsd:all>
  357. <xsd:element name="count" type="xsd:int"/>
  358. <xsd:element name="pages" type="xsd:int"/>
  359. <xsd:element name="priceWithoutVAT" type="xsd:float"/>
  360. </xsd:all>
  361. </xsd:complexType>
  362. <xsd:complexType name="telephonyCallsSummaryStruct">
  363. <xsd:all>
  364. <xsd:element name="pricePlan" type="typens:telephonyCallsSummaryDetailsStruct"/>
  365. <xsd:element name="outPlan" type="typens:telephonyCallsSummaryDetailsStruct"/>
  366. </xsd:all>
  367. </xsd:complexType>
  368. <xsd:complexType name="telephonyFaxSummaryStruct">
  369. <xsd:all>
  370. <xsd:element name="low" type="typens:telephonyFaxSummaryDetailsStruct"/>
  371. <xsd:element name="high" type="typens:telephonyFaxSummaryDetailsStruct"/>
  372. </xsd:all>
  373. </xsd:complexType>
  374. <xsd:complexType name="telephonyBillingAccountSummaryLineStruct">
  375. <xsd:all>
  376. <xsd:element name="line" type="xsd:string"/>
  377. <xsd:element name="phoneNumber" type="xsd:string"/>
  378. <xsd:element name="fixe" type="typens:telephonyCallsSummaryStruct"/>
  379. <xsd:element name="special" type="typens:telephonyCallsSummaryStruct"/>
  380. <xsd:element name="mobile" type="typens:telephonyCallsSummaryStruct"/>
  381. <xsd:element name="fax" type="typens:telephonyFaxSummaryStruct"/>
  382. </xsd:all>
  383. </xsd:complexType>
  384. <xsd:complexType name="telephonyBillingAccountSummaryBillingAccountStruct">
  385. <xsd:all>
  386. <xsd:element name="name" type="xsd:string"/>
  387. <xsd:element name="description" type="xsd:string"/>
  388. <xsd:element name="betaGammaOffer" type="xsd:boolean"/>
  389. <xsd:element name="mobile" type="typens:telephonyCallsSummaryStruct"/>
  390. </xsd:all>
  391. </xsd:complexType>
  392. <xsd:complexType name="telephonyBillingAccountSummaryReturn">
  393. <xsd:all>
  394. <xsd:element name="billingAccount" type="typens:telephonyBillingAccountSummaryBillingAccountStruct"/>
  395. <xsd:element name="lines" type="typens:MyArrayOfTelephonyBillingAccountSummaryLineStructType"/>
  396. </xsd:all>
  397. </xsd:complexType>
  398. <xsd:complexType name="telephonyCallListReturn">
  399. <xsd:all>
  400. <xsd:element name="fromDate" type="xsd:string"/>
  401. <xsd:element name="toDate" type="xsd:string"/>
  402. <xsd:element name="list" type="typens:MyArrayOfTelephonyCallStructType"/>
  403. </xsd:all>
  404. </xsd:complexType>
  405. <xsd:complexType name="telephonyBillStruct">
  406. <xsd:all>
  407. <xsd:element name="date" type="xsd:string"/>
  408. <xsd:element name="price" type="xsd:float"/>
  409. <xsd:element name="orderId" type="xsd:int"/>
  410. <xsd:element name="orderPaid" type="xsd:boolean"/>
  411. <xsd:element name="orderUrl" type="xsd:string"/>
  412. <xsd:element name="billUrl" type="xsd:string"/>
  413. </xsd:all>
  414. </xsd:complexType>
  415. <xsd:complexType name="telephonyBillDetailsReturn">
  416. <xsd:all>
  417. <xsd:element name="fromDate" type="xsd:string"/>
  418. <xsd:element name="toDate" type="xsd:string"/>
  419. <xsd:element name="list" type="typens:MyArrayOfTelephonyCallStructType"/>
  420. </xsd:all>
  421. </xsd:complexType>
  422. <xsd:complexType name="telephonyVoicemailOptionsListReturn">
  423. <xsd:all>
  424. <xsd:element name="redirection1" type="xsd:string"/>
  425. <xsd:element name="redirection1Email" type="xsd:string"/>
  426. <xsd:element name="redirection2" type="xsd:string"/>
  427. <xsd:element name="redirection2Email" type="xsd:string"/>
  428. <xsd:element name="redirection3" type="xsd:string"/>
  429. <xsd:element name="redirection3Email" type="xsd:string"/>
  430. <xsd:element name="redirection4" type="xsd:string"/>
  431. <xsd:element name="redirection4Email" type="xsd:string"/>
  432. <xsd:element name="redirection5" type="xsd:string"/>
  433. <xsd:element name="redirection5Email" type="xsd:string"/>
  434. <xsd:element name="annouceMessage" type="xsd:string"/>
  435. <xsd:element name="keepMessage" type="xsd:boolean"/>
  436. <xsd:element name="audioformat" type="xsd:string"/>
  437. <xsd:element name="fromEmail" type="xsd:string"/>
  438. <xsd:element name="fromName" type="xsd:string"/>
  439. <xsd:element name="forcePassword" type="xsd:boolean"/>
  440. <xsd:element name="doNotRecord" type="xsd:boolean"/>
  441. </xsd:all>
  442. </xsd:complexType>
  443. <xsd:complexType name="telephonyVoicemailMessagesStatusReturn">
  444. <xsd:all>
  445. <xsd:element name="unavailable" type="xsd:boolean"/>
  446. <xsd:element name="busy" type="xsd:boolean"/>
  447. <xsd:element name="temp" type="xsd:boolean"/>
  448. <xsd:element name="greet" type="xsd:boolean"/>
  449. </xsd:all>
  450. </xsd:complexType>
  451. <xsd:complexType name="telephonyVoicemailMailboxStruct">
  452. <xsd:all>
  453. <xsd:element name="id" type="xsd:int"/>
  454. <xsd:element name="callerid" type="xsd:string"/>
  455. <xsd:element name="origdate" type="xsd:string"/>
  456. <xsd:element name="origtime" type="xsd:string"/>
  457. <xsd:element name="origmailbox" type="xsd:string"/>
  458. <xsd:element name="duration" type="xsd:int"/>
  459. <xsd:element name="folder" type="xsd:string"/>
  460. </xsd:all>
  461. </xsd:complexType>
  462. <xsd:complexType name="telephonyVoicemailMailboxDownloadReturn">
  463. <xsd:all>
  464. <xsd:element name="fileName" type="xsd:string"/>
  465. <xsd:element name="fileData" type="xsd:string"/>
  466. <xsd:element name="md5sum" type="xsd:string"/>
  467. </xsd:all>
  468. </xsd:complexType>
  469. <xsd:complexType name="telephonyVoicemailMessagesDownloadReturn">
  470. <xsd:all>
  471. <xsd:element name="fileName" type="xsd:string"/>
  472. <xsd:element name="fileData" type="xsd:string"/>
  473. <xsd:element name="md5sum" type="xsd:string"/>
  474. </xsd:all>
  475. </xsd:complexType>
  476. <xsd:complexType name="telephonyPhonebookStruct">
  477. <xsd:all>
  478. <xsd:element name="id" type="xsd:int"/>
  479. <xsd:element name="name" type="xsd:string"/>
  480. <xsd:element name="mode" type="xsd:string"/>
  481. </xsd:all>
  482. </xsd:complexType>
  483. <xsd:complexType name="telephonyPhonebookGroupStruct">
  484. <xsd:all>
  485. <xsd:element name="name" type="xsd:string"/>
  486. <xsd:element name="count" type="xsd:int"/>
  487. </xsd:all>
  488. </xsd:complexType>
  489. <xsd:complexType name="telephonyPhonebookContactStruct">
  490. <xsd:all>
  491. <xsd:element name="id" type="xsd:int"/>
  492. <xsd:element name="name" type="xsd:string"/>
  493. <xsd:element name="surname" type="xsd:string"/>
  494. <xsd:element name="workPhone" type="xsd:string"/>
  495. <xsd:element name="workMobile" type="xsd:string"/>
  496. <xsd:element name="homePhone" type="xsd:string"/>
  497. <xsd:element name="homeMobile" type="xsd:string"/>
  498. <xsd:element name="group" type="xsd:string"/>
  499. </xsd:all>
  500. </xsd:complexType>
  501. <xsd:complexType name="telephonyPhonebookSharePeerStruct">
  502. <xsd:all>
  503. <xsd:element name="id" type="xsd:int"/>
  504. <xsd:element name="number" type="xsd:string"/>
  505. <xsd:element name="name" type="xsd:string"/>
  506. <xsd:element name="mode" type="xsd:string"/>
  507. </xsd:all>
  508. </xsd:complexType>
  509. <xsd:complexType name="telephonySecurityDepositCreditReturn">
  510. <xsd:all>
  511. <xsd:element name="orderId" type="xsd:int"/>
  512. <xsd:element name="orderPassword" type="xsd:string"/>
  513. <xsd:element name="orderUrl" type="xsd:string"/>
  514. <xsd:element name="totalPrice" type="xsd:float"/>
  515. <xsd:element name="vat" type="xsd:float"/>
  516. <xsd:element name="totalPriceWithVat" type="xsd:float"/>
  517. <xsd:element name="ribBankCode" type="xsd:string"/>
  518. <xsd:element name="ribAgencyCode" type="xsd:string"/>
  519. <xsd:element name="ribAccountNumber" type="xsd:string"/>
  520. <xsd:element name="ribKey" type="xsd:string"/>
  521. <xsd:element name="iban" type="xsd:string"/>
  522. <xsd:element name="bic" type="xsd:string"/>
  523. </xsd:all>
  524. </xsd:complexType>
  525. <xsd:complexType name="telephonyConferenceStruct">
  526. <xsd:all>
  527. <xsd:element name="room" type="xsd:string"/>
  528. <xsd:element name="countryCode" type="xsd:string"/>
  529. <xsd:element name="callNumber" type="xsd:string"/>
  530. <xsd:element name="language" type="xsd:string"/>
  531. <xsd:element name="customAnnounce" type="xsd:boolean"/>
  532. <xsd:element name="recordAnnounce" type="xsd:boolean"/>
  533. <xsd:element name="mailReport" type="xsd:boolean"/>
  534. <xsd:element name="customMailReportAddress" type="xsd:string"/>
  535. <xsd:element name="askName" type="xsd:boolean"/>
  536. <xsd:element name="tellMemberCount" type="xsd:boolean"/>
  537. <xsd:element name="moderatorCountryCode" type="xsd:string"/>
  538. <xsd:element name="moderatorCallNumber" type="xsd:string"/>
  539. <xsd:element name="status" type="xsd:string"/>
  540. <xsd:element name="dtmfmenu" type="xsd:boolean"/>
  541. <xsd:element name="announce_rcv" type="xsd:boolean"/>
  542. <xsd:element name="announce_snd" type="xsd:boolean"/>
  543. <xsd:element name="recordConf" type="xsd:boolean"/>
  544. </xsd:all>
  545. </xsd:complexType>
  546. <xsd:complexType name="telephonyConferenceAnnouncesStatusReturn">
  547. <xsd:all>
  548. <xsd:element name="custom" type="xsd:boolean"/>
  549. </xsd:all>
  550. </xsd:complexType>
  551. <xsd:complexType name="telephonyConferenceGetInfosReturn">
  552. <xsd:all>
  553. <xsd:element name="parties" type="xsd:int"/>
  554. <xsd:element name="locked" type="xsd:boolean"/>
  555. <xsd:element name="participants" type="typens:MyArrayOfTelephonyConferenceParticipantStructType"/>
  556. </xsd:all>
  557. </xsd:complexType>
  558. <xsd:complexType name="telephonyConferenceParticipantStruct">
  559. <xsd:all>
  560. <xsd:element name="callerid" type="xsd:string"/>
  561. <xsd:element name="callername" type="xsd:string"/>
  562. <xsd:element name="talking" type="xsd:boolean"/>
  563. <xsd:element name="deaf" type="xsd:boolean"/>
  564. <xsd:element name="muted" type="xsd:boolean"/>
  565. <xsd:element name="joinsince" type="xsd:int"/>
  566. <xsd:element name="memberid" type="xsd:int"/>
  567. </xsd:all>
  568. </xsd:complexType>
  569. <xsd:complexType name="telephonyConferenceParamsReturn">
  570. <xsd:all>
  571. <xsd:element name="number" type="xsd:string"/>
  572. <xsd:element name="lang" type="xsd:string"/>
  573. <xsd:element name="pin" type="xsd:int"/>
  574. <xsd:element name="enterMuted" type="xsd:boolean"/>
  575. <xsd:element name="announceStatus" type="xsd:boolean"/>
  576. <xsd:element name="announceFilename" type="xsd:string"/>
  577. <xsd:element name="recordStatus" type="xsd:boolean"/>
  578. <xsd:element name="reportStatus" type="xsd:string"/>
  579. <xsd:element name="reportMail" type="xsd:string"/>
  580. <xsd:element name="eventsHash" type="xsd:string"/>
  581. </xsd:all>
  582. </xsd:complexType>
  583. <xsd:complexType name="telephonySmsCsvSlotStruct">
  584. <xsd:all>
  585. <xsd:element name="id" type="xsd:string"/>
  586. <xsd:element name="name" type="xsd:string"/>
  587. <xsd:element name="date" type="xsd:string"/>
  588. <xsd:element name="records" type="xsd:string"/>
  589. </xsd:all>
  590. </xsd:complexType>
  591. <xsd:complexType name="telephonySmsUserQuotaStruct">
  592. <xsd:all>
  593. <xsd:element name="quotaLeft" type="xsd:string"/>
  594. <xsd:element name="quotaStatus" type="xsd:string"/>
  595. </xsd:all>
  596. </xsd:complexType>
  597. <xsd:complexType name="telephonyNotificationSmsUserStruct">
  598. <xsd:all>
  599. <xsd:element name="support" type="xsd:string"/>
  600. <xsd:element name="alertThreshold" type="xsd:int"/>
  601. <xsd:element name="alertNumber" type="xsd:string"/>
  602. <xsd:element name="alertEmail" type="xsd:string"/>
  603. </xsd:all>
  604. </xsd:complexType>
  605. <xsd:complexType name="telephonySmsUserStruct">
  606. <xsd:all>
  607. <xsd:element name="login" type="xsd:string"/>
  608. <xsd:element name="quota" type="xsd:string"/>
  609. <xsd:element name="quotaStatus" type="xsd:string"/>
  610. <xsd:element name="alertThreshold" type="xsd:string"/>
  611. <xsd:element name="support" type="xsd:string"/>
  612. <xsd:element name="alertNumber" type="xsd:string"/>
  613. </xsd:all>
  614. </xsd:complexType>
  615. <xsd:complexType name="telephonySmsCreditInfoReturn">
  616. <xsd:all>
  617. <xsd:element name="waiting" type="xsd:int"/>
  618. <xsd:element name="left" type="xsd:int"/>
  619. </xsd:all>
  620. </xsd:complexType>
  621. <xsd:complexType name="telephonySmsHistoryStruct">
  622. <xsd:all>
  623. <xsd:element name="smsId" type="xsd:int"/>
  624. <xsd:element name="numberFrom" type="xsd:string"/>
  625. <xsd:element name="numberTo" type="xsd:string"/>
  626. <xsd:element name="status" type="xsd:string"/>
  627. <xsd:element name="date" type="xsd:string"/>
  628. <xsd:element name="message" type="xsd:string"/>
  629. <xsd:element name="text" type="xsd:string"/>
  630. <xsd:element name="user" type="xsd:string"/>
  631. <xsd:element name="tag" type="xsd:string"/>
  632. <xsd:element name="pttDescription" type="xsd:string"/>
  633. <xsd:element name="deliveryReceiptDescription" type="xsd:string"/>
  634. <xsd:element name="pttDescriptionDetail" type="xsd:string"/>
  635. </xsd:all>
  636. </xsd:complexType>
  637. <xsd:complexType name="telephonySmsSenderStruct">
  638. <xsd:all>
  639. <xsd:element name="number" type="xsd:string"/>
  640. <xsd:element name="status" type="xsd:string"/>
  641. <xsd:element name="description" type="xsd:string"/>
  642. </xsd:all>
  643. </xsd:complexType>
  644. <xsd:complexType name="telephonyAbbreviatedNumberStruct">
  645. <xsd:all>
  646. <xsd:element name="abbreviatedNumber" type="xsd:string"/>
  647. <xsd:element name="relatedNumber" type="xsd:string"/>
  648. <xsd:element name="name" type="xsd:string"/>
  649. <xsd:element name="surname" type="xsd:string"/>
  650. </xsd:all>
  651. </xsd:complexType>
  652. <xsd:complexType name="telephonyDirectoryPJHeadingStruct">
  653. <xsd:all>
  654. <xsd:element name="codePJ" type="xsd:string"/>
  655. <xsd:element name="labelPJ" type="xsd:string"/>
  656. <xsd:element name="isAssociatedWithAPE" type="xsd:string"/>
  657. <xsd:element name="notification" type="xsd:string"/>
  658. </xsd:all>
  659. </xsd:complexType>
  660. <xsd:complexType name="telephonyDirectoryWayTypeStruct">
  661. <xsd:all>
  662. <xsd:element name="abbreviatedName" type="xsd:string"/>
  663. <xsd:element name="wayName" type="xsd:string"/>
  664. <xsd:element name="tag" type="xsd:string"/>
  665. </xsd:all>
  666. </xsd:complexType>
  667. <xsd:complexType name="telephonyDirectoryInfoReturn">
  668. <xsd:all>
  669. <xsd:element name="number" type="xsd:string"/>
  670. <xsd:element name="name" type="xsd:string"/>
  671. <xsd:element name="firstName" type="xsd:string"/>
  672. <xsd:element name="wayNumber" type="xsd:string"/>
  673. <xsd:element name="wayType" type="xsd:string"/>
  674. <xsd:element name="wayTypeDescription" type="xsd:string"/>
  675. <xsd:element name="wayNumberExtra" type="xsd:string"/>
  676. <xsd:element name="wayName" type="xsd:string"/>
  677. <xsd:element name="addressExtra" type="xsd:string"/>
  678. <xsd:element name="urbanDistrict" type="xsd:string"/>
  679. <xsd:element name="postBox" type="xsd:string"/>
  680. <xsd:element name="cedex" type="xsd:string"/>
  681. <xsd:element name="postCode" type="xsd:string"/>
  682. <xsd:element name="city" type="xsd:string"/>
  683. <xsd:element name="country" type="xsd:string"/>
  684. <xsd:element name="email" type="xsd:string"/>
  685. <xsd:element name="legalForm" type="xsd:string"/>
  686. <xsd:element name="occupation" type="xsd:string"/>
  687. <xsd:element name="socialNomination" type="xsd:string"/>
  688. <xsd:element name="PJSocialNomination" type="xsd:string"/>
  689. <xsd:element name="socialNominationExtra" type="xsd:string"/>
  690. <xsd:element name="lineDescription" type="xsd:string"/>
  691. <xsd:element name="siret" type="xsd:string"/>
  692. <xsd:element name="ape" type="xsd:string"/>
  693. <xsd:element name="displayFirstName" type="xsd:string"/>
  694. <xsd:element name="displayOnlyCity" type="xsd:string"/>
  695. <xsd:element name="displayUniversalDirectory" type="xsd:string"/>
  696. <xsd:element name="displayMarketingDirectory" type="xsd:string"/>
  697. <xsd:element name="displaySearchReverse" type="xsd:string"/>
  698. <xsd:element name="receivePJDirectory" type="xsd:string"/>
  699. <xsd:element name="inseeCode" type="xsd:int"/>
  700. <xsd:element name="codePJ" type="xsd:string"/>
  701. <xsd:element name="labelPJ" type="xsd:string"/>
  702. <xsd:element name="modificationType" type="xsd:string"/>
  703. <xsd:element name="modificationDate" type="xsd:string"/>
  704. <xsd:element name="status" type="xsd:string"/>
  705. <xsd:element name="status_pagesjaunes" type="xsd:string"/>
  706. <xsd:element name="status_118712" type="xsd:string"/>
  707. <xsd:element name="address" type="xsd:string"/>
  708. </xsd:all>
  709. </xsd:complexType>
  710. <xsd:complexType name="telephonyDirectoryInfoGetSiretReturn">
  711. <xsd:all>
  712. <xsd:element name="name" type="xsd:string"/>
  713. <xsd:element name="siret" type="xsd:int"/>
  714. <xsd:element name="siren" type="xsd:int"/>
  715. <xsd:element name="ape" type="xsd:string"/>
  716. <xsd:element name="address" type="xsd:string"/>
  717. <xsd:element name="juridicCategory" type="xsd:string"/>
  718. <xsd:element name="brand" type="xsd:string"/>
  719. </xsd:all>
  720. </xsd:complexType>
  721. <xsd:complexType name="telephonyAvailableFunctionStruct">
  722. <xsd:all>
  723. <xsd:element name="function" type="xsd:string"/>
  724. <xsd:element name="relatedValue" type="xsd:string"/>
  725. <xsd:element name="defaultValue" type="xsd:string"/>
  726. <xsd:element name="possibilities" type="typens:MyArrayOfStringType"/>
  727. </xsd:all>
  728. </xsd:complexType>
  729. <xsd:complexType name="telephonyFunctionKeyStruct">
  730. <xsd:all>
  731. <xsd:element name="keyNum" type="xsd:int"/>
  732. <xsd:element name="function" type="xsd:string"/>
  733. <xsd:element name="relatedNumber" type="xsd:string"/>
  734. <xsd:element name="label" type="xsd:string"/>
  735. <xsd:element name="default" type="xsd:string"/>
  736. <xsd:element name="type" type="xsd:string"/>
  737. <xsd:element name="functionList" type="typens:MyArrayOfTelephonyAvailableFunctionStructType"/>
  738. </xsd:all>
  739. </xsd:complexType>
  740. <xsd:complexType name="telephonyFaxCallStruct">
  741. <xsd:all>
  742. <xsd:element name="calledNumber" type="xsd:string"/>
  743. <xsd:element name="callingNumber" type="xsd:string"/>
  744. <xsd:element name="destination" type="xsd:string"/>
  745. <xsd:element name="jobid" type="xsd:int"/>
  746. <xsd:element name="nature" type="xsd:string"/>
  747. <xsd:element name="countryCode" type="xsd:int"/>
  748. <xsd:element name="designation" type="xsd:string"/>
  749. <xsd:element name="jobtag" type="xsd:string"/>
  750. <xsd:element name="idkey" type="xsd:string"/>
  751. <xsd:element name="priceWithoutVAT" type="xsd:float"/>
  752. <xsd:element name="quality" type="xsd:string"/>
  753. <xsd:element name="callDate" type="xsd:string"/>
  754. <xsd:element name="pages" type="xsd:int"/>
  755. </xsd:all>
  756. </xsd:complexType>
  757. <xsd:complexType name="telephonyFaxCallsSummaryDetailsStruct">
  758. <xsd:all>
  759. <xsd:element name="faxNumber" type="xsd:int"/>
  760. <xsd:element name="pages" type="xsd:int"/>
  761. <xsd:element name="priceWithoutVAT" type="xsd:float"/>
  762. </xsd:all>
  763. </xsd:complexType>
  764. <xsd:complexType name="telephonyFaxCallsSummaryStruct">
  765. <xsd:all>
  766. <xsd:element name="high" type="typens:telephonyFaxCallsSummaryDetailsStruct"/>
  767. <xsd:element name="low" type="typens:telephonyFaxCallsSummaryDetailsStruct"/>
  768. </xsd:all>
  769. </xsd:complexType>
  770. <xsd:complexType name="telephonyFaxCallListReturn">
  771. <xsd:all>
  772. <xsd:element name="fromDate" type="xsd:string"/>
  773. <xsd:element name="toDate" type="xsd:string"/>
  774. <xsd:element name="list" type="typens:MyArrayOfTelephonyFaxCallStructType"/>
  775. <xsd:element name="summary" type="typens:telephonyFaxCallsSummaryStruct"/>
  776. </xsd:all>
  777. </xsd:complexType>
  778. <xsd:complexType name="telephonyFaxOptionsListReturn">
  779. <xsd:all>
  780. <xsd:element name="callNumber" type="xsd:string"/>
  781. <xsd:element name="countryCode" type="xsd:string"/>
  782. <xsd:element name="fromName" type="xsd:string"/>
  783. <xsd:element name="fromEmail" type="xsd:string"/>
  784. <xsd:element name="faxQuality" type="xsd:string"/>
  785. <xsd:element name="faxTagLine" type="xsd:string"/>
  786. <xsd:element name="faxMaxCall" type="xsd:int"/>
  787. <xsd:element name="receivId" type="xsd:string"/>
  788. <xsd:element name="senderId" type="xsd:string"/>
  789. <xsd:element name="redirection1Email" type="xsd:string"/>
  790. <xsd:element name="redirection2Email" type="xsd:string"/>
  791. <xsd:element name="redirection3Email" type="xsd:string"/>
  792. <xsd:element name="redirection4Email" type="xsd:string"/>
  793. <xsd:element name="redirection5Email" type="xsd:string"/>
  794. </xsd:all>
  795. </xsd:complexType>
  796. <xsd:complexType name="telephonyFaxHistoryStruct">
  797. <xsd:all>
  798. <xsd:element name="id" type="xsd:int"/>
  799. <xsd:element name="relatedNumber" type="xsd:string"/>
  800. <xsd:element name="jobid" type="xsd:int"/>
  801. <xsd:element name="jobtag" type="xsd:string"/>
  802. <xsd:element name="sender" type="xsd:string"/>
  803. <xsd:element name="pages" type="xsd:int"/>
  804. <xsd:element name="quality" type="xsd:string"/>
  805. <xsd:element name="callTime" type="xsd:string"/>
  806. <xsd:element name="date" type="xsd:string"/>
  807. <xsd:element name="state" type="xsd:string"/>
  808. </xsd:all>
  809. </xsd:complexType>
  810. <xsd:complexType name="telephonyFaxCampaignDetailsStruct">
  811. <xsd:all>
  812. <xsd:element name="campaignName" type="xsd:string"/>
  813. <xsd:element name="campaignStatus" type="xsd:string"/>
  814. <xsd:element name="dateStart" type="xsd:string"/>
  815. <xsd:element name="dateEnd" type="xsd:string"/>
  816. <xsd:element name="total" type="xsd:int"/>
  817. <xsd:element name="todo" type="xsd:int"/>
  818. <xsd:element name="success" type="xsd:int"/>
  819. <xsd:element name="failed" type="xsd:int"/>
  820. <xsd:element name="reference" type="xsd:string"/>
  821. <xsd:element name="recipients" type="typens:MyArrayOfTelephonyRecipientStructType"/>
  822. </xsd:all>
  823. </xsd:complexType>
  824. <xsd:complexType name="telephonyRecipientStruct">
  825. <xsd:all>
  826. <xsd:element name="recipient" type="xsd:string"/>
  827. <xsd:element name="status" type="xsd:string"/>
  828. </xsd:all>
  829. </xsd:complexType>
  830. <xsd:complexType name="telephonyAbbreviatedNumberListPaginatedReturn">
  831. <xsd:all>
  832. <xsd:element name="totalRecords" type="xsd:int"/>
  833. <xsd:element name="list" type="typens:MyArrayOfTelephonyAbbreviatedNumberStructType"/>
  834. </xsd:all>
  835. </xsd:complexType>
  836. <xsd:complexType name="telephonyFaxCampaignListReturn">
  837. <xsd:all>
  838. <xsd:element name="totalRecords" type="xsd:int"/>
  839. <xsd:element name="list" type="typens:MyArrayOfTelephonyFaxCampaignStructType"/>
  840. </xsd:all>
  841. </xsd:complexType>
  842. <xsd:complexType name="telephonyFaxCampaignStruct">
  843. <xsd:all>
  844. <xsd:element name="campaignName" type="xsd:string"/>
  845. <xsd:element name="campaignStatus" type="xsd:string"/>
  846. <xsd:element name="dateStart" type="xsd:string"/>
  847. <xsd:element name="dateEnd" type="xsd:string"/>
  848. <xsd:element name="total" type="xsd:int"/>
  849. <xsd:element name="success" type="xsd:int"/>
  850. <xsd:element name="failed" type="xsd:int"/>
  851. <xsd:element name="reference" type="xsd:string"/>
  852. </xsd:all>
  853. </xsd:complexType>
  854. <xsd:complexType name="telephonyPortabilityStruct">
  855. <xsd:all>
  856. <xsd:element name="id" type="xsd:int"/>
  857. <xsd:element name="customerFullName" type="xsd:string"/>
  858. <xsd:element name="billingAccount" type="xsd:string"/>
  859. <xsd:element name="callNumber" type="xsd:string"/>
  860. <xsd:element name="extraNumbers" type="typens:MyArrayOfStringType"/>
  861. <xsd:element name="planDate" type="xsd:string"/>
  862. <xsd:element name="resellerOrder" type="xsd:boolean"/>
  863. <xsd:element name="customerMailSent" type="xsd:boolean"/>
  864. <xsd:element name="customerMailSendDate" type="xsd:string"/>
  865. <xsd:element name="customerMailReturned" type="xsd:boolean"/>
  866. <xsd:element name="customerMailReturnDate" type="xsd:string"/>
  867. <xsd:element name="customerMailTracking" type="xsd:string"/>
  868. <xsd:element name="rangeHolderName" type="xsd:string"/>
  869. <xsd:element name="losingCpName" type="xsd:string"/>
  870. <xsd:element name="rhOrderSent" type="xsd:boolean"/>
  871. <xsd:element name="rhOrderReceived" type="xsd:boolean"/>
  872. <xsd:element name="rhOrderAck" type="xsd:string"/>
  873. <xsd:element name="rhOrderAckComment" type="xsd:string"/>
  874. <xsd:element name="rhOrderPort" type="xsd:string"/>
  875. <xsd:element name="rhOrderPortComment" type="xsd:string"/>
  876. <xsd:element name="lcpOrderSent" type="xsd:boolean"/>
  877. <xsd:element name="lcpOrderReceived" type="xsd:boolean"/>
  878. <xsd:element name="lcpOrderAck" type="xsd:string"/>
  879. <xsd:element name="lcpOrderAckComment" type="xsd:string"/>
  880. <xsd:element name="lcpOrderPort" type="xsd:string"/>
  881. <xsd:element name="lcpOrderPortComment" type="xsd:string"/>
  882. </xsd:all>
  883. </xsd:complexType>
  884. <xsd:complexType name="telephonyNumberOrderReturn">
  885. <xsd:all>
  886. <xsd:element name="orderId" type="xsd:int"/>
  887. <xsd:element name="orderPassword" type="xsd:string"/>
  888. <xsd:element name="orderUrl" type="xsd:string"/>
  889. <xsd:element name="totalPrice" type="xsd:float"/>
  890. </xsd:all>
  891. </xsd:complexType>
  892. <xsd:complexType name="telephonyNumberZoneAndPrefixStruct">
  893. <xsd:all>
  894. <xsd:element name="country" type="xsd:string"/>
  895. <xsd:element name="type" type="xsd:string"/>
  896. <xsd:element name="zone" type="xsd:string"/>
  897. <xsd:element name="prefix" type="xsd:string"/>
  898. </xsd:all>
  899. </xsd:complexType>
  900. <xsd:complexType name="telephonyNumberCityForZoneStruct">
  901. <xsd:all>
  902. <xsd:element name="city" type="xsd:string"/>
  903. <xsd:element name="postalCode" type="xsd:string"/>
  904. </xsd:all>
  905. </xsd:complexType>
  906. <xsd:complexType name="telephonyTonesOptionsListReturn">
  907. <xsd:all>
  908. <xsd:element name="toneRingback" type="xsd:string"/>
  909. <xsd:element name="toneOnHold" type="xsd:string"/>
  910. <xsd:element name="toneOnClosure" type="xsd:string"/>
  911. <xsd:element name="toneOnCallWaiting" type="xsd:string"/>
  912. </xsd:all>
  913. </xsd:complexType>
  914. <xsd:complexType name="telephonyToneStatusReturn">
  915. <xsd:all>
  916. <xsd:element name="ringback" type="xsd:boolean"/>
  917. <xsd:element name="onhold" type="xsd:boolean"/>
  918. <xsd:element name="onclosure" type="xsd:boolean"/>
  919. <xsd:element name="callwaiting" type="xsd:boolean"/>
  920. </xsd:all>
  921. </xsd:complexType>
  922. <xsd:complexType name="telephonyDdiInfoReturn">
  923. <xsd:all>
  924. <xsd:element name="number" type="xsd:string"/>
  925. <xsd:element name="country" type="xsd:string"/>
  926. <xsd:element name="noReplyTimer" type="xsd:int"/>
  927. <xsd:element name="logged" type="xsd:boolean"/>
  928. </xsd:all>
  929. </xsd:complexType>
  930. <xsd:complexType name="telephonyRedirectInfoReturn">
  931. <xsd:all>
  932. <xsd:element name="number" type="xsd:string"/>
  933. <xsd:element name="country" type="xsd:string"/>
  934. <xsd:element name="noReplyTimer" type="xsd:int"/>
  935. <xsd:element name="logged" type="xsd:boolean"/>
  936. </xsd:all>
  937. </xsd:complexType>
  938. <xsd:complexType name="telephonyHuntingInfoReturn">
  939. <xsd:all>
  940. <xsd:element name="members" type="typens:MyArrayOfTelephonyHuntingInfoMemberStructType"/>
  941. <xsd:element name="strategy" type="xsd:string"/>
  942. <xsd:element name="pattern" type="xsd:string"/>
  943. <xsd:element name="onHoldTimer" type="xsd:int"/>
  944. <xsd:element name="queueSize" type="xsd:int"/>
  945. <xsd:element name="numberOfCalls" type="xsd:int"/>
  946. <xsd:element name="noReplyTimer" type="xsd:int"/>
  947. <xsd:element name="mainVoicemail" type="xsd:string"/>
  948. <xsd:element name="toneOnHold" type="xsd:boolean"/>
  949. <xsd:element name="toneRingback" type="xsd:boolean"/>
  950. <xsd:element name="toneOnClosure" type="xsd:boolean"/>
  951. <xsd:element name="anonymousCallRejection" type="xsd:boolean"/>
  952. </xsd:all>
  953. </xsd:complexType>
  954. <xsd:complexType name="telephonyHuntingInfoMemberStruct">
  955. <xsd:all>
  956. <xsd:element name="number" type="xsd:string"/>
  957. <xsd:element name="numberInternational" type="xsd:string"/>
  958. <xsd:element name="status" type="xsd:string"/>
  959. <xsd:element name="logged" type="xsd:boolean"/>
  960. <xsd:element name="noReplyTimer" type="xsd:int"/>
  961. </xsd:all>
  962. </xsd:complexType>
  963. <xsd:complexType name="telephonyScreenStruct">
  964. <xsd:all>
  965. <xsd:element name="status" type="xsd:string"/>
  966. <xsd:element name="numberScreen" type="xsd:string"/>
  967. <xsd:element name="natureScreen" type="xsd:string"/>
  968. </xsd:all>
  969. </xsd:complexType>
  970. <xsd:complexType name="telephonyScreenBlackWhiteChoiceReturn">
  971. <xsd:all>
  972. <xsd:element name="incomingScreenlist" type="xsd:string"/>
  973. <xsd:element name="outgoingScreenlist" type="xsd:string"/>
  974. <xsd:element name="outgoingCodeUnlock" type="xsd:string"/>
  975. </xsd:all>
  976. </xsd:complexType>
  977. <xsd:complexType name="telephonyHuntingGenericScreenStruct">
  978. <xsd:all>
  979. <xsd:element name="status" type="xsd:string"/>
  980. <xsd:element name="timeEnd" type="xsd:string"/>
  981. <xsd:element name="timeStart" type="xsd:string"/>
  982. <xsd:element name="dayType" type="xsd:string"/>
  983. <xsd:element name="forwardPolicyIndex" type="xsd:string"/>
  984. </xsd:all>
  985. </xsd:complexType>
  986. <xsd:complexType name="telephonyHuntingGenericScreenOptionsStruct">
  987. <xsd:all>
  988. <xsd:element name="callForward" type="xsd:string"/>
  989. <xsd:element name="voicemail" type="xsd:string"/>
  990. <xsd:element name="index" type="xsd:string"/>
  991. <xsd:element name="timeout" type="xsd:string"/>
  992. </xsd:all>
  993. </xsd:complexType>
  994. <xsd:complexType name="telephonyPlugAndPhoneInfoReturn">
  995. <xsd:all>
  996. <xsd:element name="brand" type="xsd:string"/>
  997. <xsd:element name="protocol" type="xsd:string"/>
  998. <xsd:element name="mac" type="xsd:string"/>
  999. <xsd:element name="gfKeyCount" type="xsd:int"/>
  1000. <xsd:element name="skin" type="xsd:string"/>
  1001. </xsd:all>
  1002. </xsd:complexType>
  1003. <xsd:complexType name="telephonyPlugAndPhoneReinitConfigurationReturn">
  1004. <xsd:all>
  1005. <xsd:element name="autoConfigurationCode" type="xsd:string"/>
  1006. <xsd:element name="contactsBookKey" type="xsd:string"/>
  1007. <xsd:element name="serverUrl" type="xsd:string"/>
  1008. </xsd:all>
  1009. </xsd:complexType>
  1010. <xsd:complexType name="telephonyAliasToLinePossibilityPriceStruct">
  1011. <xsd:all>
  1012. <xsd:element name="offer" type="xsd:string"/>
  1013. <xsd:element name="price" type="xsd:string"/>
  1014. </xsd:all>
  1015. </xsd:complexType>
  1016. <xsd:complexType name="telephonyLineLogsListStruct">
  1017. <xsd:all>
  1018. <xsd:element name="date" type="xsd:string"/>
  1019. <xsd:element name="type" type="xsd:string"/>
  1020. <xsd:element name="msg" type="xsd:string"/>
  1021. </xsd:all>
  1022. </xsd:complexType>
  1023. <xsd:complexType name="telephonyLineLogsStruct">
  1024. <xsd:all>
  1025. <xsd:element name="number" type="xsd:string"/>
  1026. <xsd:element name="list" type="typens:MyArrayOfTelephonyLineLogsListStructType"/>
  1027. <xsd:element name="totalRecords" type="xsd:int"/>
  1028. </xsd:all>
  1029. </xsd:complexType>
  1030. <xsd:complexType name="telephonyLineLogsNotificationOptionsReturn">
  1031. <xsd:all>
  1032. <xsd:element name="frequency" type="xsd:string"/>
  1033. <xsd:element name="sendIfNull" type="xsd:boolean"/>
  1034. <xsd:element name="email" type="xsd:string"/>
  1035. </xsd:all>
  1036. </xsd:complexType>
  1037. <xsd:complexType name="telephonyFreefaxToVoicefaxCheckStruct">
  1038. <xsd:all>
  1039. <xsd:element name="domain" type="xsd:string"/>
  1040. <xsd:element name="number" type="xsd:string"/>
  1041. </xsd:all>
  1042. </xsd:complexType>
  1043. <xsd:complexType name="telephonySipDomainStruct">
  1044. <xsd:all>
  1045. <xsd:element name="domain" type="xsd:string"/>
  1046. <xsd:element name="country" type="xsd:string"/>
  1047. <xsd:element name="list" type="typens:MyArrayOfStringType"/>
  1048. </xsd:all>
  1049. </xsd:complexType>
  1050. <xsd:complexType name="telephonyRateStruct">
  1051. <xsd:all>
  1052. <xsd:element name="country" type="xsd:string"/>
  1053. <xsd:element name="countrySuffixe" type="xsd:string"/>
  1054. <xsd:element name="price" type="xsd:float"/>
  1055. <xsd:element name="type" type="xsd:string"/>
  1056. </xsd:all>
  1057. </xsd:complexType>
  1058. <xsd:complexType name="telephonySmsBlacklistedSenderStruct">
  1059. <xsd:all>
  1060. <xsd:element name="id" type="xsd:int"/>
  1061. <xsd:element name="date" type="xsd:string"/>
  1062. <xsd:element name="number" type="xsd:string"/>
  1063. </xsd:all>
  1064. </xsd:complexType>
  1065. <xsd:complexType name="telephonySmsBlacklistedSendersListReturn">
  1066. <xsd:all>
  1067. <xsd:element name="totalRecords" type="xsd:int"/>
  1068. <xsd:element name="list" type="typens:MyArrayOfTelephonySmsBlacklistedSenderStructType"/>
  1069. </xsd:all>
  1070. </xsd:complexType>
  1071. <xsd:complexType name="telephonyDefaultPrivateHolidaysEventsCountryStruct">
  1072. <xsd:all>
  1073. <xsd:element name="dates" type="typens:MyArrayOfStringType"/>
  1074. <xsd:element name="tzid" type="xsd:string"/>
  1075. </xsd:all>
  1076. </xsd:complexType>
  1077. <xsd:complexType name="telephonyGetDefaultPrivateHolidaysEventsReturn">
  1078. <xsd:all>
  1079. <xsd:element name="fr" type="typens:telephonyDefaultPrivateHolidaysEventsCountryStruct"/>
  1080. <xsd:element name="be" type="typens:telephonyDefaultPrivateHolidaysEventsCountryStruct"/>
  1081. <xsd:element name="uk" type="typens:telephonyDefaultPrivateHolidaysEventsCountryStruct"/>
  1082. <xsd:element name="de" type="typens:telephonyDefaultPrivateHolidaysEventsCountryStruct"/>
  1083. <xsd:element name="es" type="typens:telephonyDefaultPrivateHolidaysEventsCountryStruct"/>
  1084. </xsd:all>
  1085. </xsd:complexType>
  1086. <xsd:complexType name="telephonyGetClosureEventsAsIcsStruct">
  1087. <xsd:all>
  1088. <xsd:element name="numberOfEvents" type="xsd:int"/>
  1089. <xsd:element name="datas" type="xsd:string"/>
  1090. </xsd:all>
  1091. </xsd:complexType>
  1092. <xsd:complexType name="telephonyGetClosureEventsAsArrayEventStruct">
  1093. <xsd:all>
  1094. <xsd:element name="uid" type="xsd:string"/>
  1095. <xsd:element name="summary" type="xsd:string"/>
  1096. <xsd:element name="description" type="xsd:string"/>
  1097. <xsd:element name="categories" type="xsd:string"/>
  1098. <xsd:element name="created" type="xsd:string"/>
  1099. <xsd:element name="lastModified" type="xsd:string"/>
  1100. <xsd:element name="dtStart" type="xsd:string"/>
  1101. <xsd:element name="dtStartValue" type="xsd:string"/>
  1102. <xsd:element name="dtStartTzid" type="xsd:string"/>
  1103. <xsd:element name="dtStartUserValue" type="xsd:string"/>
  1104. <xsd:element name="dtEnd" type="xsd:string"/>
  1105. <xsd:element name="dtEndValue" type="xsd:string"/>
  1106. <xsd:element name="dtEndTzid" type="xsd:string"/>
  1107. <xsd:element name="dtEndUserValue" type="xsd:string"/>
  1108. </xsd:all>
  1109. </xsd:complexType>
  1110. <xsd:complexType name="telephonyGetClosureEventsAsArrayStruct">
  1111. <xsd:all>
  1112. <xsd:element name="numberOfEvents" type="xsd:int"/>
  1113. <xsd:element name="events" type="typens:MyArrayOfTelephonyGetClosureEventsAsArrayEventStructType"/>
  1114. </xsd:all>
  1115. </xsd:complexType>
  1116. <xsd:complexType name="telephonyTrunkExternalDisplayedNumberStruct">
  1117. <xsd:all>
  1118. <xsd:element name="number" type="xsd:string"/>
  1119. <xsd:element name="status" type="xsd:string"/>
  1120. </xsd:all>
  1121. </xsd:complexType>
  1122. <xsd:complexType name="telephonySmsplusOptionsStruct">
  1123. <xsd:all>
  1124. <xsd:element name="sendingNoSmsMt" type="xsd:boolean"/>
  1125. <xsd:element name="defaultSmsAccount" type="xsd:string"/>
  1126. <xsd:element name="defaultSmsSender" type="xsd:string"/>
  1127. <xsd:element name="defaultSmsAccountMtBilling" type="xsd:string"/>
  1128. <xsd:element name="trackingMedias" type="typens:MyArrayOfStringType"/>
  1129. <xsd:element name="trackingTargets" type="typens:MyArrayOfStringType"/>
  1130. </xsd:all>
  1131. </xsd:complexType>
  1132. <xsd:complexType name="telephonyApplicationTypeStruct">
  1133. <xsd:all>
  1134. <xsd:element name="label" type="xsd:string"/>
  1135. <xsd:element name="description" type="xsd:string"/>
  1136. </xsd:all>
  1137. </xsd:complexType>
  1138. <xsd:complexType name="telephonySmsplusChoicesStruct">
  1139. <xsd:all>
  1140. <xsd:element name="level" type="xsd:int"/>
  1141. <xsd:element name="price" type="xsd:float"/>
  1142. <xsd:element name="priceReversed" type="xsd:float"/>
  1143. <xsd:element name="shortCodeCategory" type="xsd:int"/>
  1144. <xsd:element name="publicType" type="xsd:string"/>
  1145. <xsd:element name="rates" type="xsd:string"/>
  1146. <xsd:element name="applicationTypes" type="typens:MyArrayOfTelephonyApplicationTypeStructType"/>
  1147. <xsd:element name="shortCodes" type="typens:MyArrayOfStringType"/>
  1148. </xsd:all>
  1149. </xsd:complexType>
  1150. <xsd:complexType name="telephonySmsplusDetailsStruct">
  1151. <xsd:all>
  1152. <xsd:element name="shortCodeCategory" type="xsd:string"/>
  1153. <xsd:element name="shortCode" type="xsd:string"/>
  1154. <xsd:element name="keyword" type="xsd:string"/>
  1155. <xsd:element name="domain" type="xsd:string"/>
  1156. <xsd:element name="publicType" type="xsd:string"/>
  1157. <xsd:element name="price" type="xsd:float"/>
  1158. <xsd:element name="priceReversed" type="xsd:float"/>
  1159. <xsd:element name="rates" type="xsd:string"/>
  1160. <xsd:element name="level" type="xsd:string"/>
  1161. <xsd:element name="company" type="xsd:string"/>
  1162. <xsd:element name="applicationDescription" type="xsd:string"/>
  1163. <xsd:element name="applicationType" type="xsd:string"/>
  1164. <xsd:element name="cgiUrl" type="xsd:string"/>
  1165. <xsd:element name="text" type="xsd:string"/>
  1166. <xsd:element name="cgiActivation" type="xsd:boolean"/>
  1167. <xsd:element name="options" type="typens:telephonySmsplusOptionsStruct"/>
  1168. <xsd:element name="description" type="xsd:string"/>
  1169. </xsd:all>
  1170. </xsd:complexType>
  1171. <xsd:complexType name="telephonySmsplusSummaryInfosStruct">
  1172. <xsd:all>
  1173. <xsd:element name="quantity" type="xsd:string"/>
  1174. <xsd:element name="priceReversed" type="xsd:float"/>
  1175. <xsd:element name="price" type="xsd:float"/>
  1176. </xsd:all>
  1177. </xsd:complexType>
  1178. <xsd:complexType name="telephonySmsplusTicketsStruct">
  1179. <xsd:all>
  1180. <xsd:element name="id" type="xsd:string"/>
  1181. <xsd:element name="date" type="xsd:string"/>
  1182. <xsd:element name="from" type="xsd:string"/>
  1183. <xsd:element name="to" type="xsd:string"/>
  1184. <xsd:element name="operator" type="xsd:string"/>
  1185. <xsd:element name="priceReversed" type="xsd:float"/>
  1186. <xsd:element name="message" type="xsd:string"/>
  1187. <xsd:element name="status" type="xsd:string"/>
  1188. </xsd:all>
  1189. </xsd:complexType>
  1190. <xsd:complexType name="telephonyNumberWayNameStruct">
  1191. <xsd:all>
  1192. <xsd:element name="name" type="xsd:string"/>
  1193. <xsd:element name="code" type="xsd:string"/>
  1194. </xsd:all>
  1195. </xsd:complexType>
  1196. <xsd:complexType name="telephonyLineGetCodecsReturn">
  1197. <xsd:all>
  1198. <xsd:element name="codecs" type="xsd:string"/>
  1199. <xsd:element name="availableCodecsList" type="typens:MyArrayOfStringType"/>
  1200. <xsd:element name="defaultCodecs" type="xsd:string"/>
  1201. </xsd:all>
  1202. </xsd:complexType>
  1203. <xsd:complexType name="telephonyCitiesFromZipStruct">
  1204. <xsd:all>
  1205. <xsd:element name="insee" type="xsd:string"/>
  1206. <xsd:element name="city" type="xsd:string"/>
  1207. <xsd:element name="zip" type="xsd:string"/>
  1208. <xsd:element name="zne" type="xsd:string"/>
  1209. </xsd:all>
  1210. </xsd:complexType>
  1211. <xsd:complexType name="telephonySpareActionsStruct">
  1212. <xsd:all>
  1213. <xsd:element name="toSpare" type="xsd:boolean"/>
  1214. <xsd:element name="toRma" type="xsd:boolean"/>
  1215. <xsd:element name="rmaType" type="xsd:string"/>
  1216. <xsd:element name="toDelete" type="xsd:boolean"/>
  1217. </xsd:all>
  1218. </xsd:complexType>
  1219. <xsd:complexType name="telephonySpareDetailStruct">
  1220. <xsd:all>
  1221. <xsd:element name="model" type="xsd:string"/>
  1222. <xsd:element name="price_fr" type="xsd:float"/>
  1223. </xsd:all>
  1224. </xsd:complexType>
  1225. <xsd:complexType name="telephonySpareServiceInfoStruct">
  1226. <xsd:all>
  1227. <xsd:element name="service" type="xsd:string"/>
  1228. <xsd:element name="reference" type="xsd:string"/>
  1229. <xsd:element name="parents" type="typens:MyArrayOfStringType"/>
  1230. <xsd:element name="actions" type="typens:telephonySpareActionsStruct"/>
  1231. </xsd:all>
  1232. </xsd:complexType>
  1233. <xsd:complexType name="telephonySpareInfoStruct">
  1234. <xsd:all>
  1235. <xsd:element name="type" type="xsd:string"/>
  1236. <xsd:element name="family" type="xsd:string"/>
  1237. <xsd:element name="spare" type="xsd:string"/>
  1238. <xsd:element name="model" type="xsd:string"/>
  1239. <xsd:element name="mac" type="xsd:string"/>
  1240. <xsd:element name="compatibles" type="typens:MyArrayOfStringType"/>
  1241. <xsd:element name="actions" type="typens:telephonySpareActionsStruct"/>
  1242. </xsd:all>
  1243. </xsd:complexType>
  1244. <xsd:complexType name="telephonySpareListReturn">
  1245. <xsd:all>
  1246. <xsd:element name="list" type="typens:MyArrayOfTelephonySpareInfoStructType"/>
  1247. <xsd:element name="total" type="xsd:int"/>
  1248. <xsd:element name="serviceInfo" type="typens:telephonySpareServiceInfoStruct"/>
  1249. </xsd:all>
  1250. </xsd:complexType>
  1251. <xsd:complexType name="telephonySpareFamilyStruct">
  1252. <xsd:all>
  1253. <xsd:element name="type" type="xsd:string"/>
  1254. <xsd:element name="family" type="xsd:string"/>
  1255. <xsd:element name="compatibles" type="typens:MyArrayOfStringType"/>
  1256. <xsd:element name="spares" type="typens:MyArrayOfTelephonySpareDetailStructType"/>
  1257. </xsd:all>
  1258. </xsd:complexType>
  1259. <xsd:complexType name="telephonySviInfoReturn">
  1260. <xsd:all>
  1261. <xsd:element name="number" type="xsd:string"/>
  1262. <xsd:element name="country" type="xsd:string"/>
  1263. <xsd:element name="url" type="xsd:string"/>
  1264. <xsd:element name="recordinfo" type="xsd:string"/>
  1265. </xsd:all>
  1266. </xsd:complexType>
  1267. <xsd:complexType name="MyArrayOfTelephonyBillingAccountStructType">
  1268. <xsd:complexContent>
  1269. <xsd:restriction base="soapenc:Array">
  1270. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyBillingAccountStruct[]"/>
  1271. </xsd:restriction>
  1272. </xsd:complexContent>
  1273. </xsd:complexType>
  1274. <xsd:complexType name="MyArrayOfStringType">
  1275. <xsd:complexContent>
  1276. <xsd:restriction base="soapenc:Array">
  1277. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="xsd:string[]"/>
  1278. </xsd:restriction>
  1279. </xsd:complexContent>
  1280. </xsd:complexType>
  1281. <xsd:complexType name="MyArrayOfTelephonyLineSwitchPossibilityPriceStructType">
  1282. <xsd:complexContent>
  1283. <xsd:restriction base="soapenc:Array">
  1284. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyLineSwitchPossibilityPriceStruct[]"/>
  1285. </xsd:restriction>
  1286. </xsd:complexContent>
  1287. </xsd:complexType>
  1288. <xsd:complexType name="MyArrayOfTelephonyLineSwitchOldOfferStructType">
  1289. <xsd:complexContent>
  1290. <xsd:restriction base="soapenc:Array">
  1291. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyLineSwitchOldOfferStruct[]"/>
  1292. </xsd:restriction>
  1293. </xsd:complexContent>
  1294. </xsd:complexType>
  1295. <xsd:complexType name="MyArrayOfOrderFollowingUpStructType">
  1296. <xsd:complexContent>
  1297. <xsd:restriction base="soapenc:Array">
  1298. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:orderFollowingUpStruct[]"/>
  1299. </xsd:restriction>
  1300. </xsd:complexContent>
  1301. </xsd:complexType>
  1302. <xsd:complexType name="MyArrayOfTelephonyReversmentsSummationStructType">
  1303. <xsd:complexContent>
  1304. <xsd:restriction base="soapenc:Array">
  1305. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyReversmentsSummationStruct[]"/>
  1306. </xsd:restriction>
  1307. </xsd:complexContent>
  1308. </xsd:complexType>
  1309. <xsd:complexType name="MyArrayOfTelephonyReversmentsSummationNumbersStructType">
  1310. <xsd:complexContent>
  1311. <xsd:restriction base="soapenc:Array">
  1312. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyReversmentsSummationNumbersStruct[]"/>
  1313. </xsd:restriction>
  1314. </xsd:complexContent>
  1315. </xsd:complexType>
  1316. <xsd:complexType name="MyArrayOfTelephonyBillStructType">
  1317. <xsd:complexContent>
  1318. <xsd:restriction base="soapenc:Array">
  1319. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyBillStruct[]"/>
  1320. </xsd:restriction>
  1321. </xsd:complexContent>
  1322. </xsd:complexType>
  1323. <xsd:complexType name="MyArrayOfTelephonyRateStructType">
  1324. <xsd:complexContent>
  1325. <xsd:restriction base="soapenc:Array">
  1326. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyRateStruct[]"/>
  1327. </xsd:restriction>
  1328. </xsd:complexContent>
  1329. </xsd:complexType>
  1330. <xsd:complexType name="MyArrayOfTelephonyVoicemailMailboxStructType">
  1331. <xsd:complexContent>
  1332. <xsd:restriction base="soapenc:Array">
  1333. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyVoicemailMailboxStruct[]"/>
  1334. </xsd:restriction>
  1335. </xsd:complexContent>
  1336. </xsd:complexType>
  1337. <xsd:complexType name="MyArrayOfTelephonyPhonebookStructType">
  1338. <xsd:complexContent>
  1339. <xsd:restriction base="soapenc:Array">
  1340. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyPhonebookStruct[]"/>
  1341. </xsd:restriction>
  1342. </xsd:complexContent>
  1343. </xsd:complexType>
  1344. <xsd:complexType name="MyArrayOfTelephonyPhonebookGroupStructType">
  1345. <xsd:complexContent>
  1346. <xsd:restriction base="soapenc:Array">
  1347. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyPhonebookGroupStruct[]"/>
  1348. </xsd:restriction>
  1349. </xsd:complexContent>
  1350. </xsd:complexType>
  1351. <xsd:complexType name="MyArrayOfTelephonyPhonebookContactStructType">
  1352. <xsd:complexContent>
  1353. <xsd:restriction base="soapenc:Array">
  1354. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyPhonebookContactStruct[]"/>
  1355. </xsd:restriction>
  1356. </xsd:complexContent>
  1357. </xsd:complexType>
  1358. <xsd:complexType name="MyArrayOfTelephonyPhonebookSharePeerStructType">
  1359. <xsd:complexContent>
  1360. <xsd:restriction base="soapenc:Array">
  1361. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyPhonebookSharePeerStruct[]"/>
  1362. </xsd:restriction>
  1363. </xsd:complexContent>
  1364. </xsd:complexType>
  1365. <xsd:complexType name="MyArrayOfTelephonySmsCsvSlotStructType">
  1366. <xsd:complexContent>
  1367. <xsd:restriction base="soapenc:Array">
  1368. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonySmsCsvSlotStruct[]"/>
  1369. </xsd:restriction>
  1370. </xsd:complexContent>
  1371. </xsd:complexType>
  1372. <xsd:complexType name="MyArrayOfIntType">
  1373. <xsd:complexContent>
  1374. <xsd:restriction base="soapenc:Array">
  1375. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="xsd:int[]"/>
  1376. </xsd:restriction>
  1377. </xsd:complexContent>
  1378. </xsd:complexType>
  1379. <xsd:complexType name="MyArrayOfTelephonySmsHistoryStructType">
  1380. <xsd:complexContent>
  1381. <xsd:restriction base="soapenc:Array">
  1382. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonySmsHistoryStruct[]"/>
  1383. </xsd:restriction>
  1384. </xsd:complexContent>
  1385. </xsd:complexType>
  1386. <xsd:complexType name="MyArrayOfTelephonySmsSenderStructType">
  1387. <xsd:complexContent>
  1388. <xsd:restriction base="soapenc:Array">
  1389. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonySmsSenderStruct[]"/>
  1390. </xsd:restriction>
  1391. </xsd:complexContent>
  1392. </xsd:complexType>
  1393. <xsd:complexType name="MyArrayOfTelephonyAbbreviatedNumberStructType">
  1394. <xsd:complexContent>
  1395. <xsd:restriction base="soapenc:Array">
  1396. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyAbbreviatedNumberStruct[]"/>
  1397. </xsd:restriction>
  1398. </xsd:complexContent>
  1399. </xsd:complexType>
  1400. <xsd:complexType name="MyArrayOfTelephonyDirectoryPJHeadingStructType">
  1401. <xsd:complexContent>
  1402. <xsd:restriction base="soapenc:Array">
  1403. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyDirectoryPJHeadingStruct[]"/>
  1404. </xsd:restriction>
  1405. </xsd:complexContent>
  1406. </xsd:complexType>
  1407. <xsd:complexType name="MyArrayOfTelephonyDirectoryWayTypeStructType">
  1408. <xsd:complexContent>
  1409. <xsd:restriction base="soapenc:Array">
  1410. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyDirectoryWayTypeStruct[]"/>
  1411. </xsd:restriction>
  1412. </xsd:complexContent>
  1413. </xsd:complexType>
  1414. <xsd:complexType name="MyArrayOfTelephonyFunctionKeyStructType">
  1415. <xsd:complexContent>
  1416. <xsd:restriction base="soapenc:Array">
  1417. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyFunctionKeyStruct[]"/>
  1418. </xsd:restriction>
  1419. </xsd:complexContent>
  1420. </xsd:complexType>
  1421. <xsd:complexType name="MyArrayOfTelephonyFaxHistoryStructType">
  1422. <xsd:complexContent>
  1423. <xsd:restriction base="soapenc:Array">
  1424. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyFaxHistoryStruct[]"/>
  1425. </xsd:restriction>
  1426. </xsd:complexContent>
  1427. </xsd:complexType>
  1428. <xsd:complexType name="MyArrayOfTelephonyPortabilityStructType">
  1429. <xsd:complexContent>
  1430. <xsd:restriction base="soapenc:Array">
  1431. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyPortabilityStruct[]"/>
  1432. </xsd:restriction>
  1433. </xsd:complexContent>
  1434. </xsd:complexType>
  1435. <xsd:complexType name="MyArrayOfTelephonyScreenStructType">
  1436. <xsd:complexContent>
  1437. <xsd:restriction base="soapenc:Array">
  1438. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyScreenStruct[]"/>
  1439. </xsd:restriction>
  1440. </xsd:complexContent>
  1441. </xsd:complexType>
  1442. <xsd:complexType name="MyArrayOfTelephonyHuntingGenericScreenStructType">
  1443. <xsd:complexContent>
  1444. <xsd:restriction base="soapenc:Array">
  1445. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyHuntingGenericScreenStruct[]"/>
  1446. </xsd:restriction>
  1447. </xsd:complexContent>
  1448. </xsd:complexType>
  1449. <xsd:complexType name="MyArrayOfTelephonyHuntingGenericScreenOptionsStructType">
  1450. <xsd:complexContent>
  1451. <xsd:restriction base="soapenc:Array">
  1452. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyHuntingGenericScreenOptionsStruct[]"/>
  1453. </xsd:restriction>
  1454. </xsd:complexContent>
  1455. </xsd:complexType>
  1456. <xsd:complexType name="MyArrayOfBooleanType">
  1457. <xsd:complexContent>
  1458. <xsd:restriction base="soapenc:Array">
  1459. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="xsd:boolean[]"/>
  1460. </xsd:restriction>
  1461. </xsd:complexContent>
  1462. </xsd:complexType>
  1463. <xsd:complexType name="MyArrayOfTelephonyNumberWayNameStructType">
  1464. <xsd:complexContent>
  1465. <xsd:restriction base="soapenc:Array">
  1466. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyNumberWayNameStruct[]"/>
  1467. </xsd:restriction>
  1468. </xsd:complexContent>
  1469. </xsd:complexType>
  1470. <xsd:complexType name="MyArrayOfTelephonyNumberZoneAndPrefixStructType">
  1471. <xsd:complexContent>
  1472. <xsd:restriction base="soapenc:Array">
  1473. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyNumberZoneAndPrefixStruct[]"/>
  1474. </xsd:restriction>
  1475. </xsd:complexContent>
  1476. </xsd:complexType>
  1477. <xsd:complexType name="MyArrayOfTelephonyNumberCityForZoneStructType">
  1478. <xsd:complexContent>
  1479. <xsd:restriction base="soapenc:Array">
  1480. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyNumberCityForZoneStruct[]"/>
  1481. </xsd:restriction>
  1482. </xsd:complexContent>
  1483. </xsd:complexType>
  1484. <xsd:complexType name="MyArrayOfTelephonyAliasToLinePossibilityPriceStructType">
  1485. <xsd:complexContent>
  1486. <xsd:restriction base="soapenc:Array">
  1487. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyAliasToLinePossibilityPriceStruct[]"/>
  1488. </xsd:restriction>
  1489. </xsd:complexContent>
  1490. </xsd:complexType>
  1491. <xsd:complexType name="MyArrayOfTelephonyLineLogsStructType">
  1492. <xsd:complexContent>
  1493. <xsd:restriction base="soapenc:Array">
  1494. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyLineLogsStruct[]"/>
  1495. </xsd:restriction>
  1496. </xsd:complexContent>
  1497. </xsd:complexType>
  1498. <xsd:complexType name="MyArrayOfTelephonyFreefaxToVoicefaxCheckStructType">
  1499. <xsd:complexContent>
  1500. <xsd:restriction base="soapenc:Array">
  1501. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyFreefaxToVoicefaxCheckStruct[]"/>
  1502. </xsd:restriction>
  1503. </xsd:complexContent>
  1504. </xsd:complexType>
  1505. <xsd:complexType name="MyArrayOfTelephonySipDomainStructType">
  1506. <xsd:complexContent>
  1507. <xsd:restriction base="soapenc:Array">
  1508. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonySipDomainStruct[]"/>
  1509. </xsd:restriction>
  1510. </xsd:complexContent>
  1511. </xsd:complexType>
  1512. <xsd:complexType name="MyArrayOfTelephonyTrunkExternalDisplayedNumberStructType">
  1513. <xsd:complexContent>
  1514. <xsd:restriction base="soapenc:Array">
  1515. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyTrunkExternalDisplayedNumberStruct[]"/>
  1516. </xsd:restriction>
  1517. </xsd:complexContent>
  1518. </xsd:complexType>
  1519. <xsd:complexType name="MyArrayOfTelephonySmsplusChoicesStructType">
  1520. <xsd:complexContent>
  1521. <xsd:restriction base="soapenc:Array">
  1522. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonySmsplusChoicesStruct[]"/>
  1523. </xsd:restriction>
  1524. </xsd:complexContent>
  1525. </xsd:complexType>
  1526. <xsd:complexType name="MyArrayOfTelephonySmsplusDetailsStructType">
  1527. <xsd:complexContent>
  1528. <xsd:restriction base="soapenc:Array">
  1529. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonySmsplusDetailsStruct[]"/>
  1530. </xsd:restriction>
  1531. </xsd:complexContent>
  1532. </xsd:complexType>
  1533. <xsd:complexType name="MyArrayOfTelephonySmsplusTicketsStructType">
  1534. <xsd:complexContent>
  1535. <xsd:restriction base="soapenc:Array">
  1536. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonySmsplusTicketsStruct[]"/>
  1537. </xsd:restriction>
  1538. </xsd:complexContent>
  1539. </xsd:complexType>
  1540. <xsd:complexType name="MyArrayOfTelephonyCitiesFromZipStructType">
  1541. <xsd:complexContent>
  1542. <xsd:restriction base="soapenc:Array">
  1543. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyCitiesFromZipStruct[]"/>
  1544. </xsd:restriction>
  1545. </xsd:complexContent>
  1546. </xsd:complexType>
  1547. <xsd:complexType name="MyArrayOfTelephonySpareFamilyStructType">
  1548. <xsd:complexContent>
  1549. <xsd:restriction base="soapenc:Array">
  1550. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonySpareFamilyStruct[]"/>
  1551. </xsd:restriction>
  1552. </xsd:complexContent>
  1553. </xsd:complexType>
  1554. <xsd:complexType name="MyArrayOfTelephonySpareServiceInfoStructType">
  1555. <xsd:complexContent>
  1556. <xsd:restriction base="soapenc:Array">
  1557. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonySpareServiceInfoStruct[]"/>
  1558. </xsd:restriction>
  1559. </xsd:complexContent>
  1560. </xsd:complexType>
  1561. <xsd:complexType name="MyArrayOfTelephonyBillingAccountInfoChildrenStructType">
  1562. <xsd:complexContent>
  1563. <xsd:restriction base="soapenc:Array">
  1564. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyBillingAccountInfoChildrenStruct[]"/>
  1565. </xsd:restriction>
  1566. </xsd:complexContent>
  1567. </xsd:complexType>
  1568. <xsd:complexType name="MyArrayOfTelephonyLineStructType">
  1569. <xsd:complexContent>
  1570. <xsd:restriction base="soapenc:Array">
  1571. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyLineStruct[]"/>
  1572. </xsd:restriction>
  1573. </xsd:complexContent>
  1574. </xsd:complexType>
  1575. <xsd:complexType name="MyArrayOfTelephonyReversmentsDetailsStructType">
  1576. <xsd:complexContent>
  1577. <xsd:restriction base="soapenc:Array">
  1578. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyReversmentsDetailsStruct[]"/>
  1579. </xsd:restriction>
  1580. </xsd:complexContent>
  1581. </xsd:complexType>
  1582. <xsd:complexType name="MyArrayOfTelephonyBillingAccountSummaryLineStructType">
  1583. <xsd:complexContent>
  1584. <xsd:restriction base="soapenc:Array">
  1585. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyBillingAccountSummaryLineStruct[]"/>
  1586. </xsd:restriction>
  1587. </xsd:complexContent>
  1588. </xsd:complexType>
  1589. <xsd:complexType name="MyArrayOfTelephonyCallStructType">
  1590. <xsd:complexContent>
  1591. <xsd:restriction base="soapenc:Array">
  1592. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyCallStruct[]"/>
  1593. </xsd:restriction>
  1594. </xsd:complexContent>
  1595. </xsd:complexType>
  1596. <xsd:complexType name="MyArrayOfTelephonyConferenceParticipantStructType">
  1597. <xsd:complexContent>
  1598. <xsd:restriction base="soapenc:Array">
  1599. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyConferenceParticipantStruct[]"/>
  1600. </xsd:restriction>
  1601. </xsd:complexContent>
  1602. </xsd:complexType>
  1603. <xsd:complexType name="MyArrayOfTelephonyAvailableFunctionStructType">
  1604. <xsd:complexContent>
  1605. <xsd:restriction base="soapenc:Array">
  1606. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyAvailableFunctionStruct[]"/>
  1607. </xsd:restriction>
  1608. </xsd:complexContent>
  1609. </xsd:complexType>
  1610. <xsd:complexType name="MyArrayOfTelephonyFaxCallStructType">
  1611. <xsd:complexContent>
  1612. <xsd:restriction base="soapenc:Array">
  1613. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyFaxCallStruct[]"/>
  1614. </xsd:restriction>
  1615. </xsd:complexContent>
  1616. </xsd:complexType>
  1617. <xsd:complexType name="MyArrayOfTelephonyRecipientStructType">
  1618. <xsd:complexContent>
  1619. <xsd:restriction base="soapenc:Array">
  1620. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyRecipientStruct[]"/>
  1621. </xsd:restriction>
  1622. </xsd:complexContent>
  1623. </xsd:complexType>
  1624. <xsd:complexType name="MyArrayOfTelephonyFaxCampaignStructType">
  1625. <xsd:complexContent>
  1626. <xsd:restriction base="soapenc:Array">
  1627. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyFaxCampaignStruct[]"/>
  1628. </xsd:restriction>
  1629. </xsd:complexContent>
  1630. </xsd:complexType>
  1631. <xsd:complexType name="MyArrayOfTelephonyHuntingInfoMemberStructType">
  1632. <xsd:complexContent>
  1633. <xsd:restriction base="soapenc:Array">
  1634. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyHuntingInfoMemberStruct[]"/>
  1635. </xsd:restriction>
  1636. </xsd:complexContent>
  1637. </xsd:complexType>
  1638. <xsd:complexType name="MyArrayOfTelephonyLineLogsListStructType">
  1639. <xsd:complexContent>
  1640. <xsd:restriction base="soapenc:Array">
  1641. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyLineLogsListStruct[]"/>
  1642. </xsd:restriction>
  1643. </xsd:complexContent>
  1644. </xsd:complexType>
  1645. <xsd:complexType name="MyArrayOfTelephonySmsBlacklistedSenderStructType">
  1646. <xsd:complexContent>
  1647. <xsd:restriction base="soapenc:Array">
  1648. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonySmsBlacklistedSenderStruct[]"/>
  1649. </xsd:restriction>
  1650. </xsd:complexContent>
  1651. </xsd:complexType>
  1652. <xsd:complexType name="MyArrayOfTelephonyGetClosureEventsAsArrayEventStructType">
  1653. <xsd:complexContent>
  1654. <xsd:restriction base="soapenc:Array">
  1655. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyGetClosureEventsAsArrayEventStruct[]"/>
  1656. </xsd:restriction>
  1657. </xsd:complexContent>
  1658. </xsd:complexType>
  1659. <xsd:complexType name="MyArrayOfTelephonyApplicationTypeStructType">
  1660. <xsd:complexContent>
  1661. <xsd:restriction base="soapenc:Array">
  1662. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyApplicationTypeStruct[]"/>
  1663. </xsd:restriction>
  1664. </xsd:complexContent>
  1665. </xsd:complexType>
  1666. <xsd:complexType name="MyArrayOfTelephonySpareInfoStructType">
  1667. <xsd:complexContent>
  1668. <xsd:restriction base="soapenc:Array">
  1669. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonySpareInfoStruct[]"/>
  1670. </xsd:restriction>
  1671. </xsd:complexContent>
  1672. </xsd:complexType>
  1673. <xsd:complexType name="MyArrayOfTelephonySpareDetailStructType">
  1674. <xsd:complexContent>
  1675. <xsd:restriction base="soapenc:Array">
  1676. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonySpareDetailStruct[]"/>
  1677. </xsd:restriction>
  1678. </xsd:complexContent>
  1679. </xsd:complexType>
  1680. <xsd:complexType name="nicInfoReturn">
  1681. <xsd:all>
  1682. <xsd:element name="nic" type="xsd:string"/>
  1683. <xsd:element name="name" type="xsd:string"/>
  1684. <xsd:element name="firstname" type="xsd:string"/>
  1685. <xsd:element name="email" type="xsd:string"/>
  1686. <xsd:element name="spareEmail" type="xsd:string"/>
  1687. <xsd:element name="phone" type="xsd:string"/>
  1688. <xsd:element name="fax" type="xsd:string"/>
  1689. <xsd:element name="address" type="xsd:string"/>
  1690. <xsd:element name="city" type="xsd:string"/>
  1691. <xsd:element name="area" type="xsd:string"/>
  1692. <xsd:element name="zip" type="xsd:string"/>
  1693. <xsd:element name="country" type="xsd:string"/>
  1694. <xsd:element name="language" type="xsd:string"/>
  1695. <xsd:element name="legalform" type="xsd:string"/>
  1696. <xsd:element name="organisation" type="xsd:string"/>
  1697. <xsd:element name="legalName" type="xsd:string"/>
  1698. <xsd:element name="legalNumber" type="xsd:string"/>
  1699. <xsd:element name="vat" type="xsd:string"/>
  1700. <xsd:element name="isOwner" type="xsd:boolean"/>
  1701. <xsd:element name="billingCountry" type="xsd:string"/>
  1702. </xsd:all>
  1703. </xsd:complexType>
  1704. <xsd:complexType name="nicPublicInfoReturn">
  1705. <xsd:all>
  1706. <xsd:element name="nic" type="xsd:string"/>
  1707. <xsd:element name="name" type="xsd:string"/>
  1708. <xsd:element name="firstname" type="xsd:string"/>
  1709. <xsd:element name="organisation" type="xsd:string"/>
  1710. <xsd:element name="city" type="xsd:string"/>
  1711. </xsd:all>
  1712. </xsd:complexType>
  1713. <xsd:complexType name="rpsGetIoStatsReturn">
  1714. <xsd:all>
  1715. <xsd:element name="average" type="typens:rpsGetIOStatsDetailStruct"/>
  1716. <xsd:element name="current" type="typens:rpsGetIOStatsDetailStruct"/>
  1717. <xsd:element name="max" type="typens:rpsGetIOStatsDetailStruct"/>
  1718. <xsd:element name="image" type="xsd:string"/>
  1719. </xsd:all>
  1720. </xsd:complexType>
  1721. <xsd:complexType name="rpsGetIOStatsDetailStruct">
  1722. <xsd:all>
  1723. <xsd:element name="serviceTime" type="typens:rpsGetIOStatsDetailRawStruct"/>
  1724. <xsd:element name="IoRequests" type="typens:rpsGetIOStatsDetailIoRequestsStruct"/>
  1725. </xsd:all>
  1726. </xsd:complexType>
  1727. <xsd:complexType name="rpsGetIOStatsDetailIoRequestsStruct">
  1728. <xsd:all>
  1729. <xsd:element name="read" type="typens:rpsGetIOStatsDetailRawStruct"/>
  1730. <xsd:element name="write" type="typens:rpsGetIOStatsDetailRawStruct"/>
  1731. </xsd:all>
  1732. </xsd:complexType>
  1733. <xsd:complexType name="rpsGetIOStatsDetailRawStruct">
  1734. <xsd:all>
  1735. <xsd:element name="raw" type="xsd:string"/>
  1736. </xsd:all>
  1737. </xsd:complexType>
  1738. <xsd:complexType name="rpsMigrationStatusReturn">
  1739. <xsd:all>
  1740. <xsd:element name="id" type="xsd:int"/>
  1741. <xsd:element name="progressStatus" type="xsd:int"/>
  1742. <xsd:element name="status" type="xsd:string"/>
  1743. <xsd:element name="logicalRpsName" type="xsd:string"/>
  1744. <xsd:element name="physicalRpsTo" type="xsd:string"/>
  1745. <xsd:element name="todoDate" type="xsd:string"/>
  1746. <xsd:element name="doingDate" type="xsd:string"/>
  1747. <xsd:element name="doneDate" type="xsd:string"/>
  1748. <xsd:element name="errorMessage" type="xsd:string"/>
  1749. </xsd:all>
  1750. </xsd:complexType>
  1751. <xsd:complexType name="rpsMigrationGetProgressStatusReturn">
  1752. <xsd:all>
  1753. <xsd:element name="step1" type="typens:rpsMigrationGetProgressStatusStepStruct"/>
  1754. <xsd:element name="step2" type="typens:rpsMigrationGetProgressStatusStepStruct"/>
  1755. <xsd:element name="step3" type="typens:rpsMigrationGetProgressStatusStepStruct"/>
  1756. <xsd:element name="step4" type="typens:rpsMigrationGetProgressStatusStepStruct"/>
  1757. </xsd:all>
  1758. </xsd:complexType>
  1759. <xsd:complexType name="rpsMigrationGetProgressStatusStepStruct">
  1760. <xsd:all>
  1761. <xsd:element name="comment" type="xsd:string"/>
  1762. <xsd:element name="time" type="xsd:int"/>
  1763. <xsd:element name="status" type="xsd:string"/>
  1764. <xsd:element name="error" type="xsd:string"/>
  1765. </xsd:all>
  1766. </xsd:complexType>
  1767. <xsd:complexType name="managedServicesPartitionStruct">
  1768. <xsd:all>
  1769. <xsd:element name="idZfs" type="xsd:string"/>
  1770. <xsd:element name="name" type="xsd:string"/>
  1771. <xsd:element name="size" type="xsd:string"/>
  1772. <xsd:element name="used" type="xsd:string"/>
  1773. <xsd:element name="state" type="xsd:string"/>
  1774. <xsd:element name="accessList" type="typens:MyArrayOfManagedServicesAclStructType"/>
  1775. </xsd:all>
  1776. </xsd:complexType>
  1777. <xsd:complexType name="managedServicesAclStruct">
  1778. <xsd:all>
  1779. <xsd:element name="ip" type="xsd:string"/>
  1780. <xsd:element name="type" type="xsd:string"/>
  1781. <xsd:element name="host" type="xsd:string"/>
  1782. </xsd:all>
  1783. </xsd:complexType>
  1784. <xsd:complexType name="MyArrayOfManagedServicesPartitionStructType">
  1785. <xsd:complexContent>
  1786. <xsd:restriction base="soapenc:Array">
  1787. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:managedServicesPartitionStruct[]"/>
  1788. </xsd:restriction>
  1789. </xsd:complexContent>
  1790. </xsd:complexType>
  1791. <xsd:complexType name="MyArrayOfManagedServicesAclStructType">
  1792. <xsd:complexContent>
  1793. <xsd:restriction base="soapenc:Array">
  1794. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:managedServicesAclStruct[]"/>
  1795. </xsd:restriction>
  1796. </xsd:complexContent>
  1797. </xsd:complexType>
  1798. <xsd:complexType name="orderStruct">
  1799. <xsd:all>
  1800. <xsd:element name="orderId" type="xsd:int"/>
  1801. <xsd:element name="orderPassword" type="xsd:string"/>
  1802. <xsd:element name="orderUrl" type="xsd:string"/>
  1803. <xsd:element name="isPaid" type="xsd:boolean"/>
  1804. <xsd:element name="paymentStatus" type="xsd:string"/>
  1805. </xsd:all>
  1806. </xsd:complexType>
  1807. <xsd:complexType name="dedicatedNetworkInterfaceStruct">
  1808. <xsd:all>
  1809. <xsd:element name="reverse" type="xsd:string"/>
  1810. <xsd:element name="ip" type="xsd:string"/>
  1811. <xsd:element name="ipv6" type="xsd:string"/>
  1812. <xsd:element name="mac" type="xsd:string"/>
  1813. <xsd:element name="switch" type="xsd:string"/>
  1814. <xsd:element name="icmp_drop" type="xsd:boolean"/>
  1815. <xsd:element name="failover" type="xsd:boolean"/>
  1816. <xsd:element name="routedTo" type="xsd:string"/>
  1817. <xsd:element name="ssl" type="xsd:boolean"/>
  1818. <xsd:element name="country" type="xsd:string"/>
  1819. </xsd:all>
  1820. </xsd:complexType>
  1821. <xsd:complexType name="dedicatedNetworkTrafficDetailsStruct">
  1822. <xsd:all>
  1823. <xsd:element name="in" type="xsd:string"/>
  1824. <xsd:element name="out" type="xsd:string"/>
  1825. </xsd:all>
  1826. </xsd:complexType>
  1827. <xsd:complexType name="dedicatedNetworkTrafficStruct">
  1828. <xsd:all>
  1829. <xsd:element name="lastUpdate" type="xsd:string"/>
  1830. <xsd:element name="currentQuota" type="typens:dedicatedNetworkTrafficDetailsStruct"/>
  1831. <xsd:element name="monthlyTraffic" type="typens:dedicatedNetworkTrafficDetailsStruct"/>
  1832. <xsd:element name="nextTrafficReset" type="xsd:string"/>
  1833. <xsd:element name="monthlyQuota" type="xsd:string"/>
  1834. <xsd:element name="nextQuotaReset" type="xsd:string"/>
  1835. </xsd:all>
  1836. </xsd:complexType>
  1837. <xsd:complexType name="dedicatedNetworkStruct">
  1838. <xsd:all>
  1839. <xsd:element name="type" type="xsd:string"/>
  1840. <xsd:element name="priority" type="xsd:string"/>
  1841. <xsd:element name="connexion" type="xsd:string"/>
  1842. <xsd:element name="bandwidth" type="xsd:int"/>
  1843. <xsd:element name="bandwidthOvhToOvh" type="xsd:int"/>
  1844. <xsd:element name="bandwidthOvhToInternet" type="xsd:int"/>
  1845. <xsd:element name="bandwidthInternetToOvh" type="xsd:int"/>
  1846. <xsd:element name="over" type="xsd:boolean"/>
  1847. <xsd:element name="interfaces" type="typens:MyArrayOfDedicatedNetworkInterfaceStructType"/>
  1848. <xsd:element name="traffic" type="typens:dedicatedNetworkTrafficStruct"/>
  1849. </xsd:all>
  1850. </xsd:complexType>
  1851. <xsd:complexType name="dedicatedCapabilityStruct">
  1852. <xsd:all>
  1853. <xsd:element name="backupFtp" type="xsd:int"/>
  1854. <xsd:element name="backupFtpServer" type="xsd:string"/>
  1855. <xsd:element name="allocationBlockIp" type="xsd:int"/>
  1856. <xsd:element name="additionalIp" type="xsd:int"/>
  1857. <xsd:element name="rootDevice" type="xsd:string"/>
  1858. <xsd:element name="diskSize" type="xsd:int"/>
  1859. <xsd:element name="tuning" type="xsd:int"/>
  1860. </xsd:all>
  1861. </xsd:complexType>
  1862. <xsd:complexType name="dedicatedFreedomStruct">
  1863. <xsd:all>
  1864. <xsd:element name="remaining" type="xsd:int"/>
  1865. <xsd:element name="assigned" type="xsd:int"/>
  1866. <xsd:element name="total" type="xsd:int"/>
  1867. <xsd:element name="preset" type="xsd:int"/>
  1868. </xsd:all>
  1869. </xsd:complexType>
  1870. <xsd:complexType name="dedicatedInfoReturn">
  1871. <xsd:all>
  1872. <xsd:element name="hostname" type="xsd:string"/>
  1873. <xsd:element name="datacenter" type="xsd:string"/>
  1874. <xsd:element name="os" type="xsd:string"/>
  1875. <xsd:element name="isKimSufi" type="xsd:boolean"/>
  1876. <xsd:element name="isRPS" type="xsd:boolean"/>
  1877. <xsd:element name="isHG" type="xsd:boolean"/>
  1878. <xsd:element name="num" type="xsd:int"/>
  1879. <xsd:element name="rack" type="xsd:string"/>
  1880. <xsd:element name="countryBilling" type="xsd:string"/>
  1881. <xsd:element name="network" type="typens:dedicatedNetworkStruct"/>
  1882. <xsd:element name="capability" type="typens:dedicatedCapabilityStruct"/>
  1883. <xsd:element name="freeDom" type="typens:dedicatedFreedomStruct"/>
  1884. </xsd:all>
  1885. </xsd:complexType>
  1886. <xsd:complexType name="dedicatedNetbootStruct">
  1887. <xsd:all>
  1888. <xsd:element name="kernel" type="xsd:string"/>
  1889. <xsd:element name="cpufamily" type="xsd:string"/>
  1890. <xsd:element name="root" type="xsd:string"/>
  1891. <xsd:element name="smp" type="xsd:boolean"/>
  1892. <xsd:element name="ipv6" type="xsd:boolean"/>
  1893. <xsd:element name="grsec" type="xsd:boolean"/>
  1894. <xsd:element name="hz" type="xsd:string"/>
  1895. <xsd:element name="id" type="xsd:int"/>
  1896. <xsd:element name="state" type="xsd:string"/>
  1897. </xsd:all>
  1898. </xsd:complexType>
  1899. <xsd:complexType name="dedicatedReverseStruct">
  1900. <xsd:all>
  1901. <xsd:element name="reverse" type="xsd:string"/>
  1902. <xsd:element name="ip" type="xsd:string"/>
  1903. <xsd:element name="type" type="xsd:string"/>
  1904. </xsd:all>
  1905. </xsd:complexType>
  1906. <xsd:complexType name="secondaryDNSStruct">
  1907. <xsd:all>
  1908. <xsd:element name="zone" type="xsd:string"/>
  1909. <xsd:element name="type" type="xsd:string"/>
  1910. <xsd:element name="nameserver" type="xsd:string"/>
  1911. <xsd:element name="state" type="xsd:string"/>
  1912. <xsd:element name="creation" type="xsd:string"/>
  1913. <xsd:element name="deactivation" type="xsd:string"/>
  1914. </xsd:all>
  1915. </xsd:complexType>
  1916. <xsd:complexType name="allSecondaryDNSStruct">
  1917. <xsd:all>
  1918. <xsd:element name="ip" type="xsd:string"/>
  1919. <xsd:element name="secondary" type="typens:MyArrayOfSecondaryDNSStructType"/>
  1920. </xsd:all>
  1921. </xsd:complexType>
  1922. <xsd:complexType name="dedicatedMonitoringStatusReturn">
  1923. <xsd:all>
  1924. <xsd:element name="disabled" type="xsd:boolean"/>
  1925. </xsd:all>
  1926. </xsd:complexType>
  1927. <xsd:complexType name="dedicatedMonitoringStruct">
  1928. <xsd:all>
  1929. <xsd:element name="id" type="xsd:int"/>
  1930. <xsd:element name="destination" type="xsd:string"/>
  1931. <xsd:element name="language" type="xsd:string"/>
  1932. <xsd:element name="status" type="xsd:string"/>
  1933. <xsd:element name="service" type="xsd:string"/>
  1934. <xsd:element name="smsAccount" type="xsd:string"/>
  1935. </xsd:all>
  1936. </xsd:complexType>
  1937. <xsd:complexType name="dedicatedMonitoringServiceStruct">
  1938. <xsd:all>
  1939. <xsd:element name="id" type="xsd:int"/>
  1940. <xsd:element name="ip" type="xsd:string"/>
  1941. <xsd:element name="port" type="xsd:int"/>
  1942. <xsd:element name="protocol" type="xsd:string"/>
  1943. <xsd:element name="period" type="xsd:string"/>
  1944. <xsd:element name="string" type="xsd:string"/>
  1945. <xsd:element name="url" type="xsd:string"/>
  1946. <xsd:element name="destination" type="xsd:string"/>
  1947. </xsd:all>
  1948. </xsd:complexType>
  1949. <xsd:complexType name="dedicatedGetServiceMonitoringItemStruct">
  1950. <xsd:all>
  1951. <xsd:element name="id" type="xsd:int"/>
  1952. <xsd:element name="ip" type="xsd:string"/>
  1953. <xsd:element name="port" type="xsd:int"/>
  1954. <xsd:element name="protocol" type="xsd:string"/>
  1955. <xsd:element name="period" type="xsd:string"/>
  1956. <xsd:element name="string" type="xsd:string"/>
  1957. <xsd:element name="url" type="xsd:string"/>
  1958. <xsd:element name="sms" type="typens:MyArrayOfStringType"/>
  1959. <xsd:element name="email" type="typens:MyArrayOfStringType"/>
  1960. </xsd:all>
  1961. </xsd:complexType>
  1962. <xsd:complexType name="dedicatedMrtgInfoStruct">
  1963. <xsd:all>
  1964. <xsd:element name="in" type="xsd:string"/>
  1965. <xsd:element name="out" type="xsd:string"/>
  1966. </xsd:all>
  1967. </xsd:complexType>
  1968. <xsd:complexType name="dedicatedMrtgInfoReturn">
  1969. <xsd:all>
  1970. <xsd:element name="average" type="typens:dedicatedMrtgInfoStruct"/>
  1971. <xsd:element name="current" type="typens:dedicatedMrtgInfoStruct"/>
  1972. <xsd:element name="max" type="typens:dedicatedMrtgInfoStruct"/>
  1973. <xsd:element name="image" type="xsd:string"/>
  1974. </xsd:all>
  1975. </xsd:complexType>
  1976. <xsd:complexType name="dedicatedHardRebootStatusReturn">
  1977. <xsd:all>
  1978. <xsd:element name="start" type="xsd:string"/>
  1979. <xsd:element name="end" type="xsd:string"/>
  1980. </xsd:all>
  1981. </xsd:complexType>
  1982. <xsd:complexType name="dedicatedOperationStruct">
  1983. <xsd:all>
  1984. <xsd:element name="designation" type="xsd:string"/>
  1985. <xsd:element name="id_designation" type="xsd:int"/>
  1986. <xsd:element name="date" type="xsd:string"/>
  1987. <xsd:element name="level" type="xsd:int"/>
  1988. </xsd:all>
  1989. </xsd:complexType>
  1990. <xsd:complexType name="dedicatedFailoverStruct">
  1991. <xsd:all>
  1992. <xsd:element name="ip" type="xsd:string"/>
  1993. <xsd:element name="routedTo" type="xsd:string"/>
  1994. <xsd:element name="comment" type="xsd:string"/>
  1995. <xsd:element name="ssl" type="xsd:boolean"/>
  1996. </xsd:all>
  1997. </xsd:complexType>
  1998. <xsd:complexType name="dedicatedFailoverRipeStruct">
  1999. <xsd:all>
  2000. <xsd:element name="country" type="xsd:string"/>
  2001. <xsd:element name="netname" type="xsd:string"/>
  2002. <xsd:element name="routedTo" type="xsd:string"/>
  2003. <xsd:element name="routingStatus" type="xsd:string"/>
  2004. <xsd:element name="status" type="xsd:string"/>
  2005. <xsd:element name="addressesNumber" type="xsd:int"/>
  2006. <xsd:element name="networkIp" type="xsd:string"/>
  2007. <xsd:element name="isExclude" type="xsd:boolean"/>
  2008. </xsd:all>
  2009. </xsd:complexType>
  2010. <xsd:complexType name="dedicatedFilterIrcRuleStruct">
  2011. <xsd:all>
  2012. <xsd:element name="fromIp" type="xsd:string"/>
  2013. <xsd:element name="fromPort" type="xsd:string"/>
  2014. <xsd:element name="toIp" type="xsd:string"/>
  2015. <xsd:element name="toPort" type="xsd:string"/>
  2016. </xsd:all>
  2017. </xsd:complexType>
  2018. <xsd:complexType name="dedicatedBackupFtpInfoReturn">
  2019. <xsd:all>
  2020. <xsd:element name="ftpBackupName" type="xsd:string"/>
  2021. <xsd:element name="quotaUsed" type="xsd:int"/>
  2022. <xsd:element name="quotaSize" type="xsd:int"/>
  2023. </xsd:all>
  2024. </xsd:complexType>
  2025. <xsd:complexType name="dedicatedBackupListStruct">
  2026. <xsd:all>
  2027. <xsd:element name="backupId" type="xsd:int"/>
  2028. <xsd:element name="backupFeature" type="xsd:string"/>
  2029. <xsd:element name="enable" type="xsd:int"/>
  2030. <xsd:element name="language" type="xsd:string"/>
  2031. <xsd:element name="backupSize" type="xsd:string"/>
  2032. <xsd:element name="sshPort" type="xsd:int"/>
  2033. <xsd:element name="percentUsed" type="xsd:string"/>
  2034. <xsd:element name="hostname" type="xsd:string"/>
  2035. <xsd:element name="backupName" type="xsd:string"/>
  2036. <xsd:element name="email" type="xsd:string"/>
  2037. <xsd:element name="snapshotNumber" type="xsd:int"/>
  2038. <xsd:element name="superBackupName" type="xsd:string"/>
  2039. <xsd:element name="backupType" type="xsd:string"/>
  2040. <xsd:element name="src" type="typens:MyArrayOfStringType"/>
  2041. <xsd:element name="include" type="typens:MyArrayOfStringType"/>
  2042. <xsd:element name="exclude" type="typens:MyArrayOfStringType"/>
  2043. <xsd:element name="excludeHard" type="typens:MyArrayOfStringType"/>
  2044. </xsd:all>
  2045. </xsd:complexType>
  2046. <xsd:complexType name="dedicatedBackupListReturn">
  2047. <xsd:all>
  2048. <xsd:element name="backupId" type="xsd:int"/>
  2049. <xsd:element name="backupFeature" type="xsd:string"/>
  2050. <xsd:element name="enable" type="xsd:int"/>
  2051. <xsd:element name="language" type="xsd:string"/>
  2052. <xsd:element name="backupSize" type="xsd:string"/>
  2053. <xsd:element name="sshPort" type="xsd:int"/>
  2054. <xsd:element name="percentUsed" type="xsd:string"/>
  2055. <xsd:element name="hostname" type="xsd:string"/>
  2056. <xsd:element name="backupName" type="xsd:string"/>
  2057. <xsd:element name="email" type="xsd:string"/>
  2058. <xsd:element name="snapshotNumber" type="xsd:int"/>
  2059. <xsd:element name="superBackupName" type="xsd:string"/>
  2060. <xsd:element name="backupType" type="xsd:string"/>
  2061. <xsd:element name="src" type="typens:MyArrayOfStringType"/>
  2062. <xsd:element name="include" type="typens:MyArrayOfStringType"/>
  2063. <xsd:element name="exclude" type="typens:MyArrayOfStringType"/>
  2064. <xsd:element name="excludeHard" type="typens:MyArrayOfStringType"/>
  2065. </xsd:all>
  2066. </xsd:complexType>
  2067. <xsd:complexType name="dedicatedBackupDateStruct">
  2068. <xsd:all>
  2069. <xsd:element name="hour" type="xsd:string"/>
  2070. <xsd:element name="superBackupName" type="xsd:string"/>
  2071. <xsd:element name="day" type="xsd:string"/>
  2072. <xsd:element name="id" type="xsd:int"/>
  2073. <xsd:element name="backupCount" type="xsd:int"/>
  2074. </xsd:all>
  2075. </xsd:complexType>
  2076. <xsd:complexType name="dedicatedBackupHistoStruct">
  2077. <xsd:all>
  2078. <xsd:element name="id" type="xsd:int"/>
  2079. <xsd:element name="backupId" type="xsd:int"/>
  2080. <xsd:element name="dateTime" type="xsd:string"/>
  2081. <xsd:element name="status" type="xsd:string"/>
  2082. <xsd:element name="error" type="xsd:string"/>
  2083. </xsd:all>
  2084. </xsd:complexType>
  2085. <xsd:complexType name="dedicatedBackupGetPlanningStruct">
  2086. <xsd:all>
  2087. <xsd:element name="day" type="xsd:string"/>
  2088. <xsd:element name="planning" type="typens:MyArrayOfStringType"/>
  2089. </xsd:all>
  2090. </xsd:complexType>
  2091. <xsd:complexType name="dedicatedOrderStruct">
  2092. <xsd:all>
  2093. <xsd:element name="orderPassword" type="xsd:string"/>
  2094. <xsd:element name="orderId" type="xsd:int"/>
  2095. <xsd:element name="orderUrl" type="xsd:string"/>
  2096. </xsd:all>
  2097. </xsd:complexType>
  2098. <xsd:complexType name="dedicatedCapabilitiesStruct">
  2099. <xsd:all>
  2100. <xsd:element name="hostname" type="xsd:string"/>
  2101. <xsd:element name="originalClassicFailover" type="xsd:int"/>
  2102. <xsd:element name="originalFailoverRipe" type="xsd:int"/>
  2103. <xsd:element name="originalLoadBalancingSlot" type="xsd:int"/>
  2104. <xsd:element name="additionalClassicFailover" type="xsd:int"/>
  2105. <xsd:element name="additionalFailoverRipe" type="xsd:int"/>
  2106. <xsd:element name="usedClassicFailover" type="xsd:int"/>
  2107. <xsd:element name="usedFailoverRipe" type="xsd:int"/>
  2108. </xsd:all>
  2109. </xsd:complexType>
  2110. <xsd:complexType name="dedicatedIpLoadBalancingServerStruct">
  2111. <xsd:all>
  2112. <xsd:element name="hostname" type="xsd:string"/>
  2113. <xsd:element name="ip" type="xsd:string"/>
  2114. <xsd:element name="status" type="xsd:string"/>
  2115. </xsd:all>
  2116. </xsd:complexType>
  2117. <xsd:complexType name="dedicatedIpLoadBalancingStruct">
  2118. <xsd:all>
  2119. <xsd:element name="name" type="xsd:string"/>
  2120. <xsd:element name="ipLoadBalancing" type="xsd:string"/>
  2121. <xsd:element name="active" type="xsd:int"/>
  2122. <xsd:element name="inactive" type="xsd:int"/>
  2123. <xsd:element name="serverList" type="typens:MyArrayOfDedicatedIpLoadBalancingServerStructType"/>
  2124. </xsd:all>
  2125. </xsd:complexType>
  2126. <xsd:complexType name="dedicatedRtmStatusReturn">
  2127. <xsd:all>
  2128. <xsd:element name="cpu" type="typens:rtmCpuStruct"/>
  2129. <xsd:element name="hardDrives" type="typens:MyArrayOfRtmHddStructType"/>
  2130. <xsd:element name="systemInfo" type="typens:rtmSystemStruct"/>
  2131. <xsd:element name="memory" type="typens:rtmMemoryStruct"/>
  2132. <xsd:element name="motherboard" type="typens:rtmMotherboardStruct"/>
  2133. <xsd:element name="lspci" type="typens:MyArrayOfRtmLspciStructType"/>
  2134. <xsd:element name="portsUsed" type="typens:rtmPortsStruct"/>
  2135. <xsd:element name="raid" type="typens:rtmRaidStruct"/>
  2136. </xsd:all>
  2137. </xsd:complexType>
  2138. <xsd:complexType name="rtmCpuStruct">
  2139. <xsd:all>
  2140. <xsd:element name="frequency" type="xsd:string"/>
  2141. <xsd:element name="core" type="xsd:int"/>
  2142. <xsd:element name="name" type="xsd:string"/>
  2143. <xsd:element name="cache" type="xsd:string"/>
  2144. <xsd:element name="percentLoad" type="xsd:int"/>
  2145. <xsd:element name="loadAvg" type="typens:rtmCpuLoadAvgStruct"/>
  2146. </xsd:all>
  2147. </xsd:complexType>
  2148. <xsd:complexType name="rtmCpuLoadAvgStruct">
  2149. <xsd:all>
  2150. <xsd:element name="loadavg1" type="xsd:string"/>
  2151. <xsd:element name="loadavg5" type="xsd:string"/>
  2152. <xsd:element name="loadavg15" type="xsd:string"/>
  2153. </xsd:all>
  2154. </xsd:complexType>
  2155. <xsd:complexType name="rtmHddStruct">
  2156. <xsd:all>
  2157. <xsd:element name="device" type="xsd:string"/>
  2158. <xsd:element name="model" type="xsd:string"/>
  2159. <xsd:element name="capacity" type="xsd:string"/>
  2160. <xsd:element name="status" type="xsd:string"/>
  2161. <xsd:element name="partitions" type="typens:MyArrayOfRtmHddPartitionStructType"/>
  2162. <xsd:element name="smart" type="typens:rtmHddSmartStruct"/>
  2163. <xsd:element name="temperature" type="xsd:int"/>
  2164. </xsd:all>
  2165. </xsd:complexType>
  2166. <xsd:complexType name="rtmHddSmartStruct">
  2167. <xsd:all>
  2168. <xsd:element name="status" type="xsd:string"/>
  2169. <xsd:element name="multizoneErrorRate" type="xsd:int"/>
  2170. <xsd:element name="currentPendingSector" type="xsd:int"/>
  2171. <xsd:element name="udmaCrcError" type="xsd:int"/>
  2172. <xsd:element name="offlineUncorrectable" type="xsd:int"/>
  2173. </xsd:all>
  2174. </xsd:complexType>
  2175. <xsd:complexType name="rtmHddPartitionStruct">
  2176. <xsd:all>
  2177. <xsd:element name="device" type="xsd:string"/>
  2178. <xsd:element name="percentUsed" type="xsd:int"/>
  2179. <xsd:element name="percentInodes" type="xsd:int"/>
  2180. <xsd:element name="mountPoint" type="xsd:string"/>
  2181. </xsd:all>
  2182. </xsd:complexType>
  2183. <xsd:complexType name="rtmSystemStruct">
  2184. <xsd:all>
  2185. <xsd:element name="last_update" type="xsd:string"/>
  2186. <xsd:element name="ip" type="xsd:string"/>
  2187. <xsd:element name="hostname" type="xsd:string"/>
  2188. <xsd:element name="uptime" type="xsd:int"/>
  2189. <xsd:element name="freshest_file_date" type="xsd:string"/>
  2190. <xsd:element name="os" type="typens:rtmSystemOsStruct"/>
  2191. <xsd:element name="rtm" type="typens:rtmSystemRtmStruct"/>
  2192. <xsd:element name="kernel" type="typens:rtmSystemKernelStruct"/>
  2193. </xsd:all>
  2194. </xsd:complexType>
  2195. <xsd:complexType name="rtmSystemOsStruct">
  2196. <xsd:all>
  2197. <xsd:element name="current" type="xsd:string"/>
  2198. <xsd:element name="os" type="xsd:string"/>
  2199. </xsd:all>
  2200. </xsd:complexType>
  2201. <xsd:complexType name="rtmSystemRtmStruct">
  2202. <xsd:all>
  2203. <xsd:element name="status" type="xsd:boolean"/>
  2204. <xsd:element name="version" type="xsd:string"/>
  2205. <xsd:element name="current" type="xsd:string"/>
  2206. </xsd:all>
  2207. </xsd:complexType>
  2208. <xsd:complexType name="rtmSystemKernelStruct">
  2209. <xsd:all>
  2210. <xsd:element name="version" type="xsd:string"/>
  2211. <xsd:element name="current" type="xsd:string"/>
  2212. <xsd:element name="current_26" type="xsd:string"/>
  2213. <xsd:element name="current_ipv6" type="xsd:string"/>
  2214. <xsd:element name="release" type="xsd:string"/>
  2215. </xsd:all>
  2216. </xsd:complexType>
  2217. <xsd:complexType name="rtmMemoryStruct">
  2218. <xsd:all>
  2219. <xsd:element name="memusage" type="xsd:int"/>
  2220. <xsd:element name="swapusage" type="xsd:int"/>
  2221. <xsd:element name="modules" type="typens:MyArrayOfRtmMemoryModuleStructType"/>
  2222. </xsd:all>
  2223. </xsd:complexType>
  2224. <xsd:complexType name="rtmMemoryModuleStruct">
  2225. <xsd:all>
  2226. <xsd:element name="moduleName" type="xsd:string"/>
  2227. <xsd:element name="value" type="xsd:string"/>
  2228. </xsd:all>
  2229. </xsd:complexType>
  2230. <xsd:complexType name="rtmMotherboardStruct">
  2231. <xsd:all>
  2232. <xsd:element name="manufacture" type="xsd:string"/>
  2233. <xsd:element name="modelName" type="xsd:string"/>
  2234. </xsd:all>
  2235. </xsd:complexType>
  2236. <xsd:complexType name="rtmLspciStruct">
  2237. <xsd:all>
  2238. <xsd:element name="address" type="xsd:string"/>
  2239. <xsd:element name="description" type="xsd:string"/>
  2240. </xsd:all>
  2241. </xsd:complexType>
  2242. <xsd:complexType name="rtmPortsStruct">
  2243. <xsd:all>
  2244. <xsd:element name="listening" type="typens:MyArrayOfRtmPortsIfaceStructType"/>
  2245. </xsd:all>
  2246. </xsd:complexType>
  2247. <xsd:complexType name="rtmPortsIfaceStruct">
  2248. <xsd:all>
  2249. <xsd:element name="iface" type="xsd:string"/>
  2250. <xsd:element name="ports" type="typens:MyArrayOfRtmPortsIfaceDetailStructType"/>
  2251. </xsd:all>
  2252. </xsd:complexType>
  2253. <xsd:complexType name="rtmPortsIfaceDetailStruct">
  2254. <xsd:all>
  2255. <xsd:element name="port" type="xsd:string"/>
  2256. <xsd:element name="procname" type="xsd:string"/>
  2257. <xsd:element name="uid" type="xsd:string"/>
  2258. <xsd:element name="pid" type="xsd:int"/>
  2259. <xsd:element name="cmdline" type="xsd:string"/>
  2260. <xsd:element name="exe" type="xsd:string"/>
  2261. <xsd:element name="username" type="xsd:string"/>
  2262. </xsd:all>
  2263. </xsd:complexType>
  2264. <xsd:complexType name="rtmRaidStruct">
  2265. <xsd:all>
  2266. <xsd:element name="units" type="typens:MyArrayOfRtmRaidPartitionStructType"/>
  2267. </xsd:all>
  2268. </xsd:complexType>
  2269. <xsd:complexType name="rtmRaidPartitionStruct">
  2270. <xsd:all>
  2271. <xsd:element name="partition" type="xsd:string"/>
  2272. <xsd:element name="volumes" type="typens:MyArrayOfRtmRaidPartitionVolumeStructType"/>
  2273. </xsd:all>
  2274. </xsd:complexType>
  2275. <xsd:complexType name="rtmRaidPartitionVolumeStruct">
  2276. <xsd:all>
  2277. <xsd:element name="volumeName" type="xsd:string"/>
  2278. <xsd:element name="flags" type="xsd:string"/>
  2279. <xsd:element name="status" type="xsd:string"/>
  2280. <xsd:element name="type" type="xsd:string"/>
  2281. <xsd:element name="capacity" type="xsd:string"/>
  2282. <xsd:element name="phys" type="xsd:int"/>
  2283. <xsd:element name="members" type="typens:MyArrayOfRtmRaidPartitionVolumeMemberStructType"/>
  2284. </xsd:all>
  2285. </xsd:complexType>
  2286. <xsd:complexType name="rtmRaidPartitionVolumeMemberStruct">
  2287. <xsd:all>
  2288. <xsd:element name="memberName" type="xsd:string"/>
  2289. <xsd:element name="modelName" type="xsd:string"/>
  2290. <xsd:element name="flags" type="xsd:string"/>
  2291. <xsd:element name="status" type="xsd:string"/>
  2292. <xsd:element name="capacity" type="xsd:string"/>
  2293. </xsd:all>
  2294. </xsd:complexType>
  2295. <xsd:complexType name="dedicatedRtmListBackdoorStruct">
  2296. <xsd:all>
  2297. <xsd:element name="date_email" type="xsd:string"/>
  2298. <xsd:element name="date_start" type="xsd:string"/>
  2299. <xsd:element name="date_end" type="xsd:string"/>
  2300. <xsd:element name="date_today" type="xsd:string"/>
  2301. <xsd:element name="id" type="xsd:int"/>
  2302. <xsd:element name="uid" type="xsd:string"/>
  2303. <xsd:element name="pid" type="xsd:int"/>
  2304. <xsd:element name="do_not_mail" type="xsd:boolean"/>
  2305. <xsd:element name="active" type="xsd:boolean"/>
  2306. <xsd:element name="status" type="xsd:int"/>
  2307. <xsd:element name="ip" type="xsd:string"/>
  2308. <xsd:element name="type" type="xsd:string"/>
  2309. <xsd:element name="cmdline" type="xsd:string"/>
  2310. <xsd:element name="port" type="xsd:int"/>
  2311. <xsd:element name="ports" type="xsd:string"/>
  2312. <xsd:element name="procname" type="xsd:string"/>
  2313. <xsd:element name="exe" type="xsd:string"/>
  2314. </xsd:all>
  2315. </xsd:complexType>
  2316. <xsd:complexType name="dedicatedRipeGetIpStruct">
  2317. <xsd:all>
  2318. <xsd:element name="exclusion" type="xsd:string"/>
  2319. <xsd:element name="routedTo" type="xsd:string"/>
  2320. <xsd:element name="ip" type="xsd:string"/>
  2321. <xsd:element name="netname" type="xsd:string"/>
  2322. </xsd:all>
  2323. </xsd:complexType>
  2324. <xsd:complexType name="dedicatedIpVirtualMacAvailableReturn">
  2325. <xsd:all>
  2326. <xsd:element name="ip" type="typens:MyArrayOfStringType"/>
  2327. <xsd:element name="mac" type="typens:MyArrayOfStringType"/>
  2328. </xsd:all>
  2329. </xsd:complexType>
  2330. <xsd:complexType name="dedicatedIpVirtualMacUsedStruct">
  2331. <xsd:all>
  2332. <xsd:element name="virtualMachineName" type="xsd:string"/>
  2333. <xsd:element name="status" type="xsd:string"/>
  2334. <xsd:element name="ipAddress" type="xsd:string"/>
  2335. <xsd:element name="type" type="xsd:string"/>
  2336. <xsd:element name="mac" type="xsd:string"/>
  2337. </xsd:all>
  2338. </xsd:complexType>
  2339. <xsd:complexType name="dedicatedBandwidthManagementReturn">
  2340. <xsd:all>
  2341. <xsd:element name="serverName" type="xsd:string"/>
  2342. <xsd:element name="id" type="xsd:int"/>
  2343. <xsd:element name="status" type="xsd:string"/>
  2344. <xsd:element name="date" type="xsd:string"/>
  2345. </xsd:all>
  2346. </xsd:complexType>
  2347. <xsd:complexType name="dedicatedServerPartioningDetailStruct">
  2348. <xsd:all>
  2349. <xsd:element name="partSize" type="xsd:string"/>
  2350. <xsd:element name="id" type="xsd:int"/>
  2351. <xsd:element name="raidType" type="xsd:int"/>
  2352. <xsd:element name="mountPoint" type="xsd:string"/>
  2353. <xsd:element name="partType" type="xsd:string"/>
  2354. <xsd:element name="fileSystem" type="xsd:string"/>
  2355. </xsd:all>
  2356. </xsd:complexType>
  2357. <xsd:complexType name="dedicatedServerPartioningReturn">
  2358. <xsd:all>
  2359. <xsd:element name="os" type="xsd:string"/>
  2360. <xsd:element name="langaue" type="xsd:string"/>
  2361. <xsd:element name="partioning" type="typens:MyArrayOfDedicatedServerPartioningDetailStructType"/>
  2362. <xsd:element name="warn" type="xsd:int"/>
  2363. </xsd:all>
  2364. </xsd:complexType>
  2365. <xsd:complexType name="dedicatedInstallConfigurationParametersStruct">
  2366. <xsd:all>
  2367. <xsd:element name="language" type="xsd:string"/>
  2368. <xsd:element name="bitFormat" type="xsd:string"/>
  2369. <xsd:element name="softRaidDevices" type="xsd:int"/>
  2370. <xsd:element name="serverName" type="xsd:string"/>
  2371. <xsd:element name="softRaid" type="xsd:string"/>
  2372. <xsd:element name="distribution" type="xsd:string"/>
  2373. <xsd:element name="resinstallTodoId" type="xsd:int"/>
  2374. </xsd:all>
  2375. </xsd:complexType>
  2376. <xsd:complexType name="dedicatedInstallConfigurationStruct">
  2377. <xsd:all>
  2378. <xsd:element name="pendingDate" type="xsd:string"/>
  2379. <xsd:element name="status" type="xsd:string"/>
  2380. <xsd:element name="stageId" type="xsd:int"/>
  2381. <xsd:element name="serverName" type="xsd:string"/>
  2382. <xsd:element name="parameters" type="typens:dedicatedInstallConfigurationParametersStruct"/>
  2383. <xsd:element name="todoDate" type="xsd:string"/>
  2384. <xsd:element name="doingDate" type="xsd:string"/>
  2385. <xsd:element name="error" type="xsd:string"/>
  2386. <xsd:element name="action" type="xsd:string"/>
  2387. <xsd:element name="id" type="xsd:int"/>
  2388. <xsd:element name="doneDate" type="xsd:string"/>
  2389. </xsd:all>
  2390. </xsd:complexType>
  2391. <xsd:complexType name="dedicatedAllowedDistributionBitFormatStruct">
  2392. <xsd:all>
  2393. <xsd:element name="reference" type="xsd:string"/>
  2394. <xsd:element name="bits" type="xsd:int"/>
  2395. </xsd:all>
  2396. </xsd:complexType>
  2397. <xsd:complexType name="dedicatedAllowedDistributionLanguageStruct">
  2398. <xsd:all>
  2399. <xsd:element name="code" type="xsd:string"/>
  2400. <xsd:element name="desc" type="xsd:string"/>
  2401. </xsd:all>
  2402. </xsd:complexType>
  2403. <xsd:complexType name="dedicatedAllowedDistributionDetailsStruct">
  2404. <xsd:all>
  2405. <xsd:element name="language" type="typens:MyArrayOfDedicatedAllowedDistributionLanguageStructType"/>
  2406. <xsd:element name="languageList" type="typens:MyArrayOfStringType"/>
  2407. <xsd:element name="defaultLanguage" type="xsd:string"/>
  2408. <xsd:element name="bitFormat" type="typens:MyArrayOfDedicatedAllowedDistributionBitFormatStructType"/>
  2409. <xsd:element name="longName" type="xsd:string"/>
  2410. <xsd:element name="name" type="xsd:string"/>
  2411. </xsd:all>
  2412. </xsd:complexType>
  2413. <xsd:complexType name="dedicatedAllowedDistributionMoreStruct">
  2414. <xsd:all>
  2415. <xsd:element name="basicDistributions" type="typens:MyArrayOfDedicatedAllowedDistributionDetailsStructType"/>
  2416. <xsd:element name="readyToUse" type="typens:MyArrayOfDedicatedAllowedDistributionDetailsStructType"/>
  2417. <xsd:element name="type" type="xsd:string"/>
  2418. </xsd:all>
  2419. </xsd:complexType>
  2420. <xsd:complexType name="dedicatedAllowedDistributionReturn">
  2421. <xsd:all>
  2422. <xsd:element name="distribution" type="typens:MyArrayOfDedicatedAllowedDistributionMoreStructType"/>
  2423. </xsd:all>
  2424. </xsd:complexType>
  2425. <xsd:complexType name="dedicatedBasicInstallProgressStruct">
  2426. <xsd:all>
  2427. <xsd:element name="step" type="xsd:int"/>
  2428. <xsd:element name="comment" type="xsd:string"/>
  2429. <xsd:element name="time" type="xsd:string"/>
  2430. <xsd:element name="error" type="xsd:string"/>
  2431. <xsd:element name="status" type="xsd:string"/>
  2432. </xsd:all>
  2433. </xsd:complexType>
  2434. <xsd:complexType name="dedicatedBasicInstallProgressReturn">
  2435. <xsd:all>
  2436. <xsd:element name="progress" type="typens:MyArrayOfDedicatedBasicInstallProgressStructType"/>
  2437. </xsd:all>
  2438. </xsd:complexType>
  2439. <xsd:complexType name="dedicatedInstallationTemplateStruct">
  2440. <xsd:all>
  2441. <xsd:element name="name" type="xsd:string"/>
  2442. <xsd:element name="os" type="xsd:string"/>
  2443. </xsd:all>
  2444. </xsd:complexType>
  2445. <xsd:complexType name="dedicatedIPForUDPStruct">
  2446. <xsd:all>
  2447. <xsd:element name="ip" type="xsd:string"/>
  2448. <xsd:element name="routedTo" type="xsd:string"/>
  2449. <xsd:element name="status" type="xsd:string"/>
  2450. <xsd:element name="mac" type="xsd:string"/>
  2451. <xsd:element name="reverse" type="xsd:string"/>
  2452. </xsd:all>
  2453. </xsd:complexType>
  2454. <xsd:complexType name="IPForUDPServerListStruct">
  2455. <xsd:all>
  2456. <xsd:element name="server" type="xsd:string"/>
  2457. <xsd:element name="reverse" type="xsd:string"/>
  2458. <xsd:element name="ipList" type="typens:MyArrayOfDedicatedIPForUDPStructType"/>
  2459. </xsd:all>
  2460. </xsd:complexType>
  2461. <xsd:complexType name="MyArrayOfDedicatedCapabilitiesStructType">
  2462. <xsd:complexContent>
  2463. <xsd:restriction base="soapenc:Array">
  2464. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:dedicatedCapabilitiesStruct[]"/>
  2465. </xsd:restriction>
  2466. </xsd:complexContent>
  2467. </xsd:complexType>
  2468. <xsd:complexType name="MyArrayOfDedicatedNetbootStructType">
  2469. <xsd:complexContent>
  2470. <xsd:restriction base="soapenc:Array">
  2471. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:dedicatedNetbootStruct[]"/>
  2472. </xsd:restriction>
  2473. </xsd:complexContent>
  2474. </xsd:complexType>
  2475. <xsd:complexType name="MyArrayOfDedicatedReverseStructType">
  2476. <xsd:complexContent>
  2477. <xsd:restriction base="soapenc:Array">
  2478. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:dedicatedReverseStruct[]"/>
  2479. </xsd:restriction>
  2480. </xsd:complexContent>
  2481. </xsd:complexType>
  2482. <xsd:complexType name="MyArrayOfSecondaryDNSStructType">
  2483. <xsd:complexContent>
  2484. <xsd:restriction base="soapenc:Array">
  2485. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:secondaryDNSStruct[]"/>
  2486. </xsd:restriction>
  2487. </xsd:complexContent>
  2488. </xsd:complexType>
  2489. <xsd:complexType name="MyArrayOfAllSecondaryDNSStructType">
  2490. <xsd:complexContent>
  2491. <xsd:restriction base="soapenc:Array">
  2492. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:allSecondaryDNSStruct[]"/>
  2493. </xsd:restriction>
  2494. </xsd:complexContent>
  2495. </xsd:complexType>
  2496. <xsd:complexType name="MyArrayOfDedicatedMonitoringStructType">
  2497. <xsd:complexContent>
  2498. <xsd:restriction base="soapenc:Array">
  2499. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:dedicatedMonitoringStruct[]"/>
  2500. </xsd:restriction>
  2501. </xsd:complexContent>
  2502. </xsd:complexType>
  2503. <xsd:complexType name="MyArrayOfDedicatedMonitoringServiceStructType">
  2504. <xsd:complexContent>
  2505. <xsd:restriction base="soapenc:Array">
  2506. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:dedicatedMonitoringServiceStruct[]"/>
  2507. </xsd:restriction>
  2508. </xsd:complexContent>
  2509. </xsd:complexType>
  2510. <xsd:complexType name="MyArrayOfDedicatedOperationStructType">
  2511. <xsd:complexContent>
  2512. <xsd:restriction base="soapenc:Array">
  2513. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:dedicatedOperationStruct[]"/>
  2514. </xsd:restriction>
  2515. </xsd:complexContent>
  2516. </xsd:complexType>
  2517. <xsd:complexType name="MyArrayOfDedicatedFailoverStructType">
  2518. <xsd:complexContent>
  2519. <xsd:restriction base="soapenc:Array">
  2520. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:dedicatedFailoverStruct[]"/>
  2521. </xsd:restriction>
  2522. </xsd:complexContent>
  2523. </xsd:complexType>
  2524. <xsd:complexType name="MyArrayOfDedicatedFailoverRipeStructType">
  2525. <xsd:complexContent>
  2526. <xsd:restriction base="soapenc:Array">
  2527. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:dedicatedFailoverRipeStruct[]"/>
  2528. </xsd:restriction>
  2529. </xsd:complexContent>
  2530. </xsd:complexType>
  2531. <xsd:complexType name="MyArrayOfDedicatedRipeGetIpStructType">
  2532. <xsd:complexContent>
  2533. <xsd:restriction base="soapenc:Array">
  2534. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:dedicatedRipeGetIpStruct[]"/>
  2535. </xsd:restriction>
  2536. </xsd:complexContent>
  2537. </xsd:complexType>
  2538. <xsd:complexType name="MyArrayOfDedicatedFilterIrcRuleStructType">
  2539. <xsd:complexContent>
  2540. <xsd:restriction base="soapenc:Array">
  2541. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:dedicatedFilterIrcRuleStruct[]"/>
  2542. </xsd:restriction>
  2543. </xsd:complexContent>
  2544. </xsd:complexType>
  2545. <xsd:complexType name="MyArrayOfDedicatedBackupListStructType">
  2546. <xsd:complexContent>
  2547. <xsd:restriction base="soapenc:Array">
  2548. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:dedicatedBackupListStruct[]"/>
  2549. </xsd:restriction>
  2550. </xsd:complexContent>
  2551. </xsd:complexType>
  2552. <xsd:complexType name="MyArrayOfDedicatedBackupDateStructType">
  2553. <xsd:complexContent>
  2554. <xsd:restriction base="soapenc:Array">
  2555. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:dedicatedBackupDateStruct[]"/>
  2556. </xsd:restriction>
  2557. </xsd:complexContent>
  2558. </xsd:complexType>
  2559. <xsd:complexType name="MyArrayOfDedicatedBackupHistoStructType">
  2560. <xsd:complexContent>
  2561. <xsd:restriction base="soapenc:Array">
  2562. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:dedicatedBackupHistoStruct[]"/>
  2563. </xsd:restriction>
  2564. </xsd:complexContent>
  2565. </xsd:complexType>
  2566. <xsd:complexType name="MyArrayOfDedicatedBackupGetPlanningStructType">
  2567. <xsd:complexContent>
  2568. <xsd:restriction base="soapenc:Array">
  2569. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:dedicatedBackupGetPlanningStruct[]"/>
  2570. </xsd:restriction>
  2571. </xsd:complexContent>
  2572. </xsd:complexType>
  2573. <xsd:complexType name="MyArrayOfDedicatedIpLoadBalancingStructType">
  2574. <xsd:complexContent>
  2575. <xsd:restriction base="soapenc:Array">
  2576. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:dedicatedIpLoadBalancingStruct[]"/>
  2577. </xsd:restriction>
  2578. </xsd:complexContent>
  2579. </xsd:complexType>
  2580. <xsd:complexType name="MyArrayOfDedicatedRtmListBackdoorStructType">
  2581. <xsd:complexContent>
  2582. <xsd:restriction base="soapenc:Array">
  2583. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:dedicatedRtmListBackdoorStruct[]"/>
  2584. </xsd:restriction>
  2585. </xsd:complexContent>
  2586. </xsd:complexType>
  2587. <xsd:complexType name="MyArrayOfDedicatedIpVirtualMacUsedStructType">
  2588. <xsd:complexContent>
  2589. <xsd:restriction base="soapenc:Array">
  2590. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:dedicatedIpVirtualMacUsedStruct[]"/>
  2591. </xsd:restriction>
  2592. </xsd:complexContent>
  2593. </xsd:complexType>
  2594. <xsd:complexType name="MyArrayOfDedicatedInstallationTemplateStructType">
  2595. <xsd:complexContent>
  2596. <xsd:restriction base="soapenc:Array">
  2597. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:dedicatedInstallationTemplateStruct[]"/>
  2598. </xsd:restriction>
  2599. </xsd:complexContent>
  2600. </xsd:complexType>
  2601. <xsd:complexType name="MyArrayOfDedicatedIPForUDPStructType">
  2602. <xsd:complexContent>
  2603. <xsd:restriction base="soapenc:Array">
  2604. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:dedicatedIPForUDPStruct[]"/>
  2605. </xsd:restriction>
  2606. </xsd:complexContent>
  2607. </xsd:complexType>
  2608. <xsd:complexType name="MyArrayOfIPForUDPServerListStructType">
  2609. <xsd:complexContent>
  2610. <xsd:restriction base="soapenc:Array">
  2611. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:IPForUDPServerListStruct[]"/>
  2612. </xsd:restriction>
  2613. </xsd:complexContent>
  2614. </xsd:complexType>
  2615. <xsd:complexType name="MyArrayOfDedicatedNetworkInterfaceStructType">
  2616. <xsd:complexContent>
  2617. <xsd:restriction base="soapenc:Array">
  2618. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:dedicatedNetworkInterfaceStruct[]"/>
  2619. </xsd:restriction>
  2620. </xsd:complexContent>
  2621. </xsd:complexType>
  2622. <xsd:complexType name="MyArrayOfDedicatedIpLoadBalancingServerStructType">
  2623. <xsd:complexContent>
  2624. <xsd:restriction base="soapenc:Array">
  2625. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:dedicatedIpLoadBalancingServerStruct[]"/>
  2626. </xsd:restriction>
  2627. </xsd:complexContent>
  2628. </xsd:complexType>
  2629. <xsd:complexType name="MyArrayOfRtmHddStructType">
  2630. <xsd:complexContent>
  2631. <xsd:restriction base="soapenc:Array">
  2632. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:rtmHddStruct[]"/>
  2633. </xsd:restriction>
  2634. </xsd:complexContent>
  2635. </xsd:complexType>
  2636. <xsd:complexType name="MyArrayOfRtmLspciStructType">
  2637. <xsd:complexContent>
  2638. <xsd:restriction base="soapenc:Array">
  2639. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:rtmLspciStruct[]"/>
  2640. </xsd:restriction>
  2641. </xsd:complexContent>
  2642. </xsd:complexType>
  2643. <xsd:complexType name="MyArrayOfRtmHddPartitionStructType">
  2644. <xsd:complexContent>
  2645. <xsd:restriction base="soapenc:Array">
  2646. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:rtmHddPartitionStruct[]"/>
  2647. </xsd:restriction>
  2648. </xsd:complexContent>
  2649. </xsd:complexType>
  2650. <xsd:complexType name="MyArrayOfRtmMemoryModuleStructType">
  2651. <xsd:complexContent>
  2652. <xsd:restriction base="soapenc:Array">
  2653. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:rtmMemoryModuleStruct[]"/>
  2654. </xsd:restriction>
  2655. </xsd:complexContent>
  2656. </xsd:complexType>
  2657. <xsd:complexType name="MyArrayOfRtmPortsIfaceStructType">
  2658. <xsd:complexContent>
  2659. <xsd:restriction base="soapenc:Array">
  2660. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:rtmPortsIfaceStruct[]"/>
  2661. </xsd:restriction>
  2662. </xsd:complexContent>
  2663. </xsd:complexType>
  2664. <xsd:complexType name="MyArrayOfRtmPortsIfaceDetailStructType">
  2665. <xsd:complexContent>
  2666. <xsd:restriction base="soapenc:Array">
  2667. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:rtmPortsIfaceDetailStruct[]"/>
  2668. </xsd:restriction>
  2669. </xsd:complexContent>
  2670. </xsd:complexType>
  2671. <xsd:complexType name="MyArrayOfRtmRaidPartitionStructType">
  2672. <xsd:complexContent>
  2673. <xsd:restriction base="soapenc:Array">
  2674. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:rtmRaidPartitionStruct[]"/>
  2675. </xsd:restriction>
  2676. </xsd:complexContent>
  2677. </xsd:complexType>
  2678. <xsd:complexType name="MyArrayOfRtmRaidPartitionVolumeStructType">
  2679. <xsd:complexContent>
  2680. <xsd:restriction base="soapenc:Array">
  2681. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:rtmRaidPartitionVolumeStruct[]"/>
  2682. </xsd:restriction>
  2683. </xsd:complexContent>
  2684. </xsd:complexType>
  2685. <xsd:complexType name="MyArrayOfRtmRaidPartitionVolumeMemberStructType">
  2686. <xsd:complexContent>
  2687. <xsd:restriction base="soapenc:Array">
  2688. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:rtmRaidPartitionVolumeMemberStruct[]"/>
  2689. </xsd:restriction>
  2690. </xsd:complexContent>
  2691. </xsd:complexType>
  2692. <xsd:complexType name="MyArrayOfDedicatedServerPartioningDetailStructType">
  2693. <xsd:complexContent>
  2694. <xsd:restriction base="soapenc:Array">
  2695. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:dedicatedServerPartioningDetailStruct[]"/>
  2696. </xsd:restriction>
  2697. </xsd:complexContent>
  2698. </xsd:complexType>
  2699. <xsd:complexType name="MyArrayOfDedicatedAllowedDistributionLanguageStructType">
  2700. <xsd:complexContent>
  2701. <xsd:restriction base="soapenc:Array">
  2702. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:dedicatedAllowedDistributionLanguageStruct[]"/>
  2703. </xsd:restriction>
  2704. </xsd:complexContent>
  2705. </xsd:complexType>
  2706. <xsd:complexType name="MyArrayOfDedicatedAllowedDistributionBitFormatStructType">
  2707. <xsd:complexContent>
  2708. <xsd:restriction base="soapenc:Array">
  2709. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:dedicatedAllowedDistributionBitFormatStruct[]"/>
  2710. </xsd:restriction>
  2711. </xsd:complexContent>
  2712. </xsd:complexType>
  2713. <xsd:complexType name="MyArrayOfDedicatedAllowedDistributionDetailsStructType">
  2714. <xsd:complexContent>
  2715. <xsd:restriction base="soapenc:Array">
  2716. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:dedicatedAllowedDistributionDetailsStruct[]"/>
  2717. </xsd:restriction>
  2718. </xsd:complexContent>
  2719. </xsd:complexType>
  2720. <xsd:complexType name="MyArrayOfDedicatedAllowedDistributionMoreStructType">
  2721. <xsd:complexContent>
  2722. <xsd:restriction base="soapenc:Array">
  2723. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:dedicatedAllowedDistributionMoreStruct[]"/>
  2724. </xsd:restriction>
  2725. </xsd:complexContent>
  2726. </xsd:complexType>
  2727. <xsd:complexType name="MyArrayOfDedicatedBasicInstallProgressStructType">
  2728. <xsd:complexContent>
  2729. <xsd:restriction base="soapenc:Array">
  2730. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:dedicatedBasicInstallProgressStruct[]"/>
  2731. </xsd:restriction>
  2732. </xsd:complexContent>
  2733. </xsd:complexType>
  2734. <xsd:complexType name="ticketStruct">
  2735. <xsd:all>
  2736. <xsd:element name="id" type="xsd:int"/>
  2737. <xsd:element name="creationDate" type="xsd:string"/>
  2738. <xsd:element name="requestStatus" type="xsd:string"/>
  2739. <xsd:element name="subject" type="xsd:string"/>
  2740. <xsd:element name="nic" type="xsd:string"/>
  2741. <xsd:element name="level" type="xsd:string"/>
  2742. <xsd:element name="domain" type="xsd:string"/>
  2743. <xsd:element name="orderId" type="xsd:int"/>
  2744. <xsd:element name="componentType" type="xsd:string"/>
  2745. </xsd:all>
  2746. </xsd:complexType>
  2747. <xsd:complexType name="fullTicketReturn">
  2748. <xsd:all>
  2749. <xsd:element name="ticketId" type="xsd:int"/>
  2750. <xsd:element name="requestStatus" type="xsd:string"/>
  2751. <xsd:element name="status" type="xsd:string"/>
  2752. <xsd:element name="subject" type="xsd:string"/>
  2753. <xsd:element name="nic" type="xsd:string"/>
  2754. <xsd:element name="phone" type="xsd:string"/>
  2755. <xsd:element name="email" type="xsd:string"/>
  2756. <xsd:element name="level" type="xsd:string"/>
  2757. <xsd:element name="domain" type="xsd:string"/>
  2758. <xsd:element name="orderId" type="xsd:int"/>
  2759. <xsd:element name="componentType" type="xsd:string"/>
  2760. <xsd:element name="messages" type="typens:MyArrayOfMessageDetailStructType"/>
  2761. </xsd:all>
  2762. </xsd:complexType>
  2763. <xsd:complexType name="messageDetailStruct">
  2764. <xsd:all>
  2765. <xsd:element name="to" type="xsd:string"/>
  2766. <xsd:element name="from" type="xsd:string"/>
  2767. <xsd:element name="date" type="xsd:string"/>
  2768. <xsd:element name="ip" type="xsd:string"/>
  2769. <xsd:element name="type" type="xsd:string"/>
  2770. <xsd:element name="message" type="xsd:string"/>
  2771. </xsd:all>
  2772. </xsd:complexType>
  2773. <xsd:complexType name="ticketContactStruct">
  2774. <xsd:all>
  2775. <xsd:element name="componentType" type="xsd:string"/>
  2776. <xsd:element name="domains" type="typens:MyArrayOfTicketContactDomainStructType"/>
  2777. </xsd:all>
  2778. </xsd:complexType>
  2779. <xsd:complexType name="ticketContactDomainStruct">
  2780. <xsd:all>
  2781. <xsd:element name="domain" type="xsd:string"/>
  2782. <xsd:element name="state" type="xsd:string"/>
  2783. <xsd:element name="reverse" type="xsd:string"/>
  2784. </xsd:all>
  2785. </xsd:complexType>
  2786. <xsd:complexType name="supportCapabilitiesReturn">
  2787. <xsd:all>
  2788. <xsd:element name="hasSupportPlus" type="xsd:boolean"/>
  2789. </xsd:all>
  2790. </xsd:complexType>
  2791. <xsd:complexType name="MyArrayOfTicketStructType">
  2792. <xsd:complexContent>
  2793. <xsd:restriction base="soapenc:Array">
  2794. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:ticketStruct[]"/>
  2795. </xsd:restriction>
  2796. </xsd:complexContent>
  2797. </xsd:complexType>
  2798. <xsd:complexType name="MyArrayOfTicketContactStructType">
  2799. <xsd:complexContent>
  2800. <xsd:restriction base="soapenc:Array">
  2801. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:ticketContactStruct[]"/>
  2802. </xsd:restriction>
  2803. </xsd:complexContent>
  2804. </xsd:complexType>
  2805. <xsd:complexType name="MyArrayOfMessageDetailStructType">
  2806. <xsd:complexContent>
  2807. <xsd:restriction base="soapenc:Array">
  2808. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:messageDetailStruct[]"/>
  2809. </xsd:restriction>
  2810. </xsd:complexContent>
  2811. </xsd:complexType>
  2812. <xsd:complexType name="MyArrayOfTicketContactDomainStructType">
  2813. <xsd:complexContent>
  2814. <xsd:restriction base="soapenc:Array">
  2815. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:ticketContactDomainStruct[]"/>
  2816. </xsd:restriction>
  2817. </xsd:complexContent>
  2818. </xsd:complexType>
  2819. <xsd:complexType name="sqlpriveStruct">
  2820. <xsd:all>
  2821. <xsd:element name="server" type="xsd:string"/>
  2822. <xsd:element name="expiration" type="xsd:string"/>
  2823. <xsd:element name="memory" type="xsd:string"/>
  2824. <xsd:element name="ip" type="xsd:string"/>
  2825. <xsd:element name="type" type="xsd:string"/>
  2826. <xsd:element name="version" type="xsd:string"/>
  2827. </xsd:all>
  2828. </xsd:complexType>
  2829. <xsd:complexType name="sqlpriveMysqlProcessStruct">
  2830. <xsd:all>
  2831. <xsd:element name="id" type="xsd:int"/>
  2832. <xsd:element name="user" type="xsd:string"/>
  2833. <xsd:element name="host" type="xsd:string"/>
  2834. <xsd:element name="database" type="xsd:string"/>
  2835. <xsd:element name="query" type="xsd:string"/>
  2836. <xsd:element name="time" type="xsd:string"/>
  2837. <xsd:element name="state" type="xsd:string"/>
  2838. <xsd:element name="request" type="xsd:string"/>
  2839. </xsd:all>
  2840. </xsd:complexType>
  2841. <xsd:complexType name="sqlpriveMysqlDatabasePrivilegeStruct">
  2842. <xsd:all>
  2843. <xsd:element name="databaseName" type="xsd:string"/>
  2844. <xsd:element name="databaseUsers" type="typens:MyArrayOfSqlpriveMysqlDatabaseUserPrivilegeStructType"/>
  2845. </xsd:all>
  2846. </xsd:complexType>
  2847. <xsd:complexType name="sqlpriveMysqlDatabaseUserPrivilegeStruct">
  2848. <xsd:all>
  2849. <xsd:element name="userName" type="xsd:string"/>
  2850. <xsd:element name="userPriv" type="xsd:string"/>
  2851. </xsd:all>
  2852. </xsd:complexType>
  2853. <xsd:complexType name="sqlpriveGetPossibleDumpStruct">
  2854. <xsd:all>
  2855. <xsd:element name="date" type="xsd:string"/>
  2856. <xsd:element name="file" type="typens:MyArrayOfStringType"/>
  2857. <xsd:element name="comment" type="xsd:string"/>
  2858. </xsd:all>
  2859. </xsd:complexType>
  2860. <xsd:complexType name="sqlpriveAlertInfotReturn">
  2861. <xsd:all>
  2862. <xsd:element name="email" type="xsd:string"/>
  2863. <xsd:element name="alert" type="typens:MyArrayOfStringType"/>
  2864. <xsd:element name="smsNumber" type="xsd:string"/>
  2865. <xsd:element name="smsAccount" type="xsd:string"/>
  2866. </xsd:all>
  2867. </xsd:complexType>
  2868. <xsd:complexType name="sqlpriveCronStruct">
  2869. <xsd:all>
  2870. <xsd:element name="id" type="xsd:int"/>
  2871. <xsd:element name="active" type="xsd:string"/>
  2872. <xsd:element name="days" type="xsd:string"/>
  2873. <xsd:element name="hours" type="xsd:string"/>
  2874. <xsd:element name="operation" type="xsd:string"/>
  2875. <xsd:element name="endDate" type="xsd:string"/>
  2876. <xsd:element name="comment" type="xsd:string"/>
  2877. </xsd:all>
  2878. </xsd:complexType>
  2879. <xsd:complexType name="MyArrayOfSqlpriveStructType">
  2880. <xsd:complexContent>
  2881. <xsd:restriction base="soapenc:Array">
  2882. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:sqlpriveStruct[]"/>
  2883. </xsd:restriction>
  2884. </xsd:complexContent>
  2885. </xsd:complexType>
  2886. <xsd:complexType name="MyArrayOfSqlpriveMysqlDatabasePrivilegeStructType">
  2887. <xsd:complexContent>
  2888. <xsd:restriction base="soapenc:Array">
  2889. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:sqlpriveMysqlDatabasePrivilegeStruct[]"/>
  2890. </xsd:restriction>
  2891. </xsd:complexContent>
  2892. </xsd:complexType>
  2893. <xsd:complexType name="MyArrayOfSqlpriveGetPossibleDumpStructType">
  2894. <xsd:complexContent>
  2895. <xsd:restriction base="soapenc:Array">
  2896. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:sqlpriveGetPossibleDumpStruct[]"/>
  2897. </xsd:restriction>
  2898. </xsd:complexContent>
  2899. </xsd:complexType>
  2900. <xsd:complexType name="MyArrayOfSqlpriveMysqlProcessStructType">
  2901. <xsd:complexContent>
  2902. <xsd:restriction base="soapenc:Array">
  2903. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:sqlpriveMysqlProcessStruct[]"/>
  2904. </xsd:restriction>
  2905. </xsd:complexContent>
  2906. </xsd:complexType>
  2907. <xsd:complexType name="MyArrayOfSqlpriveCronStructType">
  2908. <xsd:complexContent>
  2909. <xsd:restriction base="soapenc:Array">
  2910. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:sqlpriveCronStruct[]"/>
  2911. </xsd:restriction>
  2912. </xsd:complexContent>
  2913. </xsd:complexType>
  2914. <xsd:complexType name="MyArrayOfSqlpriveMysqlDatabaseUserPrivilegeStructType">
  2915. <xsd:complexContent>
  2916. <xsd:restriction base="soapenc:Array">
  2917. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:sqlpriveMysqlDatabaseUserPrivilegeStruct[]"/>
  2918. </xsd:restriction>
  2919. </xsd:complexContent>
  2920. </xsd:complexType>
  2921. <xsd:complexType name="resellerAccountMovementStruct">
  2922. <xsd:all>
  2923. <xsd:element name="amount" type="xsd:int"/>
  2924. <xsd:element name="balance" type="xsd:int"/>
  2925. <xsd:element name="previousBalance" type="xsd:int"/>
  2926. <xsd:element name="date" type="xsd:string"/>
  2927. <xsd:element name="description" type="xsd:string"/>
  2928. <xsd:element name="operation" type="xsd:string"/>
  2929. <xsd:element name="order" type="xsd:int"/>
  2930. </xsd:all>
  2931. </xsd:complexType>
  2932. <xsd:complexType name="resellerAccountHistoryReturn">
  2933. <xsd:all>
  2934. <xsd:element name="month" type="xsd:int"/>
  2935. <xsd:element name="year" type="xsd:int"/>
  2936. <xsd:element name="movements" type="typens:MyArrayOfResellerAccountMovementStructType"/>
  2937. </xsd:all>
  2938. </xsd:complexType>
  2939. <xsd:complexType name="resellerAccountSummaryReturn">
  2940. <xsd:all>
  2941. <xsd:element name="nic" type="xsd:string"/>
  2942. <xsd:element name="account" type="xsd:string"/>
  2943. <xsd:element name="country" type="xsd:string"/>
  2944. <xsd:element name="description" type="xsd:string"/>
  2945. <xsd:element name="balance" type="xsd:int"/>
  2946. <xsd:element name="alertThreshold" type="xsd:int"/>
  2947. <xsd:element name="limitThreshold" type="xsd:int"/>
  2948. <xsd:element name="openDate" type="xsd:string"/>
  2949. <xsd:element name="date" type="xsd:string"/>
  2950. <xsd:element name="closeDate" type="xsd:string"/>
  2951. </xsd:all>
  2952. </xsd:complexType>
  2953. <xsd:complexType name="MyArrayOfResellerAccountMovementStructType">
  2954. <xsd:complexContent>
  2955. <xsd:restriction base="soapenc:Array">
  2956. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:resellerAccountMovementStruct[]"/>
  2957. </xsd:restriction>
  2958. </xsd:complexContent>
  2959. </xsd:complexType>
  2960. <xsd:complexType name="InfrastructureIpStruct">
  2961. <xsd:all>
  2962. <xsd:element name="country" type="xsd:string"/>
  2963. <xsd:element name="netname" type="xsd:string"/>
  2964. <xsd:element name="routedTo" type="xsd:string"/>
  2965. <xsd:element name="status" type="xsd:string"/>
  2966. <xsd:element name="addressesNumber" type="xsd:int"/>
  2967. <xsd:element name="networkIp" type="xsd:string"/>
  2968. <xsd:element name="ipAddressFromBlock" type="typens:MyArrayOfStringType"/>
  2969. </xsd:all>
  2970. </xsd:complexType>
  2971. <xsd:complexType name="ripeReturn">
  2972. <xsd:all>
  2973. <xsd:element name="inetnum" type="typens:ripeInetnumStruct"/>
  2974. <xsd:element name="organisation" type="typens:ripeOrganisationStruct"/>
  2975. </xsd:all>
  2976. </xsd:complexType>
  2977. <xsd:complexType name="ripeInetnumStruct">
  2978. <xsd:all>
  2979. <xsd:element name="inetnum" type="xsd:string"/>
  2980. <xsd:element name="netname" type="xsd:string"/>
  2981. <xsd:element name="descr" type="typens:MyArrayOfStringType"/>
  2982. <xsd:element name="org" type="xsd:string"/>
  2983. <xsd:element name="country" type="xsd:string"/>
  2984. <xsd:element name="adminc" type="xsd:string"/>
  2985. <xsd:element name="techc" type="xsd:string"/>
  2986. <xsd:element name="status" type="xsd:string"/>
  2987. <xsd:element name="mntby" type="xsd:string"/>
  2988. <xsd:element name="changed" type="xsd:string"/>
  2989. <xsd:element name="source" type="xsd:string"/>
  2990. </xsd:all>
  2991. </xsd:complexType>
  2992. <xsd:complexType name="ripeOrganisationStruct">
  2993. <xsd:all>
  2994. <xsd:element name="organisation" type="xsd:string"/>
  2995. <xsd:element name="orgname" type="xsd:string"/>
  2996. <xsd:element name="orgtype" type="xsd:string"/>
  2997. <xsd:element name="address" type="typens:MyArrayOfStringType"/>
  2998. <xsd:element name="email" type="xsd:string"/>
  2999. <xsd:element name="abusemailbox" type="xsd:string"/>
  3000. <xsd:element name="mntref" type="xsd:string"/>
  3001. <xsd:element name="mntby" type="xsd:string"/>
  3002. <xsd:element name="changed" type="xsd:string"/>
  3003. <xsd:element name="source" type="xsd:string"/>
  3004. </xsd:all>
  3005. </xsd:complexType>
  3006. <xsd:complexType name="ripeUpdateReturn">
  3007. <xsd:all>
  3008. <xsd:element name="object" type="xsd:string"/>
  3009. <xsd:element name="value" type="xsd:string"/>
  3010. <xsd:element name="operation" type="xsd:string"/>
  3011. <xsd:element name="result" type="xsd:string"/>
  3012. </xsd:all>
  3013. </xsd:complexType>
  3014. <xsd:complexType name="MyArrayOfInfrastructureIpStructType">
  3015. <xsd:complexContent>
  3016. <xsd:restriction base="soapenc:Array">
  3017. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:InfrastructureIpStruct[]"/>
  3018. </xsd:restriction>
  3019. </xsd:complexContent>
  3020. </xsd:complexType>
  3021. <xsd:complexType name="accountMovementStruct">
  3022. <xsd:all>
  3023. <xsd:element name="amount" type="xsd:int"/>
  3024. <xsd:element name="balance" type="xsd:int"/>
  3025. <xsd:element name="previousBalance" type="xsd:int"/>
  3026. <xsd:element name="date" type="xsd:string"/>
  3027. <xsd:element name="description" type="xsd:string"/>
  3028. <xsd:element name="operation" type="xsd:string"/>
  3029. <xsd:element name="order" type="xsd:int"/>
  3030. </xsd:all>
  3031. </xsd:complexType>
  3032. <xsd:complexType name="accountHistoryReturn">
  3033. <xsd:all>
  3034. <xsd:element name="month" type="xsd:int"/>
  3035. <xsd:element name="year" type="xsd:int"/>
  3036. <xsd:element name="movements" type="typens:MyArrayOfAccountMovementStructType"/>
  3037. </xsd:all>
  3038. </xsd:complexType>
  3039. <xsd:complexType name="accountSummaryReturn">
  3040. <xsd:all>
  3041. <xsd:element name="nic" type="xsd:string"/>
  3042. <xsd:element name="account" type="xsd:string"/>
  3043. <xsd:element name="country" type="xsd:string"/>
  3044. <xsd:element name="description" type="xsd:string"/>
  3045. <xsd:element name="balance" type="xsd:int"/>
  3046. <xsd:element name="alertThreshold" type="xsd:int"/>
  3047. <xsd:element name="limitThreshold" type="xsd:int"/>
  3048. <xsd:element name="openDate" type="xsd:string"/>
  3049. <xsd:element name="date" type="xsd:string"/>
  3050. <xsd:element name="closeDate" type="xsd:string"/>
  3051. </xsd:all>
  3052. </xsd:complexType>
  3053. <xsd:complexType name="MyArrayOfAccountMovementStructType">
  3054. <xsd:complexContent>
  3055. <xsd:restriction base="soapenc:Array">
  3056. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:accountMovementStruct[]"/>
  3057. </xsd:restriction>
  3058. </xsd:complexContent>
  3059. </xsd:complexType>
  3060. <xsd:complexType name="hostingChangeMainDomainReturn">
  3061. <xsd:all>
  3062. <xsd:element name="id" type="xsd:int"/>
  3063. <xsd:element name="country" type="xsd:string"/>
  3064. <xsd:element name="password" type="xsd:string"/>
  3065. <xsd:element name="totalPriceWithVat" type="xsd:float"/>
  3066. <xsd:element name="totalPrice" type="xsd:float"/>
  3067. <xsd:element name="url" type="xsd:string"/>
  3068. <xsd:element name="vatRate" type="xsd:float"/>
  3069. </xsd:all>
  3070. </xsd:complexType>
  3071. <xsd:complexType name="hostingGetCapabilitiesReturn">
  3072. <xsd:all>
  3073. <xsd:element name="name" type="xsd:string"/>
  3074. <xsd:element name="webspace" type="xsd:int"/>
  3075. <xsd:element name="traffic" type="xsd:string"/>
  3076. <xsd:element name="databases" type="xsd:int"/>
  3077. <xsd:element name="databaseSpace" type="xsd:int"/>
  3078. <xsd:element name="multidomains" type="xsd:int"/>
  3079. <xsd:element name="subdomains" type="xsd:int"/>
  3080. <xsd:element name="streaming" type="xsd:int"/>
  3081. <xsd:element name="multiftp" type="xsd:int"/>
  3082. <xsd:element name="anonymousftp" type="xsd:int"/>
  3083. <xsd:element name="freeDomPerYear" type="xsd:int"/>
  3084. <xsd:element name="freeDomMax" type="xsd:int"/>
  3085. <xsd:element name="sharedSSL" type="xsd:boolean"/>
  3086. <xsd:element name="ssh" type="xsd:boolean"/>
  3087. <xsd:element name="geoloc" type="xsd:boolean"/>
  3088. <xsd:element name="cgi" type="xsd:boolean"/>
  3089. <xsd:element name="crontab" type="xsd:boolean"/>
  3090. <xsd:element name="sip" type="xsd:boolean"/>
  3091. <xsd:element name="vpn" type="xsd:boolean"/>
  3092. <xsd:element name="jabber" type="xsd:boolean"/>
  3093. </xsd:all>
  3094. </xsd:complexType>
  3095. <xsd:complexType name="hostingListStruct">
  3096. <xsd:all>
  3097. <xsd:element name="domain" type="xsd:string"/>
  3098. <xsd:element name="hosting" type="xsd:string"/>
  3099. </xsd:all>
  3100. </xsd:complexType>
  3101. <xsd:complexType name="hostingSummaryReturn">
  3102. <xsd:all>
  3103. <xsd:element name="country" type="xsd:string"/>
  3104. <xsd:element name="webspace" type="xsd:string"/>
  3105. <xsd:element name="maxWebspace" type="xsd:string"/>
  3106. <xsd:element name="subdomains" type="xsd:string"/>
  3107. <xsd:element name="multidomains" type="xsd:string"/>
  3108. <xsd:element name="multiftps" type="xsd:string"/>
  3109. <xsd:element name="anonymousftp" type="xsd:string"/>
  3110. <xsd:element name="databases" type="xsd:string"/>
  3111. <xsd:element name="freedom_remaining" type="xsd:string"/>
  3112. <xsd:element name="freedom_assigned" type="xsd:string"/>
  3113. <xsd:element name="freedom_total" type="xsd:string"/>
  3114. <xsd:element name="highCapacity" type="xsd:boolean"/>
  3115. <xsd:element name="highSecurity" type="xsd:boolean"/>
  3116. <xsd:element name="state" type="xsd:string"/>
  3117. </xsd:all>
  3118. </xsd:complexType>
  3119. <xsd:complexType name="ftpInfoReturn">
  3120. <xsd:all>
  3121. <xsd:element name="login" type="xsd:string"/>
  3122. <xsd:element name="quota" type="xsd:int"/>
  3123. <xsd:element name="maxQuota" type="xsd:int"/>
  3124. <xsd:element name="url" type="xsd:string"/>
  3125. <xsd:element name="hostedOn" type="xsd:string"/>
  3126. <xsd:element name="isTodo" type="xsd:string"/>
  3127. <xsd:element name="highCapacity" type="xsd:boolean"/>
  3128. <xsd:element name="highSecurity" type="xsd:boolean"/>
  3129. </xsd:all>
  3130. </xsd:complexType>
  3131. <xsd:complexType name="databaseStruct">
  3132. <xsd:all>
  3133. <xsd:element name="db" type="xsd:string"/>
  3134. <xsd:element name="quota" type="xsd:float"/>
  3135. <xsd:element name="limit" type="xsd:float"/>
  3136. <xsd:element name="version" type="xsd:string"/>
  3137. <xsd:element name="date" type="xsd:string"/>
  3138. <xsd:element name="state" type="xsd:string"/>
  3139. <xsd:element name="type" type="xsd:string"/>
  3140. <xsd:element name="server" type="xsd:string"/>
  3141. <xsd:element name="todo" type="xsd:boolean"/>
  3142. <xsd:element name="quota_warning" type="xsd:boolean"/>
  3143. </xsd:all>
  3144. </xsd:complexType>
  3145. <xsd:complexType name="anonymousFtpInfoReturn">
  3146. <xsd:all>
  3147. <xsd:element name="login" type="xsd:string"/>
  3148. <xsd:element name="url" type="xsd:string"/>
  3149. <xsd:element name="max" type="xsd:int"/>
  3150. <xsd:element name="quota" type="xsd:int"/>
  3151. <xsd:element name="active" type="xsd:boolean"/>
  3152. <xsd:element name="todo" type="xsd:boolean"/>
  3153. </xsd:all>
  3154. </xsd:complexType>
  3155. <xsd:complexType name="subDomainStruct">
  3156. <xsd:all>
  3157. <xsd:element name="subdomain" type="xsd:string"/>
  3158. <xsd:element name="target" type="xsd:string"/>
  3159. <xsd:element name="country" type="xsd:string"/>
  3160. </xsd:all>
  3161. </xsd:complexType>
  3162. <xsd:complexType name="multiDomainStruct">
  3163. <xsd:all>
  3164. <xsd:element name="multidomain" type="xsd:string"/>
  3165. <xsd:element name="target" type="xsd:string"/>
  3166. <xsd:element name="country" type="xsd:string"/>
  3167. </xsd:all>
  3168. </xsd:complexType>
  3169. <xsd:complexType name="multiFtpStruct">
  3170. <xsd:all>
  3171. <xsd:element name="subdir" type="xsd:string"/>
  3172. <xsd:element name="login" type="xsd:string"/>
  3173. </xsd:all>
  3174. </xsd:complexType>
  3175. <xsd:complexType name="overquotaInfoDayStruct">
  3176. <xsd:all>
  3177. <xsd:element name="day" type="xsd:int"/>
  3178. <xsd:element name="value" type="xsd:int"/>
  3179. </xsd:all>
  3180. </xsd:complexType>
  3181. <xsd:complexType name="overquotaInfoStruct">
  3182. <xsd:all>
  3183. <xsd:element name="month" type="xsd:string"/>
  3184. <xsd:element name="traffic" type="xsd:int"/>
  3185. <xsd:element name="hits" type="xsd:int"/>
  3186. </xsd:all>
  3187. </xsd:complexType>
  3188. <xsd:complexType name="overquotaInfoReturn">
  3189. <xsd:all>
  3190. <xsd:element name="domain" type="xsd:string"/>
  3191. <xsd:element name="quota" type="typens:MyArrayOfOverquotaInfoStructType"/>
  3192. <xsd:element name="capacities" type="xsd:int"/>
  3193. <xsd:element name="order" type="xsd:int"/>
  3194. </xsd:all>
  3195. </xsd:complexType>
  3196. <xsd:complexType name="logsAccessStruct">
  3197. <xsd:all>
  3198. <xsd:element name="user" type="xsd:string"/>
  3199. <xsd:element name="lastUpdate" type="xsd:string"/>
  3200. </xsd:all>
  3201. </xsd:complexType>
  3202. <xsd:complexType name="automatedMailGetStateReturn">
  3203. <xsd:all>
  3204. <xsd:element name="bounce" type="xsd:int"/>
  3205. <xsd:element name="sent" type="xsd:int"/>
  3206. <xsd:element name="return" type="xsd:string"/>
  3207. <xsd:element name="state" type="xsd:string"/>
  3208. </xsd:all>
  3209. </xsd:complexType>
  3210. <xsd:complexType name="automatedMailGetVolumeHistoryStruct">
  3211. <xsd:all>
  3212. <xsd:element name="volume" type="xsd:int"/>
  3213. <xsd:element name="date" type="xsd:string"/>
  3214. </xsd:all>
  3215. </xsd:complexType>
  3216. <xsd:complexType name="automatedMailGetErrorsStruct">
  3217. <xsd:all>
  3218. <xsd:element name="to" type="xsd:string"/>
  3219. <xsd:element name="total" type="xsd:int"/>
  3220. <xsd:element name="date" type="xsd:string"/>
  3221. <xsd:element name="message" type="xsd:string"/>
  3222. </xsd:all>
  3223. </xsd:complexType>
  3224. <xsd:complexType name="cmsAvailableStruct">
  3225. <xsd:all>
  3226. <xsd:element name="name" type="xsd:string"/>
  3227. <xsd:element name="version" type="xsd:string"/>
  3228. <xsd:element name="language" type="typens:MyArrayOfStringType"/>
  3229. <xsd:element name="category" type="xsd:string"/>
  3230. <xsd:element name="dbPrefix" type="xsd:string"/>
  3231. <xsd:element name="enable" type="xsd:boolean"/>
  3232. </xsd:all>
  3233. </xsd:complexType>
  3234. <xsd:complexType name="cmsStruct">
  3235. <xsd:all>
  3236. <xsd:element name="id" type="xsd:int"/>
  3237. <xsd:element name="name" type="xsd:string"/>
  3238. <xsd:element name="version" type="xsd:string"/>
  3239. <xsd:element name="language" type="xsd:string"/>
  3240. <xsd:element name="url" type="xsd:string"/>
  3241. <xsd:element name="path" type="xsd:string"/>
  3242. <xsd:element name="adminLogin" type="xsd:string"/>
  3243. </xsd:all>
  3244. </xsd:complexType>
  3245. <xsd:complexType name="crontabStruct">
  3246. <xsd:all>
  3247. <xsd:element name="id" type="xsd:int"/>
  3248. <xsd:element name="path" type="xsd:string"/>
  3249. <xsd:element name="desc" type="xsd:string"/>
  3250. <xsd:element name="email" type="xsd:string"/>
  3251. <xsd:element name="enabled" type="xsd:boolean"/>
  3252. </xsd:all>
  3253. </xsd:complexType>
  3254. <xsd:complexType name="crontabInfoReturn">
  3255. <xsd:all>
  3256. <xsd:element name="id" type="xsd:int"/>
  3257. <xsd:element name="path" type="xsd:string"/>
  3258. <xsd:element name="desc" type="xsd:string"/>
  3259. <xsd:element name="email" type="xsd:string"/>
  3260. <xsd:element name="enabled" type="xsd:boolean"/>
  3261. <xsd:element name="programLanguage" type="xsd:string"/>
  3262. <xsd:element name="weekDay" type="xsd:string"/>
  3263. <xsd:element name="days" type="typens:MyArrayOfIntType"/>
  3264. <xsd:element name="hours" type="typens:MyArrayOfIntType"/>
  3265. </xsd:all>
  3266. </xsd:complexType>
  3267. <xsd:complexType name="MyArrayOfHostingListStructType">
  3268. <xsd:complexContent>
  3269. <xsd:restriction base="soapenc:Array">
  3270. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:hostingListStruct[]"/>
  3271. </xsd:restriction>
  3272. </xsd:complexContent>
  3273. </xsd:complexType>
  3274. <xsd:complexType name="MyArrayOfDatabaseStructType">
  3275. <xsd:complexContent>
  3276. <xsd:restriction base="soapenc:Array">
  3277. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:databaseStruct[]"/>
  3278. </xsd:restriction>
  3279. </xsd:complexContent>
  3280. </xsd:complexType>
  3281. <xsd:complexType name="MyArrayOfSubDomainStructType">
  3282. <xsd:complexContent>
  3283. <xsd:restriction base="soapenc:Array">
  3284. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:subDomainStruct[]"/>
  3285. </xsd:restriction>
  3286. </xsd:complexContent>
  3287. </xsd:complexType>
  3288. <xsd:complexType name="MyArrayOfMultiDomainStructType">
  3289. <xsd:complexContent>
  3290. <xsd:restriction base="soapenc:Array">
  3291. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:multiDomainStruct[]"/>
  3292. </xsd:restriction>
  3293. </xsd:complexContent>
  3294. </xsd:complexType>
  3295. <xsd:complexType name="MyArrayOfMultiFtpStructType">
  3296. <xsd:complexContent>
  3297. <xsd:restriction base="soapenc:Array">
  3298. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:multiFtpStruct[]"/>
  3299. </xsd:restriction>
  3300. </xsd:complexContent>
  3301. </xsd:complexType>
  3302. <xsd:complexType name="MyArrayOfLogsAccessStructType">
  3303. <xsd:complexContent>
  3304. <xsd:restriction base="soapenc:Array">
  3305. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:logsAccessStruct[]"/>
  3306. </xsd:restriction>
  3307. </xsd:complexContent>
  3308. </xsd:complexType>
  3309. <xsd:complexType name="MyArrayOfCrontabStructType">
  3310. <xsd:complexContent>
  3311. <xsd:restriction base="soapenc:Array">
  3312. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:crontabStruct[]"/>
  3313. </xsd:restriction>
  3314. </xsd:complexContent>
  3315. </xsd:complexType>
  3316. <xsd:complexType name="MyArrayOfAutomatedMailGetErrorsStructType">
  3317. <xsd:complexContent>
  3318. <xsd:restriction base="soapenc:Array">
  3319. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:automatedMailGetErrorsStruct[]"/>
  3320. </xsd:restriction>
  3321. </xsd:complexContent>
  3322. </xsd:complexType>
  3323. <xsd:complexType name="MyArrayOfAutomatedMailGetVolumeHistoryStructType">
  3324. <xsd:complexContent>
  3325. <xsd:restriction base="soapenc:Array">
  3326. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:automatedMailGetVolumeHistoryStruct[]"/>
  3327. </xsd:restriction>
  3328. </xsd:complexContent>
  3329. </xsd:complexType>
  3330. <xsd:complexType name="MyArrayOfCmsAvailableStructType">
  3331. <xsd:complexContent>
  3332. <xsd:restriction base="soapenc:Array">
  3333. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:cmsAvailableStruct[]"/>
  3334. </xsd:restriction>
  3335. </xsd:complexContent>
  3336. </xsd:complexType>
  3337. <xsd:complexType name="MyArrayOfCmsStructType">
  3338. <xsd:complexContent>
  3339. <xsd:restriction base="soapenc:Array">
  3340. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:cmsStruct[]"/>
  3341. </xsd:restriction>
  3342. </xsd:complexContent>
  3343. </xsd:complexType>
  3344. <xsd:complexType name="MyArrayOfOverquotaInfoStructType">
  3345. <xsd:complexContent>
  3346. <xsd:restriction base="soapenc:Array">
  3347. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:overquotaInfoStruct[]"/>
  3348. </xsd:restriction>
  3349. </xsd:complexContent>
  3350. </xsd:complexType>
  3351. <xsd:complexType name="serviceStruct">
  3352. <xsd:all>
  3353. <xsd:element name="domain" type="xsd:string"/>
  3354. <xsd:element name="component" type="xsd:string"/>
  3355. <xsd:element name="componentSubType" type="xsd:string"/>
  3356. <xsd:element name="creation" type="xsd:string"/>
  3357. <xsd:element name="modification" type="xsd:string"/>
  3358. <xsd:element name="expiry" type="xsd:string"/>
  3359. <xsd:element name="nicowner" type="xsd:string"/>
  3360. <xsd:element name="nicadmin" type="xsd:string"/>
  3361. <xsd:element name="nictech" type="xsd:string"/>
  3362. <xsd:element name="nicbilling" type="xsd:string"/>
  3363. <xsd:element name="nicreseller" type="xsd:string"/>
  3364. <xsd:element name="autorenew" type="xsd:string"/>
  3365. <xsd:element name="reverse" type="xsd:string"/>
  3366. </xsd:all>
  3367. </xsd:complexType>
  3368. <xsd:complexType name="serviceLightStruct">
  3369. <xsd:all>
  3370. <xsd:element name="domain" type="xsd:string"/>
  3371. <xsd:element name="expiry" type="xsd:string"/>
  3372. <xsd:element name="nicadmin" type="xsd:string"/>
  3373. <xsd:element name="nictech" type="xsd:string"/>
  3374. <xsd:element name="nicbilling" type="xsd:string"/>
  3375. <xsd:element name="autorenew" type="xsd:string"/>
  3376. <xsd:element name="reverse" type="xsd:string"/>
  3377. </xsd:all>
  3378. </xsd:complexType>
  3379. <xsd:complexType name="serviceListPaginatedStruct">
  3380. <xsd:all>
  3381. <xsd:element name="total" type="xsd:int"/>
  3382. <xsd:element name="results" type="typens:MyArrayOfServiceLightStructType"/>
  3383. </xsd:all>
  3384. </xsd:complexType>
  3385. <xsd:complexType name="freedomStruct">
  3386. <xsd:all>
  3387. <xsd:element name="referenceReferer" type="xsd:string"/>
  3388. <xsd:element name="creationDate" type="xsd:string"/>
  3389. <xsd:element name="status" type="xsd:string"/>
  3390. <xsd:element name="freeDom" type="xsd:string"/>
  3391. <xsd:element name="useDate" type="xsd:string"/>
  3392. <xsd:element name="domainReferer" type="xsd:string"/>
  3393. </xsd:all>
  3394. </xsd:complexType>
  3395. <xsd:complexType name="serviceGroupStruct">
  3396. <xsd:all>
  3397. <xsd:element name="name" type="xsd:string"/>
  3398. <xsd:element name="comment" type="xsd:string"/>
  3399. <xsd:element name="details" type="typens:MyArrayOfServiceStructType"/>
  3400. </xsd:all>
  3401. </xsd:complexType>
  3402. <xsd:complexType name="MyArrayOfServiceStructType">
  3403. <xsd:complexContent>
  3404. <xsd:restriction base="soapenc:Array">
  3405. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:serviceStruct[]"/>
  3406. </xsd:restriction>
  3407. </xsd:complexContent>
  3408. </xsd:complexType>
  3409. <xsd:complexType name="MyArrayOfFreedomStructType">
  3410. <xsd:complexContent>
  3411. <xsd:restriction base="soapenc:Array">
  3412. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:freedomStruct[]"/>
  3413. </xsd:restriction>
  3414. </xsd:complexContent>
  3415. </xsd:complexType>
  3416. <xsd:complexType name="MyArrayOfServiceGroupStructType">
  3417. <xsd:complexContent>
  3418. <xsd:restriction base="soapenc:Array">
  3419. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:serviceGroupStruct[]"/>
  3420. </xsd:restriction>
  3421. </xsd:complexContent>
  3422. </xsd:complexType>
  3423. <xsd:complexType name="MyArrayOfServiceLightStructType">
  3424. <xsd:complexContent>
  3425. <xsd:restriction base="soapenc:Array">
  3426. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:serviceLightStruct[]"/>
  3427. </xsd:restriction>
  3428. </xsd:complexContent>
  3429. </xsd:complexType>
  3430. <xsd:complexType name="domainInfoReturn">
  3431. <xsd:all>
  3432. <xsd:element name="domain" type="xsd:string"/>
  3433. <xsd:element name="creation" type="xsd:string"/>
  3434. <xsd:element name="modification" type="xsd:string"/>
  3435. <xsd:element name="expiration" type="xsd:string"/>
  3436. <xsd:element name="nicowner" type="xsd:string"/>
  3437. <xsd:element name="nicadmin" type="xsd:string"/>
  3438. <xsd:element name="nictech" type="xsd:string"/>
  3439. <xsd:element name="nicbilling" type="xsd:string"/>
  3440. <xsd:element name="authinfo" type="xsd:string"/>
  3441. <xsd:element name="dns" type="typens:MyArrayOfNsStructType"/>
  3442. </xsd:all>
  3443. </xsd:complexType>
  3444. <xsd:complexType name="domainCheckStruct">
  3445. <xsd:all>
  3446. <xsd:element name="predicate" type="xsd:string"/>
  3447. <xsd:element name="value" type="xsd:boolean"/>
  3448. <xsd:element name="reason" type="xsd:string"/>
  3449. </xsd:all>
  3450. </xsd:complexType>
  3451. <xsd:complexType name="domainCapabilitiesReturn">
  3452. <xsd:all>
  3453. <xsd:element name="needAuthInfo" type="xsd:boolean"/>
  3454. <xsd:element name="needZoneCheck" type="xsd:boolean"/>
  3455. <xsd:element name="owo" type="xsd:boolean"/>
  3456. <xsd:element name="hostIPv4" type="xsd:boolean"/>
  3457. <xsd:element name="hostIPv6" type="xsd:boolean"/>
  3458. <xsd:element name="hostmultiIp" type="xsd:boolean"/>
  3459. <xsd:element name="ownerUpdateAllowed" type="xsd:boolean"/>
  3460. <xsd:element name="ownerTradeAllowed" type="xsd:boolean"/>
  3461. </xsd:all>
  3462. </xsd:complexType>
  3463. <xsd:complexType name="nsStruct">
  3464. <xsd:all>
  3465. <xsd:element name="name" type="xsd:string"/>
  3466. <xsd:element name="ip" type="xsd:string"/>
  3467. </xsd:all>
  3468. </xsd:complexType>
  3469. <xsd:complexType name="zoneStruct">
  3470. <xsd:all>
  3471. <xsd:element name="subdomain" type="xsd:string"/>
  3472. <xsd:element name="fieldtype" type="xsd:string"/>
  3473. <xsd:element name="target" type="xsd:string"/>
  3474. </xsd:all>
  3475. </xsd:complexType>
  3476. <xsd:complexType name="ortStruct">
  3477. <xsd:all>
  3478. <xsd:element name="subdomain" type="xsd:string"/>
  3479. <xsd:element name="target" type="xsd:string"/>
  3480. <xsd:element name="type" type="xsd:string"/>
  3481. </xsd:all>
  3482. </xsd:complexType>
  3483. <xsd:complexType name="domainHostInfoReturn">
  3484. <xsd:all>
  3485. <xsd:element name="hostname" type="xsd:string"/>
  3486. <xsd:element name="ipv4" type="xsd:string"/>
  3487. <xsd:element name="ipv6" type="xsd:string"/>
  3488. </xsd:all>
  3489. </xsd:complexType>
  3490. <xsd:complexType name="operationStruct">
  3491. <xsd:all>
  3492. <xsd:element name="id" type="xsd:int"/>
  3493. <xsd:element name="domain" type="xsd:string"/>
  3494. <xsd:element name="function" type="xsd:string"/>
  3495. <xsd:element name="status" type="xsd:string"/>
  3496. <xsd:element name="internalStatus" type="xsd:string"/>
  3497. <xsd:element name="comment" type="xsd:string"/>
  3498. <xsd:element name="users" type="typens:MyArrayOfStringType"/>
  3499. <xsd:element name="retry" type="xsd:int"/>
  3500. <xsd:element name="todoDate" type="xsd:string"/>
  3501. <xsd:element name="lastUpdate" type="xsd:string"/>
  3502. <xsd:element name="doneDate" type="xsd:string"/>
  3503. <xsd:element name="canCancel" type="xsd:boolean"/>
  3504. <xsd:element name="canCorrect" type="xsd:boolean"/>
  3505. <xsd:element name="canRelaunch" type="xsd:boolean"/>
  3506. <xsd:element name="restartStep" type="xsd:string"/>
  3507. </xsd:all>
  3508. </xsd:complexType>
  3509. <xsd:complexType name="domainWhoisObfuscatorStruct">
  3510. <xsd:all>
  3511. <xsd:element name="domain" type="xsd:string"/>
  3512. <xsd:element name="email" type="xsd:boolean"/>
  3513. <xsd:element name="address" type="xsd:boolean"/>
  3514. <xsd:element name="phone" type="xsd:boolean"/>
  3515. </xsd:all>
  3516. </xsd:complexType>
  3517. <xsd:complexType name="MyArrayOfDomainCheckStructType">
  3518. <xsd:complexContent>
  3519. <xsd:restriction base="soapenc:Array">
  3520. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:domainCheckStruct[]"/>
  3521. </xsd:restriction>
  3522. </xsd:complexContent>
  3523. </xsd:complexType>
  3524. <xsd:complexType name="MyArrayOfNsStructType">
  3525. <xsd:complexContent>
  3526. <xsd:restriction base="soapenc:Array">
  3527. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:nsStruct[]"/>
  3528. </xsd:restriction>
  3529. </xsd:complexContent>
  3530. </xsd:complexType>
  3531. <xsd:complexType name="MyArrayOfZoneStructType">
  3532. <xsd:complexContent>
  3533. <xsd:restriction base="soapenc:Array">
  3534. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:zoneStruct[]"/>
  3535. </xsd:restriction>
  3536. </xsd:complexContent>
  3537. </xsd:complexType>
  3538. <xsd:complexType name="MyArrayOfOrtStructType">
  3539. <xsd:complexContent>
  3540. <xsd:restriction base="soapenc:Array">
  3541. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:ortStruct[]"/>
  3542. </xsd:restriction>
  3543. </xsd:complexContent>
  3544. </xsd:complexType>
  3545. <xsd:complexType name="MyArrayOfOperationStructType">
  3546. <xsd:complexContent>
  3547. <xsd:restriction base="soapenc:Array">
  3548. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:operationStruct[]"/>
  3549. </xsd:restriction>
  3550. </xsd:complexContent>
  3551. </xsd:complexType>
  3552. <xsd:complexType name="MyArrayOfDomainWhoisObfuscatorStructType">
  3553. <xsd:complexContent>
  3554. <xsd:restriction base="soapenc:Array">
  3555. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:domainWhoisObfuscatorStruct[]"/>
  3556. </xsd:restriction>
  3557. </xsd:complexContent>
  3558. </xsd:complexType>
  3559. <xsd:complexType name="emailRedirectionStruct">
  3560. <xsd:all>
  3561. <xsd:element name="target" type="xsd:string"/>
  3562. <xsd:element name="local" type="xsd:string"/>
  3563. <xsd:element name="subdomain" type="xsd:string"/>
  3564. <xsd:element name="dnsRedirection" type="xsd:boolean"/>
  3565. </xsd:all>
  3566. </xsd:complexType>
  3567. <xsd:complexType name="popStruct">
  3568. <xsd:all>
  3569. <xsd:element name="nic" type="xsd:string"/>
  3570. <xsd:element name="domain" type="xsd:string"/>
  3571. <xsd:element name="name" type="xsd:string"/>
  3572. <xsd:element name="description" type="xsd:string"/>
  3573. <xsd:element name="size" type="xsd:string"/>
  3574. </xsd:all>
  3575. </xsd:complexType>
  3576. <xsd:complexType name="popGetQuotaReturn">
  3577. <xsd:all>
  3578. <xsd:element name="emailCount" type="xsd:int"/>
  3579. <xsd:element name="quota" type="xsd:int"/>
  3580. <xsd:element name="maxQuota" type="xsd:int"/>
  3581. </xsd:all>
  3582. </xsd:complexType>
  3583. <xsd:complexType name="mailingListStruct">
  3584. <xsd:all>
  3585. <xsd:element name="domain" type="xsd:string"/>
  3586. <xsd:element name="ml" type="xsd:string"/>
  3587. <xsd:element name="owner" type="xsd:string"/>
  3588. <xsd:element name="nbSubscribers" type="xsd:int"/>
  3589. <xsd:element name="message_moderation" type="xsd:boolean"/>
  3590. <xsd:element name="users_post_only" type="xsd:boolean"/>
  3591. <xsd:element name="subscription_moderation" type="xsd:boolean"/>
  3592. <xsd:element name="replyto" type="xsd:string"/>
  3593. <xsd:element name="lang" type="xsd:string"/>
  3594. </xsd:all>
  3595. </xsd:complexType>
  3596. <xsd:complexType name="mailingListFullInfoReturn">
  3597. <xsd:all>
  3598. <xsd:element name="domain" type="xsd:string"/>
  3599. <xsd:element name="ml" type="xsd:string"/>
  3600. <xsd:element name="owner" type="xsd:string"/>
  3601. <xsd:element name="nbSubscribers" type="xsd:int"/>
  3602. <xsd:element name="message_moderation" type="xsd:boolean"/>
  3603. <xsd:element name="users_post_only" type="xsd:boolean"/>
  3604. <xsd:element name="subscription_moderation" type="xsd:boolean"/>
  3605. <xsd:element name="replyto" type="xsd:string"/>
  3606. <xsd:element name="lang" type="xsd:string"/>
  3607. <xsd:element name="moderators" type="typens:MyArrayOfStringType"/>
  3608. <xsd:element name="subscribers" type="typens:MyArrayOfStringType"/>
  3609. </xsd:all>
  3610. </xsd:complexType>
  3611. <xsd:complexType name="responderEmailStruct">
  3612. <xsd:all>
  3613. <xsd:element name="domain" type="xsd:string"/>
  3614. <xsd:element name="responder" type="xsd:string"/>
  3615. <xsd:element name="content" type="xsd:string"/>
  3616. <xsd:element name="hasPop" type="xsd:boolean"/>
  3617. <xsd:element name="hasAlias" type="xsd:boolean"/>
  3618. </xsd:all>
  3619. </xsd:complexType>
  3620. <xsd:complexType name="catchAllGetReturn">
  3621. <xsd:all>
  3622. <xsd:element name="domain" type="xsd:string"/>
  3623. <xsd:element name="type" type="xsd:string"/>
  3624. <xsd:element name="destination" type="xsd:string"/>
  3625. </xsd:all>
  3626. </xsd:complexType>
  3627. <xsd:complexType name="emailDomainSummaryReturn">
  3628. <xsd:all>
  3629. <xsd:element name="masterNic" type="xsd:string"/>
  3630. <xsd:element name="nbpops" type="xsd:int"/>
  3631. <xsd:element name="nbforwards" type="xsd:int"/>
  3632. <xsd:element name="nbaliases" type="xsd:int"/>
  3633. <xsd:element name="nbresponders" type="xsd:int"/>
  3634. <xsd:element name="nbmls" type="xsd:int"/>
  3635. </xsd:all>
  3636. </xsd:complexType>
  3637. <xsd:complexType name="emailGetCapabilitiesReturn">
  3638. <xsd:all>
  3639. <xsd:element name="name" type="xsd:string"/>
  3640. <xsd:element name="nbpops" type="xsd:int"/>
  3641. <xsd:element name="nbforwards" type="xsd:int"/>
  3642. <xsd:element name="nbaliases" type="xsd:int"/>
  3643. <xsd:element name="nbresponders" type="xsd:int"/>
  3644. <xsd:element name="nbmls" type="xsd:int"/>
  3645. </xsd:all>
  3646. </xsd:complexType>
  3647. <xsd:complexType name="emailFilterStruct">
  3648. <xsd:all>
  3649. <xsd:element name="filter" type="xsd:string"/>
  3650. <xsd:element name="action" type="xsd:string"/>
  3651. <xsd:element name="action_param" type="xsd:string"/>
  3652. <xsd:element name="active" type="xsd:boolean"/>
  3653. <xsd:element name="priority" type="xsd:string"/>
  3654. <xsd:element name="nbRules" type="xsd:int"/>
  3655. <xsd:element name="rules" type="typens:MyArrayOfEmailFilterRuleStructType"/>
  3656. </xsd:all>
  3657. </xsd:complexType>
  3658. <xsd:complexType name="emailFilterRuleStruct">
  3659. <xsd:all>
  3660. <xsd:element name="id" type="xsd:int"/>
  3661. <xsd:element name="header" type="xsd:string"/>
  3662. <xsd:element name="rule" type="xsd:string"/>
  3663. <xsd:element name="rule_param" type="xsd:string"/>
  3664. </xsd:all>
  3665. </xsd:complexType>
  3666. <xsd:complexType name="MyArrayOfEmailRedirectionStructType">
  3667. <xsd:complexContent>
  3668. <xsd:restriction base="soapenc:Array">
  3669. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:emailRedirectionStruct[]"/>
  3670. </xsd:restriction>
  3671. </xsd:complexContent>
  3672. </xsd:complexType>
  3673. <xsd:complexType name="MyArrayOfPopStructType">
  3674. <xsd:complexContent>
  3675. <xsd:restriction base="soapenc:Array">
  3676. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:popStruct[]"/>
  3677. </xsd:restriction>
  3678. </xsd:complexContent>
  3679. </xsd:complexType>
  3680. <xsd:complexType name="MyArrayOfMailingListStructType">
  3681. <xsd:complexContent>
  3682. <xsd:restriction base="soapenc:Array">
  3683. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:mailingListStruct[]"/>
  3684. </xsd:restriction>
  3685. </xsd:complexContent>
  3686. </xsd:complexType>
  3687. <xsd:complexType name="MyArrayOfResponderEmailStructType">
  3688. <xsd:complexContent>
  3689. <xsd:restriction base="soapenc:Array">
  3690. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:responderEmailStruct[]"/>
  3691. </xsd:restriction>
  3692. </xsd:complexContent>
  3693. </xsd:complexType>
  3694. <xsd:complexType name="MyArrayOfEmailFilterStructType">
  3695. <xsd:complexContent>
  3696. <xsd:restriction base="soapenc:Array">
  3697. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:emailFilterStruct[]"/>
  3698. </xsd:restriction>
  3699. </xsd:complexContent>
  3700. </xsd:complexType>
  3701. <xsd:complexType name="MyArrayOfEmailFilterRuleStructType">
  3702. <xsd:complexContent>
  3703. <xsd:restriction base="soapenc:Array">
  3704. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:emailFilterRuleStruct[]"/>
  3705. </xsd:restriction>
  3706. </xsd:complexContent>
  3707. </xsd:complexType>
  3708. <xsd:complexType name="globalAccessStruct">
  3709. <xsd:all>
  3710. <xsd:element name="name" type="xsd:string"/>
  3711. <xsd:element name="domain" type="xsd:boolean"/>
  3712. <xsd:element name="hosting" type="xsd:boolean"/>
  3713. <xsd:element name="email" type="xsd:boolean"/>
  3714. <xsd:element name="pop" type="xsd:boolean"/>
  3715. <xsd:element name="dedicated" type="xsd:boolean"/>
  3716. <xsd:element name="reverse" type="xsd:string"/>
  3717. <xsd:element name="alldom" type="xsd:boolean"/>
  3718. <xsd:element name="ssl" type="xsd:boolean"/>
  3719. <xsd:element name="rps" type="xsd:boolean"/>
  3720. <xsd:element name="rpsOrphan" type="xsd:boolean"/>
  3721. <xsd:element name="vs" type="xsd:boolean"/>
  3722. <xsd:element name="voip" type="xsd:boolean"/>
  3723. <xsd:element name="housing" type="xsd:boolean"/>
  3724. <xsd:element name="sqlpriv" type="xsd:boolean"/>
  3725. </xsd:all>
  3726. </xsd:complexType>
  3727. <xsd:complexType name="momVersionReturn">
  3728. <xsd:all>
  3729. <xsd:element name="version" type="xsd:string"/>
  3730. <xsd:element name="build" type="xsd:string"/>
  3731. </xsd:all>
  3732. </xsd:complexType>
  3733. <xsd:complexType name="MyArrayOfGlobalAccessStructType">
  3734. <xsd:complexContent>
  3735. <xsd:restriction base="soapenc:Array">
  3736. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:globalAccessStruct[]"/>
  3737. </xsd:restriction>
  3738. </xsd:complexContent>
  3739. </xsd:complexType>
  3740. <xsd:complexType name="prepaidOperationStruct">
  3741. <xsd:all>
  3742. <xsd:element name="balance_forward" type="xsd:float"/>
  3743. <xsd:element name="date" type="xsd:string"/>
  3744. <xsd:element name="nic" type="xsd:string"/>
  3745. <xsd:element name="account_name" type="xsd:string"/>
  3746. <xsd:element name="description" type="xsd:string"/>
  3747. <xsd:element name="amount" type="xsd:float"/>
  3748. <xsd:element name="balance" type="xsd:float"/>
  3749. <xsd:element name="order" type="xsd:int"/>
  3750. <xsd:element name="id" type="xsd:int"/>
  3751. <xsd:element name="operation" type="xsd:string"/>
  3752. </xsd:all>
  3753. </xsd:complexType>
  3754. <xsd:complexType name="prepaidGetHistoryReturn">
  3755. <xsd:all>
  3756. <xsd:element name="page" type="xsd:int"/>
  3757. <xsd:element name="total" type="xsd:int"/>
  3758. <xsd:element name="start" type="xsd:int"/>
  3759. <xsd:element name="end" type="xsd:int"/>
  3760. <xsd:element name="operations" type="typens:MyArrayOfPrepaidOperationStructType"/>
  3761. </xsd:all>
  3762. </xsd:complexType>
  3763. <xsd:complexType name="prepaidGetSummaryReturn">
  3764. <xsd:all>
  3765. <xsd:element name="contract" type="xsd:string"/>
  3766. <xsd:element name="threshold" type="xsd:int"/>
  3767. <xsd:element name="balance" type="xsd:float"/>
  3768. <xsd:element name="md5" type="xsd:string"/>
  3769. </xsd:all>
  3770. </xsd:complexType>
  3771. <xsd:complexType name="MyArrayOfPrepaidOperationStructType">
  3772. <xsd:complexContent>
  3773. <xsd:restriction base="soapenc:Array">
  3774. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:prepaidOperationStruct[]"/>
  3775. </xsd:restriction>
  3776. </xsd:complexContent>
  3777. </xsd:complexType>
  3778. <xsd:complexType name="billingInvoiceDetailStruct">
  3779. <xsd:all>
  3780. <xsd:element name="domain" type="xsd:string"/>
  3781. <xsd:element name="reference" type="xsd:string"/>
  3782. <xsd:element name="description" type="xsd:string"/>
  3783. </xsd:all>
  3784. </xsd:complexType>
  3785. <xsd:complexType name="billingInvoiceStruct">
  3786. <xsd:all>
  3787. <xsd:element name="vat" type="xsd:float"/>
  3788. <xsd:element name="totalPrice" type="xsd:float"/>
  3789. <xsd:element name="totalPriceWithVat" type="xsd:float"/>
  3790. <xsd:element name="date" type="xsd:string"/>
  3791. <xsd:element name="nic" type="xsd:string"/>
  3792. <xsd:element name="billnum" type="xsd:string"/>
  3793. <xsd:element name="details" type="typens:MyArrayOfBillingInvoiceDetailStructType"/>
  3794. <xsd:element name="domains" type="typens:MyArrayOfStringType"/>
  3795. <xsd:element name="billingCountry" type="xsd:string"/>
  3796. <xsd:element name="ordernum" type="xsd:string"/>
  3797. </xsd:all>
  3798. </xsd:complexType>
  3799. <xsd:complexType name="billingInvoiceInfoDetailStruct">
  3800. <xsd:all>
  3801. <xsd:element name="quantity" type="xsd:int"/>
  3802. <xsd:element name="service" type="xsd:string"/>
  3803. <xsd:element name="description" type="xsd:string"/>
  3804. <xsd:element name="end" type="xsd:string"/>
  3805. <xsd:element name="domain" type="xsd:string"/>
  3806. <xsd:element name="baseprice" type="xsd:float"/>
  3807. <xsd:element name="totalprice" type="xsd:float"/>
  3808. <xsd:element name="start" type="xsd:string"/>
  3809. </xsd:all>
  3810. </xsd:complexType>
  3811. <xsd:complexType name="billingInvoiceInfoPayementStruct">
  3812. <xsd:all>
  3813. <xsd:element name="finaldate" type="xsd:string"/>
  3814. <xsd:element name="deposit_date" type="xsd:string"/>
  3815. <xsd:element name="status" type="xsd:string"/>
  3816. <xsd:element name="customerid" type="xsd:string"/>
  3817. <xsd:element name="paymentmean" type="xsd:string"/>
  3818. <xsd:element name="paymentdate" type="xsd:string"/>
  3819. <xsd:element name="orderid" type="xsd:int"/>
  3820. </xsd:all>
  3821. </xsd:complexType>
  3822. <xsd:complexType name="billingGetReferencesToExpiredStruct">
  3823. <xsd:all>
  3824. <xsd:element name="name" type="xsd:string"/>
  3825. <xsd:element name="type" type="xsd:string"/>
  3826. <xsd:element name="expired" type="xsd:string"/>
  3827. </xsd:all>
  3828. </xsd:complexType>
  3829. <xsd:complexType name="billingInvoiceInfoReturn">
  3830. <xsd:all>
  3831. <xsd:element name="billnum" type="xsd:string"/>
  3832. <xsd:element name="date" type="xsd:string"/>
  3833. <xsd:element name="nicbilling" type="xsd:string"/>
  3834. <xsd:element name="baseprice" type="xsd:string"/>
  3835. <xsd:element name="finalprice" type="xsd:float"/>
  3836. <xsd:element name="password" type="xsd:string"/>
  3837. <xsd:element name="order" type="xsd:string"/>
  3838. <xsd:element name="nicorder" type="xsd:string"/>
  3839. <xsd:element name="country" type="xsd:string"/>
  3840. <xsd:element name="taxrate" type="xsd:float"/>
  3841. <xsd:element name="tax" type="xsd:float"/>
  3842. <xsd:element name="type" type="xsd:string"/>
  3843. <xsd:element name="details" type="typens:MyArrayOfBillingInvoiceInfoDetailStructType"/>
  3844. <xsd:element name="payment" type="typens:billingInvoiceInfoPayementStruct"/>
  3845. </xsd:all>
  3846. </xsd:complexType>
  3847. <xsd:complexType name="MyArrayOfBillingInvoiceStructType">
  3848. <xsd:complexContent>
  3849. <xsd:restriction base="soapenc:Array">
  3850. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:billingInvoiceStruct[]"/>
  3851. </xsd:restriction>
  3852. </xsd:complexContent>
  3853. </xsd:complexType>
  3854. <xsd:complexType name="MyArrayOfBillingGetReferencesToExpiredStructType">
  3855. <xsd:complexContent>
  3856. <xsd:restriction base="soapenc:Array">
  3857. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:billingGetReferencesToExpiredStruct[]"/>
  3858. </xsd:restriction>
  3859. </xsd:complexContent>
  3860. </xsd:complexType>
  3861. <xsd:complexType name="MyArrayOfBillingInvoiceDetailStructType">
  3862. <xsd:complexContent>
  3863. <xsd:restriction base="soapenc:Array">
  3864. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:billingInvoiceDetailStruct[]"/>
  3865. </xsd:restriction>
  3866. </xsd:complexContent>
  3867. </xsd:complexType>
  3868. <xsd:complexType name="MyArrayOfBillingInvoiceInfoDetailStructType">
  3869. <xsd:complexContent>
  3870. <xsd:restriction base="soapenc:Array">
  3871. <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:billingInvoiceInfoDetailStruct[]"/>
  3872. </xsd:restriction>
  3873. </xsd:complexContent>
  3874. </xsd:complexType>
  3875. <xsd:complexType name="FailureType">
  3876. <xsd:all>
  3877. <xsd:element name="faultcode" type="xsd:int" />
  3878. <xsd:element name="faultstring" type="xsd:string" />
  3879. <xsd:element name="faultdetail" type="xsd:string" />
  3880. </xsd:all>
  3881. </xsd:complexType>
  3882. </xsd:schema>
  3883. </wsdl:types>
  3884. <wsdl:message name="mailingListModeratorDelRequest">
  3885. <wsdl:part name="session" type="xsd:string" />
  3886. <wsdl:part name="domain" type="xsd:string" />
  3887. <wsdl:part name="ml" type="xsd:string" />
  3888. <wsdl:part name="email" type="xsd:string" />
  3889. </wsdl:message>
  3890. <wsdl:message name="mailingListModeratorDelResponse" />
  3891. <wsdl:message name="telephonyNumberInfoRequest">
  3892. <wsdl:part name="session" type="xsd:string" />
  3893. <wsdl:part name="number" type="xsd:string" />
  3894. <wsdl:part name="country" type="xsd:string" />
  3895. </wsdl:message>
  3896. <wsdl:message name="telephonyNumberInfoResponse">
  3897. <wsdl:part name="return" type="xsd:string" />
  3898. </wsdl:message>
  3899. <wsdl:message name="sqlpriveMysqlRestartRequest">
  3900. <wsdl:part name="session" type="xsd:string" />
  3901. <wsdl:part name="server" type="xsd:string" />
  3902. </wsdl:message>
  3903. <wsdl:message name="sqlpriveMysqlRestartResponse">
  3904. <wsdl:part name="return" type="xsd:int" />
  3905. </wsdl:message>
  3906. <wsdl:message name="logoutRequest">
  3907. <wsdl:part name="session" type="xsd:string" />
  3908. </wsdl:message>
  3909. <wsdl:message name="logoutResponse" />
  3910. <wsdl:message name="multiFtpChangeDirectoryRequest">
  3911. <wsdl:part name="session" type="xsd:string" />
  3912. <wsdl:part name="domain" type="xsd:string" />
  3913. <wsdl:part name="login" type="xsd:string" />
  3914. <wsdl:part name="directory" type="xsd:string" />
  3915. </wsdl:message>
  3916. <wsdl:message name="multiFtpChangeDirectoryResponse" />
  3917. <wsdl:message name="sqlpriveMysqlVersionRequest">
  3918. <wsdl:part name="session" type="xsd:string" />
  3919. <wsdl:part name="server" type="xsd:string" />
  3920. <wsdl:part name="version" type="xsd:string" />
  3921. </wsdl:message>
  3922. <wsdl:message name="sqlpriveMysqlVersionResponse" />
  3923. <wsdl:message name="dedicatedReverseDelRequest">
  3924. <wsdl:part name="session" type="xsd:string" />
  3925. <wsdl:part name="hostname" type="xsd:string" />
  3926. <wsdl:part name="ip" type="xsd:string" />
  3927. </wsdl:message>
  3928. <wsdl:message name="dedicatedReverseDelResponse" />
  3929. <wsdl:message name="dedicatedDelServiceMonitoringAlertRequest">
  3930. <wsdl:part name="session" type="xsd:string" />
  3931. <wsdl:part name="ip" type="xsd:string" />
  3932. <wsdl:part name="port" type="xsd:int" />
  3933. <wsdl:part name="itemId" type="xsd:int" />
  3934. <wsdl:part name="media" type="xsd:string" />
  3935. <wsdl:part name="destination" type="xsd:string" />
  3936. </wsdl:message>
  3937. <wsdl:message name="dedicatedDelServiceMonitoringAlertResponse" />
  3938. <wsdl:message name="telephonyVoicemailOptionsListRequest">
  3939. <wsdl:part name="session" type="xsd:string" />
  3940. <wsdl:part name="number" type="xsd:string" />
  3941. <wsdl:part name="country" type="xsd:string" />
  3942. </wsdl:message>
  3943. <wsdl:message name="telephonyVoicemailOptionsListResponse">
  3944. <wsdl:part name="return" type="typens:telephonyVoicemailOptionsListReturn" />
  3945. </wsdl:message>
  3946. <wsdl:message name="telephonyPhonebookSharePeerListRequest">
  3947. <wsdl:part name="session" type="xsd:string" />
  3948. <wsdl:part name="number" type="xsd:string" />
  3949. <wsdl:part name="country" type="xsd:string" />
  3950. <wsdl:part name="id" type="xsd:int" />
  3951. </wsdl:message>
  3952. <wsdl:message name="telephonyPhonebookSharePeerListResponse">
  3953. <wsdl:part name="return" type="typens:MyArrayOfTelephonyPhonebookSharePeerStructType" />
  3954. </wsdl:message>
  3955. <wsdl:message name="serviceGroupGetAllInfoRequest">
  3956. <wsdl:part name="session" type="xsd:string" />
  3957. </wsdl:message>
  3958. <wsdl:message name="serviceGroupGetAllInfoResponse">
  3959. <wsdl:part name="return" type="typens:MyArrayOfServiceGroupStructType" />
  3960. </wsdl:message>
  3961. <wsdl:message name="redirectedEmailAddRequest">
  3962. <wsdl:part name="session" type="xsd:string" />
  3963. <wsdl:part name="domain" type="xsd:string" />
  3964. <wsdl:part name="redirected" type="xsd:string" />
  3965. <wsdl:part name="target" type="xsd:string" />
  3966. <wsdl:part name="subdomain" type="xsd:string" />
  3967. <wsdl:part name="localCopy" type="xsd:boolean" />
  3968. </wsdl:message>
  3969. <wsdl:message name="redirectedEmailAddResponse" />
  3970. <wsdl:message name="nicModifyInfosRequest">
  3971. <wsdl:part name="session" type="xsd:string" />
  3972. <wsdl:part name="name" type="xsd:string" />
  3973. <wsdl:part name="firstname" type="xsd:string" />
  3974. <wsdl:part name="legalform" type="xsd:string" />
  3975. <wsdl:part name="organisation" type="xsd:string" />
  3976. <wsdl:part name="address" type="xsd:string" />
  3977. <wsdl:part name="zip" type="xsd:string" />
  3978. <wsdl:part name="city" type="xsd:string" />
  3979. <wsdl:part name="country" type="xsd:string" />
  3980. <wsdl:part name="phone" type="xsd:string" />
  3981. <wsdl:part name="fax" type="xsd:string" />
  3982. <wsdl:part name="email" type="xsd:string" />
  3983. <wsdl:part name="spareEmail" type="xsd:string" />
  3984. <wsdl:part name="language" type="xsd:string" />
  3985. <wsdl:part name="vat" type="xsd:string" />
  3986. <wsdl:part name="area" type="xsd:string" />
  3987. </wsdl:message>
  3988. <wsdl:message name="nicModifyInfosResponse" />
  3989. <wsdl:message name="ripeGetRipeIdsRequest">
  3990. <wsdl:part name="session" type="xsd:string" />
  3991. </wsdl:message>
  3992. <wsdl:message name="ripeGetRipeIdsResponse">
  3993. <wsdl:part name="return" type="typens:MyArrayOfStringType" />
  3994. </wsdl:message>
  3995. <wsdl:message name="telephonyRedirectModifyRequest">
  3996. <wsdl:part name="session" type="xsd:string" />
  3997. <wsdl:part name="number" type="xsd:string" />
  3998. <wsdl:part name="country" type="xsd:string" />
  3999. <wsdl:part name="destination" type="xsd:string" />
  4000. </wsdl:message>
  4001. <wsdl:message name="telephonyRedirectModifyResponse" />
  4002. <wsdl:message name="sqlpriveMysqlDatabaseImportFromFileRequest">
  4003. <wsdl:part name="session" type="xsd:string" />
  4004. <wsdl:part name="server" type="xsd:string" />
  4005. <wsdl:part name="database" type="xsd:string" />
  4006. <wsdl:part name="filename" type="xsd:string" />
  4007. </wsdl:message>
  4008. <wsdl:message name="sqlpriveMysqlDatabaseImportFromFileResponse" />
  4009. <wsdl:message name="telephonyNumberModifyRequest">
  4010. <wsdl:part name="session" type="xsd:string" />
  4011. <wsdl:part name="number" type="xsd:string" />
  4012. <wsdl:part name="country" type="xsd:string" />
  4013. <wsdl:part name="billingAccount" type="xsd:string" />
  4014. <wsdl:part name="newType" type="xsd:string" />
  4015. </wsdl:message>
  4016. <wsdl:message name="telephonyNumberModifyResponse" />
  4017. <wsdl:message name="dedicatedAddServiceMonitoringAlertSMSRequest">
  4018. <wsdl:part name="session" type="xsd:string" />
  4019. <wsdl:part name="ip" type="xsd:string" />
  4020. <wsdl:part name="port" type="xsd:int" />
  4021. <wsdl:part name="itemId" type="xsd:int" />
  4022. <wsdl:part name="smsAccount" type="xsd:string" />
  4023. <wsdl:part name="phoneNumberTo" type="xsd:string" />
  4024. </wsdl:message>
  4025. <wsdl:message name="dedicatedAddServiceMonitoringAlertSMSResponse" />
  4026. <wsdl:message name="telephonyGetCitiesFromZipRequest">
  4027. <wsdl:part name="session" type="xsd:string" />
  4028. <wsdl:part name="country" type="xsd:string" />
  4029. <wsdl:part name="zip" type="xsd:string" />
  4030. </wsdl:message>
  4031. <wsdl:message name="telephonyGetCitiesFromZipResponse">
  4032. <wsdl:part name="return" type="typens:MyArrayOfTelephonyCitiesFromZipStructType" />
  4033. </wsdl:message>
  4034. <wsdl:message name="automatedMailGetVolumeHistoryRequest">
  4035. <wsdl:part name="session" type="xsd:string" />
  4036. <wsdl:part name="domain" type="xsd:string" />
  4037. </wsdl:message>
  4038. <wsdl:message name="automatedMailGetVolumeHistoryResponse">
  4039. <wsdl:part name="return" type="typens:MyArrayOfAutomatedMailGetVolumeHistoryStructType" />
  4040. </wsdl:message>
  4041. <wsdl:message name="automatedMailGetTodoRequest">
  4042. <wsdl:part name="session" type="xsd:string" />
  4043. <wsdl:part name="domain" type="xsd:string" />
  4044. </wsdl:message>
  4045. <wsdl:message name="automatedMailGetTodoResponse" />
  4046. <wsdl:message name="telephonySmsplusSendSmsMtRequest">
  4047. <wsdl:part name="session" type="xsd:string" />
  4048. <wsdl:part name="shortCode" type="xsd:string" />
  4049. <wsdl:part name="keyword" type="xsd:string" />
  4050. <wsdl:part name="message" type="xsd:string" />
  4051. <wsdl:part name="idsList" type="typens:MyArrayOfIntType" />
  4052. </wsdl:message>
  4053. <wsdl:message name="telephonySmsplusSendSmsMtResponse" />
  4054. <wsdl:message name="dedicatedIpLoadBalancingListRequest">
  4055. <wsdl:part name="session" type="xsd:string" />
  4056. </wsdl:message>
  4057. <wsdl:message name="dedicatedIpLoadBalancingListResponse">
  4058. <wsdl:part name="return" type="typens:MyArrayOfDedicatedIpLoadBalancingStructType" />
  4059. </wsdl:message>
  4060. <wsdl:message name="dedicatedBackupReinstallConfigurationRequest">
  4061. <wsdl:part name="session" type="xsd:string" />
  4062. <wsdl:part name="hostname" type="xsd:string" />
  4063. </wsdl:message>
  4064. <wsdl:message name="dedicatedBackupReinstallConfigurationResponse" />
  4065. <wsdl:message name="telephonySmsUserGetCsvAttachmentRequest">
  4066. <wsdl:part name="smsAccount" type="xsd:string" />
  4067. <wsdl:part name="login" type="xsd:string" />
  4068. <wsdl:part name="password" type="xsd:string" />
  4069. <wsdl:part name="id" type="xsd:string" />
  4070. </wsdl:message>
  4071. <wsdl:message name="telephonySmsUserGetCsvAttachmentResponse">
  4072. <wsdl:part name="return" type="xsd:string" />
  4073. </wsdl:message>
  4074. <wsdl:message name="dedicatedBackupGetHistoRequest">
  4075. <wsdl:part name="session" type="xsd:string" />
  4076. <wsdl:part name="hostname" type="xsd:string" />
  4077. <wsdl:part name="backupId" type="xsd:string" />
  4078. </wsdl:message>
  4079. <wsdl:message name="dedicatedBackupGetHistoResponse">
  4080. <wsdl:part name="return" type="typens:MyArrayOfDedicatedBackupHistoStructType" />
  4081. </wsdl:message>
  4082. <wsdl:message name="domainHostUpdateRequest">
  4083. <wsdl:part name="session" type="xsd:string" />
  4084. <wsdl:part name="domain" type="xsd:string" />
  4085. <wsdl:part name="host" type="xsd:string" />
  4086. <wsdl:part name="ip" type="xsd:string" />
  4087. </wsdl:message>
  4088. <wsdl:message name="domainHostUpdateResponse">
  4089. <wsdl:part name="return" type="xsd:int" />
  4090. </wsdl:message>
  4091. <wsdl:message name="dedicatedBackupUpdateRequest">
  4092. <wsdl:part name="session" type="xsd:string" />
  4093. <wsdl:part name="hostname" type="xsd:string" />
  4094. <wsdl:part name="backupId" type="xsd:string" />
  4095. <wsdl:part name="email" type="xsd:string" />
  4096. <wsdl:part name="snapshot" type="xsd:int" />
  4097. <wsdl:part name="sshPort" type="xsd:int" />
  4098. <wsdl:part name="status" type="xsd:int" />
  4099. <wsdl:part name="language" type="xsd:string" />
  4100. <wsdl:part name="src" type="xsd:string" />
  4101. </wsdl:message>
  4102. <wsdl:message name="dedicatedBackupUpdateResponse" />
  4103. <wsdl:message name="telephonyPhonebookOnSmsListRequest">
  4104. <wsdl:part name="session" type="xsd:string" />
  4105. <wsdl:part name="smsAccount" type="xsd:string" />
  4106. </wsdl:message>
  4107. <wsdl:message name="telephonyPhonebookOnSmsListResponse">
  4108. <wsdl:part name="return" type="typens:MyArrayOfTelephonyPhonebookStructType" />
  4109. </wsdl:message>
  4110. <wsdl:message name="serviceGroupListRequest">
  4111. <wsdl:part name="session" type="xsd:string" />
  4112. </wsdl:message>
  4113. <wsdl:message name="serviceGroupListResponse">
  4114. <wsdl:part name="return" type="typens:MyArrayOfServiceGroupStructType" />
  4115. </wsdl:message>
  4116. <wsdl:message name="databaseChangePasswordRequest">
  4117. <wsdl:part name="session" type="xsd:string" />
  4118. <wsdl:part name="domain" type="xsd:string" />
  4119. <wsdl:part name="db" type="xsd:string" />
  4120. <wsdl:part name="password" type="xsd:string" />
  4121. </wsdl:message>
  4122. <wsdl:message name="databaseChangePasswordResponse" />
  4123. <wsdl:message name="billingInvoiceListRequest">
  4124. <wsdl:part name="session" type="xsd:string" />
  4125. </wsdl:message>
  4126. <wsdl:message name="billingInvoiceListResponse">
  4127. <wsdl:part name="return" type="typens:MyArrayOfBillingInvoiceStructType" />
  4128. </wsdl:message>
  4129. <wsdl:message name="telephonySetClosureEventsRequest">
  4130. <wsdl:part name="session" type="xsd:string" />
  4131. <wsdl:part name="number" type="xsd:string" />
  4132. <wsdl:part name="country" type="xsd:string" />
  4133. <wsdl:part name="events" type="xsd:string" />
  4134. </wsdl:message>
  4135. <wsdl:message name="telephonySetClosureEventsResponse" />
  4136. <wsdl:message name="telephonyNicSetSipDomainRequest">
  4137. <wsdl:part name="session" type="xsd:string" />
  4138. <wsdl:part name="fr" type="xsd:string" />
  4139. <wsdl:part name="de" type="xsd:string" />
  4140. <wsdl:part name="es" type="xsd:string" />
  4141. <wsdl:part name="uk" type="xsd:string" />
  4142. <wsdl:part name="be" type="xsd:string" />
  4143. </wsdl:message>
  4144. <wsdl:message name="telephonyNicSetSipDomainResponse" />
  4145. <wsdl:message name="globalAccessByNicRequest">
  4146. <wsdl:part name="session" type="xsd:string" />
  4147. </wsdl:message>
  4148. <wsdl:message name="globalAccessByNicResponse">
  4149. <wsdl:part name="return" type="typens:MyArrayOfGlobalAccessStructType" />
  4150. </wsdl:message>
  4151. <wsdl:message name="dedicatedNetbootGetRescueEmailRequest">
  4152. <wsdl:part name="session" type="xsd:string" />
  4153. <wsdl:part name="hostname" type="xsd:string" />
  4154. </wsdl:message>
  4155. <wsdl:message name="dedicatedNetbootGetRescueEmailResponse">
  4156. <wsdl:part name="return" type="xsd:string" />
  4157. </wsdl:message>
  4158. <wsdl:message name="ticketListIncidentsByDomainRequest">
  4159. <wsdl:part name="session" type="xsd:string" />
  4160. <wsdl:part name="domain" type="xsd:string" />
  4161. </wsdl:message>
  4162. <wsdl:message name="ticketListIncidentsByDomainResponse">
  4163. <wsdl:part name="return" type="typens:MyArrayOfTicketStructType" />
  4164. </wsdl:message>
  4165. <wsdl:message name="telephonySmsMultiSendRequest">
  4166. <wsdl:part name="session" type="xsd:string" />
  4167. <wsdl:part name="smsAccount" type="xsd:string" />
  4168. <wsdl:part name="numberFrom" type="xsd:string" />
  4169. <wsdl:part name="numberTo" type="typens:MyArrayOfStringType" />
  4170. <wsdl:part name="message" type="xsd:string" />
  4171. <wsdl:part name="smsValidity" type="xsd:int" />
  4172. <wsdl:part name="smsClass" type="xsd:int" />
  4173. <wsdl:part name="smsDeferred" type="xsd:int" />
  4174. <wsdl:part name="smsPriority" type="xsd:int" />
  4175. <wsdl:part name="smsCoding" type="xsd:int" />
  4176. <wsdl:part name="tag" type="xsd:string" />
  4177. <wsdl:part name="numberToCsv" type="xsd:string" />
  4178. <wsdl:part name="noStop" type="xsd:boolean" />
  4179. </wsdl:message>
  4180. <wsdl:message name="telephonySmsMultiSendResponse">
  4181. <wsdl:part name="return" type="typens:MyArrayOfIntType" />
  4182. </wsdl:message>
  4183. <wsdl:message name="serviceListPaginatedRequest">
  4184. <wsdl:part name="session" type="xsd:string" />
  4185. <wsdl:part name="start" type="xsd:int" />
  4186. <wsdl:part name="limit" type="xsd:int" />
  4187. <wsdl:part name="domain" type="xsd:string" />
  4188. <wsdl:part name="component" type="xsd:string" />
  4189. <wsdl:part name="group" type="xsd:string" />
  4190. </wsdl:message>
  4191. <wsdl:message name="serviceListPaginatedResponse">
  4192. <wsdl:part name="return" type="typens:serviceListPaginatedStruct" />
  4193. </wsdl:message>
  4194. <wsdl:message name="dedicatedRtmListBackdoorRequest">
  4195. <wsdl:part name="session" type="xsd:string" />
  4196. <wsdl:part name="hostname" type="xsd:string" />
  4197. </wsdl:message>
  4198. <wsdl:message name="dedicatedRtmListBackdoorResponse">
  4199. <wsdl:part name="return" type="typens:MyArrayOfDedicatedRtmListBackdoorStructType" />
  4200. </wsdl:message>
  4201. <wsdl:message name="telephonySmsUserAddCsvAttachmentRequest">
  4202. <wsdl:part name="smsAccount" type="xsd:string" />
  4203. <wsdl:part name="login" type="xsd:string" />
  4204. <wsdl:part name="password" type="xsd:string" />
  4205. <wsdl:part name="csvUrl" type="xsd:string" />
  4206. <wsdl:part name="id" type="xsd:string" />
  4207. <wsdl:part name="name" type="xsd:string" />
  4208. </wsdl:message>
  4209. <wsdl:message name="telephonySmsUserAddCsvAttachmentResponse">
  4210. <wsdl:part name="return" type="typens:telephonySmsCsvSlotStruct" />
  4211. </wsdl:message>
  4212. <wsdl:message name="zoneEntryListRequest">
  4213. <wsdl:part name="session" type="xsd:string" />
  4214. <wsdl:part name="domain" type="xsd:string" />
  4215. </wsdl:message>
  4216. <wsdl:message name="zoneEntryListResponse">
  4217. <wsdl:part name="return" type="typens:MyArrayOfZoneStructType" />
  4218. </wsdl:message>
  4219. <wsdl:message name="telephonySpareDelRequest">
  4220. <wsdl:part name="session" type="xsd:string" />
  4221. <wsdl:part name="type" type="xsd:string" />
  4222. <wsdl:part name="spare" type="xsd:string" />
  4223. </wsdl:message>
  4224. <wsdl:message name="telephonySpareDelResponse" />
  4225. <wsdl:message name="dnsDefaultInstallCustomRequest">
  4226. <wsdl:part name="session" type="xsd:string" />
  4227. <wsdl:part name="domain" type="xsd:string" />
  4228. <wsdl:part name="subdomain" type="xsd:string" />
  4229. <wsdl:part name="hostingtype" type="xsd:string" />
  4230. <wsdl:part name="hosting" type="xsd:string" />
  4231. <wsdl:part name="mxtype" type="xsd:string" />
  4232. <wsdl:part name="mx" type="xsd:string" />
  4233. <wsdl:part name="country" type="xsd:string" />
  4234. <wsdl:part name="minimized" type="xsd:boolean" />
  4235. </wsdl:message>
  4236. <wsdl:message name="dnsDefaultInstallCustomResponse" />
  4237. <wsdl:message name="telephonyFaxHistoryRequest">
  4238. <wsdl:part name="session" type="xsd:string" />
  4239. <wsdl:part name="number" type="xsd:string" />
  4240. <wsdl:part name="country" type="xsd:string" />
  4241. <wsdl:part name="state" type="xsd:string" />
  4242. </wsdl:message>
  4243. <wsdl:message name="telephonyFaxHistoryResponse">
  4244. <wsdl:part name="return" type="typens:MyArrayOfTelephonyFaxHistoryStructType" />
  4245. </wsdl:message>
  4246. <wsdl:message name="multiFtpChangePasswordRequest">
  4247. <wsdl:part name="session" type="xsd:string" />
  4248. <wsdl:part name="domain" type="xsd:string" />
  4249. <wsdl:part name="login" type="xsd:string" />
  4250. <wsdl:part name="password" type="xsd:string" />
  4251. </wsdl:message>
  4252. <wsdl:message name="multiFtpChangePasswordResponse" />
  4253. <wsdl:message name="telephonyFreefaxToVoicefaxRequest">
  4254. <wsdl:part name="session" type="xsd:string" />
  4255. <wsdl:part name="billingAccount" type="xsd:string" />
  4256. <wsdl:part name="number" type="xsd:string" />
  4257. <wsdl:part name="country" type="xsd:string" />
  4258. </wsdl:message>
  4259. <wsdl:message name="telephonyFreefaxToVoicefaxResponse">
  4260. <wsdl:part name="return" type="typens:orderStruct" />
  4261. </wsdl:message>
  4262. <wsdl:message name="sqlpriveMysqlUserListRequest">
  4263. <wsdl:part name="session" type="xsd:string" />
  4264. <wsdl:part name="server" type="xsd:string" />
  4265. </wsdl:message>
  4266. <wsdl:message name="sqlpriveMysqlUserListResponse">
  4267. <wsdl:part name="return" type="typens:MyArrayOfStringType" />
  4268. </wsdl:message>
  4269. <wsdl:message name="telephonyFaxSendRequest">
  4270. <wsdl:part name="session" type="xsd:string" />
  4271. <wsdl:part name="number" type="xsd:string" />
  4272. <wsdl:part name="country" type="xsd:string" />
  4273. <wsdl:part name="pdfUrl" type="xsd:string" />
  4274. <wsdl:part name="recipients" type="typens:MyArrayOfStringType" />
  4275. <wsdl:part name="quality" type="xsd:string" />
  4276. <wsdl:part name="email" type="xsd:string" />
  4277. <wsdl:part name="referer" type="xsd:string" />
  4278. </wsdl:message>
  4279. <wsdl:message name="telephonyFaxSendResponse" />
  4280. <wsdl:message name="domainUnlockRequest">
  4281. <wsdl:part name="session" type="xsd:string" />
  4282. <wsdl:part name="domain" type="xsd:string" />
  4283. </wsdl:message>
  4284. <wsdl:message name="domainUnlockResponse" />
  4285. <wsdl:message name="telephonyRestrictionListRequest">
  4286. <wsdl:part name="session" type="xsd:string" />
  4287. <wsdl:part name="number" type="xsd:string" />
  4288. <wsdl:part name="country" type="xsd:string" />
  4289. </wsdl:message>
  4290. <wsdl:message name="telephonyRestrictionListResponse">
  4291. <wsdl:part name="return" type="typens:MyArrayOfStringType" />
  4292. </wsdl:message>
  4293. <wsdl:message name="domainWhoisObfuscatorSetAllRequest">
  4294. <wsdl:part name="session" type="xsd:string" />
  4295. </wsdl:message>
  4296. <wsdl:message name="domainWhoisObfuscatorSetAllResponse" />
  4297. <wsdl:message name="popDetachMasterNicRequest">
  4298. <wsdl:part name="session" type="xsd:string" />
  4299. <wsdl:part name="domain" type="xsd:string" />
  4300. <wsdl:part name="pop" type="xsd:string" />
  4301. </wsdl:message>
  4302. <wsdl:message name="popDetachMasterNicResponse" />
  4303. <wsdl:message name="telephonyBillListRequest">
  4304. <wsdl:part name="session" type="xsd:string" />
  4305. <wsdl:part name="billingAccount" type="xsd:string" />
  4306. <wsdl:part name="date" type="xsd:string" />
  4307. </wsdl:message>
  4308. <wsdl:message name="telephonyBillListResponse">
  4309. <wsdl:part name="return" type="typens:MyArrayOfTelephonyBillStructType" />
  4310. </wsdl:message>
  4311. <wsdl:message name="telephonyNumberCustomListRequest">
  4312. <wsdl:part name="session" type="xsd:string" />
  4313. <wsdl:part name="country" type="xsd:string" />
  4314. <wsdl:part name="prefix" type="xsd:string" />
  4315. </wsdl:message>
  4316. <wsdl:message name="telephonyNumberCustomListResponse">
  4317. <wsdl:part name="return" type="typens:telephonySpecialNumberCustomListReturn" />
  4318. </wsdl:message>
  4319. <wsdl:message name="dedicatedMonitoringNotificationCreateRequest">
  4320. <wsdl:part name="session" type="xsd:string" />
  4321. <wsdl:part name="hostname" type="xsd:string" />
  4322. <wsdl:part name="nicAlert" type="xsd:string" />
  4323. <wsdl:part name="language" type="xsd:string" />
  4324. <wsdl:part name="status" type="xsd:string" />
  4325. </wsdl:message>
  4326. <wsdl:message name="dedicatedMonitoringNotificationCreateResponse">
  4327. <wsdl:part name="return" type="xsd:string" />
  4328. </wsdl:message>
  4329. <wsdl:message name="telephonyPlugAndPhoneSkinModifyRequest">
  4330. <wsdl:part name="session" type="xsd:string" />
  4331. <wsdl:part name="number" type="xsd:string" />
  4332. <wsdl:part name="country" type="xsd:string" />
  4333. <wsdl:part name="skin" type="xsd:string" />
  4334. </wsdl:message>
  4335. <wsdl:message name="telephonyPlugAndPhoneSkinModifyResponse" />
  4336. <wsdl:message name="domainListRequest">
  4337. <wsdl:part name="session" type="xsd:string" />
  4338. </wsdl:message>
  4339. <wsdl:message name="domainListResponse">
  4340. <wsdl:part name="return" type="typens:MyArrayOfStringType" />
  4341. </wsdl:message>
  4342. <wsdl:message name="telephonyFaxOptionsModifyRequest">
  4343. <wsdl:part name="session" type="xsd:string" />
  4344. <wsdl:part name="number" type="xsd:string" />
  4345. <wsdl:part name="country" type="xsd:string" />
  4346. <wsdl:part name="fromName" type="xsd:string" />
  4347. <wsdl:part name="fromEmail" type="xsd:string" />
  4348. <wsdl:part name="faxQuality" type="xsd:string" />
  4349. <wsdl:part name="faxTagLine" type="xsd:string" />
  4350. <wsdl:part name="faxMaxCall" type="xsd:int" />
  4351. <wsdl:part name="receivId" type="xsd:string" />
  4352. <wsdl:part name="senderId" type="xsd:string" />
  4353. <wsdl:part name="redirection1Email" type="xsd:string" />
  4354. <wsdl:part name="redirection2Email" type="xsd:string" />
  4355. <wsdl:part name="redirection3Email" type="xsd:string" />
  4356. <wsdl:part name="redirection4Email" type="xsd:string" />
  4357. <wsdl:part name="redirection5Email" type="xsd:string" />
  4358. </wsdl:message>
  4359. <wsdl:message name="telephonyFaxOptionsModifyResponse" />
  4360. <wsdl:message name="telephonyBillingAccountSummaryRequest">
  4361. <wsdl:part name="session" type="xsd:string" />
  4362. <wsdl:part name="billingAccount" type="xsd:string" />
  4363. </wsdl:message>
  4364. <wsdl:message name="telephonyBillingAccountSummaryResponse">
  4365. <wsdl:part name="return" type="typens:telephonyBillingAccountSummaryReturn" />
  4366. </wsdl:message>
  4367. <wsdl:message name="overquotaInfoRequest">
  4368. <wsdl:part name="session" type="xsd:string" />
  4369. <wsdl:part name="domain" type="xsd:string" />
  4370. </wsdl:message>
  4371. <wsdl:message name="overquotaInfoResponse">
  4372. <wsdl:part name="return" type="typens:overquotaInfoReturn" />
  4373. </wsdl:message>
  4374. <wsdl:message name="telephonyConferenceSetAnnounceFileRequest">
  4375. <wsdl:part name="session" type="xsd:string" />
  4376. <wsdl:part name="number" type="xsd:string" />
  4377. <wsdl:part name="country" type="xsd:string" />
  4378. <wsdl:part name="filename" type="xsd:string" />
  4379. <wsdl:part name="filedata" type="xsd:string" />
  4380. <wsdl:part name="md5sum" type="xsd:string" />
  4381. </wsdl:message>
  4382. <wsdl:message name="telephonyConferenceSetAnnounceFileResponse" />
  4383. <wsdl:message name="automatedMailGetErrorsRequest">
  4384. <wsdl:part name="session" type="xsd:string" />
  4385. <wsdl:part name="domain" type="xsd:string" />
  4386. <wsdl:part name="deep" type="xsd:int" />
  4387. <wsdl:part name="limit" type="xsd:int" />
  4388. </wsdl:message>
  4389. <wsdl:message name="automatedMailGetErrorsResponse">
  4390. <wsdl:part name="return" type="typens:MyArrayOfAutomatedMailGetErrorsStructType" />
  4391. </wsdl:message>
  4392. <wsdl:message name="telephonyPhonebookOnSmsAddRequest">
  4393. <wsdl:part name="session" type="xsd:string" />
  4394. <wsdl:part name="smsAccount" type="xsd:string" />
  4395. <wsdl:part name="name" type="xsd:string" />
  4396. </wsdl:message>
  4397. <wsdl:message name="telephonyPhonebookOnSmsAddResponse">
  4398. <wsdl:part name="return" type="xsd:int" />
  4399. </wsdl:message>
  4400. <wsdl:message name="telephonyClick2CallUserDelRequest">
  4401. <wsdl:part name="session" type="xsd:string" />
  4402. <wsdl:part name="number" type="xsd:string" />
  4403. <wsdl:part name="country" type="xsd:string" />
  4404. <wsdl:part name="login" type="xsd:string" />
  4405. </wsdl:message>
  4406. <wsdl:message name="telephonyClick2CallUserDelResponse" />
  4407. <wsdl:message name="emailGetCapabilitiesRequest">
  4408. <wsdl:part name="session" type="xsd:string" />
  4409. <wsdl:part name="domain" type="xsd:string" />
  4410. </wsdl:message>
  4411. <wsdl:message name="emailGetCapabilitiesResponse">
  4412. <wsdl:part name="return" type="typens:emailGetCapabilitiesReturn" />
  4413. </wsdl:message>
  4414. <wsdl:message name="telephonySmsAccountListRequest">
  4415. <wsdl:part name="session" type="xsd:string" />
  4416. </wsdl:message>
  4417. <wsdl:message name="telephonySmsAccountListResponse">
  4418. <wsdl:part name="return" type="typens:MyArrayOfStringType" />
  4419. </wsdl:message>
  4420. <wsdl:message name="telephonyBillingAccountConsumptionCSVByMailRequest">
  4421. <wsdl:part name="session" type="xsd:string" />
  4422. <wsdl:part name="billingAccount" type="xsd:string" />
  4423. <wsdl:part name="date" type="xsd:string" />
  4424. </wsdl:message>
  4425. <wsdl:message name="telephonyBillingAccountConsumptionCSVByMailResponse" />
  4426. <wsdl:message name="telephonyFMHuntingModificationVoicemailRequest">
  4427. <wsdl:part name="session" type="xsd:string" />
  4428. <wsdl:part name="number" type="xsd:string" />
  4429. <wsdl:part name="country" type="xsd:string" />
  4430. <wsdl:part name="billingAccount" type="xsd:string" />
  4431. <wsdl:part name="noReplyTimer" type="xsd:int" />
  4432. <wsdl:part name="mainVoicemail" type="xsd:string" />
  4433. </wsdl:message>
  4434. <wsdl:message name="telephonyFMHuntingModificationVoicemailResponse" />
  4435. <wsdl:message name="dedicatedBackupListRequest">
  4436. <wsdl:part name="session" type="xsd:string" />
  4437. <wsdl:part name="hostname" type="xsd:string" />
  4438. <wsdl:part name="backupId" type="xsd:string" />
  4439. <wsdl:part name="backupName" type="xsd:string" />
  4440. </wsdl:message>
  4441. <wsdl:message name="dedicatedBackupListResponse">
  4442. <wsdl:part name="return" type="typens:MyArrayOfDedicatedBackupListStructType" />
  4443. </wsdl:message>
  4444. <wsdl:message name="telephonyOrdersFollowingUpRequest">
  4445. <wsdl:part name="session" type="xsd:string" />
  4446. <wsdl:part name="isOrderDone" type="xsd:boolean" />
  4447. </wsdl:message>
  4448. <wsdl:message name="telephonyOrdersFollowingUpResponse">
  4449. <wsdl:part name="return" type="typens:MyArrayOfOrderFollowingUpStructType" />
  4450. </wsdl:message>
  4451. <wsdl:message name="telephonyPhonebookOnGroupContactAddRequest">
  4452. <wsdl:part name="session" type="xsd:string" />
  4453. <wsdl:part name="group" type="xsd:string" />
  4454. <wsdl:part name="id" type="xsd:int" />
  4455. <wsdl:part name="name" type="xsd:string" />
  4456. <wsdl:part name="surname" type="xsd:string" />
  4457. <wsdl:part name="workPhone" type="xsd:string" />
  4458. <wsdl:part name="workMobile" type="xsd:string" />
  4459. <wsdl:part name="homePhone" type="xsd:string" />
  4460. <wsdl:part name="homeMobile" type="xsd:string" />
  4461. <wsdl:part name="groupName" type="xsd:string" />
  4462. </wsdl:message>
  4463. <wsdl:message name="telephonyPhonebookOnGroupContactAddResponse">
  4464. <wsdl:part name="return" type="xsd:int" />
  4465. </wsdl:message>
  4466. <wsdl:message name="ortDomainDelRequest">
  4467. <wsdl:part name="session" type="xsd:string" />
  4468. <wsdl:part name="domain" type="xsd:string" />
  4469. <wsdl:part name="subdomain" type="xsd:string" />
  4470. <wsdl:part name="target" type="xsd:string" />
  4471. </wsdl:message>
  4472. <wsdl:message name="ortDomainDelResponse" />
  4473. <wsdl:message name="mailingListModeratorListRequest">
  4474. <wsdl:part name="session" type="xsd:string" />
  4475. <wsdl:part name="domain" type="xsd:string" />
  4476. <wsdl:part name="ml" type="xsd:string" />
  4477. </wsdl:message>
  4478. <wsdl:message name="mailingListModeratorListResponse">
  4479. <wsdl:part name="return" type="typens:MyArrayOfStringType" />
  4480. </wsdl:message>
  4481. <wsdl:message name="telephonyBillDetailsCSVRequest">
  4482. <wsdl:part name="session" type="xsd:string" />
  4483. <wsdl:part name="billingAccount" type="xsd:string" />
  4484. <wsdl:part name="date" type="xsd:string" />
  4485. <wsdl:part name="received" type="xsd:boolean" />
  4486. </wsdl:message>
  4487. <wsdl:message name="telephonyBillDetailsCSVResponse">
  4488. <wsdl:part name="return" type="xsd:string" />
  4489. </wsdl:message>
  4490. <wsdl:message name="popListRequest">
  4491. <wsdl:part name="session" type="xsd:string" />
  4492. <wsdl:part name="domain" type="xsd:string" />
  4493. </wsdl:message>
  4494. <wsdl:message name="popListResponse">
  4495. <wsdl:part name="return" type="typens:MyArrayOfPopStructType" />
  4496. </wsdl:message>
  4497. <wsdl:message name="sqlpriveMysqlRamUsedRequest">
  4498. <wsdl:part name="session" type="xsd:string" />
  4499. <wsdl:part name="server" type="xsd:string" />
  4500. </wsdl:message>
  4501. <wsdl:message name="sqlpriveMysqlRamUsedResponse">
  4502. <wsdl:part name="return" type="xsd:string" />
  4503. </wsdl:message>
  4504. <wsdl:message name="telephonySmsCreditLeftRequest">
  4505. <wsdl:part name="session" type="xsd:string" />
  4506. <wsdl:part name="smsAccount" type="xsd:string" />
  4507. </wsdl:message>
  4508. <wsdl:message name="telephonySmsCreditLeftResponse">
  4509. <wsdl:part name="return" type="xsd:string" />
  4510. </wsdl:message>
  4511. <wsdl:message name="prepaidDomainCreateRequest">
  4512. <wsdl:part name="session" type="xsd:string" />
  4513. <wsdl:part name="domain" type="xsd:string" />
  4514. <wsdl:part name="nicowner" type="xsd:string" />
  4515. <wsdl:part name="nicadmin" type="xsd:string" />
  4516. <wsdl:part name="nictech" type="xsd:string" />
  4517. <wsdl:part name="nicbilling" type="xsd:string" />
  4518. <wsdl:part name="dns1" type="xsd:string" />
  4519. <wsdl:part name="dns2" type="xsd:string" />
  4520. <wsdl:part name="dns3" type="xsd:string" />
  4521. <wsdl:part name="dns4" type="xsd:string" />
  4522. <wsdl:part name="dns5" type="xsd:string" />
  4523. <wsdl:part name="frpartBirthday" type="xsd:string" />
  4524. <wsdl:part name="frpartBirthCountry" type="xsd:string" />
  4525. <wsdl:part name="frpartBirthDepartment" type="xsd:string" />
  4526. <wsdl:part name="frpartBirthTown" type="xsd:string" />
  4527. <wsdl:part name="dryRun" type="xsd:boolean" />
  4528. </wsdl:message>
  4529. <wsdl:message name="prepaidDomainCreateResponse" />
  4530. <wsdl:message name="telephonyDirectoryPJCodeRequest">
  4531. <wsdl:part name="session" type="xsd:string" />
  4532. <wsdl:part name="ape" type="xsd:string" />
  4533. <wsdl:part name="PJCode" type="xsd:string" />
  4534. <wsdl:part name="showOnlyAssociatedWithAPE" type="xsd:boolean" />
  4535. </wsdl:message>
  4536. <wsdl:message name="telephonyDirectoryPJCodeResponse">
  4537. <wsdl:part name="return" type="typens:MyArrayOfTelephonyDirectoryPJHeadingStructType" />
  4538. </wsdl:message>
  4539. <wsdl:message name="telephonyListSummationCallsFromBillingAccountRequest">
  4540. <wsdl:part name="session" type="xsd:string" />
  4541. <wsdl:part name="billingAccount" type="xsd:string" />
  4542. <wsdl:part name="reversableDelay" type="xsd:string" />
  4543. </wsdl:message>
  4544. <wsdl:message name="telephonyListSummationCallsFromBillingAccountResponse">
  4545. <wsdl:part name="return" type="typens:MyArrayOfTelephonyReversmentsSummationNumbersStructType" />
  4546. </wsdl:message>
  4547. <wsdl:message name="rpsMigrationGetProgressStatusRequest">
  4548. <wsdl:part name="session" type="xsd:string" />
  4549. <wsdl:part name="hostname" type="xsd:string" />
  4550. </wsdl:message>
  4551. <wsdl:message name="rpsMigrationGetProgressStatusResponse">
  4552. <wsdl:part name="return" type="typens:rpsMigrationGetProgressStatusReturn" />
  4553. </wsdl:message>
  4554. <wsdl:message name="telephonyBillingAccountDescriptionModifyRequest">
  4555. <wsdl:part name="session" type="xsd:string" />
  4556. <wsdl:part name="billingAccount" type="xsd:string" />
  4557. <wsdl:part name="description" type="xsd:string" />
  4558. </wsdl:message>
  4559. <wsdl:message name="telephonyBillingAccountDescriptionModifyResponse" />
  4560. <wsdl:message name="dedicatedNetbootGetAllRequest">
  4561. <wsdl:part name="session" type="xsd:string" />
  4562. <wsdl:part name="hostname" type="xsd:string" />
  4563. </wsdl:message>
  4564. <wsdl:message name="dedicatedNetbootGetAllResponse">
  4565. <wsdl:part name="return" type="typens:MyArrayOfDedicatedNetbootStructType" />
  4566. </wsdl:message>
  4567. <wsdl:message name="emailDomainListByMasterNicRequest">
  4568. <wsdl:part name="session" type="xsd:string" />
  4569. </wsdl:message>
  4570. <wsdl:message name="emailDomainListByMasterNicResponse">
  4571. <wsdl:part name="return" type="typens:MyArrayOfStringType" />
  4572. </wsdl:message>
  4573. <wsdl:message name="telephonyAbbreviatedNumberDelRequest">
  4574. <wsdl:part name="session" type="xsd:string" />
  4575. <wsdl:part name="number" type="xsd:string" />
  4576. <wsdl:part name="country" type="xsd:string" />
  4577. <wsdl:part name="abbreviatedNumber" type="xsd:string" />
  4578. </wsdl:message>
  4579. <wsdl:message name="telephonyAbbreviatedNumberDelResponse" />
  4580. <wsdl:message name="resellerDomainTransferITRequest">
  4581. <wsdl:part name="session" type="xsd:string" />
  4582. <wsdl:part name="domain" type="xsd:string" />
  4583. <wsdl:part name="authinfo" type="xsd:string" />
  4584. <wsdl:part name="hosting" type="xsd:string" />
  4585. <wsdl:part name="offer" type="xsd:string" />
  4586. <wsdl:part name="profile" type="xsd:string" />
  4587. <wsdl:part name="owo" type="xsd:string" />
  4588. <wsdl:part name="owner" type="xsd:string" />
  4589. <wsdl:part name="admin" type="xsd:string" />
  4590. <wsdl:part name="tech" type="xsd:string" />
  4591. <wsdl:part name="billing" type="xsd:string" />
  4592. <wsdl:part name="dns1" type="xsd:string" />
  4593. <wsdl:part name="dns2" type="xsd:string" />
  4594. <wsdl:part name="dns3" type="xsd:string" />
  4595. <wsdl:part name="dns4" type="xsd:string" />
  4596. <wsdl:part name="dns5" type="xsd:string" />
  4597. <wsdl:part name="legalRepresentantFirstName" type="xsd:string" />
  4598. <wsdl:part name="legalRepresentantLastName" type="xsd:string" />
  4599. <wsdl:part name="legalNumber" type="xsd:string" />
  4600. <wsdl:part name="vat" type="xsd:string" />
  4601. <wsdl:part name="birthDate" type="xsd:string" />
  4602. <wsdl:part name="birthCity" type="xsd:string" />
  4603. <wsdl:part name="birthDepartement" type="xsd:string" />
  4604. <wsdl:part name="birthCountry" type="xsd:string" />
  4605. <wsdl:part name="nationality" type="xsd:string" />
  4606. <wsdl:part name="dryRun" type="xsd:boolean" />
  4607. </wsdl:message>
  4608. <wsdl:message name="resellerDomainTransferITResponse" />
  4609. <wsdl:message name="dedicatedVirtualMacIpAvailableGetListRequest">
  4610. <wsdl:part name="session" type="xsd:string" />
  4611. <wsdl:part name="hostname" type="xsd:string" />
  4612. </wsdl:message>
  4613. <wsdl:message name="dedicatedVirtualMacIpAvailableGetListResponse">
  4614. <wsdl:part name="return" type="typens:dedicatedIpVirtualMacAvailableReturn" />
  4615. </wsdl:message>
  4616. <wsdl:message name="telephonyFaxOptionsListRequest">
  4617. <wsdl:part name="session" type="xsd:string" />
  4618. <wsdl:part name="number" type="xsd:string" />
  4619. <wsdl:part name="country" type="xsd:string" />
  4620. </wsdl:message>
  4621. <wsdl:message name="telephonyFaxOptionsListResponse">
  4622. <wsdl:part name="return" type="typens:telephonyFaxOptionsListReturn" />
  4623. </wsdl:message>
  4624. <wsdl:message name="ticketListIncidentsRequest">
  4625. <wsdl:part name="session" type="xsd:string" />
  4626. <wsdl:part name="status" type="xsd:string" />
  4627. </wsdl:message>
  4628. <wsdl:message name="ticketListIncidentsResponse">
  4629. <wsdl:part name="return" type="typens:MyArrayOfTicketStructType" />
  4630. </wsdl:message>
  4631. <wsdl:message name="infrastructureReverseModifyRequest">
  4632. <wsdl:part name="session" type="xsd:string" />
  4633. <wsdl:part name="hostname" type="xsd:string" />
  4634. <wsdl:part name="ip" type="xsd:string" />
  4635. <wsdl:part name="reverse" type="xsd:string" />
  4636. </wsdl:message>
  4637. <wsdl:message name="infrastructureReverseModifyResponse" />
  4638. <wsdl:message name="dedicatedMonitoringSMSCreateRequest">
  4639. <wsdl:part name="session" type="xsd:string" />
  4640. <wsdl:part name="hostname" type="xsd:string" />
  4641. <wsdl:part name="smsAccount" type="xsd:string" />
  4642. <wsdl:part name="phoneNumberTo" type="xsd:string" />
  4643. <wsdl:part name="language" type="xsd:string" />
  4644. <wsdl:part name="status" type="xsd:string" />
  4645. </wsdl:message>
  4646. <wsdl:message name="dedicatedMonitoringSMSCreateResponse">
  4647. <wsdl:part name="return" type="xsd:string" />
  4648. </wsdl:message>
  4649. <wsdl:message name="telephonyTrunkExternalDisplayedNumberAddRequest">
  4650. <wsdl:part name="session" type="xsd:string" />
  4651. <wsdl:part name="number" type="xsd:string" />
  4652. <wsdl:part name="country" type="xsd:string" />
  4653. <wsdl:part name="externalDisplayedNumber" type="xsd:string" />
  4654. <wsdl:part name="whiteLabel" type="xsd:boolean" />
  4655. </wsdl:message>
  4656. <wsdl:message name="telephonyTrunkExternalDisplayedNumberAddResponse">
  4657. <wsdl:part name="return" type="xsd:string" />
  4658. </wsdl:message>
  4659. <wsdl:message name="dedicatedRipeQueryRequest">
  4660. <wsdl:part name="session" type="xsd:string" />
  4661. <wsdl:part name="search" type="xsd:string" />
  4662. <wsdl:part name="type" type="xsd:string" />
  4663. </wsdl:message>
  4664. <wsdl:message name="dedicatedRipeQueryResponse">
  4665. <wsdl:part name="return" type="typens:ripeReturn" />
  4666. </wsdl:message>
  4667. <wsdl:message name="responderEmailListRequest">
  4668. <wsdl:part name="session" type="xsd:string" />
  4669. <wsdl:part name="domain" type="xsd:string" />
  4670. </wsdl:message>
  4671. <wsdl:message name="responderEmailListResponse">
  4672. <wsdl:part name="return" type="typens:MyArrayOfResponderEmailStructType" />
  4673. </wsdl:message>
  4674. <wsdl:message name="telephonyBillingAccountSetRequest">
  4675. <wsdl:part name="session" type="xsd:string" />
  4676. <wsdl:part name="billingAccount" type="xsd:string" />
  4677. <wsdl:part name="numbers" type="typens:MyArrayOfStringType" />
  4678. </wsdl:message>
  4679. <wsdl:message name="telephonyBillingAccountSetResponse" />
  4680. <wsdl:message name="telephonyDepositMovementModifyRequest">
  4681. <wsdl:part name="session" type="xsd:string" />
  4682. <wsdl:part name="billingAccountSource" type="xsd:string" />
  4683. <wsdl:part name="billingAccountDestination" type="xsd:string" />
  4684. <wsdl:part name="amount" type="xsd:int" />
  4685. </wsdl:message>
  4686. <wsdl:message name="telephonyDepositMovementModifyResponse" />
  4687. <wsdl:message name="telephonyClick2CallDoRequest">
  4688. <wsdl:part name="login" type="xsd:string" />
  4689. <wsdl:part name="password" type="xsd:string" />
  4690. <wsdl:part name="calling" type="xsd:string" />
  4691. <wsdl:part name="called" type="xsd:string" />
  4692. <wsdl:part name="billingNumber" type="xsd:string" />
  4693. </wsdl:message>
  4694. <wsdl:message name="telephonyClick2CallDoResponse" />
  4695. <wsdl:message name="telephonySpecialNumberOrderRequest">
  4696. <wsdl:part name="session" type="xsd:string" />
  4697. <wsdl:part name="billingAccount" type="xsd:string" />
  4698. <wsdl:part name="country" type="xsd:string" />
  4699. <wsdl:part name="aliasNumber" type="xsd:string" />
  4700. <wsdl:part name="prefix" type="xsd:string" />
  4701. <wsdl:part name="category" type="xsd:string" />
  4702. <wsdl:part name="numberToReserve" type="xsd:string" />
  4703. <wsdl:part name="name" type="xsd:string" />
  4704. <wsdl:part name="firstname" type="xsd:string" />
  4705. <wsdl:part name="streetName" type="xsd:string" />
  4706. <wsdl:part name="streetNumber" type="xsd:string" />
  4707. <wsdl:part name="zip" type="xsd:string" />
  4708. <wsdl:part name="city" type="xsd:string" />
  4709. <wsdl:part name="email" type="xsd:string" />
  4710. <wsdl:part name="procedureId" type="xsd:int" />
  4711. <wsdl:part name="legalForm" type="xsd:string" />
  4712. <wsdl:part name="siret" type="xsd:string" />
  4713. <wsdl:part name="ape" type="xsd:string" />
  4714. <wsdl:part name="socialNomination" type="xsd:string" />
  4715. <wsdl:part name="displayUniversalDirectory" type="xsd:string" />
  4716. <wsdl:part name="retractation" type="xsd:string" />
  4717. </wsdl:message>
  4718. <wsdl:message name="telephonySpecialNumberOrderResponse">
  4719. <wsdl:part name="return" type="typens:orderStruct" />
  4720. </wsdl:message>
  4721. <wsdl:message name="telephonyVoicemailOptionsModifyRequest">
  4722. <wsdl:part name="session" type="xsd:string" />
  4723. <wsdl:part name="number" type="xsd:string" />
  4724. <wsdl:part name="country" type="xsd:string" />
  4725. <wsdl:part name="redirection1" type="xsd:string" />
  4726. <wsdl:part name="redirection1Email" type="xsd:string" />
  4727. <wsdl:part name="redirection2" type="xsd:string" />
  4728. <wsdl:part name="redirection2Email" type="xsd:string" />
  4729. <wsdl:part name="redirection3" type="xsd:string" />
  4730. <wsdl:part name="redirection3Email" type="xsd:string" />
  4731. <wsdl:part name="redirection4" type="xsd:string" />
  4732. <wsdl:part name="redirection4Email" type="xsd:string" />
  4733. <wsdl:part name="redirection5" type="xsd:string" />
  4734. <wsdl:part name="redirection5Email" type="xsd:string" />
  4735. <wsdl:part name="announceMessage" type="xsd:string" />
  4736. <wsdl:part name="keepMessage" type="xsd:boolean" />
  4737. <wsdl:part name="audioformat" type="xsd:string" />
  4738. <wsdl:part name="fromEmail" type="xsd:string" />
  4739. <wsdl:part name="fromName" type="xsd:string" />
  4740. <wsdl:part name="doNotRecord" type="xsd:boolean" />
  4741. <wsdl:part name="forcePassword" type="xsd:boolean" />
  4742. </wsdl:message>
  4743. <wsdl:message name="telephonyVoicemailOptionsModifyResponse" />
  4744. <wsdl:message name="telephonyLineSwitchOldOfferRequest">
  4745. <wsdl:part name="session" type="xsd:string" />
  4746. <wsdl:part name="numbers" type="typens:MyArrayOfStringType" />
  4747. <wsdl:part name="offers" type="typens:MyArrayOfStringType" />
  4748. <wsdl:part name="billingAccount" type="xsd:string" />
  4749. </wsdl:message>
  4750. <wsdl:message name="telephonyLineSwitchOldOfferResponse" />
  4751. <wsdl:message name="zoneEntryAddCustomRequest">
  4752. <wsdl:part name="session" type="xsd:string" />
  4753. <wsdl:part name="domain" type="xsd:string" />
  4754. <wsdl:part name="fieldtype" type="xsd:string" />
  4755. <wsdl:part name="hostingtype" type="xsd:string" />
  4756. <wsdl:part name="hosting" type="xsd:string" />
  4757. <wsdl:part name="subdomain" type="xsd:string" />
  4758. <wsdl:part name="priority" type="xsd:string" />
  4759. <wsdl:part name="target" type="xsd:string" />
  4760. <wsdl:part name="country" type="xsd:string" />
  4761. </wsdl:message>
  4762. <wsdl:message name="zoneEntryAddCustomResponse" />
  4763. <wsdl:message name="domainWhoisObfuscatorInfoRequest">
  4764. <wsdl:part name="session" type="xsd:string" />
  4765. <wsdl:part name="domain" type="xsd:string" />
  4766. </wsdl:message>
  4767. <wsdl:message name="domainWhoisObfuscatorInfoResponse">
  4768. <wsdl:part name="return" type="typens:domainWhoisObfuscatorStruct" />
  4769. </wsdl:message>
  4770. <wsdl:message name="telephonyPhonebookOnGroupContactDelRequest">
  4771. <wsdl:part name="session" type="xsd:string" />
  4772. <wsdl:part name="group" type="xsd:string" />
  4773. <wsdl:part name="id" type="xsd:int" />
  4774. </wsdl:message>
  4775. <wsdl:message name="telephonyPhonebookOnGroupContactDelResponse" />
  4776. <wsdl:message name="ticketReopenRequest">
  4777. <wsdl:part name="session" type="xsd:string" />
  4778. <wsdl:part name="ticketId" type="xsd:int" />
  4779. </wsdl:message>
  4780. <wsdl:message name="ticketReopenResponse" />
  4781. <wsdl:message name="telephonySpareAddRequest">
  4782. <wsdl:part name="session" type="xsd:string" />
  4783. <wsdl:part name="type" type="xsd:string" />
  4784. <wsdl:part name="model" type="xsd:string" />
  4785. <wsdl:part name="mac" type="xsd:string" />
  4786. </wsdl:message>
  4787. <wsdl:message name="telephonySpareAddResponse" />
  4788. <wsdl:message name="telephonySmsAddCsvAttachmentRequest">
  4789. <wsdl:part name="session" type="xsd:string" />
  4790. <wsdl:part name="smsAccount" type="xsd:string" />
  4791. <wsdl:part name="csvUrl" type="xsd:string" />
  4792. <wsdl:part name="id" type="xsd:string" />
  4793. <wsdl:part name="name" type="xsd:string" />
  4794. </wsdl:message>
  4795. <wsdl:message name="telephonySmsAddCsvAttachmentResponse">
  4796. <wsdl:part name="return" type="typens:telephonySmsCsvSlotStruct" />
  4797. </wsdl:message>
  4798. <wsdl:message name="dedicatedBackupFtpPasswordRequest">
  4799. <wsdl:part name="session" type="xsd:string" />
  4800. <wsdl:part name="hostname" type="xsd:string" />
  4801. <wsdl:part name="email" type="xsd:string" />
  4802. <wsdl:part name="language" type="xsd:string" />
  4803. </wsdl:message>
  4804. <wsdl:message name="dedicatedBackupFtpPasswordResponse" />
  4805. <wsdl:message name="telephonyDefaultPrivateHolidaysEventsRequest">
  4806. <wsdl:part name="session" type="xsd:string" />
  4807. </wsdl:message>
  4808. <wsdl:message name="telephonyDefaultPrivateHolidaysEventsResponse">
  4809. <wsdl:part name="return" type="typens:telephonyGetDefaultPrivateHolidaysEventsReturn" />
  4810. </wsdl:message>
  4811. <wsdl:message name="hostingAccessByNicRequest">
  4812. <wsdl:part name="session" type="xsd:string" />
  4813. <wsdl:part name="domain" type="xsd:string" />
  4814. </wsdl:message>
  4815. <wsdl:message name="hostingAccessByNicResponse">
  4816. <wsdl:part name="return" type="typens:MyArrayOfStringType" />
  4817. </wsdl:message>
  4818. <wsdl:message name="sqlpriveAlertInfoRequest">
  4819. <wsdl:part name="session" type="xsd:string" />
  4820. <wsdl:part name="server" type="xsd:string" />
  4821. </wsdl:message>
  4822. <wsdl:message name="sqlpriveAlertInfoResponse">
  4823. <wsdl:part name="return" type="typens:sqlpriveAlertInfotReturn" />
  4824. </wsdl:message>
  4825. <wsdl:message name="mailingListFullInfoRequest">
  4826. <wsdl:part name="session" type="xsd:string" />
  4827. <wsdl:part name="domain" type="xsd:string" />
  4828. <wsdl:part name="ml" type="xsd:string" />
  4829. </wsdl:message>
  4830. <wsdl:message name="mailingListFullInfoResponse">
  4831. <wsdl:part name="return" type="typens:mailingListFullInfoReturn" />
  4832. </wsdl:message>
  4833. <wsdl:message name="dedicatedRtmBackdoorUpdateAlertRequest">
  4834. <wsdl:part name="session" type="xsd:string" />
  4835. <wsdl:part name="hostname" type="xsd:string" />
  4836. <wsdl:part name="backdoorId" type="xsd:int" />
  4837. <wsdl:part name="do_not_mail" type="xsd:boolean" />
  4838. </wsdl:message>
  4839. <wsdl:message name="dedicatedRtmBackdoorUpdateAlertResponse" />
  4840. <wsdl:message name="responderEmailInfoRequest">
  4841. <wsdl:part name="session" type="xsd:string" />
  4842. <wsdl:part name="domain" type="xsd:string" />
  4843. <wsdl:part name="responder" type="xsd:string" />
  4844. </wsdl:message>
  4845. <wsdl:message name="responderEmailInfoResponse">
  4846. <wsdl:part name="return" type="typens:responderEmailStruct" />
  4847. </wsdl:message>
  4848. <wsdl:message name="telephonyToneRemoteUploadRequest">
  4849. <wsdl:part name="session" type="xsd:string" />
  4850. <wsdl:part name="number" type="xsd:string" />
  4851. <wsdl:part name="country" type="xsd:string" />
  4852. <wsdl:part name="toneType" type="xsd:string" />
  4853. <wsdl:part name="filename" type="xsd:string" />
  4854. <wsdl:part name="url" type="xsd:string" />
  4855. </wsdl:message>
  4856. <wsdl:message name="telephonyToneRemoteUploadResponse" />
  4857. <wsdl:message name="telephonyNumberGetFrWayNamesFromInseeRequest">
  4858. <wsdl:part name="session" type="xsd:string" />
  4859. <wsdl:part name="insee" type="xsd:string" />
  4860. <wsdl:part name="wayName" type="xsd:string" />
  4861. </wsdl:message>
  4862. <wsdl:message name="telephonyNumberGetFrWayNamesFromInseeResponse">
  4863. <wsdl:part name="return" type="typens:MyArrayOfTelephonyNumberWayNameStructType" />
  4864. </wsdl:message>
  4865. <wsdl:message name="dedicatedSecondaryDNSAddRequest">
  4866. <wsdl:part name="session" type="xsd:string" />
  4867. <wsdl:part name="hostname" type="xsd:string" />
  4868. <wsdl:part name="ip" type="xsd:string" />
  4869. <wsdl:part name="domain" type="xsd:string" />
  4870. <wsdl:part name="nameserver" type="xsd:string" />
  4871. <wsdl:part name="nameserverIp" type="xsd:string" />
  4872. </wsdl:message>
  4873. <wsdl:message name="dedicatedSecondaryDNSAddResponse" />
  4874. <wsdl:message name="popUpgradeQuotaRequest">
  4875. <wsdl:part name="session" type="xsd:string" />
  4876. <wsdl:part name="domain" type="xsd:string" />
  4877. <wsdl:part name="pop" type="xsd:string" />
  4878. <wsdl:part name="size" type="xsd:int" />
  4879. </wsdl:message>
  4880. <wsdl:message name="popUpgradeQuotaResponse" />
  4881. <wsdl:message name="telephonyFMHuntingModificationModeRequest">
  4882. <wsdl:part name="session" type="xsd:string" />
  4883. <wsdl:part name="number" type="xsd:string" />
  4884. <wsdl:part name="country" type="xsd:string" />
  4885. <wsdl:part name="billingAccount" type="xsd:string" />
  4886. <wsdl:part name="strategy" type="xsd:string" />
  4887. <wsdl:part name="pattern" type="xsd:string" />
  4888. </wsdl:message>
  4889. <wsdl:message name="telephonyFMHuntingModificationModeResponse" />
  4890. <wsdl:message name="sqlpriveListRequest">
  4891. <wsdl:part name="session" type="xsd:string" />
  4892. </wsdl:message>
  4893. <wsdl:message name="sqlpriveListResponse">
  4894. <wsdl:part name="return" type="typens:MyArrayOfSqlpriveStructType" />
  4895. </wsdl:message>
  4896. <wsdl:message name="dnsInstallRequest">
  4897. <wsdl:part name="session" type="xsd:string" />
  4898. <wsdl:part name="domain" type="xsd:string" />
  4899. <wsdl:part name="hosting" type="xsd:string" />
  4900. <wsdl:part name="minimized" type="xsd:boolean" />
  4901. </wsdl:message>
  4902. <wsdl:message name="dnsInstallResponse" />
  4903. <wsdl:message name="telephonyAliasToSipOfferRequest">
  4904. <wsdl:part name="session" type="xsd:string" />
  4905. <wsdl:part name="number" type="xsd:string" />
  4906. <wsdl:part name="country" type="xsd:string" />
  4907. <wsdl:part name="offer" type="xsd:string" />
  4908. <wsdl:part name="delete" type="xsd:boolean" />
  4909. </wsdl:message>
  4910. <wsdl:message name="telephonyAliasToSipOfferResponse" />
  4911. <wsdl:message name="hostingSummaryRequest">
  4912. <wsdl:part name="session" type="xsd:string" />
  4913. <wsdl:part name="domain" type="xsd:string" />
  4914. </wsdl:message>
  4915. <wsdl:message name="hostingSummaryResponse">
  4916. <wsdl:part name="return" type="typens:hostingSummaryReturn" />
  4917. </wsdl:message>
  4918. <wsdl:message name="emailDomainSummaryRequest">
  4919. <wsdl:part name="session" type="xsd:string" />
  4920. <wsdl:part name="domain" type="xsd:string" />
  4921. </wsdl:message>
  4922. <wsdl:message name="emailDomainSummaryResponse">
  4923. <wsdl:part name="return" type="typens:emailDomainSummaryReturn" />
  4924. </wsdl:message>
  4925. <wsdl:message name="dedicatedRtmGetStatusRequest">
  4926. <wsdl:part name="session" type="xsd:string" />
  4927. <wsdl:part name="hostname" type="xsd:string" />
  4928. </wsdl:message>
  4929. <wsdl:message name="dedicatedRtmGetStatusResponse">
  4930. <wsdl:part name="return" type="typens:dedicatedRtmStatusReturn" />
  4931. </wsdl:message>
  4932. <wsdl:message name="managedServicesPartitionQuotaUsedRequest">
  4933. <wsdl:part name="session" type="xsd:string" />
  4934. <wsdl:part name="storage" type="xsd:string" />
  4935. <wsdl:part name="partitionName" type="xsd:string" />
  4936. </wsdl:message>
  4937. <wsdl:message name="managedServicesPartitionQuotaUsedResponse">
  4938. <wsdl:part name="return" type="xsd:string" />
  4939. </wsdl:message>
  4940. <wsdl:message name="dedicatedNetbootGetAvailableRequest">
  4941. <wsdl:part name="session" type="xsd:string" />
  4942. <wsdl:part name="hostname" type="xsd:string" />
  4943. </wsdl:message>
  4944. <wsdl:message name="dedicatedNetbootGetAvailableResponse">
  4945. <wsdl:part name="return" type="typens:MyArrayOfDedicatedNetbootStructType" />
  4946. </wsdl:message>
  4947. <wsdl:message name="telephonySmsUserMultiSendRequest">
  4948. <wsdl:part name="login" type="xsd:string" />
  4949. <wsdl:part name="password" type="xsd:string" />
  4950. <wsdl:part name="smsAccount" type="xsd:string" />
  4951. <wsdl:part name="numberFrom" type="xsd:string" />
  4952. <wsdl:part name="numberTo" type="typens:MyArrayOfStringType" />
  4953. <wsdl:part name="message" type="xsd:string" />
  4954. <wsdl:part name="smsValidity" type="xsd:int" />
  4955. <wsdl:part name="smsClass" type="xsd:int" />
  4956. <wsdl:part name="smsDeferred" type="xsd:int" />
  4957. <wsdl:part name="smsPriority" type="xsd:int" />
  4958. <wsdl:part name="smsCoding" type="xsd:int" />
  4959. <wsdl:part name="tag" type="xsd:string" />
  4960. <wsdl:part name="numberToCsv" type="xsd:string" />
  4961. <wsdl:part name="noStop" type="xsd:boolean" />
  4962. </wsdl:message>
  4963. <wsdl:message name="telephonySmsUserMultiSendResponse">
  4964. <wsdl:part name="return" type="typens:MyArrayOfIntType" />
  4965. </wsdl:message>
  4966. <wsdl:message name="telephonySmsGetCsvAttachmentRequest">
  4967. <wsdl:part name="session" type="xsd:string" />
  4968. <wsdl:part name="smsAccount" type="xsd:string" />
  4969. <wsdl:part name="id" type="xsd:string" />
  4970. </wsdl:message>
  4971. <wsdl:message name="telephonySmsGetCsvAttachmentResponse">
  4972. <wsdl:part name="return" type="xsd:string" />
  4973. </wsdl:message>
  4974. <wsdl:message name="telephonySmsHistoryRequest">
  4975. <wsdl:part name="session" type="xsd:string" />
  4976. <wsdl:part name="smsAccount" type="xsd:string" />
  4977. <wsdl:part name="smsId" type="xsd:int" />
  4978. <wsdl:part name="user" type="xsd:string" />
  4979. <wsdl:part name="pagingStart" type="xsd:int" />
  4980. <wsdl:part name="pagingLimit" type="xsd:int" />
  4981. <wsdl:part name="sortField" type="xsd:string" />
  4982. <wsdl:part name="sortOrder" type="xsd:string" />
  4983. <wsdl:part name="tag" type="xsd:string" />
  4984. <wsdl:part name="filter" type="xsd:string" />
  4985. </wsdl:message>
  4986. <wsdl:message name="telephonySmsHistoryResponse">
  4987. <wsdl:part name="return" type="typens:MyArrayOfTelephonySmsHistoryStructType" />
  4988. </wsdl:message>
  4989. <wsdl:message name="zoneEntryModifyRequest">
  4990. <wsdl:part name="session" type="xsd:string" />
  4991. <wsdl:part name="domain" type="xsd:string" />
  4992. <wsdl:part name="subdomain" type="xsd:string" />
  4993. <wsdl:part name="fieldtype" type="xsd:string" />
  4994. <wsdl:part name="target" type="xsd:string" />
  4995. <wsdl:part name="newTarget" type="xsd:string" />
  4996. </wsdl:message>
  4997. <wsdl:message name="zoneEntryModifyResponse" />
  4998. <wsdl:message name="ticketListContactRequest">
  4999. <wsdl:part name="session" type="xsd:string" />
  5000. </wsdl:message>
  5001. <wsdl:message name="ticketListContactResponse">
  5002. <wsdl:part name="return" type="typens:MyArrayOfTicketContactStructType" />
  5003. </wsdl:message>
  5004. <wsdl:message name="dedicatedMailinglistGetAllowedRequest">
  5005. <wsdl:part name="session" type="xsd:string" />
  5006. </wsdl:message>
  5007. <wsdl:message name="dedicatedMailinglistGetAllowedResponse">
  5008. <wsdl:part name="return" type="typens:MyArrayOfStringType" />
  5009. </wsdl:message>
  5010. <wsdl:message name="dedicatedBackupInfoRequest">
  5011. <wsdl:part name="session" type="xsd:string" />
  5012. <wsdl:part name="hostname" type="xsd:string" />
  5013. <wsdl:part name="backupId" type="xsd:string" />
  5014. </wsdl:message>
  5015. <wsdl:message name="dedicatedBackupInfoResponse">
  5016. <wsdl:part name="return" type="typens:dedicatedBackupListReturn" />
  5017. </wsdl:message>
  5018. <wsdl:message name="telephonyAbbreviatedNumberOnGroupModifyRequest">
  5019. <wsdl:part name="session" type="xsd:string" />
  5020. <wsdl:part name="group" type="xsd:string" />
  5021. <wsdl:part name="abbreviatedNumber" type="xsd:string" />
  5022. <wsdl:part name="relatedNumber" type="xsd:string" />
  5023. <wsdl:part name="name" type="xsd:string" />
  5024. <wsdl:part name="surname" type="xsd:string" />
  5025. </wsdl:message>
  5026. <wsdl:message name="telephonyAbbreviatedNumberOnGroupModifyResponse" />
  5027. <wsdl:message name="accountSummaryRequest">
  5028. <wsdl:part name="session" type="xsd:string" />
  5029. </wsdl:message>
  5030. <wsdl:message name="accountSummaryResponse">
  5031. <wsdl:part name="return" type="typens:accountSummaryReturn" />
  5032. </wsdl:message>
  5033. <wsdl:message name="subDomainDelRequest">
  5034. <wsdl:part name="session" type="xsd:string" />
  5035. <wsdl:part name="domain" type="xsd:string" />
  5036. <wsdl:part name="subdomain" type="xsd:string" />
  5037. </wsdl:message>
  5038. <wsdl:message name="subDomainDelResponse" />
  5039. <wsdl:message name="telephonyHuntingGenericScreenListRequest">
  5040. <wsdl:part name="session" type="xsd:string" />
  5041. <wsdl:part name="number" type="xsd:string" />
  5042. <wsdl:part name="country" type="xsd:string" />
  5043. </wsdl:message>
  5044. <wsdl:message name="telephonyHuntingGenericScreenListResponse">
  5045. <wsdl:part name="return" type="typens:MyArrayOfTelephonyHuntingGenericScreenStructType" />
  5046. </wsdl:message>
  5047. <wsdl:message name="emailFilterAddRequest">
  5048. <wsdl:part name="session" type="xsd:string" />
  5049. <wsdl:part name="domain" type="xsd:string" />
  5050. <wsdl:part name="pop" type="xsd:string" />
  5051. <wsdl:part name="filter" type="xsd:string" />
  5052. <wsdl:part name="priority" type="xsd:int" />
  5053. <wsdl:part name="active" type="xsd:boolean" />
  5054. <wsdl:part name="action" type="xsd:string" />
  5055. <wsdl:part name="action_param" type="xsd:string" />
  5056. <wsdl:part name="header" type="xsd:string" />
  5057. <wsdl:part name="rule" type="xsd:string" />
  5058. <wsdl:part name="rule_param" type="xsd:string" />
  5059. </wsdl:message>
  5060. <wsdl:message name="emailFilterAddResponse" />
  5061. <wsdl:message name="telephonyHuntingGenericScreenStatusRequest">
  5062. <wsdl:part name="session" type="xsd:string" />
  5063. <wsdl:part name="number" type="xsd:string" />
  5064. <wsdl:part name="country" type="xsd:string" />
  5065. </wsdl:message>
  5066. <wsdl:message name="telephonyHuntingGenericScreenStatusResponse">
  5067. <wsdl:part name="return" type="xsd:boolean" />
  5068. </wsdl:message>
  5069. <wsdl:message name="telephonyHuntingModificationMembersRequest">
  5070. <wsdl:part name="session" type="xsd:string" />
  5071. <wsdl:part name="number" type="xsd:string" />
  5072. <wsdl:part name="country" type="xsd:string" />
  5073. <wsdl:part name="billingAccount" type="xsd:string" />
  5074. <wsdl:part name="list_destinations" type="typens:MyArrayOfStringType" />
  5075. <wsdl:part name="list_noReplyTimer" type="typens:MyArrayOfIntType" />
  5076. <wsdl:part name="list_logged" type="typens:MyArrayOfBooleanType" />
  5077. </wsdl:message>
  5078. <wsdl:message name="telephonyHuntingModificationMembersResponse" />
  5079. <wsdl:message name="rpsMigrationStatusRequest">
  5080. <wsdl:part name="session" type="xsd:string" />
  5081. <wsdl:part name="hostname" type="xsd:string" />
  5082. </wsdl:message>
  5083. <wsdl:message name="rpsMigrationStatusResponse">
  5084. <wsdl:part name="return" type="typens:rpsMigrationStatusReturn" />
  5085. </wsdl:message>
  5086. <wsdl:message name="dnsResetRequest">
  5087. <wsdl:part name="session" type="xsd:string" />
  5088. <wsdl:part name="domain" type="xsd:string" />
  5089. <wsdl:part name="hosting" type="xsd:string" />
  5090. <wsdl:part name="minimized" type="xsd:boolean" />
  5091. </wsdl:message>
  5092. <wsdl:message name="dnsResetResponse" />
  5093. <wsdl:message name="telephonyVoicemailMessagesDownloadRequest">
  5094. <wsdl:part name="session" type="xsd:string" />
  5095. <wsdl:part name="number" type="xsd:string" />
  5096. <wsdl:part name="country" type="xsd:string" />
  5097. <wsdl:part name="messType" type="xsd:string" />
  5098. <wsdl:part name="format" type="xsd:string" />
  5099. </wsdl:message>
  5100. <wsdl:message name="telephonyVoicemailMessagesDownloadResponse">
  5101. <wsdl:part name="return" type="typens:telephonyVoicemailMessagesDownloadReturn" />
  5102. </wsdl:message>
  5103. <wsdl:message name="supportGetNicDomainsRequest">
  5104. <wsdl:part name="session" type="xsd:string" />
  5105. </wsdl:message>
  5106. <wsdl:message name="supportGetNicDomainsResponse">
  5107. <wsdl:part name="return" type="typens:MyArrayOfSupportDomainStructType" />
  5108. </wsdl:message>
  5109. <wsdl:message name="telephonyFaxCampaignCreationRequest">
  5110. <wsdl:part name="session" type="xsd:string" />
  5111. <wsdl:part name="number" type="xsd:string" />
  5112. <wsdl:part name="country" type="xsd:string" />
  5113. <wsdl:part name="campaignName" type="xsd:string" />
  5114. <wsdl:part name="pdfUrl" type="xsd:string" />
  5115. <wsdl:part name="pdfName" type="xsd:string" />
  5116. <wsdl:part name="recipients" type="typens:MyArrayOfStringType" />
  5117. <wsdl:part name="faxQuality" type="xsd:string" />
  5118. <wsdl:part name="initialStatus" type="xsd:string" />
  5119. <wsdl:part name="launchDate" type="xsd:string" />
  5120. <wsdl:part name="remoteRecipients" type="xsd:boolean" />
  5121. </wsdl:message>
  5122. <wsdl:message name="telephonyFaxCampaignCreationResponse" />
  5123. <wsdl:message name="supportGetThreadsRequest">
  5124. <wsdl:part name="session" type="xsd:string" />
  5125. <wsdl:part name="page" type="xsd:int" />
  5126. <wsdl:part name="view" type="xsd:string" />
  5127. <wsdl:part name="unread" type="xsd:boolean" />
  5128. <wsdl:part name="sortDir" type="xsd:string" />
  5129. <wsdl:part name="sortBy" type="xsd:string" />
  5130. <wsdl:part name="limit" type="xsd:int" />
  5131. </wsdl:message>
  5132. <wsdl:message name="supportGetThreadsResponse">
  5133. <wsdl:part name="return" type="typens:MyArrayOfSupportThreadDetailStructType" />
  5134. </wsdl:message>
  5135. <wsdl:message name="mailingListDelRequest">
  5136. <wsdl:part name="session" type="xsd:string" />
  5137. <wsdl:part name="domain" type="xsd:string" />
  5138. <wsdl:part name="ml" type="xsd:string" />
  5139. </wsdl:message>
  5140. <wsdl:message name="mailingListDelResponse" />
  5141. <wsdl:message name="dedicatedFailoverRipeAddRequest">
  5142. <wsdl:part name="session" type="xsd:string" />
  5143. <wsdl:part name="hostname" type="xsd:string" />
  5144. <wsdl:part name="netname" type="xsd:string" />
  5145. <wsdl:part name="description" type="xsd:string" />
  5146. <wsdl:part name="country" type="xsd:string" />
  5147. <wsdl:part name="addressesNumber" type="xsd:int" />
  5148. <wsdl:part name="comment" type="xsd:string" />
  5149. <wsdl:part name="routedToInterface" type="xsd:string" />
  5150. </wsdl:message>
  5151. <wsdl:message name="dedicatedFailoverRipeAddResponse" />
  5152. <wsdl:message name="mailingListSubscriberAddRequest">
  5153. <wsdl:part name="session" type="xsd:string" />
  5154. <wsdl:part name="domain" type="xsd:string" />
  5155. <wsdl:part name="ml" type="xsd:string" />
  5156. <wsdl:part name="email" type="xsd:string" />
  5157. </wsdl:message>
  5158. <wsdl:message name="mailingListSubscriberAddResponse" />
  5159. <wsdl:message name="dedicatedFilterIrcClientRuleAddRequest">
  5160. <wsdl:part name="session" type="xsd:string" />
  5161. <wsdl:part name="hostname" type="xsd:string" />
  5162. <wsdl:part name="fromIp" type="xsd:string" />
  5163. <wsdl:part name="toIp" type="xsd:string" />
  5164. </wsdl:message>
  5165. <wsdl:message name="dedicatedFilterIrcClientRuleAddResponse" />
  5166. <wsdl:message name="telephonyLineLogsNotificationOptionsRequest">
  5167. <wsdl:part name="session" type="xsd:string" />
  5168. <wsdl:part name="number" type="xsd:string" />
  5169. <wsdl:part name="country" type="xsd:string" />
  5170. </wsdl:message>
  5171. <wsdl:message name="telephonyLineLogsNotificationOptionsResponse">
  5172. <wsdl:part name="return" type="typens:telephonyLineLogsNotificationOptionsReturn" />
  5173. </wsdl:message>
  5174. <wsdl:message name="telephonyLineGetIpRestrictionRequest">
  5175. <wsdl:part name="session" type="xsd:string" />
  5176. <wsdl:part name="number" type="xsd:string" />
  5177. <wsdl:part name="country" type="xsd:string" />
  5178. </wsdl:message>
  5179. <wsdl:message name="telephonyLineGetIpRestrictionResponse">
  5180. <wsdl:part name="return" type="typens:MyArrayOfStringType" />
  5181. </wsdl:message>
  5182. <wsdl:message name="dedicatedInstallationTemplateListRequest">
  5183. <wsdl:part name="session" type="xsd:string" />
  5184. </wsdl:message>
  5185. <wsdl:message name="dedicatedInstallationTemplateListResponse">
  5186. <wsdl:part name="return" type="typens:MyArrayOfDedicatedInstallationTemplateStructType" />
  5187. </wsdl:message>
  5188. <wsdl:message name="telephonyGetTimeZoneNumberRequest">
  5189. <wsdl:part name="session" type="xsd:string" />
  5190. <wsdl:part name="number" type="xsd:string" />
  5191. <wsdl:part name="countryCode" type="xsd:string" />
  5192. </wsdl:message>
  5193. <wsdl:message name="telephonyGetTimeZoneNumberResponse">
  5194. <wsdl:part name="return" type="xsd:string" />
  5195. </wsdl:message>
  5196. <wsdl:message name="dedicatedBackupGetCalendarRequest">
  5197. <wsdl:part name="session" type="xsd:string" />
  5198. </wsdl:message>
  5199. <wsdl:message name="dedicatedBackupGetCalendarResponse">
  5200. <wsdl:part name="return" type="typens:MyArrayOfDedicatedBackupGetPlanningStructType" />
  5201. </wsdl:message>
  5202. <wsdl:message name="telephonyFMHuntingModificationMembersRequest">
  5203. <wsdl:part name="session" type="xsd:string" />
  5204. <wsdl:part name="number" type="xsd:string" />
  5205. <wsdl:part name="country" type="xsd:string" />
  5206. <wsdl:part name="billingAccount" type="xsd:string" />
  5207. <wsdl:part name="list_destinations" type="typens:MyArrayOfStringType" />
  5208. <wsdl:part name="list_noReplyTimer" type="typens:MyArrayOfIntType" />
  5209. <wsdl:part name="list_logged" type="typens:MyArrayOfBooleanType" />
  5210. </wsdl:message>
  5211. <wsdl:message name="telephonyFMHuntingModificationMembersResponse" />
  5212. <wsdl:message name="telephonyPhonebookAddRequest">
  5213. <wsdl:part name="session" type="xsd:string" />
  5214. <wsdl:part name="number" type="xsd:string" />
  5215. <wsdl:part name="country" type="xsd:string" />
  5216. <wsdl:part name="name" type="xsd:string" />
  5217. </wsdl:message>
  5218. <wsdl:message name="telephonyPhonebookAddResponse">
  5219. <wsdl:part name="return" type="xsd:int" />
  5220. </wsdl:message>
  5221. <wsdl:message name="telephonyRestrictionModifyRequest">
  5222. <wsdl:part name="session" type="xsd:string" />
  5223. <wsdl:part name="number" type="xsd:string" />
  5224. <wsdl:part name="country" type="xsd:string" />
  5225. <wsdl:part name="restrictions" type="typens:MyArrayOfStringType" />
  5226. </wsdl:message>
  5227. <wsdl:message name="telephonyRestrictionModifyResponse" />
  5228. <wsdl:message name="telephonyRatesListRequest">
  5229. <wsdl:part name="session" type="xsd:string" />
  5230. <wsdl:part name="countryCode" type="xsd:string" />
  5231. <wsdl:part name="type" type="xsd:string" />
  5232. </wsdl:message>
  5233. <wsdl:message name="telephonyRatesListResponse">
  5234. <wsdl:part name="return" type="typens:MyArrayOfTelephonyRateStructType" />
  5235. </wsdl:message>
  5236. <wsdl:message name="crontabDelRequest">
  5237. <wsdl:part name="session" type="xsd:string" />
  5238. <wsdl:part name="domain" type="xsd:string" />
  5239. <wsdl:part name="id" type="xsd:int" />
  5240. </wsdl:message>
  5241. <wsdl:message name="crontabDelResponse" />
  5242. <wsdl:message name="telephonyHuntingGenericScreenOptionsRequest">
  5243. <wsdl:part name="session" type="xsd:string" />
  5244. <wsdl:part name="number" type="xsd:string" />
  5245. <wsdl:part name="country" type="xsd:string" />
  5246. </wsdl:message>
  5247. <wsdl:message name="telephonyHuntingGenericScreenOptionsResponse">
  5248. <wsdl:part name="return" type="typens:MyArrayOfTelephonyHuntingGenericScreenOptionsStructType" />
  5249. </wsdl:message>
  5250. <wsdl:message name="telephonyBillingAccountAddRequest">
  5251. <wsdl:part name="session" type="xsd:string" />
  5252. </wsdl:message>
  5253. <wsdl:message name="telephonyBillingAccountAddResponse" />
  5254. <wsdl:message name="managedServicesIpAccessChangeRequest">
  5255. <wsdl:part name="session" type="xsd:string" />
  5256. <wsdl:part name="storage" type="xsd:string" />
  5257. <wsdl:part name="value" type="xsd:string" />
  5258. <wsdl:part name="server" type="xsd:string" />
  5259. <wsdl:part name="idZfs" type="xsd:string" />
  5260. </wsdl:message>
  5261. <wsdl:message name="managedServicesIpAccessChangeResponse" />
  5262. <wsdl:message name="accountHistoryRequest">
  5263. <wsdl:part name="session" type="xsd:string" />
  5264. <wsdl:part name="month" type="xsd:int" />
  5265. <wsdl:part name="year" type="xsd:int" />
  5266. </wsdl:message>
  5267. <wsdl:message name="accountHistoryResponse">
  5268. <wsdl:part name="return" type="typens:accountHistoryReturn" />
  5269. </wsdl:message>
  5270. <wsdl:message name="dedicatedIpLoadBalancingServerDelRequest">
  5271. <wsdl:part name="session" type="xsd:string" />
  5272. <wsdl:part name="ipLoadBalancing" type="xsd:string" />
  5273. <wsdl:part name="hostname" type="xsd:string" />
  5274. </wsdl:message>
  5275. <wsdl:message name="dedicatedIpLoadBalancingServerDelResponse" />
  5276. <wsdl:message name="domainCheckRequest">
  5277. <wsdl:part name="session" type="xsd:string" />
  5278. <wsdl:part name="domain" type="xsd:string" />
  5279. </wsdl:message>
  5280. <wsdl:message name="domainCheckResponse">
  5281. <wsdl:part name="return" type="typens:MyArrayOfDomainCheckStructType" />
  5282. </wsdl:message>
  5283. <wsdl:message name="prepaidDomainTransferRequest">
  5284. <wsdl:part name="session" type="xsd:string" />
  5285. <wsdl:part name="domain" type="xsd:string" />
  5286. <wsdl:part name="nicowner" type="xsd:string" />
  5287. <wsdl:part name="nicadmin" type="xsd:string" />
  5288. <wsdl:part name="nictech" type="xsd:string" />
  5289. <wsdl:part name="nicbilling" type="xsd:string" />
  5290. <wsdl:part name="dns1" type="xsd:string" />
  5291. <wsdl:part name="dns2" type="xsd:string" />
  5292. <wsdl:part name="dns3" type="xsd:string" />
  5293. <wsdl:part name="dns4" type="xsd:string" />
  5294. <wsdl:part name="dns5" type="xsd:string" />
  5295. <wsdl:part name="frpartBirthday" type="xsd:string" />
  5296. <wsdl:part name="frpartBirthCountry" type="xsd:string" />
  5297. <wsdl:part name="frpartBirthDepartment" type="xsd:string" />
  5298. <wsdl:part name="frpartBirthTown" type="xsd:string" />
  5299. <wsdl:part name="dryRun" type="xsd:boolean" />
  5300. </wsdl:message>
  5301. <wsdl:message name="prepaidDomainTransferResponse" />
  5302. <wsdl:message name="dedicatedEditServiceMonitoringItemRequest">
  5303. <wsdl:part name="session" type="xsd:string" />
  5304. <wsdl:part name="ip" type="xsd:string" />
  5305. <wsdl:part name="itemId" type="xsd:int" />
  5306. <wsdl:part name="period" type="xsd:string" />
  5307. <wsdl:part name="string" type="xsd:string" />
  5308. </wsdl:message>
  5309. <wsdl:message name="dedicatedEditServiceMonitoringItemResponse" />
  5310. <wsdl:message name="telephonySmsplusIsFreeKeywordRequest">
  5311. <wsdl:part name="session" type="xsd:string" />
  5312. <wsdl:part name="shortCode" type="xsd:string" />
  5313. <wsdl:part name="keyword" type="xsd:string" />
  5314. </wsdl:message>
  5315. <wsdl:message name="telephonySmsplusIsFreeKeywordResponse" />
  5316. <wsdl:message name="telephonyLineGetCodecsRequest">
  5317. <wsdl:part name="session" type="xsd:string" />
  5318. <wsdl:part name="number" type="xsd:string" />
  5319. <wsdl:part name="countryCode" type="xsd:string" />
  5320. </wsdl:message>
  5321. <wsdl:message name="telephonyLineGetCodecsResponse">
  5322. <wsdl:part name="return" type="typens:telephonyLineGetCodecsReturn" />
  5323. </wsdl:message>
  5324. <wsdl:message name="telephonySmsSenderValidateRequest">
  5325. <wsdl:part name="session" type="xsd:string" />
  5326. <wsdl:part name="smsAccount" type="xsd:string" />
  5327. <wsdl:part name="number" type="xsd:string" />
  5328. <wsdl:part name="code" type="xsd:int" />
  5329. </wsdl:message>
  5330. <wsdl:message name="telephonySmsSenderValidateResponse" />
  5331. <wsdl:message name="dedicatedIPForUDPServerListRequest">
  5332. <wsdl:part name="session" type="xsd:string" />
  5333. <wsdl:part name="hostname" type="xsd:string" />
  5334. </wsdl:message>
  5335. <wsdl:message name="dedicatedIPForUDPServerListResponse">
  5336. <wsdl:part name="return" type="typens:MyArrayOfIPForUDPServerListStructType" />
  5337. </wsdl:message>
  5338. <wsdl:message name="telephonyHuntingModificationSimultaneousCallsRequest">
  5339. <wsdl:part name="session" type="xsd:string" />
  5340. <wsdl:part name="number" type="xsd:string" />
  5341. <wsdl:part name="country" type="xsd:string" />
  5342. <wsdl:part name="billingAccount" type="xsd:string" />
  5343. <wsdl:part name="numberOfCalls" type="xsd:int" />
  5344. </wsdl:message>
  5345. <wsdl:message name="telephonyHuntingModificationSimultaneousCallsResponse" />
  5346. <wsdl:message name="telephonyDirectoryInfoGetSameSiretRequest">
  5347. <wsdl:part name="session" type="xsd:string" />
  5348. <wsdl:part name="callNumber" type="xsd:string" />
  5349. <wsdl:part name="country" type="xsd:string" />
  5350. </wsdl:message>
  5351. <wsdl:message name="telephonyDirectoryInfoGetSameSiretResponse">
  5352. <wsdl:part name="return" type="typens:MyArrayOfStringType" />
  5353. </wsdl:message>
  5354. <wsdl:message name="serviceGroupCreateRequest">
  5355. <wsdl:part name="session" type="xsd:string" />
  5356. <wsdl:part name="name" type="xsd:string" />
  5357. <wsdl:part name="comment" type="xsd:string" />
  5358. </wsdl:message>
  5359. <wsdl:message name="serviceGroupCreateResponse" />
  5360. <wsdl:message name="telephonyConferenceSetParamsRequest">
  5361. <wsdl:part name="session" type="xsd:string" />
  5362. <wsdl:part name="number" type="xsd:string" />
  5363. <wsdl:part name="country" type="xsd:string" />
  5364. <wsdl:part name="lang" type="xsd:string" />
  5365. <wsdl:part name="pin" type="xsd:string" />
  5366. <wsdl:part name="enterMuted" type="xsd:boolean" />
  5367. <wsdl:part name="announceStatus" type="xsd:boolean" />
  5368. <wsdl:part name="recordStatus" type="xsd:boolean" />
  5369. <wsdl:part name="reportStatus" type="xsd:string" />
  5370. <wsdl:part name="reportMail" type="xsd:string" />
  5371. </wsdl:message>
  5372. <wsdl:message name="telephonyConferenceSetParamsResponse" />
  5373. <wsdl:message name="orderTelephonySmsCreditRequest">
  5374. <wsdl:part name="session" type="xsd:string" />
  5375. <wsdl:part name="smsAccount" type="xsd:string" />
  5376. <wsdl:part name="quantity" type="xsd:string" />
  5377. <wsdl:part name="payWithPoints" type="xsd:boolean" />
  5378. </wsdl:message>
  5379. <wsdl:message name="orderTelephonySmsCreditResponse">
  5380. <wsdl:part name="return" type="typens:orderStruct" />
  5381. </wsdl:message>
  5382. <wsdl:message name="dedicatedBackupSetRequest">
  5383. <wsdl:part name="session" type="xsd:string" />
  5384. <wsdl:part name="hostname" type="xsd:string" />
  5385. <wsdl:part name="backupId" type="xsd:string" />
  5386. <wsdl:part name="email" type="xsd:string" />
  5387. <wsdl:part name="backupType" type="xsd:string" />
  5388. <wsdl:part name="snapshot" type="xsd:int" />
  5389. <wsdl:part name="sshPort" type="xsd:int" />
  5390. <wsdl:part name="status" type="xsd:int" />
  5391. <wsdl:part name="language" type="xsd:string" />
  5392. <wsdl:part name="src" type="xsd:string" />
  5393. </wsdl:message>
  5394. <wsdl:message name="dedicatedBackupSetResponse" />
  5395. <wsdl:message name="dedicatedVirtualMacIpDeleteRequest">
  5396. <wsdl:part name="session" type="xsd:string" />
  5397. <wsdl:part name="hostname" type="xsd:string" />
  5398. <wsdl:part name="ip" type="xsd:string" />
  5399. </wsdl:message>
  5400. <wsdl:message name="dedicatedVirtualMacIpDeleteResponse" />
  5401. <wsdl:message name="dedicatedFailoverRipeSplitRequest">
  5402. <wsdl:part name="session" type="xsd:string" />
  5403. <wsdl:part name="hostname" type="xsd:string" />
  5404. <wsdl:part name="netname" type="xsd:string" />
  5405. <wsdl:part name="networkIp" type="xsd:string" />
  5406. </wsdl:message>
  5407. <wsdl:message name="dedicatedFailoverRipeSplitResponse" />
  5408. <wsdl:message name="dedicatedReverseInfoRequest">
  5409. <wsdl:part name="session" type="xsd:string" />
  5410. <wsdl:part name="hostname" type="xsd:string" />
  5411. <wsdl:part name="ip" type="xsd:string" />
  5412. </wsdl:message>
  5413. <wsdl:message name="dedicatedReverseInfoResponse">
  5414. <wsdl:part name="return" type="xsd:string" />
  5415. </wsdl:message>
  5416. <wsdl:message name="dedicatedCapabilitiesGetAllRequest">
  5417. <wsdl:part name="session" type="xsd:string" />
  5418. </wsdl:message>
  5419. <wsdl:message name="dedicatedCapabilitiesGetAllResponse">
  5420. <wsdl:part name="return" type="typens:MyArrayOfDedicatedCapabilitiesStructType" />
  5421. </wsdl:message>
  5422. <wsdl:message name="telephonySparePurchaseRequest">
  5423. <wsdl:part name="session" type="xsd:string" />
  5424. <wsdl:part name="type" type="xsd:string" />
  5425. <wsdl:part name="offers" type="typens:MyArrayOfStringType" />
  5426. <wsdl:part name="quantities" type="typens:MyArrayOfIntType" />
  5427. <wsdl:part name="nicShipping" type="xsd:string" />
  5428. <wsdl:part name="name" type="xsd:string" />
  5429. <wsdl:part name="address" type="xsd:string" />
  5430. <wsdl:part name="zip" type="xsd:string" />
  5431. <wsdl:part name="city" type="xsd:string" />
  5432. <wsdl:part name="country" type="xsd:string" />
  5433. </wsdl:message>
  5434. <wsdl:message name="telephonySparePurchaseResponse">
  5435. <wsdl:part name="return" type="typens:orderStruct" />
  5436. </wsdl:message>
  5437. <wsdl:message name="nicRequest">
  5438. <wsdl:part name="session" type="xsd:string" />
  5439. </wsdl:message>
  5440. <wsdl:message name="nicResponse">
  5441. <wsdl:part name="return" type="xsd:string" />
  5442. </wsdl:message>
  5443. <wsdl:message name="telephonyFaxCampaignListRequest">
  5444. <wsdl:part name="session" type="xsd:string" />
  5445. <wsdl:part name="number" type="xsd:string" />
  5446. <wsdl:part name="country" type="xsd:string" />
  5447. <wsdl:part name="campaignStatus" type="xsd:string" />
  5448. <wsdl:part name="pagingStart" type="xsd:int" />
  5449. <wsdl:part name="pagingLimit" type="xsd:int" />
  5450. <wsdl:part name="sortField" type="xsd:string" />
  5451. <wsdl:part name="sortOrder" type="xsd:string" />
  5452. </wsdl:message>
  5453. <wsdl:message name="telephonyFaxCampaignListResponse">
  5454. <wsdl:part name="return" type="typens:telephonyFaxCampaignListReturn" />
  5455. </wsdl:message>
  5456. <wsdl:message name="dedicatedBackupIncludeAddRequest">
  5457. <wsdl:part name="session" type="xsd:string" />
  5458. <wsdl:part name="hostname" type="xsd:string" />
  5459. <wsdl:part name="backupId" type="xsd:string" />
  5460. <wsdl:part name="include" type="xsd:string" />
  5461. </wsdl:message>
  5462. <wsdl:message name="dedicatedBackupIncludeAddResponse" />
  5463. <wsdl:message name="ticketGetRequest">
  5464. <wsdl:part name="session" type="xsd:string" />
  5465. <wsdl:part name="ticketId" type="xsd:int" />
  5466. </wsdl:message>
  5467. <wsdl:message name="ticketGetResponse">
  5468. <wsdl:part name="return" type="typens:fullTicketReturn" />
  5469. </wsdl:message>
  5470. <wsdl:message name="supportSendMessageRequest">
  5471. <wsdl:part name="session" type="xsd:string" />
  5472. <wsdl:part name="messagePrevious" type="xsd:int" />
  5473. <wsdl:part name="category" type="xsd:int" />
  5474. <wsdl:part name="domain" type="xsd:string" />
  5475. <wsdl:part name="subject" type="xsd:string" />
  5476. <wsdl:part name="body" type="xsd:string" />
  5477. </wsdl:message>
  5478. <wsdl:message name="supportSendMessageResponse">
  5479. <wsdl:part name="return" type="typens:supportSendMessageReturn" />
  5480. </wsdl:message>
  5481. <wsdl:message name="notepadSetRequest">
  5482. <wsdl:part name="session" type="xsd:string" />
  5483. <wsdl:part name="content" type="xsd:string" />
  5484. </wsdl:message>
  5485. <wsdl:message name="notepadSetResponse" />
  5486. <wsdl:message name="dedicatedFailoverRipeListRequest">
  5487. <wsdl:part name="session" type="xsd:string" />
  5488. <wsdl:part name="hostname" type="xsd:string" />
  5489. </wsdl:message>
  5490. <wsdl:message name="dedicatedFailoverRipeListResponse">
  5491. <wsdl:part name="return" type="typens:MyArrayOfDedicatedFailoverRipeStructType" />
  5492. </wsdl:message>
  5493. <wsdl:message name="telephonyNicGetMgcpIpRestrictionRequest">
  5494. <wsdl:part name="session" type="xsd:string" />
  5495. </wsdl:message>
  5496. <wsdl:message name="telephonyNicGetMgcpIpRestrictionResponse">
  5497. <wsdl:part name="return" type="typens:MyArrayOfStringType" />
  5498. </wsdl:message>
  5499. <wsdl:message name="telephonySmsGetUserQuotaForUserRequest">
  5500. <wsdl:part name="smsAccount" type="xsd:string" />
  5501. <wsdl:part name="login" type="xsd:string" />
  5502. <wsdl:part name="password" type="xsd:string" />
  5503. </wsdl:message>
  5504. <wsdl:message name="telephonySmsGetUserQuotaForUserResponse">
  5505. <wsdl:part name="return" type="typens:telephonySmsUserQuotaStruct" />
  5506. </wsdl:message>
  5507. <wsdl:message name="telephonyDirectoryInfoGetSiretRequest">
  5508. <wsdl:part name="session" type="xsd:string" />
  5509. <wsdl:part name="siret" type="xsd:int" />
  5510. </wsdl:message>
  5511. <wsdl:message name="telephonyDirectoryInfoGetSiretResponse">
  5512. <wsdl:part name="return" type="typens:telephonyDirectoryInfoGetSiretReturn" />
  5513. </wsdl:message>
  5514. <wsdl:message name="dedicatedMonitoringServiceAddRequest">
  5515. <wsdl:part name="session" type="xsd:string" />
  5516. <wsdl:part name="hostname" type="xsd:string" />
  5517. <wsdl:part name="ip" type="xsd:string" />
  5518. <wsdl:part name="port" type="xsd:int" />
  5519. <wsdl:part name="protocol" type="xsd:string" />
  5520. <wsdl:part name="period" type="xsd:string" />
  5521. <wsdl:part name="string" type="xsd:string" />
  5522. <wsdl:part name="url" type="xsd:string" />
  5523. <wsdl:part name="email" type="xsd:string" />
  5524. </wsdl:message>
  5525. <wsdl:message name="dedicatedMonitoringServiceAddResponse">
  5526. <wsdl:part name="return" type="xsd:string" />
  5527. </wsdl:message>
  5528. <wsdl:message name="dedicatedHardRebootDoRequest">
  5529. <wsdl:part name="session" type="xsd:string" />
  5530. <wsdl:part name="hostname" type="xsd:string" />
  5531. <wsdl:part name="reason" type="xsd:string" />
  5532. <wsdl:part name="email" type="xsd:string" />
  5533. <wsdl:part name="emailLanguage" type="xsd:string" />
  5534. </wsdl:message>
  5535. <wsdl:message name="dedicatedHardRebootDoResponse" />
  5536. <wsdl:message name="dedicatedReverseListRequest">
  5537. <wsdl:part name="session" type="xsd:string" />
  5538. <wsdl:part name="hostname" type="xsd:string" />
  5539. </wsdl:message>
  5540. <wsdl:message name="dedicatedReverseListResponse">
  5541. <wsdl:part name="return" type="typens:MyArrayOfDedicatedReverseStructType" />
  5542. </wsdl:message>
  5543. <wsdl:message name="domainWhoisObfuscatorSetRequest">
  5544. <wsdl:part name="session" type="xsd:string" />
  5545. <wsdl:part name="domain" type="xsd:string" />
  5546. <wsdl:part name="field" type="xsd:string" />
  5547. </wsdl:message>
  5548. <wsdl:message name="domainWhoisObfuscatorSetResponse" />
  5549. <wsdl:message name="rpsMigrationTodoRequest">
  5550. <wsdl:part name="session" type="xsd:string" />
  5551. <wsdl:part name="logicalRpsName" type="xsd:string" />
  5552. <wsdl:part name="physicalRpsTo" type="xsd:string" />
  5553. </wsdl:message>
  5554. <wsdl:message name="rpsMigrationTodoResponse">
  5555. <wsdl:part name="return" type="xsd:string" />
  5556. </wsdl:message>
  5557. <wsdl:message name="telephonyFunctionKeyModifyRequest">
  5558. <wsdl:part name="session" type="xsd:string" />
  5559. <wsdl:part name="number" type="xsd:string" />
  5560. <wsdl:part name="country" type="xsd:string" />
  5561. <wsdl:part name="keyNum" type="xsd:int" />
  5562. <wsdl:part name="function" type="xsd:string" />
  5563. <wsdl:part name="relatedNumber" type="xsd:string" />
  5564. </wsdl:message>
  5565. <wsdl:message name="telephonyFunctionKeyModifyResponse" />
  5566. <wsdl:message name="nicTldEligibilityRequest">
  5567. <wsdl:part name="session" type="xsd:string" />
  5568. <wsdl:part name="nic" type="xsd:string" />
  5569. <wsdl:part name="tld" type="xsd:string" />
  5570. </wsdl:message>
  5571. <wsdl:message name="nicTldEligibilityResponse">
  5572. <wsdl:part name="return" type="xsd:boolean" />
  5573. </wsdl:message>
  5574. <wsdl:message name="automatedMailGetStateRequest">
  5575. <wsdl:part name="session" type="xsd:string" />
  5576. <wsdl:part name="domain" type="xsd:string" />
  5577. </wsdl:message>
  5578. <wsdl:message name="automatedMailGetStateResponse">
  5579. <wsdl:part name="return" type="typens:automatedMailGetStateReturn" />
  5580. </wsdl:message>
  5581. <wsdl:message name="telephonyAbbreviatedNumberListRequest">
  5582. <wsdl:part name="session" type="xsd:string" />
  5583. <wsdl:part name="number" type="xsd:string" />
  5584. <wsdl:part name="country" type="xsd:string" />
  5585. </wsdl:message>
  5586. <wsdl:message name="telephonyAbbreviatedNumberListResponse">
  5587. <wsdl:part name="return" type="typens:MyArrayOfTelephonyAbbreviatedNumberStructType" />
  5588. </wsdl:message>
  5589. <wsdl:message name="sqlpriveMysqlLogsRequest">
  5590. <wsdl:part name="session" type="xsd:string" />
  5591. <wsdl:part name="server" type="xsd:string" />
  5592. </wsdl:message>
  5593. <wsdl:message name="sqlpriveMysqlLogsResponse">
  5594. <wsdl:part name="return" type="xsd:string" />
  5595. </wsdl:message>
  5596. <wsdl:message name="telephonyFaxModifyPasswordRequest">
  5597. <wsdl:part name="session" type="xsd:string" />
  5598. <wsdl:part name="number" type="xsd:string" />
  5599. <wsdl:part name="country" type="xsd:string" />
  5600. <wsdl:part name="password" type="xsd:string" />
  5601. </wsdl:message>
  5602. <wsdl:message name="telephonyFaxModifyPasswordResponse" />
  5603. <wsdl:message name="dedicatedBackupFtpAddRequest">
  5604. <wsdl:part name="session" type="xsd:string" />
  5605. <wsdl:part name="hostname" type="xsd:string" />
  5606. </wsdl:message>
  5607. <wsdl:message name="dedicatedBackupFtpAddResponse" />
  5608. <wsdl:message name="databaseDumpRequest">
  5609. <wsdl:part name="session" type="xsd:string" />
  5610. <wsdl:part name="domain" type="xsd:string" />
  5611. <wsdl:part name="db" type="xsd:string" />
  5612. <wsdl:part name="backup" type="xsd:string" />
  5613. </wsdl:message>
  5614. <wsdl:message name="databaseDumpResponse" />
  5615. <wsdl:message name="telephonySmsDeleteRequest">
  5616. <wsdl:part name="session" type="xsd:string" />
  5617. <wsdl:part name="smsAccount" type="xsd:string" />
  5618. <wsdl:part name="smsIds" type="typens:MyArrayOfIntType" />
  5619. </wsdl:message>
  5620. <wsdl:message name="telephonySmsDeleteResponse" />
  5621. <wsdl:message name="telephonyDirectoryModifyPublicationRequest">
  5622. <wsdl:part name="session" type="xsd:string" />
  5623. <wsdl:part name="callNumber" type="xsd:string" />
  5624. <wsdl:part name="countryCode" type="xsd:string" />
  5625. <wsdl:part name="lineDescription" type="xsd:string" />
  5626. <wsdl:part name="displayFirstName" type="xsd:string" />
  5627. <wsdl:part name="displayOnlyCity" type="xsd:string" />
  5628. <wsdl:part name="displayUniversalDirectory" type="xsd:string" />
  5629. <wsdl:part name="displayMarketingDirectory" type="xsd:string" />
  5630. <wsdl:part name="displaySearchReverse" type="xsd:string" />
  5631. <wsdl:part name="receivePJDirectory" type="xsd:string" />
  5632. </wsdl:message>
  5633. <wsdl:message name="telephonyDirectoryModifyPublicationResponse" />
  5634. <wsdl:message name="domainResellerSetRequest">
  5635. <wsdl:part name="session" type="xsd:string" />
  5636. <wsdl:part name="domain" type="xsd:string" />
  5637. <wsdl:part name="profile" type="xsd:string" />
  5638. </wsdl:message>
  5639. <wsdl:message name="domainResellerSetResponse" />
  5640. <wsdl:message name="crontabListRequest">
  5641. <wsdl:part name="session" type="xsd:string" />
  5642. <wsdl:part name="domain" type="xsd:string" />
  5643. </wsdl:message>
  5644. <wsdl:message name="crontabListResponse">
  5645. <wsdl:part name="return" type="typens:MyArrayOfCrontabStructType" />
  5646. </wsdl:message>
  5647. <wsdl:message name="telephonyPhonebookOnGroupAddRequest">
  5648. <wsdl:part name="session" type="xsd:string" />
  5649. <wsdl:part name="group" type="xsd:string" />
  5650. <wsdl:part name="name" type="xsd:string" />
  5651. </wsdl:message>
  5652. <wsdl:message name="telephonyPhonebookOnGroupAddResponse">
  5653. <wsdl:part name="return" type="xsd:int" />
  5654. </wsdl:message>
  5655. <wsdl:message name="dedicatedVirtualMacIpUsedGetListRequest">
  5656. <wsdl:part name="session" type="xsd:string" />
  5657. <wsdl:part name="hostname" type="xsd:string" />
  5658. </wsdl:message>
  5659. <wsdl:message name="dedicatedVirtualMacIpUsedGetListResponse">
  5660. <wsdl:part name="return" type="typens:MyArrayOfDedicatedIpVirtualMacUsedStructType" />
  5661. </wsdl:message>
  5662. <wsdl:message name="telephonyLineSwitchOfferPossibilityRequest">
  5663. <wsdl:part name="session" type="xsd:string" />
  5664. <wsdl:part name="number" type="xsd:string" />
  5665. <wsdl:part name="country" type="xsd:string" />
  5666. </wsdl:message>
  5667. <wsdl:message name="telephonyLineSwitchOfferPossibilityResponse">
  5668. <wsdl:part name="return" type="typens:MyArrayOfTelephonyLineSwitchPossibilityPriceStructType" />
  5669. </wsdl:message>
  5670. <wsdl:message name="telephonySmsSenderListRequest">
  5671. <wsdl:part name="session" type="xsd:string" />
  5672. <wsdl:part name="smsAccount" type="xsd:string" />
  5673. </wsdl:message>
  5674. <wsdl:message name="telephonySmsSenderListResponse">
  5675. <wsdl:part name="return" type="typens:MyArrayOfTelephonySmsSenderStructType" />
  5676. </wsdl:message>
  5677. <wsdl:message name="resellerDomainRestoreRequest">
  5678. <wsdl:part name="session" type="xsd:string" />
  5679. <wsdl:part name="domain" type="xsd:string" />
  5680. <wsdl:part name="dryRun" type="xsd:boolean" />
  5681. </wsdl:message>
  5682. <wsdl:message name="resellerDomainRestoreResponse" />
  5683. <wsdl:message name="ticketAnswerRequest">
  5684. <wsdl:part name="session" type="xsd:string" />
  5685. <wsdl:part name="ticketId" type="xsd:int" />
  5686. <wsdl:part name="message" type="xsd:string" />
  5687. </wsdl:message>
  5688. <wsdl:message name="ticketAnswerResponse" />
  5689. <wsdl:message name="sqlpriveCronSetRequest">
  5690. <wsdl:part name="session" type="xsd:string" />
  5691. <wsdl:part name="server" type="xsd:string" />
  5692. <wsdl:part name="operation" type="xsd:string" />
  5693. <wsdl:part name="recursivityDays" type="typens:MyArrayOfStringType" />
  5694. <wsdl:part name="recursivityHours" type="typens:MyArrayOfStringType" />
  5695. <wsdl:part name="endDate" type="xsd:string" />
  5696. <wsdl:part name="comment" type="xsd:string" />
  5697. </wsdl:message>
  5698. <wsdl:message name="sqlpriveCronSetResponse" />
  5699. <wsdl:message name="telephonySipToAliasOfferRequest">
  5700. <wsdl:part name="session" type="xsd:string" />
  5701. <wsdl:part name="number" type="xsd:string" />
  5702. <wsdl:part name="country" type="xsd:string" />
  5703. <wsdl:part name="delete" type="xsd:boolean" />
  5704. </wsdl:message>
  5705. <wsdl:message name="telephonySipToAliasOfferResponse" />
  5706. <wsdl:message name="telephonyFunctionKeyListRequest">
  5707. <wsdl:part name="session" type="xsd:string" />
  5708. <wsdl:part name="number" type="xsd:string" />
  5709. <wsdl:part name="country" type="xsd:string" />
  5710. </wsdl:message>
  5711. <wsdl:message name="telephonyFunctionKeyListResponse">
  5712. <wsdl:part name="return" type="typens:MyArrayOfTelephonyFunctionKeyStructType" />
  5713. </wsdl:message>
  5714. <wsdl:message name="dedicatedNetbootInfoRequest">
  5715. <wsdl:part name="session" type="xsd:string" />
  5716. <wsdl:part name="hostname" type="xsd:string" />
  5717. </wsdl:message>
  5718. <wsdl:message name="dedicatedNetbootInfoResponse">
  5719. <wsdl:part name="return" type="typens:dedicatedNetbootStruct" />
  5720. </wsdl:message>
  5721. <wsdl:message name="telephonySmsGetCallBackRequest">
  5722. <wsdl:part name="session" type="xsd:string" />
  5723. <wsdl:part name="smsAccount" type="xsd:string" />
  5724. </wsdl:message>
  5725. <wsdl:message name="telephonySmsGetCallBackResponse">
  5726. <wsdl:part name="return" type="xsd:string" />
  5727. </wsdl:message>
  5728. <wsdl:message name="telephonySviModifyRequest">
  5729. <wsdl:part name="session" type="xsd:string" />
  5730. <wsdl:part name="number" type="xsd:string" />
  5731. <wsdl:part name="country" type="xsd:string" />
  5732. <wsdl:part name="url" type="xsd:string" />
  5733. <wsdl:part name="recordinfo" type="xsd:string" />
  5734. </wsdl:message>
  5735. <wsdl:message name="telephonySviModifyResponse" />
  5736. <wsdl:message name="telephonySmsplusServiceDeleteRequest">
  5737. <wsdl:part name="session" type="xsd:string" />
  5738. <wsdl:part name="shortCode" type="xsd:string" />
  5739. <wsdl:part name="keyword" type="xsd:string" />
  5740. <wsdl:part name="cancelDelete" type="xsd:boolean" />
  5741. </wsdl:message>
  5742. <wsdl:message name="telephonySmsplusServiceDeleteResponse" />
  5743. <wsdl:message name="domainOperationRelaunchRequest">
  5744. <wsdl:part name="session" type="xsd:string" />
  5745. <wsdl:part name="id" type="xsd:int" />
  5746. </wsdl:message>
  5747. <wsdl:message name="domainOperationRelaunchResponse" />
  5748. <wsdl:message name="telephonyLineSwitchOfferRequest">
  5749. <wsdl:part name="session" type="xsd:string" />
  5750. <wsdl:part name="number" type="xsd:string" />
  5751. <wsdl:part name="country" type="xsd:string" />
  5752. <wsdl:part name="offer" type="xsd:string" />
  5753. </wsdl:message>
  5754. <wsdl:message name="telephonyLineSwitchOfferResponse" />
  5755. <wsdl:message name="telephonyTrunkExternalDisplayedNumberCheckRequest">
  5756. <wsdl:part name="session" type="xsd:string" />
  5757. <wsdl:part name="number" type="xsd:string" />
  5758. <wsdl:part name="country" type="xsd:string" />
  5759. <wsdl:part name="externalDisplayedNumber" type="xsd:string" />
  5760. </wsdl:message>
  5761. <wsdl:message name="telephonyTrunkExternalDisplayedNumberCheckResponse" />
  5762. <wsdl:message name="telephonyDelClosureEventsRequest">
  5763. <wsdl:part name="session" type="xsd:string" />
  5764. <wsdl:part name="number" type="xsd:string" />
  5765. <wsdl:part name="country" type="xsd:string" />
  5766. <wsdl:part name="deleteAll" type="xsd:int" />
  5767. <wsdl:part name="uids" type="typens:MyArrayOfStringType" />
  5768. </wsdl:message>
  5769. <wsdl:message name="telephonyDelClosureEventsResponse" />
  5770. <wsdl:message name="telephonyFreefaxToVoicefaxCheckListRequest">
  5771. <wsdl:part name="session" type="xsd:string" />
  5772. <wsdl:part name="billingAccount" type="xsd:string" />
  5773. </wsdl:message>
  5774. <wsdl:message name="telephonyFreefaxToVoicefaxCheckListResponse">
  5775. <wsdl:part name="return" type="typens:MyArrayOfTelephonyFreefaxToVoicefaxCheckStructType" />
  5776. </wsdl:message>
  5777. <wsdl:message name="telephonyVoicemailModifyPasswordRequest">
  5778. <wsdl:part name="session" type="xsd:string" />
  5779. <wsdl:part name="number" type="xsd:string" />
  5780. <wsdl:part name="country" type="xsd:string" />
  5781. <wsdl:part name="password" type="xsd:string" />
  5782. <wsdl:part name="forcePassword" type="xsd:boolean" />
  5783. </wsdl:message>
  5784. <wsdl:message name="telephonyVoicemailModifyPasswordResponse" />
  5785. <wsdl:message name="telephonySpareCapabilitiesRequest">
  5786. <wsdl:part name="session" type="xsd:string" />
  5787. <wsdl:part name="type" type="xsd:string" />
  5788. <wsdl:part name="family" type="xsd:string" />
  5789. <wsdl:part name="model" type="xsd:string" />
  5790. </wsdl:message>
  5791. <wsdl:message name="telephonySpareCapabilitiesResponse">
  5792. <wsdl:part name="return" type="typens:MyArrayOfTelephonySpareFamilyStructType" />
  5793. </wsdl:message>
  5794. <wsdl:message name="dnsSoaModifyRequest">
  5795. <wsdl:part name="session" type="xsd:string" />
  5796. <wsdl:part name="domain" type="xsd:string" />
  5797. <wsdl:part name="ttl" type="xsd:int" />
  5798. </wsdl:message>
  5799. <wsdl:message name="dnsSoaModifyResponse" />
  5800. <wsdl:message name="telephonyPhonebookOnSmsDelRequest">
  5801. <wsdl:part name="session" type="xsd:string" />
  5802. <wsdl:part name="smsAccount" type="xsd:string" />
  5803. <wsdl:part name="id" type="xsd:int" />
  5804. </wsdl:message>
  5805. <wsdl:message name="telephonyPhonebookOnSmsDelResponse" />
  5806. <wsdl:message name="telephonyPhonebookShareRequest">
  5807. <wsdl:part name="session" type="xsd:string" />
  5808. <wsdl:part name="number" type="xsd:string" />
  5809. <wsdl:part name="country" type="xsd:string" />
  5810. <wsdl:part name="id" type="xsd:int" />
  5811. <wsdl:part name="targetNumber" type="xsd:string" />
  5812. <wsdl:part name="name" type="xsd:string" />
  5813. <wsdl:part name="mode" type="xsd:string" />
  5814. </wsdl:message>
  5815. <wsdl:message name="telephonyPhonebookShareResponse">
  5816. <wsdl:part name="return" type="xsd:int" />
  5817. </wsdl:message>
  5818. <wsdl:message name="telephonySmsSetUserQuotaRequest">
  5819. <wsdl:part name="session" type="xsd:string" />
  5820. <wsdl:part name="smsAccount" type="xsd:string" />
  5821. <wsdl:part name="login" type="xsd:string" />
  5822. <wsdl:part name="status" type="xsd:string" />
  5823. <wsdl:part name="quotaDiff" type="xsd:string" />
  5824. </wsdl:message>
  5825. <wsdl:message name="telephonySmsSetUserQuotaResponse" />
  5826. <wsdl:message name="cmsInstallRequest">
  5827. <wsdl:part name="session" type="xsd:string" />
  5828. <wsdl:part name="domain" type="xsd:string" />
  5829. <wsdl:part name="cmsName" type="xsd:string" />
  5830. <wsdl:part name="path" type="xsd:string" />
  5831. <wsdl:part name="language" type="xsd:string" />
  5832. </wsdl:message>
  5833. <wsdl:message name="cmsInstallResponse" />
  5834. <wsdl:message name="dedicatedIpLoadBalancingAddRequest">
  5835. <wsdl:part name="session" type="xsd:string" />
  5836. <wsdl:part name="name" type="xsd:string" />
  5837. <wsdl:part name="ipLoadBalancing" type="xsd:string" />
  5838. <wsdl:part name="serverList" type="typens:MyArrayOfStringType" />
  5839. </wsdl:message>
  5840. <wsdl:message name="dedicatedIpLoadBalancingAddResponse" />
  5841. <wsdl:message name="supportGetAllVisibleCategoriesRequest">
  5842. <wsdl:part name="session" type="xsd:string" />
  5843. </wsdl:message>
  5844. <wsdl:message name="supportGetAllVisibleCategoriesResponse">
  5845. <wsdl:part name="return" type="typens:MyArrayOfSupportCategoryStructType" />
  5846. </wsdl:message>
  5847. <wsdl:message name="telephonySmsHistoryCsvRequest">
  5848. <wsdl:part name="session" type="xsd:string" />
  5849. <wsdl:part name="smsAccount" type="xsd:string" />
  5850. <wsdl:part name="smsId" type="xsd:int" />
  5851. <wsdl:part name="user" type="xsd:string" />
  5852. <wsdl:part name="pagingStart" type="xsd:int" />
  5853. <wsdl:part name="pagingLimit" type="xsd:int" />
  5854. <wsdl:part name="sortField" type="xsd:string" />
  5855. <wsdl:part name="sortOrder" type="xsd:string" />
  5856. <wsdl:part name="tag" type="xsd:string" />
  5857. <wsdl:part name="filter" type="xsd:string" />
  5858. </wsdl:message>
  5859. <wsdl:message name="telephonySmsHistoryCsvResponse">
  5860. <wsdl:part name="return" type="xsd:string" />
  5861. </wsdl:message>
  5862. <wsdl:message name="telephonyAbbreviatedNumberOnGroupListRequest">
  5863. <wsdl:part name="session" type="xsd:string" />
  5864. <wsdl:part name="group" type="xsd:string" />
  5865. </wsdl:message>
  5866. <wsdl:message name="telephonyAbbreviatedNumberOnGroupListResponse">
  5867. <wsdl:part name="return" type="typens:MyArrayOfTelephonyAbbreviatedNumberStructType" />
  5868. </wsdl:message>
  5869. <wsdl:message name="dedicatedAvailableNotificationNicsGetRequest">
  5870. <wsdl:part name="session" type="xsd:string" />
  5871. <wsdl:part name="hostname" type="xsd:string" />
  5872. </wsdl:message>
  5873. <wsdl:message name="dedicatedAvailableNotificationNicsGetResponse">
  5874. <wsdl:part name="return" type="typens:MyArrayOfStringType" />
  5875. </wsdl:message>
  5876. <wsdl:message name="telephonyLineLogsRequest">
  5877. <wsdl:part name="session" type="xsd:string" />
  5878. <wsdl:part name="number" type="xsd:string" />
  5879. <wsdl:part name="country" type="xsd:string" />
  5880. <wsdl:part name="pagingStart" type="xsd:int" />
  5881. <wsdl:part name="pagingLimit" type="xsd:int" />
  5882. </wsdl:message>
  5883. <wsdl:message name="telephonyLineLogsResponse">
  5884. <wsdl:part name="return" type="typens:telephonyLineLogsStruct" />
  5885. </wsdl:message>
  5886. <wsdl:message name="multiFtpListRequest">
  5887. <wsdl:part name="session" type="xsd:string" />
  5888. <wsdl:part name="domain" type="xsd:string" />
  5889. </wsdl:message>
  5890. <wsdl:message name="multiFtpListResponse">
  5891. <wsdl:part name="return" type="typens:MyArrayOfMultiFtpStructType" />
  5892. </wsdl:message>
  5893. <wsdl:message name="telephonySpareReplaceRequest">
  5894. <wsdl:part name="session" type="xsd:string" />
  5895. <wsdl:part name="type" type="xsd:string" />
  5896. <wsdl:part name="service" type="xsd:string" />
  5897. <wsdl:part name="spare" type="xsd:string" />
  5898. <wsdl:part name="action" type="xsd:string" />
  5899. <wsdl:part name="ip" type="xsd:string" />
  5900. </wsdl:message>
  5901. <wsdl:message name="telephonySpareReplaceResponse">
  5902. <wsdl:part name="return" type="typens:telephonyPlugAndPhoneReinitConfigurationReturn" />
  5903. </wsdl:message>
  5904. <wsdl:message name="multiFtpAddRequest">
  5905. <wsdl:part name="session" type="xsd:string" />
  5906. <wsdl:part name="domain" type="xsd:string" />
  5907. <wsdl:part name="subdir" type="xsd:string" />
  5908. <wsdl:part name="loginsuffix" type="xsd:string" />
  5909. <wsdl:part name="password" type="xsd:string" />
  5910. </wsdl:message>
  5911. <wsdl:message name="multiFtpAddResponse" />
  5912. <wsdl:message name="sqlpriveMysqlDatabasePrivilegeListRequest">
  5913. <wsdl:part name="session" type="xsd:string" />
  5914. <wsdl:part name="server" type="xsd:string" />
  5915. </wsdl:message>
  5916. <wsdl:message name="sqlpriveMysqlDatabasePrivilegeListResponse">
  5917. <wsdl:part name="return" type="typens:MyArrayOfSqlpriveMysqlDatabasePrivilegeStructType" />
  5918. </wsdl:message>
  5919. <wsdl:message name="emailAccessByNicRequest">
  5920. <wsdl:part name="session" type="xsd:string" />
  5921. </wsdl:message>
  5922. <wsdl:message name="emailAccessByNicResponse">
  5923. <wsdl:part name="return" type="typens:MyArrayOfStringType" />
  5924. </wsdl:message>
  5925. <wsdl:message name="telephonyClick2CallUserListRequest">
  5926. <wsdl:part name="session" type="xsd:string" />
  5927. <wsdl:part name="number" type="xsd:string" />
  5928. <wsdl:part name="country" type="xsd:string" />
  5929. </wsdl:message>
  5930. <wsdl:message name="telephonyClick2CallUserListResponse">
  5931. <wsdl:part name="return" type="typens:MyArrayOfStringType" />
  5932. </wsdl:message>
  5933. <wsdl:message name="zoneEntryDelRequest">
  5934. <wsdl:part name="session" type="xsd:string" />
  5935. <wsdl:part name="domain" type="xsd:string" />
  5936. <wsdl:part name="subdomain" type="xsd:string" />
  5937. <wsdl:part name="fieldtype" type="xsd:string" />
  5938. <wsdl:part name="target" type="xsd:string" />
  5939. </wsdl:message>
  5940. <wsdl:message name="zoneEntryDelResponse" />
  5941. <wsdl:message name="prepaidSetThresholdRequest">
  5942. <wsdl:part name="session" type="xsd:string" />
  5943. <wsdl:part name="nic" type="xsd:string" />
  5944. <wsdl:part name="threshold" type="xsd:int" />
  5945. </wsdl:message>
  5946. <wsdl:message name="prepaidSetThresholdResponse" />
  5947. <wsdl:message name="telephonyVoicemailMailboxListRequest">
  5948. <wsdl:part name="session" type="xsd:string" />
  5949. <wsdl:part name="number" type="xsd:string" />
  5950. <wsdl:part name="country" type="xsd:string" />
  5951. <wsdl:part name="pagingStart" type="xsd:int" />
  5952. <wsdl:part name="pagingLimit" type="xsd:int" />
  5953. <wsdl:part name="sortField" type="xsd:string" />
  5954. <wsdl:part name="sortOrder" type="xsd:string" />
  5955. </wsdl:message>
  5956. <wsdl:message name="telephonyVoicemailMailboxListResponse">
  5957. <wsdl:part name="return" type="typens:MyArrayOfTelephonyVoicemailMailboxStructType" />
  5958. </wsdl:message>
  5959. <wsdl:message name="resellerDomainRenewRequest">
  5960. <wsdl:part name="session" type="xsd:string" />
  5961. <wsdl:part name="domain" type="xsd:string" />
  5962. <wsdl:part name="dryRun" type="xsd:boolean" />
  5963. </wsdl:message>
  5964. <wsdl:message name="resellerDomainRenewResponse" />
  5965. <wsdl:message name="popDelRequest">
  5966. <wsdl:part name="session" type="xsd:string" />
  5967. <wsdl:part name="domain" type="xsd:string" />
  5968. <wsdl:part name="pop" type="xsd:string" />
  5969. </wsdl:message>
  5970. <wsdl:message name="popDelResponse" />
  5971. <wsdl:message name="telephonyFaxCampaignDetailsRequest">
  5972. <wsdl:part name="session" type="xsd:string" />
  5973. <wsdl:part name="number" type="xsd:string" />
  5974. <wsdl:part name="country" type="xsd:string" />
  5975. <wsdl:part name="reference" type="xsd:string" />
  5976. <wsdl:part name="sendRecipients" type="xsd:boolean" />
  5977. </wsdl:message>
  5978. <wsdl:message name="telephonyFaxCampaignDetailsResponse">
  5979. <wsdl:part name="return" type="typens:telephonyFaxCampaignDetailsStruct" />
  5980. </wsdl:message>
  5981. <wsdl:message name="emailFilterRuleDelRequest">
  5982. <wsdl:part name="session" type="xsd:string" />
  5983. <wsdl:part name="domain" type="xsd:string" />
  5984. <wsdl:part name="pop" type="xsd:string" />
  5985. <wsdl:part name="filter" type="xsd:string" />
  5986. <wsdl:part name="id" type="xsd:int" />
  5987. </wsdl:message>
  5988. <wsdl:message name="emailFilterRuleDelResponse" />
  5989. <wsdl:message name="telephonyPhonebookOnGroupDelRequest">
  5990. <wsdl:part name="session" type="xsd:string" />
  5991. <wsdl:part name="group" type="xsd:string" />
  5992. <wsdl:part name="id" type="xsd:int" />
  5993. </wsdl:message>
  5994. <wsdl:message name="telephonyPhonebookOnGroupDelResponse" />
  5995. <wsdl:message name="telephonyPhonebookOnGroupListRequest">
  5996. <wsdl:part name="session" type="xsd:string" />
  5997. <wsdl:part name="group" type="xsd:string" />
  5998. </wsdl:message>
  5999. <wsdl:message name="telephonyPhonebookOnGroupListResponse">
  6000. <wsdl:part name="return" type="typens:MyArrayOfTelephonyPhonebookStructType" />
  6001. </wsdl:message>
  6002. <wsdl:message name="telephonySpecialNumberCustomListRequest">
  6003. <wsdl:part name="session" type="xsd:string" />
  6004. <wsdl:part name="country" type="xsd:string" />
  6005. <wsdl:part name="prefix" type="xsd:string" />
  6006. </wsdl:message>
  6007. <wsdl:message name="telephonySpecialNumberCustomListResponse">
  6008. <wsdl:part name="return" type="typens:telephonySpecialNumberCustomListReturn" />
  6009. </wsdl:message>
  6010. <wsdl:message name="dedicatedMonitoringServiceDelRequest">
  6011. <wsdl:part name="session" type="xsd:string" />
  6012. <wsdl:part name="hostname" type="xsd:string" />
  6013. <wsdl:part name="itemsIdTable" type="typens:MyArrayOfStringType" />
  6014. </wsdl:message>
  6015. <wsdl:message name="dedicatedMonitoringServiceDelResponse" />
  6016. <wsdl:message name="telephonyFMHuntingModificationSimultaneousCallsRequest">
  6017. <wsdl:part name="session" type="xsd:string" />
  6018. <wsdl:part name="number" type="xsd:string" />
  6019. <wsdl:part name="country" type="xsd:string" />
  6020. <wsdl:part name="billingAccount" type="xsd:string" />
  6021. <wsdl:part name="numberOfCalls" type="xsd:int" />
  6022. </wsdl:message>
  6023. <wsdl:message name="telephonyFMHuntingModificationSimultaneousCallsResponse" />
  6024. <wsdl:message name="emailFilterPriorityRequest">
  6025. <wsdl:part name="session" type="xsd:string" />
  6026. <wsdl:part name="domain" type="xsd:string" />
  6027. <wsdl:part name="pop" type="xsd:string" />
  6028. <wsdl:part name="filter" type="xsd:string" />
  6029. <wsdl:part name="priority" type="xsd:string" />
  6030. </wsdl:message>
  6031. <wsdl:message name="emailFilterPriorityResponse" />
  6032. <wsdl:message name="accountAlertThresholdSetRequest">
  6033. <wsdl:part name="session" type="xsd:string" />
  6034. <wsdl:part name="threshold" type="xsd:int" />
  6035. </wsdl:message>
  6036. <wsdl:message name="accountAlertThresholdSetResponse" />
  6037. <wsdl:message name="emailFilterDelRequest">
  6038. <wsdl:part name="session" type="xsd:string" />
  6039. <wsdl:part name="domain" type="xsd:string" />
  6040. <wsdl:part name="pop" type="xsd:string" />
  6041. <wsdl:part name="filter" type="xsd:string" />
  6042. </wsdl:message>
  6043. <wsdl:message name="emailFilterDelResponse" />
  6044. <wsdl:message name="resellerDomainCreateRequest">
  6045. <wsdl:part name="session" type="xsd:string" />
  6046. <wsdl:part name="domain" type="xsd:string" />
  6047. <wsdl:part name="hosting" type="xsd:string" />
  6048. <wsdl:part name="offer" type="xsd:string" />
  6049. <wsdl:part name="profile" type="xsd:string" />
  6050. <wsdl:part name="owo" type="xsd:string" />
  6051. <wsdl:part name="owner" type="xsd:string" />
  6052. <wsdl:part name="admin" type="xsd:string" />
  6053. <wsdl:part name="tech" type="xsd:string" />
  6054. <wsdl:part name="billing" type="xsd:string" />
  6055. <wsdl:part name="dns1" type="xsd:string" />
  6056. <wsdl:part name="dns2" type="xsd:string" />
  6057. <wsdl:part name="dns3" type="xsd:string" />
  6058. <wsdl:part name="dns4" type="xsd:string" />
  6059. <wsdl:part name="dns5" type="xsd:string" />
  6060. <wsdl:part name="method" type="xsd:string" />
  6061. <wsdl:part name="legalName" type="xsd:string" />
  6062. <wsdl:part name="legalNumber" type="xsd:string" />
  6063. <wsdl:part name="afnicIdent" type="xsd:string" />
  6064. <wsdl:part name="birthDate" type="xsd:string" />
  6065. <wsdl:part name="birthCity" type="xsd:string" />
  6066. <wsdl:part name="birthDepartement" type="xsd:string" />
  6067. <wsdl:part name="birthCountry" type="xsd:string" />
  6068. <wsdl:part name="dryRun" type="xsd:boolean" />
  6069. <wsdl:part name="ssl" type="xsd:string" />
  6070. <wsdl:part name="sslDomainList" type="xsd:string" />
  6071. <wsdl:part name="cdn" type="xsd:string" />
  6072. </wsdl:message>
  6073. <wsdl:message name="resellerDomainCreateResponse" />
  6074. <wsdl:message name="managedServicesSnapshotUpdateRequest">
  6075. <wsdl:part name="session" type="xsd:string" />
  6076. <wsdl:part name="domain" type="xsd:string" />
  6077. <wsdl:part name="snapShotList" type="xsd:string" />
  6078. </wsdl:message>
  6079. <wsdl:message name="managedServicesSnapshotUpdateResponse" />
  6080. <wsdl:message name="supportGetThreadTreeRequest">
  6081. <wsdl:part name="session" type="xsd:string" />
  6082. <wsdl:part name="threadId" type="xsd:int" />
  6083. </wsdl:message>
  6084. <wsdl:message name="supportGetThreadTreeResponse">
  6085. <wsdl:part name="return" type="typens:supportThreadTreeReturn" />
  6086. </wsdl:message>
  6087. <wsdl:message name="emailSetDomainCatchAllRequest">
  6088. <wsdl:part name="session" type="xsd:string" />
  6089. <wsdl:part name="domain" type="xsd:string" />
  6090. <wsdl:part name="type" type="xsd:string" />
  6091. <wsdl:part name="pop" type="xsd:string" />
  6092. <wsdl:part name="address" type="xsd:string" />
  6093. </wsdl:message>
  6094. <wsdl:message name="emailSetDomainCatchAllResponse" />
  6095. <wsdl:message name="domainCapabilitiesRequest">
  6096. <wsdl:part name="session" type="xsd:string" />
  6097. <wsdl:part name="domain" type="xsd:string" />
  6098. </wsdl:message>
  6099. <wsdl:message name="domainCapabilitiesResponse">
  6100. <wsdl:part name="return" type="typens:domainCapabilitiesReturn" />
  6101. </wsdl:message>
  6102. <wsdl:message name="dedicatedIpLoadBalancingServerStateModifyRequest">
  6103. <wsdl:part name="session" type="xsd:string" />
  6104. <wsdl:part name="ipLoadBalancing" type="xsd:string" />
  6105. <wsdl:part name="hostname" type="xsd:string" />
  6106. <wsdl:part name="state" type="xsd:string" />
  6107. </wsdl:message>
  6108. <wsdl:message name="dedicatedIpLoadBalancingServerStateModifyResponse" />
  6109. <wsdl:message name="telephonyVoicemailMailboxDownloadRequest">
  6110. <wsdl:part name="session" type="xsd:string" />
  6111. <wsdl:part name="number" type="xsd:string" />
  6112. <wsdl:part name="country" type="xsd:string" />
  6113. <wsdl:part name="id" type="xsd:int" />
  6114. <wsdl:part name="format" type="xsd:string" />
  6115. <wsdl:part name="folder" type="xsd:string" />
  6116. </wsdl:message>
  6117. <wsdl:message name="telephonyVoicemailMailboxDownloadResponse">
  6118. <wsdl:part name="return" type="typens:telephonyVoicemailMailboxDownloadReturn" />
  6119. </wsdl:message>
  6120. <wsdl:message name="dedicatedReverseModifyRequest">
  6121. <wsdl:part name="session" type="xsd:string" />
  6122. <wsdl:part name="hostname" type="xsd:string" />
  6123. <wsdl:part name="ip" type="xsd:string" />
  6124. <wsdl:part name="reverse" type="xsd:string" />
  6125. </wsdl:message>
  6126. <wsdl:message name="dedicatedReverseModifyResponse" />
  6127. <wsdl:message name="telephonyNicGetIpRestrictionRequest">
  6128. <wsdl:part name="session" type="xsd:string" />
  6129. </wsdl:message>
  6130. <wsdl:message name="telephonyNicGetIpRestrictionResponse">
  6131. <wsdl:part name="return" type="typens:MyArrayOfStringType" />
  6132. </wsdl:message>
  6133. <wsdl:message name="telephonyGetClosureEventsAsArrayRequest">
  6134. <wsdl:part name="session" type="xsd:string" />
  6135. <wsdl:part name="number" type="xsd:string" />
  6136. <wsdl:part name="country" type="xsd:string" />
  6137. <wsdl:part name="dateStart" type="xsd:string" />
  6138. <wsdl:part name="dateEnd" type="xsd:string" />
  6139. <wsdl:part name="categories" type="typens:MyArrayOfStringType" />
  6140. </wsdl:message>
  6141. <wsdl:message name="telephonyGetClosureEventsAsArrayResponse">
  6142. <wsdl:part name="return" type="typens:telephonyGetClosureEventsAsArrayStruct" />
  6143. </wsdl:message>
  6144. <wsdl:message name="telephonyPhonebookOnSmsContactDelRequest">
  6145. <wsdl:part name="session" type="xsd:string" />
  6146. <wsdl:part name="smsAccount" type="xsd:string" />
  6147. <wsdl:part name="id" type="xsd:int" />
  6148. </wsdl:message>
  6149. <wsdl:message name="telephonyPhonebookOnSmsContactDelResponse" />
  6150. <wsdl:message name="telephonyReversmentsRefundIsPendingRequest">
  6151. <wsdl:part name="session" type="xsd:string" />
  6152. <wsdl:part name="billingAccount" type="xsd:string" />
  6153. </wsdl:message>
  6154. <wsdl:message name="telephonyReversmentsRefundIsPendingResponse" />
  6155. <wsdl:message name="serviceModifyContactRequest">
  6156. <wsdl:part name="session" type="xsd:string" />
  6157. <wsdl:part name="domain" type="xsd:string" />
  6158. <wsdl:part name="component" type="xsd:string" />
  6159. <wsdl:part name="contact" type="xsd:string" />
  6160. <wsdl:part name="nic" type="xsd:string" />
  6161. <wsdl:part name="componentSubType" type="xsd:string" />
  6162. </wsdl:message>
  6163. <wsdl:message name="serviceModifyContactResponse" />
  6164. <wsdl:message name="telephonyScreenListInfoModifyRequest">
  6165. <wsdl:part name="session" type="xsd:string" />
  6166. <wsdl:part name="number" type="xsd:string" />
  6167. <wsdl:part name="country" type="xsd:string" />
  6168. <wsdl:part name="screenListType" type="xsd:string" />
  6169. <wsdl:part name="numbersScreen" type="typens:MyArrayOfStringType" />
  6170. <wsdl:part name="naturesScreen" type="typens:MyArrayOfStringType" />
  6171. </wsdl:message>
  6172. <wsdl:message name="telephonyScreenListInfoModifyResponse" />
  6173. <wsdl:message name="domainDnsListRequest">
  6174. <wsdl:part name="session" type="xsd:string" />
  6175. <wsdl:part name="domain" type="xsd:string" />
  6176. </wsdl:message>
  6177. <wsdl:message name="domainDnsListResponse">
  6178. <wsdl:part name="return" type="typens:MyArrayOfNsStructType" />
  6179. </wsdl:message>
  6180. <wsdl:message name="dedicatedFailoverListRequest">
  6181. <wsdl:part name="session" type="xsd:string" />
  6182. <wsdl:part name="hostname" type="xsd:string" />
  6183. </wsdl:message>
  6184. <wsdl:message name="dedicatedFailoverListResponse">
  6185. <wsdl:part name="return" type="typens:MyArrayOfDedicatedFailoverStructType" />
  6186. </wsdl:message>
  6187. <wsdl:message name="emailDomainMxListRequest">
  6188. <wsdl:part name="session" type="xsd:string" />
  6189. <wsdl:part name="domain" type="xsd:string" />
  6190. </wsdl:message>
  6191. <wsdl:message name="emailDomainMxListResponse">
  6192. <wsdl:part name="return" type="typens:MyArrayOfZoneStructType" />
  6193. </wsdl:message>
  6194. <wsdl:message name="managedServicesHostMasterIpGetRequest">
  6195. <wsdl:part name="session" type="xsd:string" />
  6196. <wsdl:part name="domain" type="xsd:string" />
  6197. </wsdl:message>
  6198. <wsdl:message name="managedServicesHostMasterIpGetResponse">
  6199. <wsdl:part name="return" type="xsd:string" />
  6200. </wsdl:message>
  6201. <wsdl:message name="dedicatedSecondaryDNSInfoRequest">
  6202. <wsdl:part name="session" type="xsd:string" />
  6203. <wsdl:part name="hostname" type="xsd:string" />
  6204. <wsdl:part name="ip" type="xsd:string" />
  6205. </wsdl:message>
  6206. <wsdl:message name="dedicatedSecondaryDNSInfoResponse">
  6207. <wsdl:part name="return" type="typens:MyArrayOfSecondaryDNSStructType" />
  6208. </wsdl:message>
  6209. <wsdl:message name="telephonySmsplusServiceReversableTicketsListRequest">
  6210. <wsdl:part name="session" type="xsd:string" />
  6211. <wsdl:part name="shortCode" type="xsd:string" />
  6212. <wsdl:part name="keyword" type="xsd:string" />
  6213. <wsdl:part name="reversableDelay" type="xsd:string" />
  6214. <wsdl:part name="limit" type="xsd:int" />
  6215. <wsdl:part name="limitOffset" type="xsd:int" />
  6216. <wsdl:part name="sort" type="xsd:string" />
  6217. <wsdl:part name="filter" type="xsd:string" />
  6218. </wsdl:message>
  6219. <wsdl:message name="telephonySmsplusServiceReversableTicketsListResponse">
  6220. <wsdl:part name="return" type="typens:MyArrayOfTelephonySmsplusTicketsStructType" />
  6221. </wsdl:message>
  6222. <wsdl:message name="dedicatedRipeUpdateInetnumRequest">
  6223. <wsdl:part name="session" type="xsd:string" />
  6224. <wsdl:part name="block" type="xsd:string" />
  6225. <wsdl:part name="netname" type="xsd:string" />
  6226. <wsdl:part name="descr" type="xsd:string" />
  6227. <wsdl:part name="ripeId" type="xsd:string" />
  6228. </wsdl:message>
  6229. <wsdl:message name="dedicatedRipeUpdateInetnumResponse">
  6230. <wsdl:part name="return" type="typens:ripeUpdateReturn" />
  6231. </wsdl:message>
  6232. <wsdl:message name="ortDomainListRequest">
  6233. <wsdl:part name="session" type="xsd:string" />
  6234. <wsdl:part name="domain" type="xsd:string" />
  6235. </wsdl:message>
  6236. <wsdl:message name="ortDomainListResponse">
  6237. <wsdl:part name="return" type="typens:MyArrayOfOrtStructType" />
  6238. </wsdl:message>
  6239. <wsdl:message name="telephonyHuntingGenericScreenStatusModifyRequest">
  6240. <wsdl:part name="session" type="xsd:string" />
  6241. <wsdl:part name="number" type="xsd:string" />
  6242. <wsdl:part name="country" type="xsd:string" />
  6243. <wsdl:part name="status" type="xsd:boolean" />
  6244. </wsdl:message>
  6245. <wsdl:message name="telephonyHuntingGenericScreenStatusModifyResponse" />
  6246. <wsdl:message name="telephonySmsBlacklistedSendersListRequest">
  6247. <wsdl:part name="session" type="xsd:string" />
  6248. <wsdl:part name="smsAccount" type="xsd:string" />
  6249. <wsdl:part name="pagingStart" type="xsd:int" />
  6250. <wsdl:part name="pagingLimit" type="xsd:int" />
  6251. <wsdl:part name="sortField" type="xsd:string" />
  6252. <wsdl:part name="sortOrder" type="xsd:string" />
  6253. </wsdl:message>
  6254. <wsdl:message name="telephonySmsBlacklistedSendersListResponse">
  6255. <wsdl:part name="return" type="typens:telephonySmsBlacklistedSendersListReturn" />
  6256. </wsdl:message>
  6257. <wsdl:message name="telephonyPhonebookContactAddRequest">
  6258. <wsdl:part name="session" type="xsd:string" />
  6259. <wsdl:part name="number" type="xsd:string" />
  6260. <wsdl:part name="country" type="xsd:string" />
  6261. <wsdl:part name="id" type="xsd:int" />
  6262. <wsdl:part name="name" type="xsd:string" />
  6263. <wsdl:part name="surname" type="xsd:string" />
  6264. <wsdl:part name="workPhone" type="xsd:string" />
  6265. <wsdl:part name="workMobile" type="xsd:string" />
  6266. <wsdl:part name="homePhone" type="xsd:string" />
  6267. <wsdl:part name="homeMobile" type="xsd:string" />
  6268. <wsdl:part name="group" type="xsd:string" />
  6269. </wsdl:message>
  6270. <wsdl:message name="telephonyPhonebookContactAddResponse">
  6271. <wsdl:part name="return" type="xsd:int" />
  6272. </wsdl:message>
  6273. <wsdl:message name="domainOperationInfoRequest">
  6274. <wsdl:part name="session" type="xsd:string" />
  6275. <wsdl:part name="id" type="xsd:int" />
  6276. </wsdl:message>
  6277. <wsdl:message name="domainOperationInfoResponse">
  6278. <wsdl:part name="return" type="typens:operationStruct" />
  6279. </wsdl:message>
  6280. <wsdl:message name="dedicatedGetAvailableNetworkFromCountryRequest">
  6281. <wsdl:part name="session" type="xsd:string" />
  6282. <wsdl:part name="hostname" type="xsd:string" />
  6283. <wsdl:part name="country" type="xsd:string" />
  6284. </wsdl:message>
  6285. <wsdl:message name="dedicatedGetAvailableNetworkFromCountryResponse">
  6286. <wsdl:part name="return" type="typens:MyArrayOfStringType" />
  6287. </wsdl:message>
  6288. <wsdl:message name="telephonyPortabilityOrderSpecialNumberRequest">
  6289. <wsdl:part name="session" type="xsd:string" />
  6290. <wsdl:part name="billingAccount" type="xsd:string" />
  6291. <wsdl:part name="offer" type="xsd:string" />
  6292. <wsdl:part name="desireDate" type="xsd:string" />
  6293. <wsdl:part name="callNumber" type="xsd:string" />
  6294. <wsdl:part name="extraNumbers" type="typens:MyArrayOfStringType" />
  6295. <wsdl:part name="legalForm" type="xsd:string" />
  6296. <wsdl:part name="name" type="xsd:string" />
  6297. <wsdl:part name="firstName" type="xsd:string" />
  6298. <wsdl:part name="siret" type="xsd:string" />
  6299. <wsdl:part name="streetNumber" type="xsd:string" />
  6300. <wsdl:part name="streetNumberExtra" type="xsd:string" />
  6301. <wsdl:part name="streetType" type="xsd:string" />
  6302. <wsdl:part name="streetName" type="xsd:string" />
  6303. <wsdl:part name="building" type="xsd:string" />
  6304. <wsdl:part name="stair" type="xsd:string" />
  6305. <wsdl:part name="floor" type="xsd:string" />
  6306. <wsdl:part name="door" type="xsd:string" />
  6307. <wsdl:part name="zip" type="xsd:string" />
  6308. <wsdl:part name="city" type="xsd:string" />
  6309. <wsdl:part name="country" type="xsd:string" />
  6310. <wsdl:part name="displayUniversalDirectory" type="xsd:string" />
  6311. <wsdl:part name="category" type="xsd:string" />
  6312. <wsdl:part name="contactName" type="xsd:string" />
  6313. <wsdl:part name="contactNumber" type="xsd:string" />
  6314. </wsdl:message>
  6315. <wsdl:message name="telephonyPortabilityOrderSpecialNumberResponse">
  6316. <wsdl:part name="return" type="typens:telephonyNumberOrderReturn" />
  6317. </wsdl:message>
  6318. <wsdl:message name="billingGetReferencesToExpiredRequest">
  6319. <wsdl:part name="session" type="xsd:string" />
  6320. <wsdl:part name="delay" type="xsd:int" />
  6321. </wsdl:message>
  6322. <wsdl:message name="billingGetReferencesToExpiredResponse">
  6323. <wsdl:part name="return" type="typens:MyArrayOfBillingGetReferencesToExpiredStructType" />
  6324. </wsdl:message>
  6325. <wsdl:message name="dedicatedFailoverAddRequest">
  6326. <wsdl:part name="session" type="xsd:string" />
  6327. <wsdl:part name="hostname" type="xsd:string" />
  6328. <wsdl:part name="comment" type="xsd:string" />
  6329. <wsdl:part name="wantedIp" type="xsd:string" />
  6330. <wsdl:part name="routedTo" type="xsd:string" />
  6331. <wsdl:part name="country" type="xsd:string" />
  6332. </wsdl:message>
  6333. <wsdl:message name="dedicatedFailoverAddResponse" />
  6334. <wsdl:message name="telephonySmsUserSetCallBackRequest">
  6335. <wsdl:part name="session" type="xsd:string" />
  6336. <wsdl:part name="smsAccount" type="xsd:string" />
  6337. <wsdl:part name="login" type="xsd:string" />
  6338. <wsdl:part name="callBack" type="xsd:string" />
  6339. </wsdl:message>
  6340. <wsdl:message name="telephonySmsUserSetCallBackResponse" />
  6341. <wsdl:message name="prepaidGetSummaryRequest">
  6342. <wsdl:part name="session" type="xsd:string" />
  6343. <wsdl:part name="nic" type="xsd:string" />
  6344. </wsdl:message>
  6345. <wsdl:message name="prepaidGetSummaryResponse">
  6346. <wsdl:part name="return" type="typens:prepaidGetSummaryReturn" />
  6347. </wsdl:message>
  6348. <wsdl:message name="domainDnsUpdateRequest">
  6349. <wsdl:part name="session" type="xsd:string" />
  6350. <wsdl:part name="domain" type="xsd:string" />
  6351. <wsdl:part name="dns1" type="xsd:string" />
  6352. <wsdl:part name="ip1" type="xsd:string" />
  6353. <wsdl:part name="dns2" type="xsd:string" />
  6354. <wsdl:part name="ip2" type="xsd:string" />
  6355. <wsdl:part name="dns3" type="xsd:string" />
  6356. <wsdl:part name="ip3" type="xsd:string" />
  6357. <wsdl:part name="dns4" type="xsd:string" />
  6358. <wsdl:part name="ip4" type="xsd:string" />
  6359. <wsdl:part name="dns5" type="xsd:string" />
  6360. <wsdl:part name="ip5" type="xsd:string" />
  6361. </wsdl:message>
  6362. <wsdl:message name="domainDnsUpdateResponse">
  6363. <wsdl:part name="return" type="xsd:int" />
  6364. </wsdl:message>
  6365. <wsdl:message name="emailFilterRuleAddRequest">
  6366. <wsdl:part name="session" type="xsd:string" />
  6367. <wsdl:part name="domain" type="xsd:string" />
  6368. <wsdl:part name="pop" type="xsd:string" />
  6369. <wsdl:part name="filter" type="xsd:string" />
  6370. <wsdl:part name="header" type="xsd:string" />
  6371. <wsdl:part name="rule" type="xsd:string" />
  6372. <wsdl:part name="rule_param" type="xsd:string" />
  6373. </wsdl:message>
  6374. <wsdl:message name="emailFilterRuleAddResponse" />
  6375. <wsdl:message name="ripeUpdateInetnumRequest">
  6376. <wsdl:part name="session" type="xsd:string" />
  6377. <wsdl:part name="block" type="xsd:string" />
  6378. <wsdl:part name="netname" type="xsd:string" />
  6379. <wsdl:part name="descr" type="xsd:string" />
  6380. <wsdl:part name="ripeId" type="xsd:string" />
  6381. </wsdl:message>
  6382. <wsdl:message name="ripeUpdateInetnumResponse">
  6383. <wsdl:part name="return" type="typens:ripeUpdateReturn" />
  6384. </wsdl:message>
  6385. <wsdl:message name="domainResellerDelRequest">
  6386. <wsdl:part name="session" type="xsd:string" />
  6387. <wsdl:part name="domain" type="xsd:string" />
  6388. </wsdl:message>
  6389. <wsdl:message name="domainResellerDelResponse" />
  6390. <wsdl:message name="telephonyPhonebookOnGroupModifyRequest">
  6391. <wsdl:part name="session" type="xsd:string" />
  6392. <wsdl:part name="group" type="xsd:string" />
  6393. <wsdl:part name="id" type="xsd:int" />
  6394. <wsdl:part name="name" type="xsd:string" />
  6395. </wsdl:message>
  6396. <wsdl:message name="telephonyPhonebookOnGroupModifyResponse" />
  6397. <wsdl:message name="telephonyLineSwitchOldOfferPossibilityRequest">
  6398. <wsdl:part name="session" type="xsd:string" />
  6399. <wsdl:part name="numbers" type="typens:MyArrayOfStringType" />
  6400. <wsdl:part name="country" type="xsd:string" />
  6401. </wsdl:message>
  6402. <wsdl:message name="telephonyLineSwitchOldOfferPossibilityResponse">
  6403. <wsdl:part name="return" type="typens:MyArrayOfTelephonyLineSwitchOldOfferStructType" />
  6404. </wsdl:message>
  6405. <wsdl:message name="resellerDomainCreateITRequest">
  6406. <wsdl:part name="session" type="xsd:string" />
  6407. <wsdl:part name="domain" type="xsd:string" />
  6408. <wsdl:part name="hosting" type="xsd:string" />
  6409. <wsdl:part name="offer" type="xsd:string" />
  6410. <wsdl:part name="profile" type="xsd:string" />
  6411. <wsdl:part name="owo" type="xsd:string" />
  6412. <wsdl:part name="owner" type="xsd:string" />
  6413. <wsdl:part name="admin" type="xsd:string" />
  6414. <wsdl:part name="tech" type="xsd:string" />
  6415. <wsdl:part name="billing" type="xsd:string" />
  6416. <wsdl:part name="dns1" type="xsd:string" />
  6417. <wsdl:part name="dns2" type="xsd:string" />
  6418. <wsdl:part name="dns3" type="xsd:string" />
  6419. <wsdl:part name="dns4" type="xsd:string" />
  6420. <wsdl:part name="dns5" type="xsd:string" />
  6421. <wsdl:part name="legalRepresentantFirstName" type="xsd:string" />
  6422. <wsdl:part name="legalRepresentantLastName" type="xsd:string" />
  6423. <wsdl:part name="legalNumber" type="xsd:string" />
  6424. <wsdl:part name="vat" type="xsd:string" />
  6425. <wsdl:part name="birthDate" type="xsd:string" />
  6426. <wsdl:part name="birthCity" type="xsd:string" />
  6427. <wsdl:part name="birthDepartement" type="xsd:string" />
  6428. <wsdl:part name="birthCountry" type="xsd:string" />
  6429. <wsdl:part name="nationality" type="xsd:string" />
  6430. <wsdl:part name="dryRun" type="xsd:boolean" />
  6431. </wsdl:message>
  6432. <wsdl:message name="resellerDomainCreateITResponse" />
  6433. <wsdl:message name="notepadGetRequest">
  6434. <wsdl:part name="session" type="xsd:string" />
  6435. </wsdl:message>
  6436. <wsdl:message name="notepadGetResponse">
  6437. <wsdl:part name="return" type="xsd:string" />
  6438. </wsdl:message>
  6439. <wsdl:message name="telephonySmsplusServiceListRequest">
  6440. <wsdl:part name="session" type="xsd:string" />
  6441. <wsdl:part name="billingAccount" type="xsd:string" />
  6442. </wsdl:message>
  6443. <wsdl:message name="telephonySmsplusServiceListResponse">
  6444. <wsdl:part name="return" type="typens:MyArrayOfTelephonySmsplusDetailsStructType" />
  6445. </wsdl:message>
  6446. <wsdl:message name="telephonyHuntingModificationAnonymousCallRejectionRequest">
  6447. <wsdl:part name="session" type="xsd:string" />
  6448. <wsdl:part name="number" type="xsd:string" />
  6449. <wsdl:part name="country" type="xsd:string" />
  6450. <wsdl:part name="billingAccount" type="xsd:string" />
  6451. <wsdl:part name="anonymousCallRejection" type="xsd:boolean" />
  6452. </wsdl:message>
  6453. <wsdl:message name="telephonyHuntingModificationAnonymousCallRejectionResponse" />
  6454. <wsdl:message name="dedicatedFilterIrcServerRuleListRequest">
  6455. <wsdl:part name="session" type="xsd:string" />
  6456. <wsdl:part name="hostname" type="xsd:string" />
  6457. </wsdl:message>
  6458. <wsdl:message name="dedicatedFilterIrcServerRuleListResponse">
  6459. <wsdl:part name="return" type="typens:MyArrayOfDedicatedFilterIrcRuleStructType" />
  6460. </wsdl:message>
  6461. <wsdl:message name="telephonyNumberGetBillingAccountRequest">
  6462. <wsdl:part name="session" type="xsd:string" />
  6463. <wsdl:part name="number" type="xsd:string" />
  6464. <wsdl:part name="country" type="xsd:string" />
  6465. </wsdl:message>
  6466. <wsdl:message name="telephonyNumberGetBillingAccountResponse">
  6467. <wsdl:part name="return" type="xsd:string" />
  6468. </wsdl:message>
  6469. <wsdl:message name="managedServicesPartitionDeleteRequest">
  6470. <wsdl:part name="session" type="xsd:string" />
  6471. <wsdl:part name="storage" type="xsd:string" />
  6472. <wsdl:part name="name" type="xsd:string" />
  6473. </wsdl:message>
  6474. <wsdl:message name="managedServicesPartitionDeleteResponse" />
  6475. <wsdl:message name="telephonyTonesOptionsListRequest">
  6476. <wsdl:part name="session" type="xsd:string" />
  6477. <wsdl:part name="number" type="xsd:string" />
  6478. <wsdl:part name="country" type="xsd:string" />
  6479. </wsdl:message>
  6480. <wsdl:message name="telephonyTonesOptionsListResponse">
  6481. <wsdl:part name="return" type="typens:telephonyTonesOptionsListReturn" />
  6482. </wsdl:message>
  6483. <wsdl:message name="telephonySpareListRequest">
  6484. <wsdl:part name="session" type="xsd:string" />
  6485. <wsdl:part name="type" type="xsd:string" />
  6486. <wsdl:part name="service" type="xsd:string" />
  6487. </wsdl:message>
  6488. <wsdl:message name="telephonySpareListResponse">
  6489. <wsdl:part name="return" type="typens:telephonySpareListReturn" />
  6490. </wsdl:message>
  6491. <wsdl:message name="supportReportAnswerProblemRequest">
  6492. <wsdl:part name="session" type="xsd:string" />
  6493. <wsdl:part name="messageId" type="xsd:int" />
  6494. <wsdl:part name="reportReason" type="xsd:string" />
  6495. </wsdl:message>
  6496. <wsdl:message name="supportReportAnswerProblemResponse" />
  6497. <wsdl:message name="multiDomainListRequest">
  6498. <wsdl:part name="session" type="xsd:string" />
  6499. <wsdl:part name="domain" type="xsd:string" />
  6500. </wsdl:message>
  6501. <wsdl:message name="multiDomainListResponse">
  6502. <wsdl:part name="return" type="typens:MyArrayOfMultiDomainStructType" />
  6503. </wsdl:message>
  6504. <wsdl:message name="ticketCloseRequest">
  6505. <wsdl:part name="session" type="xsd:string" />
  6506. <wsdl:part name="ticketId" type="xsd:int" />
  6507. </wsdl:message>
  6508. <wsdl:message name="ticketCloseResponse" />
  6509. <wsdl:message name="dedicatedRipeCreateOrganisationRequest">
  6510. <wsdl:part name="session" type="xsd:string" />
  6511. <wsdl:part name="name" type="xsd:string" />
  6512. <wsdl:part name="address" type="xsd:string" />
  6513. <wsdl:part name="email" type="xsd:string" />
  6514. <wsdl:part name="abuse" type="xsd:string" />
  6515. <wsdl:part name="descr" type="xsd:string" />
  6516. <wsdl:part name="phone" type="xsd:string" />
  6517. <wsdl:part name="fax" type="xsd:string" />
  6518. <wsdl:part name="remarks" type="xsd:string" />
  6519. </wsdl:message>
  6520. <wsdl:message name="dedicatedRipeCreateOrganisationResponse">
  6521. <wsdl:part name="return" type="typens:ripeUpdateReturn" />
  6522. </wsdl:message>
  6523. <wsdl:message name="telephonyListSummationCallsFromNumberRequest">
  6524. <wsdl:part name="session" type="xsd:string" />
  6525. <wsdl:part name="number" type="xsd:string" />
  6526. <wsdl:part name="country" type="xsd:string" />
  6527. <wsdl:part name="reversableDelay" type="xsd:string" />
  6528. <wsdl:part name="sortOrder" type="xsd:string" />
  6529. <wsdl:part name="sortField" type="xsd:string" />
  6530. </wsdl:message>
  6531. <wsdl:message name="telephonyListSummationCallsFromNumberResponse">
  6532. <wsdl:part name="return" type="typens:MyArrayOfTelephonyReversmentsSummationStructType" />
  6533. </wsdl:message>
  6534. <wsdl:message name="telephonyConferenceGetParamsRequest">
  6535. <wsdl:part name="session" type="xsd:string" />
  6536. <wsdl:part name="number" type="xsd:string" />
  6537. <wsdl:part name="country" type="xsd:string" />
  6538. </wsdl:message>
  6539. <wsdl:message name="telephonyConferenceGetParamsResponse">
  6540. <wsdl:part name="return" type="typens:telephonyConferenceParamsReturn" />
  6541. </wsdl:message>
  6542. <wsdl:message name="telephonyPhonebookContactModifyRequest">
  6543. <wsdl:part name="session" type="xsd:string" />
  6544. <wsdl:part name="number" type="xsd:string" />
  6545. <wsdl:part name="country" type="xsd:string" />
  6546. <wsdl:part name="id" type="xsd:int" />
  6547. <wsdl:part name="name" type="xsd:string" />
  6548. <wsdl:part name="surname" type="xsd:string" />
  6549. <wsdl:part name="workPhone" type="xsd:string" />
  6550. <wsdl:part name="workMobile" type="xsd:string" />
  6551. <wsdl:part name="homePhone" type="xsd:string" />
  6552. <wsdl:part name="homeMobile" type="xsd:string" />
  6553. <wsdl:part name="group" type="xsd:string" />
  6554. </wsdl:message>
  6555. <wsdl:message name="telephonyPhonebookContactModifyResponse" />
  6556. <wsdl:message name="domainDnsGetOvhDefaultRequest">
  6557. <wsdl:part name="session" type="xsd:string" />
  6558. </wsdl:message>
  6559. <wsdl:message name="domainDnsGetOvhDefaultResponse">
  6560. <wsdl:part name="return" type="typens:MyArrayOfNsStructType" />
  6561. </wsdl:message>
  6562. <wsdl:message name="telephonyLineListRequest">
  6563. <wsdl:part name="session" type="xsd:string" />
  6564. <wsdl:part name="billingAccount" type="xsd:string" />
  6565. </wsdl:message>
  6566. <wsdl:message name="telephonyLineListResponse">
  6567. <wsdl:part name="return" type="typens:telephonyLineListReturn" />
  6568. </wsdl:message>
  6569. <wsdl:message name="databaseCreateRequest">
  6570. <wsdl:part name="session" type="xsd:string" />
  6571. <wsdl:part name="domain" type="xsd:string" />
  6572. <wsdl:part name="db" type="xsd:string" />
  6573. <wsdl:part name="password" type="xsd:string" />
  6574. <wsdl:part name="dbType" type="xsd:string" />
  6575. </wsdl:message>
  6576. <wsdl:message name="databaseCreateResponse" />
  6577. <wsdl:message name="billingGetAccessByNicRequest">
  6578. <wsdl:part name="session" type="xsd:string" />
  6579. </wsdl:message>
  6580. <wsdl:message name="billingGetAccessByNicResponse">
  6581. <wsdl:part name="return" type="typens:MyArrayOfStringType" />
  6582. </wsdl:message>
  6583. <wsdl:message name="dedicatedBackupExcludeAddRequest">
  6584. <wsdl:part name="session" type="xsd:string" />
  6585. <wsdl:part name="hostname" type="xsd:string" />
  6586. <wsdl:part name="backupId" type="xsd:string" />
  6587. <wsdl:part name="exclude" type="xsd:string" />
  6588. </wsdl:message>
  6589. <wsdl:message name="dedicatedBackupExcludeAddResponse" />
  6590. <wsdl:message name="serviceModifyOwnerRequest">
  6591. <wsdl:part name="session" type="xsd:string" />
  6592. <wsdl:part name="domain" type="xsd:string" />
  6593. <wsdl:part name="component" type="xsd:string" />
  6594. <wsdl:part name="legalform" type="xsd:string" />
  6595. <wsdl:part name="organisation" type="xsd:string" />
  6596. <wsdl:part name="name" type="xsd:string" />
  6597. <wsdl:part name="firstname" type="xsd:string" />
  6598. <wsdl:part name="address" type="xsd:string" />
  6599. <wsdl:part name="city" type="xsd:string" />
  6600. <wsdl:part name="zip" type="xsd:string" />
  6601. <wsdl:part name="area" type="xsd:string" />
  6602. <wsdl:part name="country" type="xsd:string" />
  6603. <wsdl:part name="phone" type="xsd:string" />
  6604. <wsdl:part name="fax" type="xsd:string" />
  6605. <wsdl:part name="email" type="xsd:string" />
  6606. <wsdl:part name="identityConfirmation" type="xsd:boolean" />
  6607. <wsdl:part name="acceptanceConfirmation" type="xsd:boolean" />
  6608. </wsdl:message>
  6609. <wsdl:message name="serviceModifyOwnerResponse" />
  6610. <wsdl:message name="telephonyLineOptionsModifyRequest">
  6611. <wsdl:part name="session" type="xsd:string" />
  6612. <wsdl:part name="number" type="xsd:string" />
  6613. <wsdl:part name="country" type="xsd:string" />
  6614. <wsdl:part name="identificationRestriction" type="xsd:boolean" />
  6615. <wsdl:part name="anonymousCallRejection" type="xsd:boolean" />
  6616. <wsdl:part name="doNotDisturb" type="xsd:boolean" />
  6617. <wsdl:part name="absentSuscriber" type="xsd:boolean" />
  6618. <wsdl:part name="lockOutCall" type="xsd:boolean" />
  6619. <wsdl:part name="lockOutCallPassword" type="xsd:string" />
  6620. <wsdl:part name="forwardUnconditional" type="xsd:boolean" />
  6621. <wsdl:part name="forwardUnconditionalNumber" type="xsd:string" />
  6622. <wsdl:part name="forwardNoReply" type="xsd:boolean" />
  6623. <wsdl:part name="forwardNoReplyDelay" type="xsd:int" />
  6624. <wsdl:part name="forwardNoReplyNumber" type="xsd:string" />
  6625. <wsdl:part name="forwardBusy" type="xsd:boolean" />
  6626. <wsdl:part name="forwardBusyNumber" type="xsd:string" />
  6627. <wsdl:part name="forwardBackup" type="xsd:boolean" />
  6628. <wsdl:part name="forwardBackupNumber" type="xsd:string" />
  6629. <wsdl:part name="displayCallNumber" type="xsd:string" />
  6630. <wsdl:part name="callWaiting" type="xsd:boolean" />
  6631. <wsdl:part name="forwardNoReplyNature" type="xsd:string" />
  6632. <wsdl:part name="forwardBackupNature" type="xsd:string" />
  6633. <wsdl:part name="forwardUnconditionalNature" type="xsd:string" />
  6634. <wsdl:part name="forwardBusyNature" type="xsd:string" />
  6635. </wsdl:message>
  6636. <wsdl:message name="telephonyLineOptionsModifyResponse" />
  6637. <wsdl:message name="telephonyHuntingGenericScreenSetRequest">
  6638. <wsdl:part name="session" type="xsd:string" />
  6639. <wsdl:part name="number" type="xsd:string" />
  6640. <wsdl:part name="country" type="xsd:string" />
  6641. <wsdl:part name="timesStart" type="typens:MyArrayOfStringType" />
  6642. <wsdl:part name="timesEnd" type="typens:MyArrayOfStringType" />
  6643. <wsdl:part name="daysType" type="typens:MyArrayOfStringType" />
  6644. <wsdl:part name="forwardPolicyIndex" type="typens:MyArrayOfStringType" />
  6645. </wsdl:message>
  6646. <wsdl:message name="telephonyHuntingGenericScreenSetResponse" />
  6647. <wsdl:message name="sqlpriveCronDelRequest">
  6648. <wsdl:part name="session" type="xsd:string" />
  6649. <wsdl:part name="server" type="xsd:string" />
  6650. <wsdl:part name="cronId" type="xsd:string" />
  6651. </wsdl:message>
  6652. <wsdl:message name="sqlpriveCronDelResponse" />
  6653. <wsdl:message name="telephonyFaxCampaignStartStopRequest">
  6654. <wsdl:part name="session" type="xsd:string" />
  6655. <wsdl:part name="number" type="xsd:string" />
  6656. <wsdl:part name="country" type="xsd:string" />
  6657. <wsdl:part name="reference" type="xsd:string" />
  6658. <wsdl:part name="forceStart" type="xsd:boolean" />
  6659. </wsdl:message>
  6660. <wsdl:message name="telephonyFaxCampaignStartStopResponse" />
  6661. <wsdl:message name="dedicatedFilterIrcServerRuleDelRequest">
  6662. <wsdl:part name="session" type="xsd:string" />
  6663. <wsdl:part name="hostname" type="xsd:string" />
  6664. <wsdl:part name="toIp" type="xsd:string" />
  6665. </wsdl:message>
  6666. <wsdl:message name="dedicatedFilterIrcServerRuleDelResponse" />
  6667. <wsdl:message name="hostingGetCapabilitiesRequest">
  6668. <wsdl:part name="session" type="xsd:string" />
  6669. <wsdl:part name="domain" type="xsd:string" />
  6670. </wsdl:message>
  6671. <wsdl:message name="hostingGetCapabilitiesResponse">
  6672. <wsdl:part name="return" type="typens:hostingGetCapabilitiesReturn" />
  6673. </wsdl:message>
  6674. <wsdl:message name="domainWhoisObfuscatorUnsetRequest">
  6675. <wsdl:part name="session" type="xsd:string" />
  6676. <wsdl:part name="domain" type="xsd:string" />
  6677. <wsdl:part name="field" type="xsd:string" />
  6678. </wsdl:message>
  6679. <wsdl:message name="domainWhoisObfuscatorUnsetResponse" />
  6680. <wsdl:message name="domainHostDelRequest">
  6681. <wsdl:part name="session" type="xsd:string" />
  6682. <wsdl:part name="domain" type="xsd:string" />
  6683. <wsdl:part name="host" type="xsd:string" />
  6684. </wsdl:message>
  6685. <wsdl:message name="domainHostDelResponse">
  6686. <wsdl:part name="return" type="xsd:int" />
  6687. </wsdl:message>
  6688. <wsdl:message name="dedicatedFailoverRipeModifyRequest">
  6689. <wsdl:part name="session" type="xsd:string" />
  6690. <wsdl:part name="hostname" type="xsd:string" />
  6691. <wsdl:part name="hostnameNew" type="xsd:string" />
  6692. <wsdl:part name="networkIp" type="xsd:string" />
  6693. <wsdl:part name="suffix" type="xsd:int" />
  6694. <wsdl:part name="ip" type="xsd:string" />
  6695. </wsdl:message>
  6696. <wsdl:message name="dedicatedFailoverRipeModifyResponse" />
  6697. <wsdl:message name="responderEmailDelRequest">
  6698. <wsdl:part name="session" type="xsd:string" />
  6699. <wsdl:part name="domain" type="xsd:string" />
  6700. <wsdl:part name="responder" type="xsd:string" />
  6701. </wsdl:message>
  6702. <wsdl:message name="responderEmailDelResponse" />
  6703. <wsdl:message name="dedicatedMonitoringListRequest">
  6704. <wsdl:part name="session" type="xsd:string" />
  6705. <wsdl:part name="hostname" type="xsd:string" />
  6706. </wsdl:message>
  6707. <wsdl:message name="dedicatedMonitoringListResponse">
  6708. <wsdl:part name="return" type="typens:MyArrayOfDedicatedMonitoringStructType" />
  6709. </wsdl:message>
  6710. <wsdl:message name="telephonyDirectoryModifyAddressRequest">
  6711. <wsdl:part name="session" type="xsd:string" />
  6712. <wsdl:part name="callNumber" type="xsd:string" />
  6713. <wsdl:part name="countryCode" type="xsd:string" />
  6714. <wsdl:part name="name" type="xsd:string" />
  6715. <wsdl:part name="firstName" type="xsd:string" />
  6716. <wsdl:part name="wayNumber" type="xsd:string" />
  6717. <wsdl:part name="wayNumberExtra" type="xsd:string" />
  6718. <wsdl:part name="wayType" type="xsd:string" />
  6719. <wsdl:part name="wayName" type="xsd:string" />
  6720. <wsdl:part name="addressExtra" type="xsd:string" />
  6721. <wsdl:part name="urbanDistrict" type="xsd:string" />
  6722. <wsdl:part name="postBox" type="xsd:string" />
  6723. <wsdl:part name="cedex" type="xsd:string" />
  6724. <wsdl:part name="postCode" type="xsd:string" />
  6725. <wsdl:part name="city" type="xsd:string" />
  6726. <wsdl:part name="country" type="xsd:string" />
  6727. <wsdl:part name="email" type="xsd:string" />
  6728. <wsdl:part name="legalForm" type="xsd:string" />
  6729. <wsdl:part name="socialNomination" type="xsd:string" />
  6730. <wsdl:part name="PJSocialNomination" type="xsd:string" />
  6731. <wsdl:part name="socialNominationExtra" type="xsd:string" />
  6732. <wsdl:part name="occupation" type="xsd:string" />
  6733. <wsdl:part name="siret" type="xsd:string" />
  6734. <wsdl:part name="ape" type="xsd:string" />
  6735. <wsdl:part name="PJCode" type="xsd:string" />
  6736. <wsdl:part name="address" type="xsd:string" />
  6737. </wsdl:message>
  6738. <wsdl:message name="telephonyDirectoryModifyAddressResponse" />
  6739. <wsdl:message name="managedServicesPartitionStatusCheckRequest">
  6740. <wsdl:part name="session" type="xsd:string" />
  6741. <wsdl:part name="storage" type="xsd:string" />
  6742. <wsdl:part name="partitionName" type="xsd:string" />
  6743. </wsdl:message>
  6744. <wsdl:message name="managedServicesPartitionStatusCheckResponse">
  6745. <wsdl:part name="return" type="xsd:string" />
  6746. </wsdl:message>
  6747. <wsdl:message name="cmsAvailableListRequest">
  6748. <wsdl:part name="session" type="xsd:string" />
  6749. <wsdl:part name="domain" type="xsd:string" />
  6750. </wsdl:message>
  6751. <wsdl:message name="cmsAvailableListResponse">
  6752. <wsdl:part name="return" type="typens:MyArrayOfCmsAvailableStructType" />
  6753. </wsdl:message>
  6754. <wsdl:message name="telephonyNicSetMgcpIpRestrictionRequest">
  6755. <wsdl:part name="session" type="xsd:string" />
  6756. <wsdl:part name="ips" type="typens:MyArrayOfStringType" />
  6757. </wsdl:message>
  6758. <wsdl:message name="telephonyNicSetMgcpIpRestrictionResponse" />
  6759. <wsdl:message name="telephonySecurityDepositCreditRequest">
  6760. <wsdl:part name="session" type="xsd:string" />
  6761. <wsdl:part name="billingAccount" type="xsd:string" />
  6762. <wsdl:part name="amount" type="xsd:int" />
  6763. </wsdl:message>
  6764. <wsdl:message name="telephonySecurityDepositCreditResponse">
  6765. <wsdl:part name="return" type="typens:telephonySecurityDepositCreditReturn" />
  6766. </wsdl:message>
  6767. <wsdl:message name="nicModifyLanguageRequest">
  6768. <wsdl:part name="session" type="xsd:string" />
  6769. <wsdl:part name="nic" type="xsd:string" />
  6770. <wsdl:part name="language" type="xsd:string" />
  6771. </wsdl:message>
  6772. <wsdl:message name="nicModifyLanguageResponse">
  6773. <wsdl:part name="return" type="xsd:string" />
  6774. </wsdl:message>
  6775. <wsdl:message name="telephonyLineOrderRequest">
  6776. <wsdl:part name="session" type="xsd:string" />
  6777. <wsdl:part name="billingAccount" type="xsd:string" />
  6778. <wsdl:part name="offer" type="xsd:string" />
  6779. <wsdl:part name="prefix" type="xsd:string" />
  6780. <wsdl:part name="quantity" type="xsd:int" />
  6781. <wsdl:part name="payWithPoints" type="xsd:boolean" />
  6782. </wsdl:message>
  6783. <wsdl:message name="telephonyLineOrderResponse">
  6784. <wsdl:part name="return" type="typens:orderStruct" />
  6785. </wsdl:message>
  6786. <wsdl:message name="telephonyConferenceActionRequest">
  6787. <wsdl:part name="session" type="xsd:string" />
  6788. <wsdl:part name="number" type="xsd:string" />
  6789. <wsdl:part name="country" type="xsd:string" />
  6790. <wsdl:part name="action" type="xsd:string" />
  6791. <wsdl:part name="memberid" type="xsd:string" />
  6792. <wsdl:part name="value" type="xsd:string" />
  6793. </wsdl:message>
  6794. <wsdl:message name="telephonyConferenceActionResponse" />
  6795. <wsdl:message name="dedicatedBackupExcludeDelRequest">
  6796. <wsdl:part name="session" type="xsd:string" />
  6797. <wsdl:part name="hostname" type="xsd:string" />
  6798. <wsdl:part name="backupId" type="xsd:string" />
  6799. <wsdl:part name="exclude" type="xsd:string" />
  6800. </wsdl:message>
  6801. <wsdl:message name="dedicatedBackupExcludeDelResponse" />
  6802. <wsdl:message name="automatedMailUnlockRequest">
  6803. <wsdl:part name="session" type="xsd:string" />
  6804. <wsdl:part name="domain" type="xsd:string" />
  6805. </wsdl:message>
  6806. <wsdl:message name="automatedMailUnlockResponse" />
  6807. <wsdl:message name="ripeQueryRequest">
  6808. <wsdl:part name="session" type="xsd:string" />
  6809. <wsdl:part name="search" type="xsd:string" />
  6810. <wsdl:part name="type" type="xsd:string" />
  6811. </wsdl:message>
  6812. <wsdl:message name="ripeQueryResponse">
  6813. <wsdl:part name="return" type="typens:ripeReturn" />
  6814. </wsdl:message>
  6815. <wsdl:message name="loginRequest">
  6816. <wsdl:part name="nic" type="xsd:string" />
  6817. <wsdl:part name="password" type="xsd:string" />
  6818. <wsdl:part name="language" type="xsd:string" />
  6819. <wsdl:part name="multisession" type="xsd:boolean" />
  6820. </wsdl:message>
  6821. <wsdl:message name="loginResponse">
  6822. <wsdl:part name="return" type="xsd:string" />
  6823. </wsdl:message>
  6824. <wsdl:message name="telephonyFunctionKeyDelRequest">
  6825. <wsdl:part name="session" type="xsd:string" />
  6826. <wsdl:part name="number" type="xsd:string" />
  6827. <wsdl:part name="country" type="xsd:string" />
  6828. <wsdl:part name="keyNum" type="xsd:int" />
  6829. </wsdl:message>
  6830. <wsdl:message name="telephonyFunctionKeyDelResponse" />
  6831. <wsdl:message name="popListByMasterNicRequest">
  6832. <wsdl:part name="session" type="xsd:string" />
  6833. </wsdl:message>
  6834. <wsdl:message name="popListByMasterNicResponse">
  6835. <wsdl:part name="return" type="typens:MyArrayOfPopStructType" />
  6836. </wsdl:message>
  6837. <wsdl:message name="serviceModifyOwnerInfosRequest">
  6838. <wsdl:part name="session" type="xsd:string" />
  6839. <wsdl:part name="owner" type="xsd:string" />
  6840. <wsdl:part name="domain" type="xsd:string" />
  6841. <wsdl:part name="component" type="xsd:string" />
  6842. <wsdl:part name="address" type="xsd:string" />
  6843. <wsdl:part name="city" type="xsd:string" />
  6844. <wsdl:part name="zip" type="xsd:string" />
  6845. <wsdl:part name="country" type="xsd:string" />
  6846. <wsdl:part name="phone" type="xsd:string" />
  6847. <wsdl:part name="fax" type="xsd:string" />
  6848. <wsdl:part name="email" type="xsd:string" />
  6849. </wsdl:message>
  6850. <wsdl:message name="serviceModifyOwnerInfosResponse" />
  6851. <wsdl:message name="dedicatedHardRebootStatusRequest">
  6852. <wsdl:part name="session" type="xsd:string" />
  6853. <wsdl:part name="hostname" type="xsd:string" />
  6854. </wsdl:message>
  6855. <wsdl:message name="dedicatedHardRebootStatusResponse">
  6856. <wsdl:part name="return" type="typens:dedicatedHardRebootStatusReturn" />
  6857. </wsdl:message>
  6858. <wsdl:message name="domainInfoRequest">
  6859. <wsdl:part name="session" type="xsd:string" />
  6860. <wsdl:part name="domain" type="xsd:string" />
  6861. </wsdl:message>
  6862. <wsdl:message name="domainInfoResponse">
  6863. <wsdl:part name="return" type="typens:domainInfoReturn" />
  6864. </wsdl:message>
  6865. <wsdl:message name="dedicatedGetServiceMonitoringItemRequest">
  6866. <wsdl:part name="session" type="xsd:string" />
  6867. <wsdl:part name="ip" type="xsd:string" />
  6868. <wsdl:part name="itemId" type="xsd:int" />
  6869. </wsdl:message>
  6870. <wsdl:message name="dedicatedGetServiceMonitoringItemResponse">
  6871. <wsdl:part name="return" type="typens:dedicatedGetServiceMonitoringItemStruct" />
  6872. </wsdl:message>
  6873. <wsdl:message name="telephonyNicGetSipDomainRequest">
  6874. <wsdl:part name="session" type="xsd:string" />
  6875. </wsdl:message>
  6876. <wsdl:message name="telephonyNicGetSipDomainResponse">
  6877. <wsdl:part name="return" type="typens:MyArrayOfTelephonySipDomainStructType" />
  6878. </wsdl:message>
  6879. <wsdl:message name="telephonyGetClosureEventsAsICSRequest">
  6880. <wsdl:part name="session" type="xsd:string" />
  6881. <wsdl:part name="number" type="xsd:string" />
  6882. <wsdl:part name="country" type="xsd:string" />
  6883. <wsdl:part name="dateStart" type="xsd:string" />
  6884. <wsdl:part name="dateEnd" type="xsd:string" />
  6885. <wsdl:part name="categories" type="xsd:string" />
  6886. </wsdl:message>
  6887. <wsdl:message name="telephonyGetClosureEventsAsICSResponse">
  6888. <wsdl:part name="return" type="typens:telephonyGetClosureEventsAsIcsStruct" />
  6889. </wsdl:message>
  6890. <wsdl:message name="telephonySmsUserCreditLeftRequest">
  6891. <wsdl:part name="smsAccount" type="xsd:string" />
  6892. <wsdl:part name="login" type="xsd:string" />
  6893. <wsdl:part name="password" type="xsd:string" />
  6894. </wsdl:message>
  6895. <wsdl:message name="telephonySmsUserCreditLeftResponse">
  6896. <wsdl:part name="return" type="xsd:string" />
  6897. </wsdl:message>
  6898. <wsdl:message name="telephonyPortabilityOrderRequest">
  6899. <wsdl:part name="session" type="xsd:string" />
  6900. <wsdl:part name="billingAccount" type="xsd:string" />
  6901. <wsdl:part name="offer" type="xsd:string" />
  6902. <wsdl:part name="desireDate" type="xsd:string" />
  6903. <wsdl:part name="callNumber" type="xsd:string" />
  6904. <wsdl:part name="extraNumbers" type="typens:MyArrayOfStringType" />
  6905. <wsdl:part name="legalForm" type="xsd:string" />
  6906. <wsdl:part name="name" type="xsd:string" />
  6907. <wsdl:part name="firstName" type="xsd:string" />
  6908. <wsdl:part name="siret" type="xsd:string" />
  6909. <wsdl:part name="streetNumber" type="xsd:string" />
  6910. <wsdl:part name="streetNumberExtra" type="xsd:string" />
  6911. <wsdl:part name="streetType" type="xsd:string" />
  6912. <wsdl:part name="streetName" type="xsd:string" />
  6913. <wsdl:part name="building" type="xsd:string" />
  6914. <wsdl:part name="stair" type="xsd:string" />
  6915. <wsdl:part name="floor" type="xsd:string" />
  6916. <wsdl:part name="door" type="xsd:string" />
  6917. <wsdl:part name="zip" type="xsd:string" />
  6918. <wsdl:part name="city" type="xsd:string" />
  6919. <wsdl:part name="country" type="xsd:string" />
  6920. <wsdl:part name="displayUniversalDirectory" type="xsd:string" />
  6921. <wsdl:part name="contactName" type="xsd:string" />
  6922. <wsdl:part name="contactNumber" type="xsd:string" />
  6923. </wsdl:message>
  6924. <wsdl:message name="telephonyPortabilityOrderResponse" />
  6925. <wsdl:message name="passwordSoapiRequest">
  6926. <wsdl:part name="session" type="xsd:string" />
  6927. <wsdl:part name="currentPassword" type="xsd:string" />
  6928. <wsdl:part name="password" type="xsd:string" />
  6929. </wsdl:message>
  6930. <wsdl:message name="passwordSoapiResponse" />
  6931. <wsdl:message name="nicCreateRequest">
  6932. <wsdl:part name="session" type="xsd:string" />
  6933. <wsdl:part name="name" type="xsd:string" />
  6934. <wsdl:part name="firstname" type="xsd:string" />
  6935. <wsdl:part name="password" type="xsd:string" />
  6936. <wsdl:part name="email" type="xsd:string" />
  6937. <wsdl:part name="phone" type="xsd:string" />
  6938. <wsdl:part name="fax" type="xsd:string" />
  6939. <wsdl:part name="address" type="xsd:string" />
  6940. <wsdl:part name="city" type="xsd:string" />
  6941. <wsdl:part name="area" type="xsd:string" />
  6942. <wsdl:part name="zip" type="xsd:string" />
  6943. <wsdl:part name="country" type="xsd:string" />
  6944. <wsdl:part name="language" type="xsd:string" />
  6945. <wsdl:part name="isOwner" type="xsd:boolean" />
  6946. <wsdl:part name="legalform" type="xsd:string" />
  6947. <wsdl:part name="organisation" type="xsd:string" />
  6948. <wsdl:part name="legalName" type="xsd:string" />
  6949. <wsdl:part name="legalNumber" type="xsd:string" />
  6950. <wsdl:part name="vat" type="xsd:string" />
  6951. </wsdl:message>
  6952. <wsdl:message name="nicCreateResponse">
  6953. <wsdl:part name="return" type="xsd:string" />
  6954. </wsdl:message>
  6955. <wsdl:message name="cmsRemoveRequest">
  6956. <wsdl:part name="session" type="xsd:string" />
  6957. <wsdl:part name="id" type="xsd:int" />
  6958. </wsdl:message>
  6959. <wsdl:message name="cmsRemoveResponse" />
  6960. <wsdl:message name="telephonyVoicemailMailboxDeleteRequest">
  6961. <wsdl:part name="session" type="xsd:string" />
  6962. <wsdl:part name="number" type="xsd:string" />
  6963. <wsdl:part name="country" type="xsd:string" />
  6964. <wsdl:part name="ids" type="xsd:string" />
  6965. <wsdl:part name="folder" type="xsd:string" />
  6966. </wsdl:message>
  6967. <wsdl:message name="telephonyVoicemailMailboxDeleteResponse" />
  6968. <wsdl:message name="sqlpriveMysqlDatabaseImportFromHostRequest">
  6969. <wsdl:part name="session" type="xsd:string" />
  6970. <wsdl:part name="server" type="xsd:string" />
  6971. <wsdl:part name="database" type="xsd:string" />
  6972. <wsdl:part name="foreignHost" type="xsd:string" />
  6973. <wsdl:part name="foreignUser" type="xsd:string" />
  6974. <wsdl:part name="foreignPassword" type="xsd:string" />
  6975. <wsdl:part name="foreignDatabase" type="xsd:string" />
  6976. </wsdl:message>
  6977. <wsdl:message name="sqlpriveMysqlDatabaseImportFromHostResponse" />
  6978. <wsdl:message name="billingInvoiceInfoRequest">
  6979. <wsdl:part name="session" type="xsd:string" />
  6980. <wsdl:part name="number" type="xsd:string" />
  6981. <wsdl:part name="password" type="xsd:string" />
  6982. <wsdl:part name="country" type="xsd:string" />
  6983. </wsdl:message>
  6984. <wsdl:message name="billingInvoiceInfoResponse">
  6985. <wsdl:part name="return" type="typens:billingInvoiceInfoReturn" />
  6986. </wsdl:message>
  6987. <wsdl:message name="telephonyBillingAccountDelRequest">
  6988. <wsdl:part name="session" type="xsd:string" />
  6989. <wsdl:part name="billingAccount" type="xsd:string" />
  6990. <wsdl:part name="cancelDelete" type="xsd:boolean" />
  6991. </wsdl:message>
  6992. <wsdl:message name="telephonyBillingAccountDelResponse" />
  6993. <wsdl:message name="versionRequest">
  6994. </wsdl:message>
  6995. <wsdl:message name="versionResponse">
  6996. <wsdl:part name="return" type="xsd:string" />
  6997. </wsdl:message>
  6998. <wsdl:message name="orderAccountCreditRequest">
  6999. <wsdl:part name="session" type="xsd:string" />
  7000. <wsdl:part name="amount" type="xsd:int" />
  7001. </wsdl:message>
  7002. <wsdl:message name="orderAccountCreditResponse">
  7003. <wsdl:part name="return" type="typens:orderStruct" />
  7004. </wsdl:message>
  7005. <wsdl:message name="telephonyNumberCleanRequest">
  7006. <wsdl:part name="session" type="xsd:string" />
  7007. <wsdl:part name="number" type="xsd:string" />
  7008. <wsdl:part name="country" type="xsd:string" />
  7009. </wsdl:message>
  7010. <wsdl:message name="telephonyNumberCleanResponse" />
  7011. <wsdl:message name="dedicatedReverseAddRequest">
  7012. <wsdl:part name="session" type="xsd:string" />
  7013. <wsdl:part name="hostname" type="xsd:string" />
  7014. <wsdl:part name="ip" type="xsd:string" />
  7015. <wsdl:part name="reverse" type="xsd:string" />
  7016. </wsdl:message>
  7017. <wsdl:message name="dedicatedReverseAddResponse" />
  7018. <wsdl:message name="dedicatedBackupGetFreePlanningRequest">
  7019. <wsdl:part name="session" type="xsd:string" />
  7020. <wsdl:part name="hostname" type="xsd:string" />
  7021. <wsdl:part name="backupId" type="xsd:string" />
  7022. </wsdl:message>
  7023. <wsdl:message name="dedicatedBackupGetFreePlanningResponse">
  7024. <wsdl:part name="return" type="typens:MyArrayOfDedicatedBackupGetPlanningStructType" />
  7025. </wsdl:message>
  7026. <wsdl:message name="dedicatedInstallAllowedDistributionGetRequest">
  7027. <wsdl:part name="session" type="xsd:string" />
  7028. <wsdl:part name="hostname" type="xsd:string" />
  7029. </wsdl:message>
  7030. <wsdl:message name="dedicatedInstallAllowedDistributionGetResponse">
  7031. <wsdl:part name="return" type="typens:dedicatedAllowedDistributionReturn" />
  7032. </wsdl:message>
  7033. <wsdl:message name="subDomainModifyRequest">
  7034. <wsdl:part name="session" type="xsd:string" />
  7035. <wsdl:part name="domain" type="xsd:string" />
  7036. <wsdl:part name="subdomain" type="xsd:string" />
  7037. <wsdl:part name="target" type="xsd:string" />
  7038. <wsdl:part name="country" type="xsd:string" />
  7039. </wsdl:message>
  7040. <wsdl:message name="subDomainModifyResponse" />
  7041. <wsdl:message name="telephonyPlugAndPhoneOperationRequest">
  7042. <wsdl:part name="session" type="xsd:string" />
  7043. <wsdl:part name="number" type="xsd:string" />
  7044. <wsdl:part name="country" type="xsd:string" />
  7045. <wsdl:part name="operation" type="xsd:string" />
  7046. </wsdl:message>
  7047. <wsdl:message name="telephonyPlugAndPhoneOperationResponse" />
  7048. <wsdl:message name="nicInfoRequest">
  7049. <wsdl:part name="session" type="xsd:string" />
  7050. <wsdl:part name="nic" type="xsd:string" />
  7051. </wsdl:message>
  7052. <wsdl:message name="nicInfoResponse">
  7053. <wsdl:part name="return" type="typens:nicInfoReturn" />
  7054. </wsdl:message>
  7055. <wsdl:message name="anonymousFtpInfoRequest">
  7056. <wsdl:part name="session" type="xsd:string" />
  7057. <wsdl:part name="domain" type="xsd:string" />
  7058. </wsdl:message>
  7059. <wsdl:message name="anonymousFtpInfoResponse">
  7060. <wsdl:part name="return" type="typens:anonymousFtpInfoReturn" />
  7061. </wsdl:message>
  7062. <wsdl:message name="dedicatedCapabilitiesGetRequest">
  7063. <wsdl:part name="session" type="xsd:string" />
  7064. <wsdl:part name="hostname" type="xsd:string" />
  7065. </wsdl:message>
  7066. <wsdl:message name="dedicatedCapabilitiesGetResponse">
  7067. <wsdl:part name="return" type="typens:dedicatedCapabilitiesStruct" />
  7068. </wsdl:message>
  7069. <wsdl:message name="telephonyPhonebookOnSmsContactModifyRequest">
  7070. <wsdl:part name="session" type="xsd:string" />
  7071. <wsdl:part name="smsAccount" type="xsd:string" />
  7072. <wsdl:part name="id" type="xsd:int" />
  7073. <wsdl:part name="name" type="xsd:string" />
  7074. <wsdl:part name="surname" type="xsd:string" />
  7075. <wsdl:part name="workPhone" type="xsd:string" />
  7076. <wsdl:part name="workMobile" type="xsd:string" />
  7077. <wsdl:part name="homePhone" type="xsd:string" />
  7078. <wsdl:part name="homeMobile" type="xsd:string" />
  7079. <wsdl:part name="groupName" type="xsd:string" />
  7080. </wsdl:message>
  7081. <wsdl:message name="telephonyPhonebookOnSmsContactModifyResponse" />
  7082. <wsdl:message name="telephonyPhonebookOnSmsModifyRequest">
  7083. <wsdl:part name="session" type="xsd:string" />
  7084. <wsdl:part name="smsAccount" type="xsd:string" />
  7085. <wsdl:part name="id" type="xsd:int" />
  7086. <wsdl:part name="name" type="xsd:string" />
  7087. </wsdl:message>
  7088. <wsdl:message name="telephonyPhonebookOnSmsModifyResponse" />
  7089. <wsdl:message name="cmsListRequest">
  7090. <wsdl:part name="session" type="xsd:string" />
  7091. <wsdl:part name="domain" type="xsd:string" />
  7092. </wsdl:message>
  7093. <wsdl:message name="cmsListResponse">
  7094. <wsdl:part name="return" type="typens:MyArrayOfCmsStructType" />
  7095. </wsdl:message>
  7096. <wsdl:message name="telephonySmsSetQuotaNotificationRequest">
  7097. <wsdl:part name="session" type="xsd:string" />
  7098. <wsdl:part name="smsAccount" type="xsd:string" />
  7099. <wsdl:part name="login" type="xsd:string" />
  7100. <wsdl:part name="support" type="xsd:string" />
  7101. <wsdl:part name="alertNumber" type="xsd:string" />
  7102. <wsdl:part name="alertThreshold" type="xsd:string" />
  7103. </wsdl:message>
  7104. <wsdl:message name="telephonySmsSetQuotaNotificationResponse" />
  7105. <wsdl:message name="dedicatedMonitoringSMSDelRequest">
  7106. <wsdl:part name="session" type="xsd:string" />
  7107. <wsdl:part name="hostname" type="xsd:string" />
  7108. <wsdl:part name="id" type="xsd:string" />
  7109. </wsdl:message>
  7110. <wsdl:message name="dedicatedMonitoringSMSDelResponse" />
  7111. <wsdl:message name="telephonySmsUserListRequest">
  7112. <wsdl:part name="session" type="xsd:string" />
  7113. <wsdl:part name="smsAccount" type="xsd:string" />
  7114. </wsdl:message>
  7115. <wsdl:message name="telephonySmsUserListResponse">
  7116. <wsdl:part name="return" type="typens:MyArrayOfStringType" />
  7117. </wsdl:message>
  7118. <wsdl:message name="ripeDeleteOrganisationRequest">
  7119. <wsdl:part name="session" type="xsd:string" />
  7120. <wsdl:part name="ripeId" type="xsd:string" />
  7121. <wsdl:part name="comment" type="xsd:string" />
  7122. </wsdl:message>
  7123. <wsdl:message name="ripeDeleteOrganisationResponse">
  7124. <wsdl:part name="return" type="typens:ripeUpdateReturn" />
  7125. </wsdl:message>
  7126. <wsdl:message name="logsAccessListRequest">
  7127. <wsdl:part name="session" type="xsd:string" />
  7128. <wsdl:part name="domain" type="xsd:string" />
  7129. </wsdl:message>
  7130. <wsdl:message name="logsAccessListResponse">
  7131. <wsdl:part name="return" type="typens:MyArrayOfLogsAccessStructType" />
  7132. </wsdl:message>
  7133. <wsdl:message name="telephonyHuntingInfoRequest">
  7134. <wsdl:part name="session" type="xsd:string" />
  7135. <wsdl:part name="number" type="xsd:string" />
  7136. <wsdl:part name="country" type="xsd:string" />
  7137. </wsdl:message>
  7138. <wsdl:message name="telephonyHuntingInfoResponse">
  7139. <wsdl:part name="return" type="typens:telephonyHuntingInfoReturn" />
  7140. </wsdl:message>
  7141. <wsdl:message name="dedicatedMonitoringAddRequest">
  7142. <wsdl:part name="session" type="xsd:string" />
  7143. <wsdl:part name="hostname" type="xsd:string" />
  7144. <wsdl:part name="email" type="xsd:string" />
  7145. <wsdl:part name="language" type="xsd:string" />
  7146. <wsdl:part name="status" type="xsd:string" />
  7147. </wsdl:message>
  7148. <wsdl:message name="dedicatedMonitoringAddResponse">
  7149. <wsdl:part name="return" type="xsd:string" />
  7150. </wsdl:message>
  7151. <wsdl:message name="telephonyPhonebookContactListRequest">
  7152. <wsdl:part name="session" type="xsd:string" />
  7153. <wsdl:part name="number" type="xsd:string" />
  7154. <wsdl:part name="country" type="xsd:string" />
  7155. <wsdl:part name="id" type="xsd:int" />
  7156. <wsdl:part name="group" type="xsd:string" />
  7157. </wsdl:message>
  7158. <wsdl:message name="telephonyPhonebookContactListResponse">
  7159. <wsdl:part name="return" type="typens:MyArrayOfTelephonyPhonebookContactStructType" />
  7160. </wsdl:message>
  7161. <wsdl:message name="resellerDomainTransferASIARequest">
  7162. <wsdl:part name="session" type="xsd:string" />
  7163. <wsdl:part name="domain" type="xsd:string" />
  7164. <wsdl:part name="authinfo" type="xsd:string" />
  7165. <wsdl:part name="hosting" type="xsd:string" />
  7166. <wsdl:part name="offer" type="xsd:string" />
  7167. <wsdl:part name="profile" type="xsd:string" />
  7168. <wsdl:part name="owo" type="xsd:string" />
  7169. <wsdl:part name="owner" type="xsd:string" />
  7170. <wsdl:part name="admin" type="xsd:string" />
  7171. <wsdl:part name="tech" type="xsd:string" />
  7172. <wsdl:part name="billing" type="xsd:string" />
  7173. <wsdl:part name="dns1" type="xsd:string" />
  7174. <wsdl:part name="dns2" type="xsd:string" />
  7175. <wsdl:part name="dns3" type="xsd:string" />
  7176. <wsdl:part name="dns4" type="xsd:string" />
  7177. <wsdl:part name="dns5" type="xsd:string" />
  7178. <wsdl:part name="CedCea" type="xsd:string" />
  7179. <wsdl:part name="contactCED" type="xsd:string" />
  7180. <wsdl:part name="localityCity" type="xsd:string" />
  7181. <wsdl:part name="localitySp" type="xsd:string" />
  7182. <wsdl:part name="ccLocality" type="xsd:string" />
  7183. <wsdl:part name="legalEntityType" type="xsd:string" />
  7184. <wsdl:part name="otherLEType" type="xsd:string" />
  7185. <wsdl:part name="identForm" type="xsd:string" />
  7186. <wsdl:part name="otherIdentForm" type="xsd:string" />
  7187. <wsdl:part name="identNumber" type="xsd:string" />
  7188. <wsdl:part name="dryRun" type="xsd:boolean" />
  7189. </wsdl:message>
  7190. <wsdl:message name="resellerDomainTransferASIAResponse" />
  7191. <wsdl:message name="telephonySmsUserPasswordRequest">
  7192. <wsdl:part name="session" type="xsd:string" />
  7193. <wsdl:part name="smsAccount" type="xsd:string" />
  7194. <wsdl:part name="login" type="xsd:string" />
  7195. <wsdl:part name="password" type="xsd:string" />
  7196. </wsdl:message>
  7197. <wsdl:message name="telephonySmsUserPasswordResponse" />
  7198. <wsdl:message name="domainHostListRequest">
  7199. <wsdl:part name="session" type="xsd:string" />
  7200. <wsdl:part name="domain" type="xsd:string" />
  7201. </wsdl:message>
  7202. <wsdl:message name="domainHostListResponse">
  7203. <wsdl:part name="return" type="typens:MyArrayOfStringType" />
  7204. </wsdl:message>
  7205. <wsdl:message name="hostingChangeMainDomainRequest">
  7206. <wsdl:part name="session" type="xsd:string" />
  7207. <wsdl:part name="domain" type="xsd:string" />
  7208. <wsdl:part name="newDomain" type="xsd:string" />
  7209. <wsdl:part name="mxAction" type="xsd:string" />
  7210. <wsdl:part name="mxOffer" type="xsd:string" />
  7211. </wsdl:message>
  7212. <wsdl:message name="hostingChangeMainDomainResponse">
  7213. <wsdl:part name="return" type="typens:hostingChangeMainDomainReturn" />
  7214. </wsdl:message>
  7215. <wsdl:message name="telephonyLineGetOfferPricesRequest">
  7216. <wsdl:part name="session" type="xsd:string" />
  7217. <wsdl:part name="billingAccount" type="xsd:string" />
  7218. </wsdl:message>
  7219. <wsdl:message name="telephonyLineGetOfferPricesResponse">
  7220. <wsdl:part name="return" type="typens:MyArrayOfTelephonyLineSwitchPossibilityPriceStructType" />
  7221. </wsdl:message>
  7222. <wsdl:message name="telephonySmsGetQuotaNotificationRequest">
  7223. <wsdl:part name="session" type="xsd:string" />
  7224. <wsdl:part name="smsAccount" type="xsd:string" />
  7225. <wsdl:part name="login" type="xsd:string" />
  7226. </wsdl:message>
  7227. <wsdl:message name="telephonySmsGetQuotaNotificationResponse">
  7228. <wsdl:part name="return" type="typens:telephonyNotificationSmsUserStruct" />
  7229. </wsdl:message>
  7230. <wsdl:message name="telephonyHuntingModificationModeRequest">
  7231. <wsdl:part name="session" type="xsd:string" />
  7232. <wsdl:part name="number" type="xsd:string" />
  7233. <wsdl:part name="country" type="xsd:string" />
  7234. <wsdl:part name="billingAccount" type="xsd:string" />
  7235. <wsdl:part name="strategy" type="xsd:string" />
  7236. <wsdl:part name="pattern" type="xsd:string" />
  7237. </wsdl:message>
  7238. <wsdl:message name="telephonyHuntingModificationModeResponse" />
  7239. <wsdl:message name="telephonyScreenListBlackWhiteChoiceRequest">
  7240. <wsdl:part name="session" type="xsd:string" />
  7241. <wsdl:part name="number" type="xsd:string" />
  7242. <wsdl:part name="country" type="xsd:string" />
  7243. </wsdl:message>
  7244. <wsdl:message name="telephonyScreenListBlackWhiteChoiceResponse">
  7245. <wsdl:part name="return" type="typens:telephonyScreenBlackWhiteChoiceReturn" />
  7246. </wsdl:message>
  7247. <wsdl:message name="telephonySmsDeleteCsvAttachmentRequest">
  7248. <wsdl:part name="session" type="xsd:string" />
  7249. <wsdl:part name="smsAccount" type="xsd:string" />
  7250. <wsdl:part name="ids" type="typens:MyArrayOfIntType" />
  7251. </wsdl:message>
  7252. <wsdl:message name="telephonySmsDeleteCsvAttachmentResponse" />
  7253. <wsdl:message name="telephonyNumberZoneAndPrefixListRequest">
  7254. <wsdl:part name="session" type="xsd:string" />
  7255. <wsdl:part name="country" type="xsd:string" />
  7256. <wsdl:part name="types" type="typens:MyArrayOfStringType" />
  7257. </wsdl:message>
  7258. <wsdl:message name="telephonyNumberZoneAndPrefixListResponse">
  7259. <wsdl:part name="return" type="typens:MyArrayOfTelephonyNumberZoneAndPrefixStructType" />
  7260. </wsdl:message>
  7261. <wsdl:message name="serviceGroupDeleteRequest">
  7262. <wsdl:part name="session" type="xsd:string" />
  7263. <wsdl:part name="name" type="xsd:string" />
  7264. </wsdl:message>
  7265. <wsdl:message name="serviceGroupDeleteResponse" />
  7266. <wsdl:message name="dedicatedOperationListRequest">
  7267. <wsdl:part name="session" type="xsd:string" />
  7268. <wsdl:part name="hostname" type="xsd:string" />
  7269. </wsdl:message>
  7270. <wsdl:message name="dedicatedOperationListResponse">
  7271. <wsdl:part name="return" type="typens:MyArrayOfDedicatedOperationStructType" />
  7272. </wsdl:message>
  7273. <wsdl:message name="telephonyLineSetSipDomainRequest">
  7274. <wsdl:part name="session" type="xsd:string" />
  7275. <wsdl:part name="number" type="xsd:string" />
  7276. <wsdl:part name="country" type="xsd:string" />
  7277. <wsdl:part name="domain" type="xsd:string" />
  7278. </wsdl:message>
  7279. <wsdl:message name="telephonyLineSetSipDomainResponse" />
  7280. <wsdl:message name="telephonyTrunkExternalDisplayedNumberDelRequest">
  7281. <wsdl:part name="session" type="xsd:string" />
  7282. <wsdl:part name="number" type="xsd:string" />
  7283. <wsdl:part name="country" type="xsd:string" />
  7284. <wsdl:part name="externalDisplayedNumber" type="xsd:string" />
  7285. </wsdl:message>
  7286. <wsdl:message name="telephonyTrunkExternalDisplayedNumberDelResponse" />
  7287. <wsdl:message name="mailingListModeratorAddRequest">
  7288. <wsdl:part name="session" type="xsd:string" />
  7289. <wsdl:part name="domain" type="xsd:string" />
  7290. <wsdl:part name="ml" type="xsd:string" />
  7291. <wsdl:part name="email" type="xsd:string" />
  7292. </wsdl:message>
  7293. <wsdl:message name="mailingListModeratorAddResponse" />
  7294. <wsdl:message name="telephonyPhonebookOnGroupContactListRequest">
  7295. <wsdl:part name="session" type="xsd:string" />
  7296. <wsdl:part name="group" type="xsd:string" />
  7297. <wsdl:part name="id" type="xsd:int" />
  7298. <wsdl:part name="groupName" type="xsd:string" />
  7299. </wsdl:message>
  7300. <wsdl:message name="telephonyPhonebookOnGroupContactListResponse">
  7301. <wsdl:part name="return" type="typens:MyArrayOfTelephonyPhonebookContactStructType" />
  7302. </wsdl:message>
  7303. <wsdl:message name="telephonySmsplusServiceReversableTicketsSummaryRequest">
  7304. <wsdl:part name="session" type="xsd:string" />
  7305. <wsdl:part name="shortCode" type="xsd:string" />
  7306. <wsdl:part name="keyword" type="xsd:string" />
  7307. <wsdl:part name="reversableDelay" type="xsd:string" />
  7308. <wsdl:part name="limit" type="xsd:int" />
  7309. <wsdl:part name="limitOffset" type="xsd:int" />
  7310. <wsdl:part name="sort" type="xsd:string" />
  7311. <wsdl:part name="filter" type="xsd:string" />
  7312. </wsdl:message>
  7313. <wsdl:message name="telephonySmsplusServiceReversableTicketsSummaryResponse">
  7314. <wsdl:part name="return" type="typens:telephonySmsplusSummaryInfosStruct" />
  7315. </wsdl:message>
  7316. <wsdl:message name="anonymousFtpActivateRequest">
  7317. <wsdl:part name="session" type="xsd:string" />
  7318. <wsdl:part name="domain" type="xsd:string" />
  7319. </wsdl:message>
  7320. <wsdl:message name="anonymousFtpActivateResponse" />
  7321. <wsdl:message name="telephonyDeleteLineRequest">
  7322. <wsdl:part name="session" type="xsd:string" />
  7323. <wsdl:part name="number" type="xsd:string" />
  7324. <wsdl:part name="country" type="xsd:string" />
  7325. <wsdl:part name="cancelDelete" type="xsd:boolean" />
  7326. </wsdl:message>
  7327. <wsdl:message name="telephonyDeleteLineResponse" />
  7328. <wsdl:message name="nicModifyInfosITRequest">
  7329. <wsdl:part name="session" type="xsd:string" />
  7330. <wsdl:part name="name" type="xsd:string" />
  7331. <wsdl:part name="firstname" type="xsd:string" />
  7332. <wsdl:part name="sex" type="xsd:string" />
  7333. <wsdl:part name="legalform" type="xsd:string" />
  7334. <wsdl:part name="organisation" type="xsd:string" />
  7335. <wsdl:part name="address" type="xsd:string" />
  7336. <wsdl:part name="area" type="xsd:string" />
  7337. <wsdl:part name="zip" type="xsd:string" />
  7338. <wsdl:part name="city" type="xsd:string" />
  7339. <wsdl:part name="country" type="xsd:string" />
  7340. <wsdl:part name="phone" type="xsd:string" />
  7341. <wsdl:part name="fax" type="xsd:string" />
  7342. <wsdl:part name="email" type="xsd:string" />
  7343. <wsdl:part name="spareEmail" type="xsd:string" />
  7344. <wsdl:part name="language" type="xsd:string" />
  7345. <wsdl:part name="vat" type="xsd:string" />
  7346. <wsdl:part name="birthDay" type="xsd:string" />
  7347. <wsdl:part name="birthCity" type="xsd:string" />
  7348. <wsdl:part name="nationalIdentificationNumber" type="xsd:string" />
  7349. <wsdl:part name="companyNationalIdentificationNumber" type="xsd:string" />
  7350. <wsdl:part name="corporationType" type="xsd:string" />
  7351. </wsdl:message>
  7352. <wsdl:message name="nicModifyInfosITResponse">
  7353. <wsdl:part name="return" type="xsd:string" />
  7354. </wsdl:message>
  7355. <wsdl:message name="telephonySetTimeZoneNumberRequest">
  7356. <wsdl:part name="session" type="xsd:string" />
  7357. <wsdl:part name="number" type="xsd:string" />
  7358. <wsdl:part name="countryCode" type="xsd:string" />
  7359. <wsdl:part name="timeZone" type="xsd:string" />
  7360. </wsdl:message>
  7361. <wsdl:message name="telephonySetTimeZoneNumberResponse" />
  7362. <wsdl:message name="ortDomainAddRequest">
  7363. <wsdl:part name="session" type="xsd:string" />
  7364. <wsdl:part name="domain" type="xsd:string" />
  7365. <wsdl:part name="subdomain" type="xsd:string" />
  7366. <wsdl:part name="target" type="xsd:string" />
  7367. <wsdl:part name="type" type="xsd:string" />
  7368. <wsdl:part name="overwrite" type="xsd:int" />
  7369. </wsdl:message>
  7370. <wsdl:message name="ortDomainAddResponse" />
  7371. <wsdl:message name="nicPublicInfoRequest">
  7372. <wsdl:part name="session" type="xsd:string" />
  7373. <wsdl:part name="nic" type="xsd:string" />
  7374. </wsdl:message>
  7375. <wsdl:message name="nicPublicInfoResponse">
  7376. <wsdl:part name="return" type="typens:nicPublicInfoReturn" />
  7377. </wsdl:message>
  7378. <wsdl:message name="sqlpriveAlertSetRequest">
  7379. <wsdl:part name="session" type="xsd:string" />
  7380. <wsdl:part name="server" type="xsd:string" />
  7381. <wsdl:part name="email" type="xsd:string" />
  7382. <wsdl:part name="smsAccount" type="xsd:string" />
  7383. <wsdl:part name="smsNumber" type="xsd:string" />
  7384. <wsdl:part name="alert" type="typens:MyArrayOfStringType" />
  7385. </wsdl:message>
  7386. <wsdl:message name="sqlpriveAlertSetResponse" />
  7387. <wsdl:message name="telephonyNicSetIpRestrictionRequest">
  7388. <wsdl:part name="session" type="xsd:string" />
  7389. <wsdl:part name="ips" type="typens:MyArrayOfStringType" />
  7390. </wsdl:message>
  7391. <wsdl:message name="telephonyNicSetIpRestrictionResponse" />
  7392. <wsdl:message name="dedicatedBackupIncludeDelRequest">
  7393. <wsdl:part name="session" type="xsd:string" />
  7394. <wsdl:part name="hostname" type="xsd:string" />
  7395. <wsdl:part name="backupId" type="xsd:string" />
  7396. <wsdl:part name="include" type="xsd:string" />
  7397. </wsdl:message>
  7398. <wsdl:message name="dedicatedBackupIncludeDelResponse" />
  7399. <wsdl:message name="dedicatedBandwidthSwitchingRequest">
  7400. <wsdl:part name="session" type="xsd:string" />
  7401. <wsdl:part name="hostname" type="xsd:string" />
  7402. <wsdl:part name="oldBandwidth" type="xsd:string" />
  7403. <wsdl:part name="newBandwidth" type="xsd:string" />
  7404. </wsdl:message>
  7405. <wsdl:message name="dedicatedBandwidthSwitchingResponse" />
  7406. <wsdl:message name="dedicatedIpLoadBalancingDelRequest">
  7407. <wsdl:part name="session" type="xsd:string" />
  7408. <wsdl:part name="ipLoadBalancing" type="xsd:string" />
  7409. </wsdl:message>
  7410. <wsdl:message name="dedicatedIpLoadBalancingDelResponse" />
  7411. <wsdl:message name="sqlpriveMysqlOvhMyAdminRequest">
  7412. <wsdl:part name="session" type="xsd:string" />
  7413. <wsdl:part name="server" type="xsd:string" />
  7414. <wsdl:part name="function" type="xsd:string" />
  7415. <wsdl:part name="database" type="xsd:string" />
  7416. <wsdl:part name="username" type="xsd:string" />
  7417. <wsdl:part name="password" type="xsd:string" />
  7418. </wsdl:message>
  7419. <wsdl:message name="sqlpriveMysqlOvhMyAdminResponse" />
  7420. <wsdl:message name="ftpInfoRequest">
  7421. <wsdl:part name="session" type="xsd:string" />
  7422. <wsdl:part name="domain" type="xsd:string" />
  7423. </wsdl:message>
  7424. <wsdl:message name="ftpInfoResponse">
  7425. <wsdl:part name="return" type="typens:ftpInfoReturn" />
  7426. </wsdl:message>
  7427. <wsdl:message name="telephonyPortabilityStatusRequest">
  7428. <wsdl:part name="session" type="xsd:string" />
  7429. <wsdl:part name="billingAccount" type="xsd:string" />
  7430. </wsdl:message>
  7431. <wsdl:message name="telephonyPortabilityStatusResponse">
  7432. <wsdl:part name="return" type="typens:MyArrayOfTelephonyPortabilityStructType" />
  7433. </wsdl:message>
  7434. <wsdl:message name="hostingListRequest">
  7435. <wsdl:part name="session" type="xsd:string" />
  7436. </wsdl:message>
  7437. <wsdl:message name="hostingListResponse">
  7438. <wsdl:part name="return" type="typens:MyArrayOfHostingListStructType" />
  7439. </wsdl:message>
  7440. <wsdl:message name="orderEmailMxPlanRequest">
  7441. <wsdl:part name="session" type="xsd:string" />
  7442. <wsdl:part name="domain" type="xsd:string" />
  7443. <wsdl:part name="type" type="xsd:string" />
  7444. <wsdl:part name="payWithPoints" type="xsd:boolean" />
  7445. </wsdl:message>
  7446. <wsdl:message name="orderEmailMxPlanResponse">
  7447. <wsdl:part name="return" type="typens:orderStruct" />
  7448. </wsdl:message>
  7449. <wsdl:message name="dedicatedInstallationTemplateUseRequest">
  7450. <wsdl:part name="session" type="xsd:string" />
  7451. <wsdl:part name="hostname" type="xsd:string" />
  7452. <wsdl:part name="template" type="xsd:string" />
  7453. </wsdl:message>
  7454. <wsdl:message name="dedicatedInstallationTemplateUseResponse" />
  7455. <wsdl:message name="mailingListSubscriberListRequest">
  7456. <wsdl:part name="session" type="xsd:string" />
  7457. <wsdl:part name="domain" type="xsd:string" />
  7458. <wsdl:part name="ml" type="xsd:string" />
  7459. </wsdl:message>
  7460. <wsdl:message name="mailingListSubscriberListResponse">
  7461. <wsdl:part name="return" type="typens:MyArrayOfStringType" />
  7462. </wsdl:message>
  7463. <wsdl:message name="mailingListSubscriberDelRequest">
  7464. <wsdl:part name="session" type="xsd:string" />
  7465. <wsdl:part name="domain" type="xsd:string" />
  7466. <wsdl:part name="ml" type="xsd:string" />
  7467. <wsdl:part name="email" type="xsd:string" />
  7468. </wsdl:message>
  7469. <wsdl:message name="mailingListSubscriberDelResponse" />
  7470. <wsdl:message name="domainLockStatusRequest">
  7471. <wsdl:part name="session" type="xsd:string" />
  7472. <wsdl:part name="domain" type="xsd:string" />
  7473. </wsdl:message>
  7474. <wsdl:message name="domainLockStatusResponse">
  7475. <wsdl:part name="return" type="xsd:string" />
  7476. </wsdl:message>
  7477. <wsdl:message name="prepaidDomainRenewRequest">
  7478. <wsdl:part name="session" type="xsd:string" />
  7479. <wsdl:part name="domain" type="xsd:string" />
  7480. <wsdl:part name="dryRun" type="xsd:boolean" />
  7481. </wsdl:message>
  7482. <wsdl:message name="prepaidDomainRenewResponse" />
  7483. <wsdl:message name="orderEmailMxLargeRequest">
  7484. <wsdl:part name="session" type="xsd:string" />
  7485. <wsdl:part name="domain" type="xsd:string" />
  7486. <wsdl:part name="type" type="xsd:string" />
  7487. <wsdl:part name="payWithPoints" type="xsd:boolean" />
  7488. </wsdl:message>
  7489. <wsdl:message name="orderEmailMxLargeResponse">
  7490. <wsdl:part name="return" type="typens:orderStruct" />
  7491. </wsdl:message>
  7492. <wsdl:message name="emailFilterActiveRequest">
  7493. <wsdl:part name="session" type="xsd:string" />
  7494. <wsdl:part name="domain" type="xsd:string" />
  7495. <wsdl:part name="pop" type="xsd:string" />
  7496. <wsdl:part name="filter" type="xsd:string" />
  7497. <wsdl:part name="active" type="xsd:boolean" />
  7498. </wsdl:message>
  7499. <wsdl:message name="emailFilterActiveResponse" />
  7500. <wsdl:message name="telephonySecurityDepositInfoRequest">
  7501. <wsdl:part name="session" type="xsd:string" />
  7502. <wsdl:part name="billingAccount" type="xsd:string" />
  7503. </wsdl:message>
  7504. <wsdl:message name="telephonySecurityDepositInfoResponse">
  7505. <wsdl:part name="return" type="xsd:float" />
  7506. </wsdl:message>
  7507. <wsdl:message name="databaseListRequest">
  7508. <wsdl:part name="session" type="xsd:string" />
  7509. <wsdl:part name="domain" type="xsd:string" />
  7510. </wsdl:message>
  7511. <wsdl:message name="databaseListResponse">
  7512. <wsdl:part name="return" type="typens:MyArrayOfDatabaseStructType" />
  7513. </wsdl:message>
  7514. <wsdl:message name="dedicatedIpLoadBalancingServerAddRequest">
  7515. <wsdl:part name="session" type="xsd:string" />
  7516. <wsdl:part name="ipLoadBalancing" type="xsd:string" />
  7517. <wsdl:part name="hostname" type="xsd:string" />
  7518. </wsdl:message>
  7519. <wsdl:message name="dedicatedIpLoadBalancingServerAddResponse" />
  7520. <wsdl:message name="resellerDomainCreateCATRequest">
  7521. <wsdl:part name="session" type="xsd:string" />
  7522. <wsdl:part name="domain" type="xsd:string" />
  7523. <wsdl:part name="hosting" type="xsd:string" />
  7524. <wsdl:part name="offer" type="xsd:string" />
  7525. <wsdl:part name="profile" type="xsd:string" />
  7526. <wsdl:part name="owo" type="xsd:string" />
  7527. <wsdl:part name="owner" type="xsd:string" />
  7528. <wsdl:part name="admin" type="xsd:string" />
  7529. <wsdl:part name="tech" type="xsd:string" />
  7530. <wsdl:part name="billing" type="xsd:string" />
  7531. <wsdl:part name="dns1" type="xsd:string" />
  7532. <wsdl:part name="dns2" type="xsd:string" />
  7533. <wsdl:part name="dns3" type="xsd:string" />
  7534. <wsdl:part name="dns4" type="xsd:string" />
  7535. <wsdl:part name="dns5" type="xsd:string" />
  7536. <wsdl:part name="reason" type="xsd:string" />
  7537. <wsdl:part name="dryRun" type="xsd:boolean" />
  7538. </wsdl:message>
  7539. <wsdl:message name="resellerDomainCreateCATResponse" />
  7540. <wsdl:message name="telephonySmsListCsvAttachmentRequest">
  7541. <wsdl:part name="session" type="xsd:string" />
  7542. <wsdl:part name="smsAccount" type="xsd:string" />
  7543. <wsdl:part name="id" type="xsd:string" />
  7544. </wsdl:message>
  7545. <wsdl:message name="telephonySmsListCsvAttachmentResponse">
  7546. <wsdl:part name="return" type="typens:MyArrayOfTelephonySmsCsvSlotStructType" />
  7547. </wsdl:message>
  7548. <wsdl:message name="ftpChangePasswordRequest">
  7549. <wsdl:part name="session" type="xsd:string" />
  7550. <wsdl:part name="domain" type="xsd:string" />
  7551. <wsdl:part name="password" type="xsd:string" />
  7552. <wsdl:part name="oldstate" type="xsd:string" />
  7553. <wsdl:part name="newstate" type="xsd:string" />
  7554. </wsdl:message>
  7555. <wsdl:message name="ftpChangePasswordResponse" />
  7556. <wsdl:message name="orderDedicatedFailoverRequest">
  7557. <wsdl:part name="session" type="xsd:string" />
  7558. <wsdl:part name="domain" type="xsd:string" />
  7559. <wsdl:part name="orderIps" type="xsd:int" />
  7560. <wsdl:part name="payWithPoints" type="xsd:boolean" />
  7561. </wsdl:message>
  7562. <wsdl:message name="orderDedicatedFailoverResponse">
  7563. <wsdl:part name="return" type="typens:orderStruct" />
  7564. </wsdl:message>
  7565. <wsdl:message name="rpsGetIoStatsRequest">
  7566. <wsdl:part name="session" type="xsd:string" />
  7567. <wsdl:part name="domain" type="xsd:string" />
  7568. <wsdl:part name="type" type="xsd:string" />
  7569. <wsdl:part name="duration" type="xsd:string" />
  7570. </wsdl:message>
  7571. <wsdl:message name="rpsGetIoStatsResponse">
  7572. <wsdl:part name="return" type="typens:rpsGetIoStatsReturn" />
  7573. </wsdl:message>
  7574. <wsdl:message name="dedicatedRipeUpdateOrganisationRequest">
  7575. <wsdl:part name="session" type="xsd:string" />
  7576. <wsdl:part name="ripeId" type="xsd:string" />
  7577. <wsdl:part name="name" type="xsd:string" />
  7578. <wsdl:part name="address" type="xsd:string" />
  7579. <wsdl:part name="email" type="xsd:string" />
  7580. <wsdl:part name="abuse" type="xsd:string" />
  7581. <wsdl:part name="descr" type="xsd:string" />
  7582. <wsdl:part name="phone" type="xsd:string" />
  7583. <wsdl:part name="fax" type="xsd:string" />
  7584. <wsdl:part name="remarks" type="xsd:string" />
  7585. </wsdl:message>
  7586. <wsdl:message name="dedicatedRipeUpdateOrganisationResponse">
  7587. <wsdl:part name="return" type="typens:ripeUpdateReturn" />
  7588. </wsdl:message>
  7589. <wsdl:message name="cmsRenewAdminPasswordRequest">
  7590. <wsdl:part name="session" type="xsd:string" />
  7591. <wsdl:part name="id" type="xsd:int" />
  7592. </wsdl:message>
  7593. <wsdl:message name="cmsRenewAdminPasswordResponse" />
  7594. <wsdl:message name="dedicatedNetbootModifyByIdRequest">
  7595. <wsdl:part name="session" type="xsd:string" />
  7596. <wsdl:part name="hostname" type="xsd:string" />
  7597. <wsdl:part name="id" type="xsd:string" />
  7598. <wsdl:part name="root" type="xsd:string" />
  7599. <wsdl:part name="rescueEmail" type="xsd:string" />
  7600. </wsdl:message>
  7601. <wsdl:message name="dedicatedNetbootModifyByIdResponse" />
  7602. <wsdl:message name="telephonySmsCancelSendingRequest">
  7603. <wsdl:part name="session" type="xsd:string" />
  7604. <wsdl:part name="smsAccount" type="xsd:string" />
  7605. <wsdl:part name="smsIds" type="typens:MyArrayOfIntType" />
  7606. </wsdl:message>
  7607. <wsdl:message name="telephonySmsCancelSendingResponse" />
  7608. <wsdl:message name="telephonyScreenListInfoRequest">
  7609. <wsdl:part name="session" type="xsd:string" />
  7610. <wsdl:part name="number" type="xsd:string" />
  7611. <wsdl:part name="country" type="xsd:string" />
  7612. <wsdl:part name="screenListType" type="xsd:string" />
  7613. </wsdl:message>
  7614. <wsdl:message name="telephonyScreenListInfoResponse">
  7615. <wsdl:part name="return" type="typens:MyArrayOfTelephonyScreenStructType" />
  7616. </wsdl:message>
  7617. <wsdl:message name="telephonyLineLogsOnGroupRequest">
  7618. <wsdl:part name="group" type="xsd:string" />
  7619. <wsdl:part name="pagingStart" type="xsd:int" />
  7620. <wsdl:part name="pagingLimit" type="xsd:int" />
  7621. </wsdl:message>
  7622. <wsdl:message name="telephonyLineLogsOnGroupResponse">
  7623. <wsdl:part name="return" type="typens:MyArrayOfTelephonyLineLogsStructType" />
  7624. </wsdl:message>
  7625. <wsdl:message name="telephonyLineGetMgcpIpRestrictionRequest">
  7626. <wsdl:part name="session" type="xsd:string" />
  7627. <wsdl:part name="number" type="xsd:string" />
  7628. <wsdl:part name="country" type="xsd:string" />
  7629. </wsdl:message>
  7630. <wsdl:message name="telephonyLineGetMgcpIpRestrictionResponse">
  7631. <wsdl:part name="return" type="xsd:string" />
  7632. </wsdl:message>
  7633. <wsdl:message name="databaseDeleteRequest">
  7634. <wsdl:part name="session" type="xsd:string" />
  7635. <wsdl:part name="domain" type="xsd:string" />
  7636. <wsdl:part name="db" type="xsd:string" />
  7637. </wsdl:message>
  7638. <wsdl:message name="databaseDeleteResponse" />
  7639. <wsdl:message name="resellerDomainCreateASIARequest">
  7640. <wsdl:part name="session" type="xsd:string" />
  7641. <wsdl:part name="domain" type="xsd:string" />
  7642. <wsdl:part name="hosting" type="xsd:string" />
  7643. <wsdl:part name="offer" type="xsd:string" />
  7644. <wsdl:part name="profile" type="xsd:string" />
  7645. <wsdl:part name="owo" type="xsd:string" />
  7646. <wsdl:part name="owner" type="xsd:string" />
  7647. <wsdl:part name="admin" type="xsd:string" />
  7648. <wsdl:part name="tech" type="xsd:string" />
  7649. <wsdl:part name="billing" type="xsd:string" />
  7650. <wsdl:part name="dns1" type="xsd:string" />
  7651. <wsdl:part name="dns2" type="xsd:string" />
  7652. <wsdl:part name="dns3" type="xsd:string" />
  7653. <wsdl:part name="dns4" type="xsd:string" />
  7654. <wsdl:part name="dns5" type="xsd:string" />
  7655. <wsdl:part name="CedCea" type="xsd:string" />
  7656. <wsdl:part name="contactCED" type="xsd:string" />
  7657. <wsdl:part name="localityCity" type="xsd:string" />
  7658. <wsdl:part name="localitySp" type="xsd:string" />
  7659. <wsdl:part name="ccLocality" type="xsd:string" />
  7660. <wsdl:part name="legalEntityType" type="xsd:string" />
  7661. <wsdl:part name="otherLEType" type="xsd:string" />
  7662. <wsdl:part name="identForm" type="xsd:string" />
  7663. <wsdl:part name="otherIdentForm" type="xsd:string" />
  7664. <wsdl:part name="identNumber" type="xsd:string" />
  7665. <wsdl:part name="dryRun" type="xsd:boolean" />
  7666. </wsdl:message>
  7667. <wsdl:message name="resellerDomainCreateASIAResponse" />
  7668. <wsdl:message name="telephonyLineDetailsRequest">
  7669. <wsdl:part name="session" type="xsd:string" />
  7670. <wsdl:part name="number" type="xsd:string" />
  7671. <wsdl:part name="countryCode" type="xsd:string" />
  7672. </wsdl:message>
  7673. <wsdl:message name="telephonyLineDetailsResponse">
  7674. <wsdl:part name="return" type="typens:telephonyLineStruct" />
  7675. </wsdl:message>
  7676. <wsdl:message name="telephonyPhonebookContactDelRequest">
  7677. <wsdl:part name="session" type="xsd:string" />
  7678. <wsdl:part name="number" type="xsd:string" />
  7679. <wsdl:part name="country" type="xsd:string" />
  7680. <wsdl:part name="id" type="xsd:int" />
  7681. </wsdl:message>
  7682. <wsdl:message name="telephonyPhonebookContactDelResponse" />
  7683. <wsdl:message name="ticketCreateRequest">
  7684. <wsdl:part name="session" type="xsd:string" />
  7685. <wsdl:part name="componentType" type="xsd:string" />
  7686. <wsdl:part name="domain" type="xsd:string" />
  7687. <wsdl:part name="email" type="xsd:string" />
  7688. <wsdl:part name="phone" type="xsd:string" />
  7689. <wsdl:part name="subject" type="xsd:string" />
  7690. <wsdl:part name="incidentSummary" type="xsd:string" />
  7691. <wsdl:part name="incidentDetails" type="xsd:string" />
  7692. <wsdl:part name="incidentManip" type="xsd:string" />
  7693. <wsdl:part name="level" type="xsd:string" />
  7694. </wsdl:message>
  7695. <wsdl:message name="ticketCreateResponse">
  7696. <wsdl:part name="return" type="xsd:int" />
  7697. </wsdl:message>
  7698. <wsdl:message name="notepadAddRequest">
  7699. <wsdl:part name="session" type="xsd:string" />
  7700. <wsdl:part name="content" type="xsd:string" />
  7701. <wsdl:part name="offset" type="xsd:string" />
  7702. </wsdl:message>
  7703. <wsdl:message name="notepadAddResponse" />
  7704. <wsdl:message name="subDomainAddRequest">
  7705. <wsdl:part name="session" type="xsd:string" />
  7706. <wsdl:part name="domain" type="xsd:string" />
  7707. <wsdl:part name="subdomain" type="xsd:string" />
  7708. <wsdl:part name="target" type="xsd:string" />
  7709. <wsdl:part name="country" type="xsd:string" />
  7710. </wsdl:message>
  7711. <wsdl:message name="subDomainAddResponse" />
  7712. <wsdl:message name="dedicatedBackupGetDateRequest">
  7713. <wsdl:part name="session" type="xsd:string" />
  7714. <wsdl:part name="hostname" type="xsd:string" />
  7715. <wsdl:part name="backupId" type="xsd:string" />
  7716. </wsdl:message>
  7717. <wsdl:message name="dedicatedBackupGetDateResponse">
  7718. <wsdl:part name="return" type="typens:MyArrayOfDedicatedBackupDateStructType" />
  7719. </wsdl:message>
  7720. <wsdl:message name="dedicatedSecondaryDNSDelRequest">
  7721. <wsdl:part name="session" type="xsd:string" />
  7722. <wsdl:part name="hostname" type="xsd:string" />
  7723. <wsdl:part name="ip" type="xsd:string" />
  7724. <wsdl:part name="domain" type="xsd:string" />
  7725. <wsdl:part name="nameserver" type="xsd:string" />
  7726. </wsdl:message>
  7727. <wsdl:message name="dedicatedSecondaryDNSDelResponse" />
  7728. <wsdl:message name="domainLockRequest">
  7729. <wsdl:part name="session" type="xsd:string" />
  7730. <wsdl:part name="domain" type="xsd:string" />
  7731. </wsdl:message>
  7732. <wsdl:message name="domainLockResponse" />
  7733. <wsdl:message name="telephonyRatesListCsvRequest">
  7734. <wsdl:part name="session" type="xsd:string" />
  7735. <wsdl:part name="countryCode" type="xsd:string" />
  7736. <wsdl:part name="type" type="xsd:string" />
  7737. </wsdl:message>
  7738. <wsdl:message name="telephonyRatesListCsvResponse">
  7739. <wsdl:part name="return" type="xsd:string" />
  7740. </wsdl:message>
  7741. <wsdl:message name="emailFilterListRequest">
  7742. <wsdl:part name="session" type="xsd:string" />
  7743. <wsdl:part name="domain" type="xsd:string" />
  7744. <wsdl:part name="pop" type="xsd:string" />
  7745. </wsdl:message>
  7746. <wsdl:message name="emailFilterListResponse">
  7747. <wsdl:part name="return" type="typens:MyArrayOfEmailFilterStructType" />
  7748. </wsdl:message>
  7749. <wsdl:message name="zoneEntryAddRequest">
  7750. <wsdl:part name="session" type="xsd:string" />
  7751. <wsdl:part name="domain" type="xsd:string" />
  7752. <wsdl:part name="subdomain" type="xsd:string" />
  7753. <wsdl:part name="fieldtype" type="xsd:string" />
  7754. <wsdl:part name="target" type="xsd:string" />
  7755. <wsdl:part name="overwrite" type="xsd:boolean" />
  7756. </wsdl:message>
  7757. <wsdl:message name="zoneEntryAddResponse" />
  7758. <wsdl:message name="telephonyConferenceGetInfosRequest">
  7759. <wsdl:part name="session" type="xsd:string" />
  7760. <wsdl:part name="number" type="xsd:string" />
  7761. <wsdl:part name="country" type="xsd:string" />
  7762. </wsdl:message>
  7763. <wsdl:message name="telephonyConferenceGetInfosResponse">
  7764. <wsdl:part name="return" type="typens:telephonyConferenceGetInfosReturn" />
  7765. </wsdl:message>
  7766. <wsdl:message name="dedicatedSecondaryDNSGetAllRequest">
  7767. <wsdl:part name="session" type="xsd:string" />
  7768. <wsdl:part name="hostname" type="xsd:string" />
  7769. </wsdl:message>
  7770. <wsdl:message name="dedicatedSecondaryDNSGetAllResponse">
  7771. <wsdl:part name="return" type="typens:MyArrayOfAllSecondaryDNSStructType" />
  7772. </wsdl:message>
  7773. <wsdl:message name="infrastructureIpListGetRequest">
  7774. <wsdl:part name="session" type="xsd:string" />
  7775. <wsdl:part name="hostname" type="xsd:string" />
  7776. </wsdl:message>
  7777. <wsdl:message name="infrastructureIpListGetResponse">
  7778. <wsdl:part name="return" type="typens:MyArrayOfInfrastructureIpStructType" />
  7779. </wsdl:message>
  7780. <wsdl:message name="mailingListInfoRequest">
  7781. <wsdl:part name="session" type="xsd:string" />
  7782. <wsdl:part name="domain" type="xsd:string" />
  7783. <wsdl:part name="ml" type="xsd:string" />
  7784. </wsdl:message>
  7785. <wsdl:message name="mailingListInfoResponse">
  7786. <wsdl:part name="return" type="typens:mailingListStruct" />
  7787. </wsdl:message>
  7788. <wsdl:message name="serviceListRequest">
  7789. <wsdl:part name="session" type="xsd:string" />
  7790. <wsdl:part name="domain" type="xsd:string" />
  7791. <wsdl:part name="component" type="xsd:string" />
  7792. <wsdl:part name="group" type="xsd:string" />
  7793. <wsdl:part name="componentSubType" type="xsd:string" />
  7794. </wsdl:message>
  7795. <wsdl:message name="serviceListResponse">
  7796. <wsdl:part name="return" type="typens:MyArrayOfServiceStructType" />
  7797. </wsdl:message>
  7798. <wsdl:message name="serviceGroupSetCommentRequest">
  7799. <wsdl:part name="session" type="xsd:string" />
  7800. <wsdl:part name="name" type="xsd:string" />
  7801. <wsdl:part name="comment" type="xsd:string" />
  7802. </wsdl:message>
  7803. <wsdl:message name="serviceGroupSetCommentResponse" />
  7804. <wsdl:message name="telephonyPhonebookOnSmsContactListRequest">
  7805. <wsdl:part name="session" type="xsd:string" />
  7806. <wsdl:part name="smsAccount" type="xsd:string" />
  7807. <wsdl:part name="id" type="xsd:int" />
  7808. <wsdl:part name="groupName" type="xsd:string" />
  7809. </wsdl:message>
  7810. <wsdl:message name="telephonyPhonebookOnSmsContactListResponse">
  7811. <wsdl:part name="return" type="typens:MyArrayOfTelephonyPhonebookContactStructType" />
  7812. </wsdl:message>
  7813. <wsdl:message name="nicCreateITRequest">
  7814. <wsdl:part name="session" type="xsd:string" />
  7815. <wsdl:part name="name" type="xsd:string" />
  7816. <wsdl:part name="firstname" type="xsd:string" />
  7817. <wsdl:part name="sex" type="xsd:string" />
  7818. <wsdl:part name="password" type="xsd:string" />
  7819. <wsdl:part name="email" type="xsd:string" />
  7820. <wsdl:part name="phone" type="xsd:string" />
  7821. <wsdl:part name="fax" type="xsd:string" />
  7822. <wsdl:part name="address" type="xsd:string" />
  7823. <wsdl:part name="city" type="xsd:string" />
  7824. <wsdl:part name="area" type="xsd:string" />
  7825. <wsdl:part name="zip" type="xsd:string" />
  7826. <wsdl:part name="country" type="xsd:string" />
  7827. <wsdl:part name="language" type="xsd:string" />
  7828. <wsdl:part name="isOwner" type="xsd:boolean" />
  7829. <wsdl:part name="legalform" type="xsd:string" />
  7830. <wsdl:part name="organisation" type="xsd:string" />
  7831. <wsdl:part name="legalName" type="xsd:string" />
  7832. <wsdl:part name="legalNumber" type="xsd:string" />
  7833. <wsdl:part name="vat" type="xsd:string" />
  7834. <wsdl:part name="birthDay" type="xsd:string" />
  7835. <wsdl:part name="birthCity" type="xsd:string" />
  7836. <wsdl:part name="nationalIdentificationNumber" type="xsd:string" />
  7837. <wsdl:part name="companyNationalIdentificationNumber" type="xsd:string" />
  7838. <wsdl:part name="corporationType" type="xsd:string" />
  7839. </wsdl:message>
  7840. <wsdl:message name="nicCreateITResponse">
  7841. <wsdl:part name="return" type="xsd:string" />
  7842. </wsdl:message>
  7843. <wsdl:message name="telephonyPhonebookOnSmsContactAddRequest">
  7844. <wsdl:part name="session" type="xsd:string" />
  7845. <wsdl:part name="smsAccount" type="xsd:string" />
  7846. <wsdl:part name="id" type="xsd:int" />
  7847. <wsdl:part name="name" type="xsd:string" />
  7848. <wsdl:part name="surname" type="xsd:string" />
  7849. <wsdl:part name="workPhone" type="xsd:string" />
  7850. <wsdl:part name="workMobile" type="xsd:string" />
  7851. <wsdl:part name="homePhone" type="xsd:string" />
  7852. <wsdl:part name="homeMobile" type="xsd:string" />
  7853. <wsdl:part name="groupName" type="xsd:string" />
  7854. </wsdl:message>
  7855. <wsdl:message name="telephonyPhonebookOnSmsContactAddResponse">
  7856. <wsdl:part name="return" type="xsd:int" />
  7857. </wsdl:message>
  7858. <wsdl:message name="dedicatedMonitoringNotificationDelRequest">
  7859. <wsdl:part name="session" type="xsd:string" />
  7860. <wsdl:part name="hostname" type="xsd:string" />
  7861. <wsdl:part name="id" type="xsd:string" />
  7862. </wsdl:message>
  7863. <wsdl:message name="dedicatedMonitoringNotificationDelResponse" />
  7864. <wsdl:message name="domainOperationCancelRequest">
  7865. <wsdl:part name="session" type="xsd:string" />
  7866. <wsdl:part name="id" type="xsd:int" />
  7867. </wsdl:message>
  7868. <wsdl:message name="domainOperationCancelResponse" />
  7869. <wsdl:message name="telephonyFMHuntingModificationAnonymousCallRejectionRequest">
  7870. <wsdl:part name="session" type="xsd:string" />
  7871. <wsdl:part name="number" type="xsd:string" />
  7872. <wsdl:part name="country" type="xsd:string" />
  7873. <wsdl:part name="billingAccount" type="xsd:string" />
  7874. <wsdl:part name="anonymousCallRejection" type="xsd:boolean" />
  7875. </wsdl:message>
  7876. <wsdl:message name="telephonyFMHuntingModificationAnonymousCallRejectionResponse" />
  7877. <wsdl:message name="dedicatedBandwidthManagementGetRequest">
  7878. <wsdl:part name="session" type="xsd:string" />
  7879. <wsdl:part name="hostname" type="xsd:string" />
  7880. </wsdl:message>
  7881. <wsdl:message name="dedicatedBandwidthManagementGetResponse">
  7882. <wsdl:part name="return" type="typens:dedicatedBandwidthManagementReturn" />
  7883. </wsdl:message>
  7884. <wsdl:message name="telephonyDdiModifyRequest">
  7885. <wsdl:part name="session" type="xsd:string" />
  7886. <wsdl:part name="number" type="xsd:string" />
  7887. <wsdl:part name="country" type="xsd:string" />
  7888. <wsdl:part name="billingAccount" type="xsd:string" />
  7889. <wsdl:part name="destination" type="xsd:string" />
  7890. </wsdl:message>
  7891. <wsdl:message name="telephonyDdiModifyResponse" />
  7892. <wsdl:message name="dedicatedMonitoringStatusUpdateRequest">
  7893. <wsdl:part name="session" type="xsd:string" />
  7894. <wsdl:part name="hostname" type="xsd:string" />
  7895. <wsdl:part name="disabled" type="xsd:boolean" />
  7896. </wsdl:message>
  7897. <wsdl:message name="dedicatedMonitoringStatusUpdateResponse" />
  7898. <wsdl:message name="dedicatedIPForUDPMoveGetStatusRequest">
  7899. <wsdl:part name="session" type="xsd:string" />
  7900. <wsdl:part name="hostname" type="xsd:string" />
  7901. <wsdl:part name="ip" type="xsd:string" />
  7902. </wsdl:message>
  7903. <wsdl:message name="dedicatedIPForUDPMoveGetStatusResponse" />
  7904. <wsdl:message name="telephonyRedirectInfoRequest">
  7905. <wsdl:part name="session" type="xsd:string" />
  7906. <wsdl:part name="number" type="xsd:string" />
  7907. <wsdl:part name="country" type="xsd:string" />
  7908. </wsdl:message>
  7909. <wsdl:message name="telephonyRedirectInfoResponse">
  7910. <wsdl:part name="return" type="typens:telephonyRedirectInfoReturn" />
  7911. </wsdl:message>
  7912. <wsdl:message name="anonymousFtpChangePasswordRequest">
  7913. <wsdl:part name="session" type="xsd:string" />
  7914. <wsdl:part name="domain" type="xsd:string" />
  7915. <wsdl:part name="password" type="xsd:string" />
  7916. </wsdl:message>
  7917. <wsdl:message name="anonymousFtpChangePasswordResponse" />
  7918. <wsdl:message name="telephonySmsSendRequest">
  7919. <wsdl:part name="session" type="xsd:string" />
  7920. <wsdl:part name="smsAccount" type="xsd:string" />
  7921. <wsdl:part name="numberFrom" type="xsd:string" />
  7922. <wsdl:part name="numberTo" type="xsd:string" />
  7923. <wsdl:part name="message" type="xsd:string" />
  7924. <wsdl:part name="smsValidity" type="xsd:int" />
  7925. <wsdl:part name="smsClass" type="xsd:int" />
  7926. <wsdl:part name="smsDeferred" type="xsd:int" />
  7927. <wsdl:part name="smsPriority" type="xsd:int" />
  7928. <wsdl:part name="smsCoding" type="xsd:int" />
  7929. <wsdl:part name="tag" type="xsd:string" />
  7930. <wsdl:part name="noStop" type="xsd:boolean" />
  7931. </wsdl:message>
  7932. <wsdl:message name="telephonySmsSendResponse">
  7933. <wsdl:part name="return" type="xsd:int" />
  7934. </wsdl:message>
  7935. <wsdl:message name="automatedMailLockRequest">
  7936. <wsdl:part name="session" type="xsd:string" />
  7937. <wsdl:part name="domain" type="xsd:string" />
  7938. </wsdl:message>
  7939. <wsdl:message name="automatedMailLockResponse" />
  7940. <wsdl:message name="dedicatedRipeDeleteOrganisationRequest">
  7941. <wsdl:part name="session" type="xsd:string" />
  7942. <wsdl:part name="ripeId" type="xsd:string" />
  7943. <wsdl:part name="comment" type="xsd:string" />
  7944. </wsdl:message>
  7945. <wsdl:message name="dedicatedRipeDeleteOrganisationResponse">
  7946. <wsdl:part name="return" type="typens:ripeUpdateReturn" />
  7947. </wsdl:message>
  7948. <wsdl:message name="dedicatedFailoverRipeGetIpRequest">
  7949. <wsdl:part name="session" type="xsd:string" />
  7950. <wsdl:part name="hostname" type="xsd:string" />
  7951. </wsdl:message>
  7952. <wsdl:message name="dedicatedFailoverRipeGetIpResponse">
  7953. <wsdl:part name="return" type="typens:MyArrayOfDedicatedRipeGetIpStructType" />
  7954. </wsdl:message>
  7955. <wsdl:message name="responderEmailModifyRequest">
  7956. <wsdl:part name="session" type="xsd:string" />
  7957. <wsdl:part name="domain" type="xsd:string" />
  7958. <wsdl:part name="responder" type="xsd:string" />
  7959. <wsdl:part name="content" type="xsd:string" />
  7960. <wsdl:part name="delivered_to" type="xsd:string" />
  7961. <wsdl:part name="nic" type="xsd:string" />
  7962. </wsdl:message>
  7963. <wsdl:message name="responderEmailModifyResponse" />
  7964. <wsdl:message name="dedicatedInstallBasicRequest">
  7965. <wsdl:part name="session" type="xsd:string" />
  7966. <wsdl:part name="hostname" type="xsd:string" />
  7967. <wsdl:part name="status" type="xsd:string" />
  7968. <wsdl:part name="language" type="xsd:string" />
  7969. <wsdl:part name="bitFormat" type="xsd:string" />
  7970. <wsdl:part name="os" type="xsd:string" />
  7971. <wsdl:part name="sql" type="xsd:string" />
  7972. <wsdl:part name="customerScriptLink" type="xsd:string" />
  7973. <wsdl:part name="customerScriptReturn" type="xsd:string" />
  7974. </wsdl:message>
  7975. <wsdl:message name="dedicatedInstallBasicResponse" />
  7976. <wsdl:message name="emailGetDomainMxFilteringRequest">
  7977. <wsdl:part name="session" type="xsd:string" />
  7978. <wsdl:part name="domain" type="xsd:string" />
  7979. <wsdl:part name="subdomain" type="xsd:string" />
  7980. </wsdl:message>
  7981. <wsdl:message name="emailGetDomainMxFilteringResponse">
  7982. <wsdl:part name="return" type="xsd:string" />
  7983. </wsdl:message>
  7984. <wsdl:message name="managedServicesPartitionCreateRequest">
  7985. <wsdl:part name="session" type="xsd:string" />
  7986. <wsdl:part name="storage" type="xsd:string" />
  7987. <wsdl:part name="name" type="xsd:string" />
  7988. <wsdl:part name="size" type="xsd:int" />
  7989. <wsdl:part name="protocol" type="xsd:string" />
  7990. </wsdl:message>
  7991. <wsdl:message name="managedServicesPartitionCreateResponse" />
  7992. <wsdl:message name="telephonyLineGetSipDomainRequest">
  7993. <wsdl:part name="session" type="xsd:string" />
  7994. <wsdl:part name="number" type="xsd:string" />
  7995. <wsdl:part name="country" type="xsd:string" />
  7996. </wsdl:message>
  7997. <wsdl:message name="telephonyLineGetSipDomainResponse">
  7998. <wsdl:part name="return" type="typens:telephonySipDomainStruct" />
  7999. </wsdl:message>
  8000. <wsdl:message name="nicModifyEmailRequest">
  8001. <wsdl:part name="session" type="xsd:string" />
  8002. <wsdl:part name="nic" type="xsd:string" />
  8003. <wsdl:part name="email" type="xsd:string" />
  8004. </wsdl:message>
  8005. <wsdl:message name="nicModifyEmailResponse">
  8006. <wsdl:part name="return" type="xsd:string" />
  8007. </wsdl:message>
  8008. <wsdl:message name="telephonyToneDeleteRequest">
  8009. <wsdl:part name="session" type="xsd:string" />
  8010. <wsdl:part name="number" type="xsd:string" />
  8011. <wsdl:part name="country" type="xsd:string" />
  8012. <wsdl:part name="toneType" type="xsd:string" />
  8013. </wsdl:message>
  8014. <wsdl:message name="telephonyToneDeleteResponse" />
  8015. <wsdl:message name="telephonyLineSetMgcpIpRestrictionRequest">
  8016. <wsdl:part name="session" type="xsd:string" />
  8017. <wsdl:part name="number" type="xsd:string" />
  8018. <wsdl:part name="country" type="xsd:string" />
  8019. <wsdl:part name="ips" type="typens:MyArrayOfStringType" />
  8020. </wsdl:message>
  8021. <wsdl:message name="telephonyLineSetMgcpIpRestrictionResponse" />
  8022. <wsdl:message name="dedicatedInstallResetRequest">
  8023. <wsdl:part name="session" type="xsd:string" />
  8024. <wsdl:part name="hostname" type="xsd:string" />
  8025. </wsdl:message>
  8026. <wsdl:message name="dedicatedInstallResetResponse" />
  8027. <wsdl:message name="dedicatedMonitoringServiceAddNotificationRequest">
  8028. <wsdl:part name="session" type="xsd:string" />
  8029. <wsdl:part name="hostname" type="xsd:string" />
  8030. <wsdl:part name="ip" type="xsd:string" />
  8031. <wsdl:part name="port" type="xsd:int" />
  8032. <wsdl:part name="protocol" type="xsd:string" />
  8033. <wsdl:part name="period" type="xsd:string" />
  8034. <wsdl:part name="string" type="xsd:string" />
  8035. <wsdl:part name="url" type="xsd:string" />
  8036. <wsdl:part name="nicAlert" type="xsd:string" />
  8037. </wsdl:message>
  8038. <wsdl:message name="dedicatedMonitoringServiceAddNotificationResponse">
  8039. <wsdl:part name="return" type="xsd:string" />
  8040. </wsdl:message>
  8041. <wsdl:message name="orderDedicatedFailoverRipeRequest">
  8042. <wsdl:part name="session" type="xsd:string" />
  8043. <wsdl:part name="hostname" type="xsd:string" />
  8044. <wsdl:part name="address" type="xsd:int" />
  8045. <wsdl:part name="period" type="xsd:int" />
  8046. <wsdl:part name="payWithPoints" type="xsd:boolean" />
  8047. </wsdl:message>
  8048. <wsdl:message name="orderDedicatedFailoverRipeResponse">
  8049. <wsdl:part name="return" type="typens:orderStruct" />
  8050. </wsdl:message>
  8051. <wsdl:message name="telephonyPhonebookOnGroupContactModifyRequest">
  8052. <wsdl:part name="session" type="xsd:string" />
  8053. <wsdl:part name="group" type="xsd:string" />
  8054. <wsdl:part name="id" type="xsd:int" />
  8055. <wsdl:part name="name" type="xsd:string" />
  8056. <wsdl:part name="surname" type="xsd:string" />
  8057. <wsdl:part name="workPhone" type="xsd:string" />
  8058. <wsdl:part name="workMobile" type="xsd:string" />
  8059. <wsdl:part name="homePhone" type="xsd:string" />
  8060. <wsdl:part name="homeMobile" type="xsd:string" />
  8061. <wsdl:part name="groupName" type="xsd:string" />
  8062. </wsdl:message>
  8063. <wsdl:message name="telephonyPhonebookOnGroupContactModifyResponse" />
  8064. <wsdl:message name="serviceGroupRemoveServiceRequest">
  8065. <wsdl:part name="session" type="xsd:string" />
  8066. <wsdl:part name="name" type="xsd:string" />
  8067. <wsdl:part name="service" type="xsd:string" />
  8068. <wsdl:part name="component" type="xsd:string" />
  8069. </wsdl:message>
  8070. <wsdl:message name="serviceGroupRemoveServiceResponse" />
  8071. <wsdl:message name="telephonyScreenListBlackWhiteChoiceModifyRequest">
  8072. <wsdl:part name="session" type="xsd:string" />
  8073. <wsdl:part name="number" type="xsd:string" />
  8074. <wsdl:part name="country" type="xsd:string" />
  8075. <wsdl:part name="screenList" type="xsd:string" />
  8076. <wsdl:part name="outgoingCodeUnlock" type="xsd:string" />
  8077. <wsdl:part name="incomingOoutgoing" type="xsd:string" />
  8078. </wsdl:message>
  8079. <wsdl:message name="telephonyScreenListBlackWhiteChoiceModifyResponse" />
  8080. <wsdl:message name="telephonySmsplusServiceDetailsRequest">
  8081. <wsdl:part name="session" type="xsd:string" />
  8082. <wsdl:part name="shortCode" type="xsd:string" />
  8083. <wsdl:part name="keyword" type="xsd:string" />
  8084. </wsdl:message>
  8085. <wsdl:message name="telephonySmsplusServiceDetailsResponse">
  8086. <wsdl:part name="return" type="typens:telephonySmsplusDetailsStruct" />
  8087. </wsdl:message>
  8088. <wsdl:message name="dedicatedFilterIrcClientRuleDelRequest">
  8089. <wsdl:part name="session" type="xsd:string" />
  8090. <wsdl:part name="hostname" type="xsd:string" />
  8091. <wsdl:part name="fromIp" type="xsd:string" />
  8092. <wsdl:part name="toIp" type="xsd:string" />
  8093. </wsdl:message>
  8094. <wsdl:message name="dedicatedFilterIrcClientRuleDelResponse" />
  8095. <wsdl:message name="domainHostAddRequest">
  8096. <wsdl:part name="session" type="xsd:string" />
  8097. <wsdl:part name="domain" type="xsd:string" />
  8098. <wsdl:part name="host" type="xsd:string" />
  8099. <wsdl:part name="ip" type="xsd:string" />
  8100. </wsdl:message>
  8101. <wsdl:message name="domainHostAddResponse">
  8102. <wsdl:part name="return" type="xsd:int" />
  8103. </wsdl:message>
  8104. <wsdl:message name="popModifyDescriptionRequest">
  8105. <wsdl:part name="session" type="xsd:string" />
  8106. <wsdl:part name="domain" type="xsd:string" />
  8107. <wsdl:part name="pop" type="xsd:string" />
  8108. <wsdl:part name="description" type="xsd:string" />
  8109. </wsdl:message>
  8110. <wsdl:message name="popModifyDescriptionResponse" />
  8111. <wsdl:message name="telephonyAbbreviatedNumberOnGroupDelRequest">
  8112. <wsdl:part name="session" type="xsd:string" />
  8113. <wsdl:part name="group" type="xsd:string" />
  8114. <wsdl:part name="abbreviatedNumber" type="xsd:string" />
  8115. </wsdl:message>
  8116. <wsdl:message name="telephonyAbbreviatedNumberOnGroupDelResponse" />
  8117. <wsdl:message name="crontabAddRequest">
  8118. <wsdl:part name="session" type="xsd:string" />
  8119. <wsdl:part name="domain" type="xsd:string" />
  8120. <wsdl:part name="path" type="xsd:string" />
  8121. <wsdl:part name="programLanguage" type="xsd:string" />
  8122. <wsdl:part name="weekDay" type="xsd:string" />
  8123. <wsdl:part name="days" type="xsd:string" />
  8124. <wsdl:part name="hours" type="xsd:string" />
  8125. <wsdl:part name="desc" type="xsd:string" />
  8126. <wsdl:part name="email" type="xsd:string" />
  8127. <wsdl:part name="otherEmail" type="xsd:string" />
  8128. </wsdl:message>
  8129. <wsdl:message name="crontabAddResponse">
  8130. <wsdl:part name="return" type="xsd:int" />
  8131. </wsdl:message>
  8132. <wsdl:message name="telephonySmsSenderDescriptionRequest">
  8133. <wsdl:part name="session" type="xsd:string" />
  8134. <wsdl:part name="smsAccount" type="xsd:string" />
  8135. <wsdl:part name="number" type="xsd:string" />
  8136. <wsdl:part name="description" type="xsd:string" />
  8137. </wsdl:message>
  8138. <wsdl:message name="telephonySmsSenderDescriptionResponse" />
  8139. <wsdl:message name="mailingListModifyRequest">
  8140. <wsdl:part name="session" type="xsd:string" />
  8141. <wsdl:part name="domain" type="xsd:string" />
  8142. <wsdl:part name="ml" type="xsd:string" />
  8143. <wsdl:part name="owner" type="xsd:string" />
  8144. <wsdl:part name="lang" type="xsd:string" />
  8145. <wsdl:part name="replyto" type="xsd:string" />
  8146. <wsdl:part name="message_moderation" type="xsd:boolean" />
  8147. <wsdl:part name="users_post_only" type="xsd:boolean" />
  8148. <wsdl:part name="subscription_moderation" type="xsd:boolean" />
  8149. </wsdl:message>
  8150. <wsdl:message name="mailingListModifyResponse" />
  8151. <wsdl:message name="managedServicesPartitionGetRequest">
  8152. <wsdl:part name="session" type="xsd:string" />
  8153. <wsdl:part name="domain" type="xsd:string" />
  8154. </wsdl:message>
  8155. <wsdl:message name="managedServicesPartitionGetResponse">
  8156. <wsdl:part name="return" type="typens:MyArrayOfManagedServicesPartitionStructType" />
  8157. </wsdl:message>
  8158. <wsdl:message name="telephonyAbbreviatedNumberListPaginatedRequest">
  8159. <wsdl:part name="session" type="xsd:string" />
  8160. <wsdl:part name="number" type="xsd:string" />
  8161. <wsdl:part name="country" type="xsd:string" />
  8162. <wsdl:part name="pagingStart" type="xsd:int" />
  8163. <wsdl:part name="pagingLimit" type="xsd:int" />
  8164. <wsdl:part name="sortField" type="xsd:string" />
  8165. <wsdl:part name="sortOrder" type="xsd:string" />
  8166. </wsdl:message>
  8167. <wsdl:message name="telephonyAbbreviatedNumberListPaginatedResponse">
  8168. <wsdl:part name="return" type="typens:telephonyAbbreviatedNumberListPaginatedReturn" />
  8169. </wsdl:message>
  8170. <wsdl:message name="telephonySetDefaultPrivateHolidaysEventsRequest">
  8171. <wsdl:part name="session" type="xsd:string" />
  8172. <wsdl:part name="number" type="xsd:string" />
  8173. <wsdl:part name="country" type="xsd:string" />
  8174. <wsdl:part name="defaultPublicHolidaysCountry" type="xsd:string" />
  8175. </wsdl:message>
  8176. <wsdl:message name="telephonySetDefaultPrivateHolidaysEventsResponse" />
  8177. <wsdl:message name="emailDelMasterNicRequest">
  8178. <wsdl:part name="session" type="xsd:string" />
  8179. <wsdl:part name="domain" type="xsd:string" />
  8180. </wsdl:message>
  8181. <wsdl:message name="emailDelMasterNicResponse" />
  8182. <wsdl:message name="redirectedEmailModifyRequest">
  8183. <wsdl:part name="session" type="xsd:string" />
  8184. <wsdl:part name="domain" type="xsd:string" />
  8185. <wsdl:part name="redirected" type="xsd:string" />
  8186. <wsdl:part name="old_target" type="xsd:string" />
  8187. <wsdl:part name="target" type="xsd:string" />
  8188. <wsdl:part name="subdomain" type="xsd:string" />
  8189. </wsdl:message>
  8190. <wsdl:message name="redirectedEmailModifyResponse" />
  8191. <wsdl:message name="telephonySpareServiceListRequest">
  8192. <wsdl:part name="session" type="xsd:string" />
  8193. <wsdl:part name="type" type="xsd:string" />
  8194. <wsdl:part name="spare" type="xsd:string" />
  8195. </wsdl:message>
  8196. <wsdl:message name="telephonySpareServiceListResponse">
  8197. <wsdl:part name="return" type="typens:MyArrayOfTelephonySpareServiceInfoStructType" />
  8198. </wsdl:message>
  8199. <wsdl:message name="popInfoRequest">
  8200. <wsdl:part name="session" type="xsd:string" />
  8201. <wsdl:part name="domain" type="xsd:string" />
  8202. <wsdl:part name="pop" type="xsd:string" />
  8203. </wsdl:message>
  8204. <wsdl:message name="popInfoResponse">
  8205. <wsdl:part name="return" type="typens:popStruct" />
  8206. </wsdl:message>
  8207. <wsdl:message name="zoneExportRequest">
  8208. <wsdl:part name="session" type="xsd:string" />
  8209. <wsdl:part name="domain" type="xsd:string" />
  8210. </wsdl:message>
  8211. <wsdl:message name="zoneExportResponse">
  8212. <wsdl:part name="return" type="xsd:string" />
  8213. </wsdl:message>
  8214. <wsdl:message name="dedicatedMrtgInfoRequest">
  8215. <wsdl:part name="session" type="xsd:string" />
  8216. <wsdl:part name="hostname" type="xsd:string" />
  8217. <wsdl:part name="type" type="xsd:string" />
  8218. <wsdl:part name="duration" type="xsd:string" />
  8219. <wsdl:part name="ip" type="xsd:string" />
  8220. </wsdl:message>
  8221. <wsdl:message name="dedicatedMrtgInfoResponse">
  8222. <wsdl:part name="return" type="typens:dedicatedMrtgInfoReturn" />
  8223. </wsdl:message>
  8224. <wsdl:message name="dedicatedBackupReinstallDataRequest">
  8225. <wsdl:part name="session" type="xsd:string" />
  8226. <wsdl:part name="hostname" type="xsd:string" />
  8227. <wsdl:part name="backupId" type="xsd:string" />
  8228. </wsdl:message>
  8229. <wsdl:message name="dedicatedBackupReinstallDataResponse" />
  8230. <wsdl:message name="serviceFreedomListRequest">
  8231. <wsdl:part name="session" type="xsd:string" />
  8232. <wsdl:part name="domain" type="xsd:string" />
  8233. <wsdl:part name="component" type="xsd:string" />
  8234. </wsdl:message>
  8235. <wsdl:message name="serviceFreedomListResponse">
  8236. <wsdl:part name="return" type="typens:MyArrayOfFreedomStructType" />
  8237. </wsdl:message>
  8238. <wsdl:message name="supportGetFullMessageRequest">
  8239. <wsdl:part name="session" type="xsd:string" />
  8240. <wsdl:part name="messageId" type="xsd:int" />
  8241. </wsdl:message>
  8242. <wsdl:message name="supportGetFullMessageResponse">
  8243. <wsdl:part name="return" type="typens:supportMessageDetailReturn" />
  8244. </wsdl:message>
  8245. <wsdl:message name="telephonySmsUserListCsvAttachmentRequest">
  8246. <wsdl:part name="smsAccount" type="xsd:string" />
  8247. <wsdl:part name="login" type="xsd:string" />
  8248. <wsdl:part name="password" type="xsd:string" />
  8249. <wsdl:part name="id" type="xsd:string" />
  8250. </wsdl:message>
  8251. <wsdl:message name="telephonySmsUserListCsvAttachmentResponse">
  8252. <wsdl:part name="return" type="typens:MyArrayOfTelephonySmsCsvSlotStructType" />
  8253. </wsdl:message>
  8254. <wsdl:message name="emailGetDomainCatchAllRequest">
  8255. <wsdl:part name="session" type="xsd:string" />
  8256. <wsdl:part name="domain" type="xsd:string" />
  8257. </wsdl:message>
  8258. <wsdl:message name="emailGetDomainCatchAllResponse">
  8259. <wsdl:part name="return" type="typens:catchAllGetReturn" />
  8260. </wsdl:message>
  8261. <wsdl:message name="telephonyFaxCallListRequest">
  8262. <wsdl:part name="session" type="xsd:string" />
  8263. <wsdl:part name="number" type="xsd:string" />
  8264. <wsdl:part name="country" type="xsd:string" />
  8265. <wsdl:part name="listBegin" type="xsd:int" />
  8266. <wsdl:part name="listLimit" type="xsd:int" />
  8267. <wsdl:part name="faxReceived" type="xsd:boolean" />
  8268. </wsdl:message>
  8269. <wsdl:message name="telephonyFaxCallListResponse">
  8270. <wsdl:part name="return" type="typens:telephonyFaxCallListReturn" />
  8271. </wsdl:message>
  8272. <wsdl:message name="telephonySmsUserSendRequest">
  8273. <wsdl:part name="login" type="xsd:string" />
  8274. <wsdl:part name="password" type="xsd:string" />
  8275. <wsdl:part name="smsAccount" type="xsd:string" />
  8276. <wsdl:part name="numberFrom" type="xsd:string" />
  8277. <wsdl:part name="numberTo" type="xsd:string" />
  8278. <wsdl:part name="message" type="xsd:string" />
  8279. <wsdl:part name="smsValidity" type="xsd:int" />
  8280. <wsdl:part name="smsClass" type="xsd:int" />
  8281. <wsdl:part name="smsDeferred" type="xsd:int" />
  8282. <wsdl:part name="smsPriority" type="xsd:int" />
  8283. <wsdl:part name="smsCoding" type="xsd:int" />
  8284. <wsdl:part name="tag" type="xsd:string" />
  8285. <wsdl:part name="noStop" type="xsd:boolean" />
  8286. </wsdl:message>
  8287. <wsdl:message name="telephonySmsUserSendResponse">
  8288. <wsdl:part name="return" type="xsd:int" />
  8289. </wsdl:message>
  8290. <wsdl:message name="mailingListAddRequest">
  8291. <wsdl:part name="session" type="xsd:string" />
  8292. <wsdl:part name="domain" type="xsd:string" />
  8293. <wsdl:part name="ml" type="xsd:string" />
  8294. <wsdl:part name="owner" type="xsd:string" />
  8295. <wsdl:part name="lang" type="xsd:string" />
  8296. <wsdl:part name="replyto" type="xsd:string" />
  8297. <wsdl:part name="message_moderation" type="xsd:boolean" />
  8298. <wsdl:part name="users_post_only" type="xsd:boolean" />
  8299. <wsdl:part name="subscription_moderation" type="xsd:boolean" />
  8300. </wsdl:message>
  8301. <wsdl:message name="mailingListAddResponse" />
  8302. <wsdl:message name="dedicatedBackupFtpInfoRequest">
  8303. <wsdl:part name="session" type="xsd:string" />
  8304. <wsdl:part name="hostname" type="xsd:string" />
  8305. </wsdl:message>
  8306. <wsdl:message name="dedicatedBackupFtpInfoResponse">
  8307. <wsdl:part name="return" type="typens:dedicatedBackupFtpInfoReturn" />
  8308. </wsdl:message>
  8309. <wsdl:message name="telephonyPhonebookOnGroupGroupListRequest">
  8310. <wsdl:part name="session" type="xsd:string" />
  8311. <wsdl:part name="group" type="xsd:string" />
  8312. <wsdl:part name="id" type="xsd:int" />
  8313. </wsdl:message>
  8314. <wsdl:message name="telephonyPhonebookOnGroupGroupListResponse">
  8315. <wsdl:part name="return" type="typens:MyArrayOfTelephonyPhonebookGroupStructType" />
  8316. </wsdl:message>
  8317. <wsdl:message name="telephonyClick2CallUserPasswordRequest">
  8318. <wsdl:part name="session" type="xsd:string" />
  8319. <wsdl:part name="number" type="xsd:string" />
  8320. <wsdl:part name="country" type="xsd:string" />
  8321. <wsdl:part name="login" type="xsd:string" />
  8322. <wsdl:part name="password" type="xsd:string" />
  8323. </wsdl:message>
  8324. <wsdl:message name="telephonyClick2CallUserPasswordResponse" />
  8325. <wsdl:message name="dedicatedMonitoringModifyRequest">
  8326. <wsdl:part name="session" type="xsd:string" />
  8327. <wsdl:part name="hostname" type="xsd:string" />
  8328. <wsdl:part name="id" type="xsd:string" />
  8329. <wsdl:part name="email" type="xsd:string" />
  8330. <wsdl:part name="language" type="xsd:string" />
  8331. <wsdl:part name="status" type="xsd:string" />
  8332. </wsdl:message>
  8333. <wsdl:message name="dedicatedMonitoringModifyResponse" />
  8334. <wsdl:message name="emailSetMasterNicRequest">
  8335. <wsdl:part name="session" type="xsd:string" />
  8336. <wsdl:part name="domain" type="xsd:string" />
  8337. <wsdl:part name="nic" type="xsd:string" />
  8338. </wsdl:message>
  8339. <wsdl:message name="emailSetMasterNicResponse" />
  8340. <wsdl:message name="sqlpriveMysqlDatabaseListRequest">
  8341. <wsdl:part name="session" type="xsd:string" />
  8342. <wsdl:part name="server" type="xsd:string" />
  8343. </wsdl:message>
  8344. <wsdl:message name="sqlpriveMysqlDatabaseListResponse">
  8345. <wsdl:part name="return" type="typens:MyArrayOfStringType" />
  8346. </wsdl:message>
  8347. <wsdl:message name="automatedMailReturnSetRequest">
  8348. <wsdl:part name="session" type="xsd:string" />
  8349. <wsdl:part name="domain" type="xsd:string" />
  8350. <wsdl:part name="email" type="xsd:string" />
  8351. </wsdl:message>
  8352. <wsdl:message name="automatedMailReturnSetResponse" />
  8353. <wsdl:message name="databaseRecreateRequest">
  8354. <wsdl:part name="session" type="xsd:string" />
  8355. <wsdl:part name="domain" type="xsd:string" />
  8356. <wsdl:part name="db" type="xsd:string" />
  8357. </wsdl:message>
  8358. <wsdl:message name="databaseRecreateResponse" />
  8359. <wsdl:message name="popModifyPasswordRequest">
  8360. <wsdl:part name="session" type="xsd:string" />
  8361. <wsdl:part name="domain" type="xsd:string" />
  8362. <wsdl:part name="pop" type="xsd:string" />
  8363. <wsdl:part name="password" type="xsd:string" />
  8364. <wsdl:part name="doNotSendMail" type="xsd:boolean" />
  8365. </wsdl:message>
  8366. <wsdl:message name="popModifyPasswordResponse" />
  8367. <wsdl:message name="responderEmailAddRequest">
  8368. <wsdl:part name="session" type="xsd:string" />
  8369. <wsdl:part name="domain" type="xsd:string" />
  8370. <wsdl:part name="responder" type="xsd:string" />
  8371. <wsdl:part name="content" type="xsd:string" />
  8372. <wsdl:part name="delivered_to" type="xsd:string" />
  8373. <wsdl:part name="nic" type="xsd:string" />
  8374. </wsdl:message>
  8375. <wsdl:message name="responderEmailAddResponse" />
  8376. <wsdl:message name="sqlpriveMysqlProcessListRequest">
  8377. <wsdl:part name="session" type="xsd:string" />
  8378. <wsdl:part name="server" type="xsd:string" />
  8379. </wsdl:message>
  8380. <wsdl:message name="sqlpriveMysqlProcessListResponse">
  8381. <wsdl:part name="return" type="typens:MyArrayOfSqlpriveMysqlProcessStructType" />
  8382. </wsdl:message>
  8383. <wsdl:message name="telephonySmsGetUserQuotaRequest">
  8384. <wsdl:part name="session" type="xsd:string" />
  8385. <wsdl:part name="smsAccount" type="xsd:string" />
  8386. <wsdl:part name="login" type="xsd:string" />
  8387. </wsdl:message>
  8388. <wsdl:message name="telephonySmsGetUserQuotaResponse">
  8389. <wsdl:part name="return" type="xsd:string" />
  8390. </wsdl:message>
  8391. <wsdl:message name="dedicatedGetRandomAvailableIpFromCountryRequest">
  8392. <wsdl:part name="session" type="xsd:string" />
  8393. <wsdl:part name="hostname" type="xsd:string" />
  8394. <wsdl:part name="country" type="xsd:string" />
  8395. </wsdl:message>
  8396. <wsdl:message name="dedicatedGetRandomAvailableIpFromCountryResponse">
  8397. <wsdl:part name="return" type="xsd:string" />
  8398. </wsdl:message>
  8399. <wsdl:message name="telephonySmsSenderDeleteRequest">
  8400. <wsdl:part name="session" type="xsd:string" />
  8401. <wsdl:part name="smsAccount" type="xsd:string" />
  8402. <wsdl:part name="number" type="xsd:string" />
  8403. </wsdl:message>
  8404. <wsdl:message name="telephonySmsSenderDeleteResponse" />
  8405. <wsdl:message name="telephonyToneStatusRequest">
  8406. <wsdl:part name="session" type="xsd:string" />
  8407. <wsdl:part name="number" type="xsd:string" />
  8408. <wsdl:part name="country" type="xsd:string" />
  8409. </wsdl:message>
  8410. <wsdl:message name="telephonyToneStatusResponse">
  8411. <wsdl:part name="return" type="typens:telephonyToneStatusReturn" />
  8412. </wsdl:message>
  8413. <wsdl:message name="telephonyDdiInfoRequest">
  8414. <wsdl:part name="session" type="xsd:string" />
  8415. <wsdl:part name="number" type="xsd:string" />
  8416. <wsdl:part name="country" type="xsd:string" />
  8417. </wsdl:message>
  8418. <wsdl:message name="telephonyDdiInfoResponse">
  8419. <wsdl:part name="return" type="typens:telephonyDdiInfoReturn" />
  8420. </wsdl:message>
  8421. <wsdl:message name="dedicatedInstallBasicProgressRequest">
  8422. <wsdl:part name="session" type="xsd:string" />
  8423. <wsdl:part name="hostname" type="xsd:string" />
  8424. </wsdl:message>
  8425. <wsdl:message name="dedicatedInstallBasicProgressResponse">
  8426. <wsdl:part name="return" type="typens:dedicatedBasicInstallProgressReturn" />
  8427. </wsdl:message>
  8428. <wsdl:message name="dedicatedAddServiceMonitoringAlertEmailRequest">
  8429. <wsdl:part name="session" type="xsd:string" />
  8430. <wsdl:part name="ip" type="xsd:string" />
  8431. <wsdl:part name="port" type="xsd:int" />
  8432. <wsdl:part name="itemId" type="xsd:int" />
  8433. <wsdl:part name="email" type="xsd:string" />
  8434. </wsdl:message>
  8435. <wsdl:message name="dedicatedAddServiceMonitoringAlertEmailResponse" />
  8436. <wsdl:message name="telephonyHuntingGroupListRequest">
  8437. <wsdl:part name="session" type="xsd:string" />
  8438. <wsdl:part name="number" type="xsd:string" />
  8439. <wsdl:part name="country" type="xsd:string" />
  8440. </wsdl:message>
  8441. <wsdl:message name="telephonyHuntingGroupListResponse">
  8442. <wsdl:part name="return" type="typens:MyArrayOfStringType" />
  8443. </wsdl:message>
  8444. <wsdl:message name="dedicatedFailoverUpdateRequest">
  8445. <wsdl:part name="session" type="xsd:string" />
  8446. <wsdl:part name="hostname" type="xsd:string" />
  8447. <wsdl:part name="ip" type="xsd:string" />
  8448. <wsdl:part name="routedTo" type="xsd:string" />
  8449. </wsdl:message>
  8450. <wsdl:message name="dedicatedFailoverUpdateResponse" />
  8451. <wsdl:message name="telephonyTrunkExternalDisplayedNumberListRequest">
  8452. <wsdl:part name="session" type="xsd:string" />
  8453. <wsdl:part name="number" type="xsd:string" />
  8454. <wsdl:part name="country" type="xsd:string" />
  8455. </wsdl:message>
  8456. <wsdl:message name="telephonyTrunkExternalDisplayedNumberListResponse">
  8457. <wsdl:part name="return" type="typens:MyArrayOfTelephonyTrunkExternalDisplayedNumberStructType" />
  8458. </wsdl:message>
  8459. <wsdl:message name="telephonyDirectoryListWayTypeRequest">
  8460. <wsdl:part name="session" type="xsd:string" />
  8461. </wsdl:message>
  8462. <wsdl:message name="telephonyDirectoryListWayTypeResponse">
  8463. <wsdl:part name="return" type="typens:MyArrayOfTelephonyDirectoryWayTypeStructType" />
  8464. </wsdl:message>
  8465. <wsdl:message name="telephonySmsUserHistoryCsvRequest">
  8466. <wsdl:part name="login" type="xsd:string" />
  8467. <wsdl:part name="password" type="xsd:string" />
  8468. <wsdl:part name="smsAccount" type="xsd:string" />
  8469. <wsdl:part name="smsId" type="xsd:int" />
  8470. <wsdl:part name="user" type="xsd:string" />
  8471. <wsdl:part name="pagingStart" type="xsd:int" />
  8472. <wsdl:part name="pagingLimit" type="xsd:int" />
  8473. <wsdl:part name="sortField" type="xsd:string" />
  8474. <wsdl:part name="sortOrder" type="xsd:string" />
  8475. <wsdl:part name="tag" type="xsd:string" />
  8476. <wsdl:part name="filter" type="xsd:string" />
  8477. </wsdl:message>
  8478. <wsdl:message name="telephonySmsUserHistoryCsvResponse">
  8479. <wsdl:part name="return" type="xsd:string" />
  8480. </wsdl:message>
  8481. <wsdl:message name="telephonyCallListRequest">
  8482. <wsdl:part name="session" type="xsd:string" />
  8483. <wsdl:part name="number" type="xsd:string" />
  8484. <wsdl:part name="country" type="xsd:string" />
  8485. <wsdl:part name="listBegin" type="xsd:int" />
  8486. <wsdl:part name="listLimit" type="xsd:int" />
  8487. <wsdl:part name="listType" type="xsd:string" />
  8488. <wsdl:part name="date" type="xsd:string" />
  8489. <wsdl:part name="callReceived" type="xsd:boolean" />
  8490. <wsdl:part name="filterSearch" type="xsd:string" />
  8491. <wsdl:part name="filterValue" type="xsd:string" />
  8492. <wsdl:part name="planType" type="xsd:string" />
  8493. </wsdl:message>
  8494. <wsdl:message name="telephonyCallListResponse">
  8495. <wsdl:part name="return" type="typens:telephonyCallListReturn" />
  8496. </wsdl:message>
  8497. <wsdl:message name="managedServicesPartitionUpdateRequest">
  8498. <wsdl:part name="session" type="xsd:string" />
  8499. <wsdl:part name="storage" type="xsd:string" />
  8500. <wsdl:part name="name" type="xsd:string" />
  8501. <wsdl:part name="size" type="xsd:int" />
  8502. </wsdl:message>
  8503. <wsdl:message name="managedServicesPartitionUpdateResponse" />
  8504. <wsdl:message name="telephonyGetDefaultPrivateHolidaysEventsRequest">
  8505. <wsdl:part name="session" type="xsd:string" />
  8506. </wsdl:message>
  8507. <wsdl:message name="telephonyGetDefaultPrivateHolidaysEventsResponse">
  8508. <wsdl:part name="return" type="typens:telephonyGetDefaultPrivateHolidaysEventsReturn" />
  8509. </wsdl:message>
  8510. <wsdl:message name="telephonySmsplusShortCodesListRequest">
  8511. <wsdl:part name="session" type="xsd:string" />
  8512. <wsdl:part name="shortCode" type="xsd:string" />
  8513. <wsdl:part name="shortCodeCategory" type="xsd:int" />
  8514. <wsdl:part name="publicType" type="xsd:string" />
  8515. <wsdl:part name="price" type="xsd:float" />
  8516. <wsdl:part name="rates" type="xsd:string" />
  8517. </wsdl:message>
  8518. <wsdl:message name="telephonySmsplusShortCodesListResponse">
  8519. <wsdl:part name="return" type="typens:MyArrayOfTelephonySmsplusChoicesStructType" />
  8520. </wsdl:message>
  8521. <wsdl:message name="dedicatedFilterIrcServerRuleAddRequest">
  8522. <wsdl:part name="session" type="xsd:string" />
  8523. <wsdl:part name="hostname" type="xsd:string" />
  8524. <wsdl:part name="toIp" type="xsd:string" />
  8525. </wsdl:message>
  8526. <wsdl:message name="dedicatedFilterIrcServerRuleAddResponse" />
  8527. <wsdl:message name="dedicatedVirtualMacIpAddRequest">
  8528. <wsdl:part name="session" type="xsd:string" />
  8529. <wsdl:part name="hostname" type="xsd:string" />
  8530. <wsdl:part name="ip" type="xsd:string" />
  8531. <wsdl:part name="newMac" type="xsd:string" />
  8532. <wsdl:part name="typeMac" type="xsd:string" />
  8533. <wsdl:part name="macName" type="xsd:string" />
  8534. <wsdl:part name="mac" type="xsd:string" />
  8535. </wsdl:message>
  8536. <wsdl:message name="dedicatedVirtualMacIpAddResponse">
  8537. <wsdl:part name="return" type="xsd:string" />
  8538. </wsdl:message>
  8539. <wsdl:message name="telephonyAliasToSipPossibilitiesRequest">
  8540. <wsdl:part name="session" type="xsd:string" />
  8541. <wsdl:part name="number" type="xsd:string" />
  8542. <wsdl:part name="country" type="xsd:string" />
  8543. </wsdl:message>
  8544. <wsdl:message name="telephonyAliasToSipPossibilitiesResponse">
  8545. <wsdl:part name="return" type="typens:MyArrayOfTelephonyAliasToLinePossibilityPriceStructType" />
  8546. </wsdl:message>
  8547. <wsdl:message name="telephonyAbbreviatedNumberOnGroupAddRequest">
  8548. <wsdl:part name="session" type="xsd:string" />
  8549. <wsdl:part name="group" type="xsd:string" />
  8550. <wsdl:part name="abbreviatedNumber" type="xsd:string" />
  8551. <wsdl:part name="relatedNumber" type="xsd:string" />
  8552. <wsdl:part name="name" type="xsd:string" />
  8553. <wsdl:part name="surname" type="xsd:string" />
  8554. </wsdl:message>
  8555. <wsdl:message name="telephonyAbbreviatedNumberOnGroupAddResponse" />
  8556. <wsdl:message name="telephonyHuntingModificationQueueRequest">
  8557. <wsdl:part name="session" type="xsd:string" />
  8558. <wsdl:part name="number" type="xsd:string" />
  8559. <wsdl:part name="country" type="xsd:string" />
  8560. <wsdl:part name="billingAccount" type="xsd:string" />
  8561. <wsdl:part name="onHoldTimer" type="xsd:int" />
  8562. <wsdl:part name="queueSize" type="xsd:int" />
  8563. </wsdl:message>
  8564. <wsdl:message name="telephonyHuntingModificationQueueResponse" />
  8565. <wsdl:message name="telephonyDirectoryInfoRequest">
  8566. <wsdl:part name="session" type="xsd:string" />
  8567. <wsdl:part name="callNumber" type="xsd:string" />
  8568. <wsdl:part name="countryCode" type="xsd:string" />
  8569. </wsdl:message>
  8570. <wsdl:message name="telephonyDirectoryInfoResponse">
  8571. <wsdl:part name="return" type="typens:telephonyDirectoryInfoReturn" />
  8572. </wsdl:message>
  8573. <wsdl:message name="telephonyBillDetailsRequest">
  8574. <wsdl:part name="session" type="xsd:string" />
  8575. <wsdl:part name="billingAccount" type="xsd:string" />
  8576. <wsdl:part name="date" type="xsd:string" />
  8577. </wsdl:message>
  8578. <wsdl:message name="telephonyBillDetailsResponse">
  8579. <wsdl:part name="return" type="typens:telephonyBillDetailsReturn" />
  8580. </wsdl:message>
  8581. <wsdl:message name="dedicatedRipeGetRipeIdsRequest">
  8582. <wsdl:part name="session" type="xsd:string" />
  8583. </wsdl:message>
  8584. <wsdl:message name="dedicatedRipeGetRipeIdsResponse">
  8585. <wsdl:part name="return" type="typens:MyArrayOfStringType" />
  8586. </wsdl:message>
  8587. <wsdl:message name="telephonyLineLogsNotificationOptionsModifyRequest">
  8588. <wsdl:part name="session" type="xsd:string" />
  8589. <wsdl:part name="number" type="xsd:string" />
  8590. <wsdl:part name="country" type="xsd:string" />
  8591. <wsdl:part name="frequency" type="xsd:string" />
  8592. <wsdl:part name="sendIfNull" type="xsd:boolean" />
  8593. <wsdl:part name="email" type="xsd:string" />
  8594. </wsdl:message>
  8595. <wsdl:message name="telephonyLineLogsNotificationOptionsModifyResponse" />
  8596. <wsdl:message name="dnsInstallCustomRequest">
  8597. <wsdl:part name="session" type="xsd:string" />
  8598. <wsdl:part name="domain" type="xsd:string" />
  8599. <wsdl:part name="subdomain" type="xsd:string" />
  8600. <wsdl:part name="hostingtype" type="xsd:string" />
  8601. <wsdl:part name="hosting" type="xsd:string" />
  8602. <wsdl:part name="mxtype" type="xsd:string" />
  8603. <wsdl:part name="mx" type="xsd:string" />
  8604. <wsdl:part name="country" type="xsd:string" />
  8605. <wsdl:part name="minimized" type="xsd:boolean" />
  8606. </wsdl:message>
  8607. <wsdl:message name="dnsInstallCustomResponse" />
  8608. <wsdl:message name="sqlpriveMysqlActivateOvhManagementRequest">
  8609. <wsdl:part name="session" type="xsd:string" />
  8610. <wsdl:part name="server" type="xsd:string" />
  8611. </wsdl:message>
  8612. <wsdl:message name="sqlpriveMysqlActivateOvhManagementResponse" />
  8613. <wsdl:message name="telephonyClick2CallDoBySessionRequest">
  8614. <wsdl:part name="session" type="xsd:string" />
  8615. <wsdl:part name="calling" type="xsd:string" />
  8616. <wsdl:part name="called" type="xsd:string" />
  8617. <wsdl:part name="billingNumber" type="xsd:string" />
  8618. </wsdl:message>
  8619. <wsdl:message name="telephonyClick2CallDoBySessionResponse" />
  8620. <wsdl:message name="telephonyAbbreviatedNumberAddRequest">
  8621. <wsdl:part name="session" type="xsd:string" />
  8622. <wsdl:part name="number" type="xsd:string" />
  8623. <wsdl:part name="country" type="xsd:string" />
  8624. <wsdl:part name="abbreviatedNumber" type="xsd:string" />
  8625. <wsdl:part name="relatedNumber" type="xsd:string" />
  8626. <wsdl:part name="name" type="xsd:string" />
  8627. <wsdl:part name="surname" type="xsd:string" />
  8628. </wsdl:message>
  8629. <wsdl:message name="telephonyAbbreviatedNumberAddResponse" />
  8630. <wsdl:message name="prepaidGetThresholdRequest">
  8631. <wsdl:part name="session" type="xsd:string" />
  8632. <wsdl:part name="nic" type="xsd:string" />
  8633. </wsdl:message>
  8634. <wsdl:message name="prepaidGetThresholdResponse">
  8635. <wsdl:part name="return" type="xsd:int" />
  8636. </wsdl:message>
  8637. <wsdl:message name="domainWhoisObfuscatorUnsetAllRequest">
  8638. <wsdl:part name="session" type="xsd:string" />
  8639. </wsdl:message>
  8640. <wsdl:message name="domainWhoisObfuscatorUnsetAllResponse" />
  8641. <wsdl:message name="multiFtpDelRequest">
  8642. <wsdl:part name="session" type="xsd:string" />
  8643. <wsdl:part name="domain" type="xsd:string" />
  8644. <wsdl:part name="login" type="xsd:string" />
  8645. </wsdl:message>
  8646. <wsdl:message name="multiFtpDelResponse" />
  8647. <wsdl:message name="sqlpriveMysqlGetPossibleDumpRequest">
  8648. <wsdl:part name="session" type="xsd:string" />
  8649. <wsdl:part name="server" type="xsd:string" />
  8650. <wsdl:part name="directory" type="xsd:string" />
  8651. </wsdl:message>
  8652. <wsdl:message name="sqlpriveMysqlGetPossibleDumpResponse">
  8653. <wsdl:part name="return" type="typens:MyArrayOfSqlpriveGetPossibleDumpStructType" />
  8654. </wsdl:message>
  8655. <wsdl:message name="telephonyNumberOrderRequest">
  8656. <wsdl:part name="session" type="xsd:string" />
  8657. <wsdl:part name="billingAccount" type="xsd:string" />
  8658. <wsdl:part name="aliasNumber" type="xsd:string" />
  8659. <wsdl:part name="prefix" type="xsd:string" />
  8660. <wsdl:part name="country" type="xsd:string" />
  8661. <wsdl:part name="name" type="xsd:string" />
  8662. <wsdl:part name="firstname" type="xsd:string" />
  8663. <wsdl:part name="streetName" type="xsd:string" />
  8664. <wsdl:part name="streetNumber" type="xsd:string" />
  8665. <wsdl:part name="zip" type="xsd:string" />
  8666. <wsdl:part name="city" type="xsd:string" />
  8667. <wsdl:part name="email" type="xsd:string" />
  8668. <wsdl:part name="numberToReserve" type="xsd:string" />
  8669. <wsdl:part name="procedureId" type="xsd:int" />
  8670. <wsdl:part name="legalForm" type="xsd:string" />
  8671. <wsdl:part name="siret" type="xsd:string" />
  8672. <wsdl:part name="ape" type="xsd:string" />
  8673. <wsdl:part name="socialNomination" type="xsd:string" />
  8674. <wsdl:part name="displayUniversalDirectory" type="xsd:string" />
  8675. <wsdl:part name="retractation" type="xsd:string" />
  8676. </wsdl:message>
  8677. <wsdl:message name="telephonyNumberOrderResponse">
  8678. <wsdl:part name="return" type="typens:telephonyNumberOrderReturn" />
  8679. </wsdl:message>
  8680. <wsdl:message name="telephonyLineSetIpRestrictionRequest">
  8681. <wsdl:part name="session" type="xsd:string" />
  8682. <wsdl:part name="number" type="xsd:string" />
  8683. <wsdl:part name="country" type="xsd:string" />
  8684. <wsdl:part name="ips" type="typens:MyArrayOfStringType" />
  8685. </wsdl:message>
  8686. <wsdl:message name="telephonyLineSetIpRestrictionResponse" />
  8687. <wsdl:message name="prepaidGetHistoryRequest">
  8688. <wsdl:part name="session" type="xsd:string" />
  8689. <wsdl:part name="nic" type="xsd:string" />
  8690. <wsdl:part name="page" type="xsd:int" />
  8691. </wsdl:message>
  8692. <wsdl:message name="prepaidGetHistoryResponse">
  8693. <wsdl:part name="return" type="typens:prepaidGetHistoryReturn" />
  8694. </wsdl:message>
  8695. <wsdl:message name="telephonyLineSetCodecsRequest">
  8696. <wsdl:part name="session" type="xsd:string" />
  8697. <wsdl:part name="number" type="xsd:string" />
  8698. <wsdl:part name="country" type="xsd:string" />
  8699. <wsdl:part name="codecs" type="xsd:string" />
  8700. </wsdl:message>
  8701. <wsdl:message name="telephonyLineSetCodecsResponse" />
  8702. <wsdl:message name="telephonyNumberCityForZoneListRequest">
  8703. <wsdl:part name="session" type="xsd:string" />
  8704. <wsdl:part name="zone" type="xsd:string" />
  8705. </wsdl:message>
  8706. <wsdl:message name="telephonyNumberCityForZoneListResponse">
  8707. <wsdl:part name="return" type="typens:MyArrayOfTelephonyNumberCityForZoneStructType" />
  8708. </wsdl:message>
  8709. <wsdl:message name="redirectedEmailDelRequest">
  8710. <wsdl:part name="session" type="xsd:string" />
  8711. <wsdl:part name="domain" type="xsd:string" />
  8712. <wsdl:part name="redirected" type="xsd:string" />
  8713. <wsdl:part name="target" type="xsd:string" />
  8714. <wsdl:part name="subdomain" type="xsd:string" />
  8715. </wsdl:message>
  8716. <wsdl:message name="redirectedEmailDelResponse" />
  8717. <wsdl:message name="dedicatedInfoRequest">
  8718. <wsdl:part name="session" type="xsd:string" />
  8719. <wsdl:part name="hostname" type="xsd:string" />
  8720. </wsdl:message>
  8721. <wsdl:message name="dedicatedInfoResponse">
  8722. <wsdl:part name="return" type="typens:dedicatedInfoReturn" />
  8723. </wsdl:message>
  8724. <wsdl:message name="dedicatedBackupUpdateDateRequest">
  8725. <wsdl:part name="session" type="xsd:string" />
  8726. <wsdl:part name="hostname" type="xsd:string" />
  8727. <wsdl:part name="backupId" type="xsd:string" />
  8728. <wsdl:part name="monday" type="xsd:string" />
  8729. <wsdl:part name="tuesday" type="xsd:string" />
  8730. <wsdl:part name="wednesday" type="xsd:string" />
  8731. <wsdl:part name="thursday" type="xsd:string" />
  8732. <wsdl:part name="friday" type="xsd:string" />
  8733. <wsdl:part name="saturday" type="xsd:string" />
  8734. <wsdl:part name="sunday" type="xsd:string" />
  8735. </wsdl:message>
  8736. <wsdl:message name="dedicatedBackupUpdateDateResponse" />
  8737. <wsdl:message name="domainOperationListRequest">
  8738. <wsdl:part name="session" type="xsd:string" />
  8739. <wsdl:part name="domain" type="xsd:string" />
  8740. <wsdl:part name="status" type="xsd:string" />
  8741. </wsdl:message>
  8742. <wsdl:message name="domainOperationListResponse">
  8743. <wsdl:part name="return" type="typens:MyArrayOfOperationStructType" />
  8744. </wsdl:message>
  8745. <wsdl:message name="telephonyTonesOptionsModifyRequest">
  8746. <wsdl:part name="session" type="xsd:string" />
  8747. <wsdl:part name="number" type="xsd:string" />
  8748. <wsdl:part name="country" type="xsd:string" />
  8749. <wsdl:part name="toneRingback" type="xsd:string" />
  8750. <wsdl:part name="toneOnHold" type="xsd:string" />
  8751. <wsdl:part name="toneOnClosure" type="xsd:string" />
  8752. <wsdl:part name="toneOnCallWaiting" type="xsd:string" />
  8753. </wsdl:message>
  8754. <wsdl:message name="telephonyTonesOptionsModifyResponse" />
  8755. <wsdl:message name="popAttachMasterNicRequest">
  8756. <wsdl:part name="session" type="xsd:string" />
  8757. <wsdl:part name="domain" type="xsd:string" />
  8758. <wsdl:part name="pop" type="xsd:string" />
  8759. <wsdl:part name="nic" type="xsd:string" />
  8760. </wsdl:message>
  8761. <wsdl:message name="popAttachMasterNicResponse" />
  8762. <wsdl:message name="telephonyVoicemailMessagesRemoteUploadRequest">
  8763. <wsdl:part name="session" type="xsd:string" />
  8764. <wsdl:part name="number" type="xsd:string" />
  8765. <wsdl:part name="country" type="xsd:string" />
  8766. <wsdl:part name="messType" type="xsd:string" />
  8767. <wsdl:part name="filename" type="xsd:string" />
  8768. <wsdl:part name="url" type="xsd:string" />
  8769. </wsdl:message>
  8770. <wsdl:message name="telephonyVoicemailMessagesRemoteUploadResponse" />
  8771. <wsdl:message name="crontabInfoRequest">
  8772. <wsdl:part name="session" type="xsd:string" />
  8773. <wsdl:part name="domain" type="xsd:string" />
  8774. <wsdl:part name="id" type="xsd:int" />
  8775. </wsdl:message>
  8776. <wsdl:message name="crontabInfoResponse">
  8777. <wsdl:part name="return" type="typens:crontabInfoReturn" />
  8778. </wsdl:message>
  8779. <wsdl:message name="serviceGroupSetNameRequest">
  8780. <wsdl:part name="session" type="xsd:string" />
  8781. <wsdl:part name="name" type="xsd:string" />
  8782. <wsdl:part name="newName" type="xsd:string" />
  8783. </wsdl:message>
  8784. <wsdl:message name="serviceGroupSetNameResponse" />
  8785. <wsdl:message name="telephonyOfferInfoRequest">
  8786. <wsdl:part name="session" type="xsd:string" />
  8787. <wsdl:part name="number" type="xsd:string" />
  8788. <wsdl:part name="country" type="xsd:string" />
  8789. </wsdl:message>
  8790. <wsdl:message name="telephonyOfferInfoResponse">
  8791. <wsdl:part name="return" type="typens:telephonyOfferInfoReturn" />
  8792. </wsdl:message>
  8793. <wsdl:message name="multiDomainAddRequest">
  8794. <wsdl:part name="session" type="xsd:string" />
  8795. <wsdl:part name="domain" type="xsd:string" />
  8796. <wsdl:part name="multidomain" type="xsd:string" />
  8797. <wsdl:part name="target" type="xsd:string" />
  8798. <wsdl:part name="country" type="xsd:string" />
  8799. <wsdl:part name="ownLog" type="xsd:boolean" />
  8800. </wsdl:message>
  8801. <wsdl:message name="multiDomainAddResponse" />
  8802. <wsdl:message name="telephonyPhonebookDelRequest">
  8803. <wsdl:part name="session" type="xsd:string" />
  8804. <wsdl:part name="number" type="xsd:string" />
  8805. <wsdl:part name="country" type="xsd:string" />
  8806. <wsdl:part name="id" type="xsd:int" />
  8807. </wsdl:message>
  8808. <wsdl:message name="telephonyPhonebookDelResponse" />
  8809. <wsdl:message name="redirectedEmailListRequest">
  8810. <wsdl:part name="session" type="xsd:string" />
  8811. <wsdl:part name="domain" type="xsd:string" />
  8812. </wsdl:message>
  8813. <wsdl:message name="redirectedEmailListResponse">
  8814. <wsdl:part name="return" type="typens:MyArrayOfEmailRedirectionStructType" />
  8815. </wsdl:message>
  8816. <wsdl:message name="telephonySmsUserAddRequest">
  8817. <wsdl:part name="session" type="xsd:string" />
  8818. <wsdl:part name="smsAccount" type="xsd:string" />
  8819. <wsdl:part name="login" type="xsd:string" />
  8820. <wsdl:part name="password" type="xsd:string" />
  8821. </wsdl:message>
  8822. <wsdl:message name="telephonySmsUserAddResponse" />
  8823. <wsdl:message name="nicUpdateITRequest">
  8824. <wsdl:part name="session" type="xsd:string" />
  8825. <wsdl:part name="nic" type="xsd:string" />
  8826. <wsdl:part name="name" type="xsd:string" />
  8827. <wsdl:part name="firstname" type="xsd:string" />
  8828. <wsdl:part name="sex" type="xsd:string" />
  8829. <wsdl:part name="legalForm" type="xsd:string" />
  8830. <wsdl:part name="organisation" type="xsd:string" />
  8831. <wsdl:part name="legalName" type="xsd:string" />
  8832. <wsdl:part name="legalNumber" type="xsd:string" />
  8833. <wsdl:part name="vat" type="xsd:string" />
  8834. <wsdl:part name="birthDay" type="xsd:string" />
  8835. <wsdl:part name="birthCity" type="xsd:string" />
  8836. <wsdl:part name="nationalIdentificationNumber" type="xsd:string" />
  8837. <wsdl:part name="companyNationalIdentificationNumber" type="xsd:string" />
  8838. <wsdl:part name="corporationType" type="xsd:string" />
  8839. </wsdl:message>
  8840. <wsdl:message name="nicUpdateITResponse" />
  8841. <wsdl:message name="telephonySmsUserHistoryRequest">
  8842. <wsdl:part name="login" type="xsd:string" />
  8843. <wsdl:part name="password" type="xsd:string" />
  8844. <wsdl:part name="smsAccount" type="xsd:string" />
  8845. <wsdl:part name="smsId" type="xsd:int" />
  8846. <wsdl:part name="user" type="xsd:string" />
  8847. <wsdl:part name="pagingStart" type="xsd:int" />
  8848. <wsdl:part name="pagingLimit" type="xsd:int" />
  8849. <wsdl:part name="sortField" type="xsd:string" />
  8850. <wsdl:part name="sortOrder" type="xsd:string" />
  8851. <wsdl:part name="tag" type="xsd:string" />
  8852. <wsdl:part name="filter" type="xsd:string" />
  8853. </wsdl:message>
  8854. <wsdl:message name="telephonySmsUserHistoryResponse">
  8855. <wsdl:part name="return" type="typens:MyArrayOfTelephonySmsHistoryStructType" />
  8856. </wsdl:message>
  8857. <wsdl:message name="dedicatedMonitoringStatusGetRequest">
  8858. <wsdl:part name="session" type="xsd:string" />
  8859. <wsdl:part name="hostname" type="xsd:string" />
  8860. </wsdl:message>
  8861. <wsdl:message name="dedicatedMonitoringStatusGetResponse">
  8862. <wsdl:part name="return" type="typens:dedicatedMonitoringStatusReturn" />
  8863. </wsdl:message>
  8864. <wsdl:message name="ripeUpdateOrganisationRequest">
  8865. <wsdl:part name="session" type="xsd:string" />
  8866. <wsdl:part name="ripeId" type="xsd:string" />
  8867. <wsdl:part name="name" type="xsd:string" />
  8868. <wsdl:part name="address" type="xsd:string" />
  8869. <wsdl:part name="email" type="xsd:string" />
  8870. <wsdl:part name="abuse" type="xsd:string" />
  8871. <wsdl:part name="descr" type="xsd:string" />
  8872. <wsdl:part name="phone" type="xsd:string" />
  8873. <wsdl:part name="fax" type="xsd:string" />
  8874. <wsdl:part name="remarks" type="xsd:string" />
  8875. </wsdl:message>
  8876. <wsdl:message name="ripeUpdateOrganisationResponse">
  8877. <wsdl:part name="return" type="typens:ripeUpdateReturn" />
  8878. </wsdl:message>
  8879. <wsdl:message name="telephonySmsUserGetCallBackRequest">
  8880. <wsdl:part name="login" type="xsd:string" />
  8881. <wsdl:part name="password" type="xsd:string" />
  8882. <wsdl:part name="smsAccount" type="xsd:string" />
  8883. </wsdl:message>
  8884. <wsdl:message name="telephonySmsUserGetCallBackResponse">
  8885. <wsdl:part name="return" type="xsd:string" />
  8886. </wsdl:message>
  8887. <wsdl:message name="dedicatedNetbootModifyRequest">
  8888. <wsdl:part name="session" type="xsd:string" />
  8889. <wsdl:part name="hostname" type="xsd:string" />
  8890. <wsdl:part name="kernel" type="xsd:string" />
  8891. <wsdl:part name="cpufamily" type="xsd:string" />
  8892. <wsdl:part name="grsec" type="xsd:boolean" />
  8893. <wsdl:part name="smp" type="xsd:boolean" />
  8894. <wsdl:part name="ipv6" type="xsd:boolean" />
  8895. <wsdl:part name="root" type="xsd:string" />
  8896. <wsdl:part name="rescueEmail" type="xsd:string" />
  8897. <wsdl:part name="hz" type="xsd:string" />
  8898. </wsdl:message>
  8899. <wsdl:message name="dedicatedNetbootModifyResponse" />
  8900. <wsdl:message name="subDomainListRequest">
  8901. <wsdl:part name="session" type="xsd:string" />
  8902. <wsdl:part name="domain" type="xsd:string" />
  8903. </wsdl:message>
  8904. <wsdl:message name="subDomainListResponse">
  8905. <wsdl:part name="return" type="typens:MyArrayOfSubDomainStructType" />
  8906. </wsdl:message>
  8907. <wsdl:message name="sqlpriveFtpPasswordRequest">
  8908. <wsdl:part name="session" type="xsd:string" />
  8909. <wsdl:part name="server" type="xsd:string" />
  8910. <wsdl:part name="password" type="xsd:string" />
  8911. </wsdl:message>
  8912. <wsdl:message name="sqlpriveFtpPasswordResponse" />
  8913. <wsdl:message name="telephonyOfferModifyPasswordRequest">
  8914. <wsdl:part name="session" type="xsd:string" />
  8915. <wsdl:part name="number" type="xsd:string" />
  8916. <wsdl:part name="country" type="xsd:string" />
  8917. <wsdl:part name="password" type="xsd:string" />
  8918. </wsdl:message>
  8919. <wsdl:message name="telephonyOfferModifyPasswordResponse" />
  8920. <wsdl:message name="dnsUninstallRequest">
  8921. <wsdl:part name="session" type="xsd:string" />
  8922. <wsdl:part name="domain" type="xsd:string" />
  8923. </wsdl:message>
  8924. <wsdl:message name="dnsUninstallResponse" />
  8925. <wsdl:message name="dedicatedFilterIrcClientRuleListRequest">
  8926. <wsdl:part name="session" type="xsd:string" />
  8927. <wsdl:part name="hostname" type="xsd:string" />
  8928. </wsdl:message>
  8929. <wsdl:message name="dedicatedFilterIrcClientRuleListResponse">
  8930. <wsdl:part name="return" type="typens:MyArrayOfDedicatedFilterIrcRuleStructType" />
  8931. </wsdl:message>
  8932. <wsdl:message name="telephonyFunctionKeyAddRequest">
  8933. <wsdl:part name="session" type="xsd:string" />
  8934. <wsdl:part name="number" type="xsd:string" />
  8935. <wsdl:part name="country" type="xsd:string" />
  8936. <wsdl:part name="keyNum" type="xsd:int" />
  8937. <wsdl:part name="function" type="xsd:string" />
  8938. <wsdl:part name="relatedNumber" type="xsd:string" />
  8939. </wsdl:message>
  8940. <wsdl:message name="telephonyFunctionKeyAddResponse" />
  8941. <wsdl:message name="telephonyPhonebookListRequest">
  8942. <wsdl:part name="session" type="xsd:string" />
  8943. <wsdl:part name="number" type="xsd:string" />
  8944. <wsdl:part name="country" type="xsd:string" />
  8945. </wsdl:message>
  8946. <wsdl:message name="telephonyPhonebookListResponse">
  8947. <wsdl:part name="return" type="typens:MyArrayOfTelephonyPhonebookStructType" />
  8948. </wsdl:message>
  8949. <wsdl:message name="telephonyPlugAndPhoneResetRequest">
  8950. <wsdl:part name="session" type="xsd:string" />
  8951. <wsdl:part name="number" type="xsd:string" />
  8952. <wsdl:part name="country" type="xsd:string" />
  8953. <wsdl:part name="ip" type="xsd:string" />
  8954. </wsdl:message>
  8955. <wsdl:message name="telephonyPlugAndPhoneResetResponse">
  8956. <wsdl:part name="return" type="typens:telephonyPlugAndPhoneReinitConfigurationReturn" />
  8957. </wsdl:message>
  8958. <wsdl:message name="sqlpriveMysqlRootPasswordRequest">
  8959. <wsdl:part name="session" type="xsd:string" />
  8960. <wsdl:part name="server" type="xsd:string" />
  8961. <wsdl:part name="password" type="xsd:string" />
  8962. </wsdl:message>
  8963. <wsdl:message name="sqlpriveMysqlRootPasswordResponse" />
  8964. <wsdl:message name="telephonySpareInfoRequest">
  8965. <wsdl:part name="session" type="xsd:string" />
  8966. <wsdl:part name="type" type="xsd:string" />
  8967. <wsdl:part name="spare" type="xsd:string" />
  8968. </wsdl:message>
  8969. <wsdl:message name="telephonySpareInfoResponse">
  8970. <wsdl:part name="return" type="typens:telephonySpareInfoStruct" />
  8971. </wsdl:message>
  8972. <wsdl:message name="telephonySmsUserDelRequest">
  8973. <wsdl:part name="session" type="xsd:string" />
  8974. <wsdl:part name="smsAccount" type="xsd:string" />
  8975. <wsdl:part name="login" type="xsd:string" />
  8976. </wsdl:message>
  8977. <wsdl:message name="telephonySmsUserDelResponse" />
  8978. <wsdl:message name="emailSetDomainMxFilteringRequest">
  8979. <wsdl:part name="session" type="xsd:string" />
  8980. <wsdl:part name="domain" type="xsd:string" />
  8981. <wsdl:part name="subdomain" type="xsd:string" />
  8982. <wsdl:part name="type" type="xsd:string" />
  8983. <wsdl:part name="mx" type="xsd:string" />
  8984. </wsdl:message>
  8985. <wsdl:message name="emailSetDomainMxFilteringResponse" />
  8986. <wsdl:message name="telephonyVoicemailMessagesStatusRequest">
  8987. <wsdl:part name="session" type="xsd:string" />
  8988. <wsdl:part name="number" type="xsd:string" />
  8989. <wsdl:part name="country" type="xsd:string" />
  8990. </wsdl:message>
  8991. <wsdl:message name="telephonyVoicemailMessagesStatusResponse">
  8992. <wsdl:part name="return" type="typens:telephonyVoicemailMessagesStatusReturn" />
  8993. </wsdl:message>
  8994. <wsdl:message name="telephonyPhonebookModifyRequest">
  8995. <wsdl:part name="session" type="xsd:string" />
  8996. <wsdl:part name="number" type="xsd:string" />
  8997. <wsdl:part name="country" type="xsd:string" />
  8998. <wsdl:part name="id" type="xsd:int" />
  8999. <wsdl:part name="name" type="xsd:string" />
  9000. </wsdl:message>
  9001. <wsdl:message name="telephonyPhonebookModifyResponse" />
  9002. <wsdl:message name="dedicatedIPForUDPMoveRequest">
  9003. <wsdl:part name="session" type="xsd:string" />
  9004. <wsdl:part name="hostname" type="xsd:string" />
  9005. <wsdl:part name="hostnameTo" type="xsd:string" />
  9006. <wsdl:part name="ip" type="xsd:string" />
  9007. </wsdl:message>
  9008. <wsdl:message name="dedicatedIPForUDPMoveResponse" />
  9009. <wsdl:message name="nicUpdateRequest">
  9010. <wsdl:part name="session" type="xsd:string" />
  9011. <wsdl:part name="nic" type="xsd:string" />
  9012. <wsdl:part name="name" type="xsd:string" />
  9013. <wsdl:part name="firstname" type="xsd:string" />
  9014. <wsdl:part name="legalForm" type="xsd:string" />
  9015. <wsdl:part name="organisation" type="xsd:string" />
  9016. <wsdl:part name="legalName" type="xsd:string" />
  9017. <wsdl:part name="legalNumber" type="xsd:string" />
  9018. <wsdl:part name="vat" type="xsd:string" />
  9019. </wsdl:message>
  9020. <wsdl:message name="nicUpdateResponse" />
  9021. <wsdl:message name="passwordManagerRequest">
  9022. <wsdl:part name="session" type="xsd:string" />
  9023. <wsdl:part name="currentPassword" type="xsd:string" />
  9024. <wsdl:part name="password" type="xsd:string" />
  9025. </wsdl:message>
  9026. <wsdl:message name="passwordManagerResponse" />
  9027. <wsdl:message name="telephonyOfferModifyNameRequest">
  9028. <wsdl:part name="session" type="xsd:string" />
  9029. <wsdl:part name="number" type="xsd:string" />
  9030. <wsdl:part name="country" type="xsd:string" />
  9031. <wsdl:part name="name" type="xsd:string" />
  9032. </wsdl:message>
  9033. <wsdl:message name="telephonyOfferModifyNameResponse" />
  9034. <wsdl:message name="notepadFlushRequest">
  9035. <wsdl:part name="session" type="xsd:string" />
  9036. </wsdl:message>
  9037. <wsdl:message name="notepadFlushResponse" />
  9038. <wsdl:message name="telephonySmsSetCallBackRequest">
  9039. <wsdl:part name="session" type="xsd:string" />
  9040. <wsdl:part name="smsAccount" type="xsd:string" />
  9041. <wsdl:part name="callBack" type="xsd:string" />
  9042. </wsdl:message>
  9043. <wsdl:message name="telephonySmsSetCallBackResponse" />
  9044. <wsdl:message name="multiDomainModifyRequest">
  9045. <wsdl:part name="session" type="xsd:string" />
  9046. <wsdl:part name="domain" type="xsd:string" />
  9047. <wsdl:part name="multidomain" type="xsd:string" />
  9048. <wsdl:part name="target" type="xsd:string" />
  9049. <wsdl:part name="country" type="xsd:string" />
  9050. <wsdl:part name="ownLog" type="xsd:boolean" />
  9051. </wsdl:message>
  9052. <wsdl:message name="multiDomainModifyResponse" />
  9053. <wsdl:message name="languageRequest">
  9054. <wsdl:part name="session" type="xsd:string" />
  9055. <wsdl:part name="language" type="xsd:string" />
  9056. </wsdl:message>
  9057. <wsdl:message name="languageResponse">
  9058. <wsdl:part name="return" type="xsd:string" />
  9059. </wsdl:message>
  9060. <wsdl:message name="dedicatedMonitoringSMSModifyRequest">
  9061. <wsdl:part name="session" type="xsd:string" />
  9062. <wsdl:part name="hostname" type="xsd:string" />
  9063. <wsdl:part name="id" type="xsd:string" />
  9064. <wsdl:part name="smsAccount" type="xsd:string" />
  9065. <wsdl:part name="phoneNumberTo" type="xsd:string" />
  9066. <wsdl:part name="language" type="xsd:string" />
  9067. <wsdl:part name="status" type="xsd:string" />
  9068. </wsdl:message>
  9069. <wsdl:message name="dedicatedMonitoringSMSModifyResponse" />
  9070. <wsdl:message name="telephonyPhonebookGroupListRequest">
  9071. <wsdl:part name="session" type="xsd:string" />
  9072. <wsdl:part name="number" type="xsd:string" />
  9073. <wsdl:part name="country" type="xsd:string" />
  9074. <wsdl:part name="id" type="xsd:int" />
  9075. </wsdl:message>
  9076. <wsdl:message name="telephonyPhonebookGroupListResponse">
  9077. <wsdl:part name="return" type="typens:MyArrayOfTelephonyPhonebookGroupStructType" />
  9078. </wsdl:message>
  9079. <wsdl:message name="logsAccessDelRequest">
  9080. <wsdl:part name="session" type="xsd:string" />
  9081. <wsdl:part name="domain" type="xsd:string" />
  9082. <wsdl:part name="user" type="xsd:string" />
  9083. </wsdl:message>
  9084. <wsdl:message name="logsAccessDelResponse" />
  9085. <wsdl:message name="logsAccessAddRequest">
  9086. <wsdl:part name="session" type="xsd:string" />
  9087. <wsdl:part name="domain" type="xsd:string" />
  9088. <wsdl:part name="user" type="xsd:string" />
  9089. <wsdl:part name="password" type="xsd:string" />
  9090. </wsdl:message>
  9091. <wsdl:message name="logsAccessAddResponse" />
  9092. <wsdl:message name="multiDomainInfoRequest">
  9093. <wsdl:part name="session" type="xsd:string" />
  9094. <wsdl:part name="domain" type="xsd:string" />
  9095. <wsdl:part name="multidomain" type="xsd:string" />
  9096. </wsdl:message>
  9097. <wsdl:message name="multiDomainInfoResponse">
  9098. <wsdl:part name="return" type="typens:multiDomainStruct" />
  9099. </wsdl:message>
  9100. <wsdl:message name="domainWhoisObfuscatorListRequest">
  9101. <wsdl:part name="session" type="xsd:string" />
  9102. </wsdl:message>
  9103. <wsdl:message name="domainWhoisObfuscatorListResponse">
  9104. <wsdl:part name="return" type="typens:MyArrayOfDomainWhoisObfuscatorStructType" />
  9105. </wsdl:message>
  9106. <wsdl:message name="sqlpriveMysqlProcessKillRequest">
  9107. <wsdl:part name="session" type="xsd:string" />
  9108. <wsdl:part name="server" type="xsd:string" />
  9109. <wsdl:part name="process" type="xsd:int" />
  9110. </wsdl:message>
  9111. <wsdl:message name="sqlpriveMysqlProcessKillResponse" />
  9112. <wsdl:message name="telephonyBillingAccountInfoRequest">
  9113. <wsdl:part name="session" type="xsd:string" />
  9114. <wsdl:part name="billingAccount" type="xsd:string" />
  9115. </wsdl:message>
  9116. <wsdl:message name="telephonyBillingAccountInfoResponse">
  9117. <wsdl:part name="return" type="typens:telephonyBillingAccountInfoReturn" />
  9118. </wsdl:message>
  9119. <wsdl:message name="mailingListListRequest">
  9120. <wsdl:part name="session" type="xsd:string" />
  9121. <wsdl:part name="domain" type="xsd:string" />
  9122. </wsdl:message>
  9123. <wsdl:message name="mailingListListResponse">
  9124. <wsdl:part name="return" type="typens:MyArrayOfMailingListStructType" />
  9125. </wsdl:message>
  9126. <wsdl:message name="telephonySmsSenderAddRequest">
  9127. <wsdl:part name="session" type="xsd:string" />
  9128. <wsdl:part name="smsAccount" type="xsd:string" />
  9129. <wsdl:part name="sender" type="xsd:string" />
  9130. <wsdl:part name="reason" type="xsd:string" />
  9131. </wsdl:message>
  9132. <wsdl:message name="telephonySmsSenderAddResponse">
  9133. <wsdl:part name="return" type="xsd:int" />
  9134. </wsdl:message>
  9135. <wsdl:message name="telephonyLineConsumptionCSVByMailRequest">
  9136. <wsdl:part name="session" type="xsd:string" />
  9137. <wsdl:part name="number" type="xsd:string" />
  9138. <wsdl:part name="country" type="xsd:string" />
  9139. <wsdl:part name="date" type="xsd:string" />
  9140. </wsdl:message>
  9141. <wsdl:message name="telephonyLineConsumptionCSVByMailResponse" />
  9142. <wsdl:message name="telephonySmsUserDeleteCsvAttachmentRequest">
  9143. <wsdl:part name="smsAccount" type="xsd:string" />
  9144. <wsdl:part name="login" type="xsd:string" />
  9145. <wsdl:part name="password" type="xsd:string" />
  9146. <wsdl:part name="ids" type="typens:MyArrayOfIntType" />
  9147. </wsdl:message>
  9148. <wsdl:message name="telephonySmsUserDeleteCsvAttachmentResponse" />
  9149. <wsdl:message name="mailingListSubscriberListByEmailRequest">
  9150. <wsdl:part name="session" type="xsd:string" />
  9151. <wsdl:part name="domain" type="xsd:string" />
  9152. <wsdl:part name="ml" type="xsd:string" />
  9153. <wsdl:part name="email" type="xsd:string" />
  9154. </wsdl:message>
  9155. <wsdl:message name="mailingListSubscriberListByEmailResponse" />
  9156. <wsdl:message name="supportCloseThreadsRequest">
  9157. <wsdl:part name="session" type="xsd:string" />
  9158. <wsdl:part name="threads" type="xsd:string" />
  9159. </wsdl:message>
  9160. <wsdl:message name="supportCloseThreadsResponse" />
  9161. <wsdl:message name="sqlpriveMysqlDatabaseSaveRequest">
  9162. <wsdl:part name="session" type="xsd:string" />
  9163. <wsdl:part name="server" type="xsd:string" />
  9164. <wsdl:part name="database" type="xsd:string" />
  9165. <wsdl:part name="comment" type="xsd:string" />
  9166. <wsdl:part name="compress" type="xsd:boolean" />
  9167. </wsdl:message>
  9168. <wsdl:message name="sqlpriveMysqlDatabaseSaveResponse">
  9169. <wsdl:part name="return" type="xsd:int" />
  9170. </wsdl:message>
  9171. <wsdl:message name="telephonyListReversableCallsFromNumberRequest">
  9172. <wsdl:part name="session" type="xsd:string" />
  9173. <wsdl:part name="number" type="xsd:string" />
  9174. <wsdl:part name="country" type="xsd:string" />
  9175. <wsdl:part name="reversableDelay" type="xsd:string" />
  9176. <wsdl:part name="pagingStart" type="xsd:int" />
  9177. <wsdl:part name="pagingLimit" type="xsd:int" />
  9178. <wsdl:part name="sortOrder" type="xsd:string" />
  9179. <wsdl:part name="sortField" type="xsd:string" />
  9180. </wsdl:message>
  9181. <wsdl:message name="telephonyListReversableCallsFromNumberResponse">
  9182. <wsdl:part name="return" type="typens:telephonyListReversableCallsFromNumberReturn" />
  9183. </wsdl:message>
  9184. <wsdl:message name="telephonyBillingAccountListRequest">
  9185. <wsdl:part name="session" type="xsd:string" />
  9186. </wsdl:message>
  9187. <wsdl:message name="telephonyBillingAccountListResponse">
  9188. <wsdl:part name="return" type="typens:MyArrayOfTelephonyBillingAccountStructType" />
  9189. </wsdl:message>
  9190. <wsdl:message name="telephonySmsGetQuotaNotificationForUserRequest">
  9191. <wsdl:part name="smsAccount" type="xsd:string" />
  9192. <wsdl:part name="login" type="xsd:string" />
  9193. <wsdl:part name="password" type="xsd:string" />
  9194. </wsdl:message>
  9195. <wsdl:message name="telephonySmsGetQuotaNotificationForUserResponse">
  9196. <wsdl:part name="return" type="typens:telephonyNotificationSmsUserStruct" />
  9197. </wsdl:message>
  9198. <wsdl:message name="dedicatedMonitoringDelRequest">
  9199. <wsdl:part name="session" type="xsd:string" />
  9200. <wsdl:part name="hostname" type="xsd:string" />
  9201. <wsdl:part name="id" type="xsd:string" />
  9202. </wsdl:message>
  9203. <wsdl:message name="dedicatedMonitoringDelResponse" />
  9204. <wsdl:message name="telephonyChangeNicModifyRequest">
  9205. <wsdl:part name="session" type="xsd:string" />
  9206. <wsdl:part name="nicNames" type="typens:MyArrayOfStringType" />
  9207. <wsdl:part name="nicPasswords" type="typens:MyArrayOfStringType" />
  9208. <wsdl:part name="nicTypes" type="typens:MyArrayOfStringType" />
  9209. <wsdl:part name="changeTypes" type="typens:MyArrayOfStringType" />
  9210. <wsdl:part name="changeElts" type="typens:MyArrayOfStringType" />
  9211. </wsdl:message>
  9212. <wsdl:message name="telephonyChangeNicModifyResponse" />
  9213. <wsdl:message name="dedicatedMonitoringServiceAddSMSRequest">
  9214. <wsdl:part name="session" type="xsd:string" />
  9215. <wsdl:part name="hostname" type="xsd:string" />
  9216. <wsdl:part name="ip" type="xsd:string" />
  9217. <wsdl:part name="port" type="xsd:int" />
  9218. <wsdl:part name="protocol" type="xsd:string" />
  9219. <wsdl:part name="period" type="xsd:string" />
  9220. <wsdl:part name="string" type="xsd:string" />
  9221. <wsdl:part name="url" type="xsd:string" />
  9222. <wsdl:part name="smsAccount" type="xsd:string" />
  9223. <wsdl:part name="phoneNumberTo" type="xsd:string" />
  9224. </wsdl:message>
  9225. <wsdl:message name="dedicatedMonitoringServiceAddSMSResponse">
  9226. <wsdl:part name="return" type="xsd:string" />
  9227. </wsdl:message>
  9228. <wsdl:message name="prepaidGetBalanceRequest">
  9229. <wsdl:part name="session" type="xsd:string" />
  9230. <wsdl:part name="nic" type="xsd:string" />
  9231. </wsdl:message>
  9232. <wsdl:message name="prepaidGetBalanceResponse">
  9233. <wsdl:part name="return" type="xsd:float" />
  9234. </wsdl:message>
  9235. <wsdl:message name="telephonySviInfoRequest">
  9236. <wsdl:part name="session" type="xsd:string" />
  9237. <wsdl:part name="number" type="xsd:string" />
  9238. <wsdl:part name="country" type="xsd:string" />
  9239. </wsdl:message>
  9240. <wsdl:message name="telephonySviInfoResponse">
  9241. <wsdl:part name="return" type="typens:telephonySviInfoReturn" />
  9242. </wsdl:message>
  9243. <wsdl:message name="dnsGeolocalizeHostingRequest">
  9244. <wsdl:part name="session" type="xsd:string" />
  9245. <wsdl:part name="domain" type="xsd:string" />
  9246. <wsdl:part name="hosting" type="xsd:string" />
  9247. <wsdl:part name="country" type="xsd:string" />
  9248. </wsdl:message>
  9249. <wsdl:message name="dnsGeolocalizeHostingResponse" />
  9250. <wsdl:message name="popAddRequest">
  9251. <wsdl:part name="session" type="xsd:string" />
  9252. <wsdl:part name="domain" type="xsd:string" />
  9253. <wsdl:part name="pop" type="xsd:string" />
  9254. <wsdl:part name="password" type="xsd:string" />
  9255. <wsdl:part name="description" type="xsd:string" />
  9256. <wsdl:part name="nic" type="xsd:string" />
  9257. <wsdl:part name="quota" type="xsd:int" />
  9258. </wsdl:message>
  9259. <wsdl:message name="popAddResponse" />
  9260. <wsdl:message name="telephonyClick2CallUserAddRequest">
  9261. <wsdl:part name="session" type="xsd:string" />
  9262. <wsdl:part name="number" type="xsd:string" />
  9263. <wsdl:part name="country" type="xsd:string" />
  9264. <wsdl:part name="login" type="xsd:string" />
  9265. <wsdl:part name="password" type="xsd:string" />
  9266. </wsdl:message>
  9267. <wsdl:message name="telephonyClick2CallUserAddResponse" />
  9268. <wsdl:message name="domainHostInfoRequest">
  9269. <wsdl:part name="session" type="xsd:string" />
  9270. <wsdl:part name="domain" type="xsd:string" />
  9271. <wsdl:part name="host" type="xsd:string" />
  9272. </wsdl:message>
  9273. <wsdl:message name="domainHostInfoResponse">
  9274. <wsdl:part name="return" type="typens:domainHostInfoReturn" />
  9275. </wsdl:message>
  9276. <wsdl:message name="dedicatedListRequest">
  9277. <wsdl:part name="session" type="xsd:string" />
  9278. </wsdl:message>
  9279. <wsdl:message name="dedicatedListResponse">
  9280. <wsdl:part name="return" type="typens:MyArrayOfStringType" />
  9281. </wsdl:message>
  9282. <wsdl:message name="dedicatedIPForUDPGetRequest">
  9283. <wsdl:part name="session" type="xsd:string" />
  9284. <wsdl:part name="hostname" type="xsd:string" />
  9285. </wsdl:message>
  9286. <wsdl:message name="dedicatedIPForUDPGetResponse">
  9287. <wsdl:part name="return" type="typens:MyArrayOfDedicatedIPForUDPStructType" />
  9288. </wsdl:message>
  9289. <wsdl:message name="dedicatedGetAvailableIpFromNetworkRequest">
  9290. <wsdl:part name="session" type="xsd:string" />
  9291. <wsdl:part name="hostname" type="xsd:string" />
  9292. <wsdl:part name="network" type="xsd:string" />
  9293. </wsdl:message>
  9294. <wsdl:message name="dedicatedGetAvailableIpFromNetworkResponse">
  9295. <wsdl:part name="return" type="typens:MyArrayOfStringType" />
  9296. </wsdl:message>
  9297. <wsdl:message name="crontabModifyRequest">
  9298. <wsdl:part name="session" type="xsd:string" />
  9299. <wsdl:part name="domain" type="xsd:string" />
  9300. <wsdl:part name="id" type="xsd:int" />
  9301. <wsdl:part name="path" type="xsd:string" />
  9302. <wsdl:part name="programLanguage" type="xsd:string" />
  9303. <wsdl:part name="weekDay" type="xsd:string" />
  9304. <wsdl:part name="days" type="xsd:string" />
  9305. <wsdl:part name="hours" type="xsd:string" />
  9306. <wsdl:part name="desc" type="xsd:string" />
  9307. <wsdl:part name="email" type="xsd:string" />
  9308. <wsdl:part name="otherEmail" type="xsd:string" />
  9309. <wsdl:part name="enable" type="xsd:boolean" />
  9310. </wsdl:message>
  9311. <wsdl:message name="crontabModifyResponse" />
  9312. <wsdl:message name="sqlpriveCronGetRequest">
  9313. <wsdl:part name="session" type="xsd:string" />
  9314. <wsdl:part name="server" type="xsd:string" />
  9315. </wsdl:message>
  9316. <wsdl:message name="sqlpriveCronGetResponse">
  9317. <wsdl:part name="return" type="typens:MyArrayOfSqlpriveCronStructType" />
  9318. </wsdl:message>
  9319. <wsdl:message name="supportReactivateThreadRequest">
  9320. <wsdl:part name="session" type="xsd:string" />
  9321. <wsdl:part name="threadId" type="xsd:int" />
  9322. </wsdl:message>
  9323. <wsdl:message name="supportReactivateThreadResponse" />
  9324. <wsdl:message name="telephonySmsBlacklistedSendersDeleteRequest">
  9325. <wsdl:part name="session" type="xsd:string" />
  9326. <wsdl:part name="smsAccount" type="xsd:string" />
  9327. <wsdl:part name="ids" type="typens:MyArrayOfIntType" />
  9328. </wsdl:message>
  9329. <wsdl:message name="telephonySmsBlacklistedSendersDeleteResponse" />
  9330. <wsdl:message name="zoneImportRequest">
  9331. <wsdl:part name="session" type="xsd:string" />
  9332. <wsdl:part name="domain" type="xsd:string" />
  9333. <wsdl:part name="zone" type="xsd:string" />
  9334. </wsdl:message>
  9335. <wsdl:message name="zoneImportResponse" />
  9336. <wsdl:message name="telephonySmsplusServiceAddRequest">
  9337. <wsdl:part name="session" type="xsd:string" />
  9338. <wsdl:part name="billingAccount" type="xsd:string" />
  9339. <wsdl:part name="shortCode" type="xsd:string" />
  9340. <wsdl:part name="keyword" type="xsd:string" />
  9341. <wsdl:part name="procedureId" type="xsd:int" />
  9342. <wsdl:part name="applicationType" type="xsd:string" />
  9343. <wsdl:part name="applicationDescription" type="xsd:string" />
  9344. <wsdl:part name="company" type="xsd:string" />
  9345. <wsdl:part name="acceptedContract" type="xsd:boolean" />
  9346. </wsdl:message>
  9347. <wsdl:message name="telephonySmsplusServiceAddResponse">
  9348. <wsdl:part name="return" type="typens:orderStruct" />
  9349. </wsdl:message>
  9350. <wsdl:message name="multiDomainDelRequest">
  9351. <wsdl:part name="session" type="xsd:string" />
  9352. <wsdl:part name="domain" type="xsd:string" />
  9353. <wsdl:part name="multidomain" type="xsd:string" />
  9354. </wsdl:message>
  9355. <wsdl:message name="multiDomainDelResponse" />
  9356. <wsdl:message name="telephonySpareCreateRMARequest">
  9357. <wsdl:part name="session" type="xsd:string" />
  9358. <wsdl:part name="type" type="xsd:string" />
  9359. <wsdl:part name="spare" type="xsd:string" />
  9360. </wsdl:message>
  9361. <wsdl:message name="telephonySpareCreateRMAResponse" />
  9362. <wsdl:message name="telephonySmsplusServiceEditRequest">
  9363. <wsdl:part name="session" type="xsd:string" />
  9364. <wsdl:part name="shortCode" type="xsd:string" />
  9365. <wsdl:part name="keyword" type="xsd:string" />
  9366. <wsdl:part name="description" type="xsd:string" />
  9367. <wsdl:part name="cgiActivation" type="xsd:boolean" />
  9368. <wsdl:part name="cgiUrl" type="xsd:string" />
  9369. <wsdl:part name="text" type="xsd:string" />
  9370. <wsdl:part name="trackingMedias" type="typens:MyArrayOfStringType" />
  9371. <wsdl:part name="trackingTargets" type="typens:MyArrayOfStringType" />
  9372. <wsdl:part name="trackingDefaultSmsAccount" type="xsd:string" />
  9373. <wsdl:part name="trackingDefaultSmsSender" type="xsd:string" />
  9374. <wsdl:part name="sendingDefaultSmsAccountMtBilling" type="xsd:string" />
  9375. <wsdl:part name="sendingNoSmsMt" type="xsd:boolean" />
  9376. </wsdl:message>
  9377. <wsdl:message name="telephonySmsplusServiceEditResponse" />
  9378. <wsdl:message name="dedicatedMailinglistSubscribeRequest">
  9379. <wsdl:part name="session" type="xsd:string" />
  9380. <wsdl:part name="email" type="xsd:string" />
  9381. <wsdl:part name="mailingList" type="xsd:string" />
  9382. </wsdl:message>
  9383. <wsdl:message name="dedicatedMailinglistSubscribeResponse" />
  9384. <wsdl:message name="serviceGroupInfoRequest">
  9385. <wsdl:part name="session" type="xsd:string" />
  9386. <wsdl:part name="name" type="xsd:string" />
  9387. </wsdl:message>
  9388. <wsdl:message name="serviceGroupInfoResponse">
  9389. <wsdl:part name="return" type="typens:serviceGroupStruct" />
  9390. </wsdl:message>
  9391. <wsdl:message name="automatedMailFlushRequest">
  9392. <wsdl:part name="session" type="xsd:string" />
  9393. <wsdl:part name="domain" type="xsd:string" />
  9394. </wsdl:message>
  9395. <wsdl:message name="automatedMailFlushResponse" />
  9396. <wsdl:message name="managedServicesNameUpdateRequest">
  9397. <wsdl:part name="session" type="xsd:string" />
  9398. <wsdl:part name="storage" type="xsd:string" />
  9399. <wsdl:part name="customName" type="xsd:string" />
  9400. </wsdl:message>
  9401. <wsdl:message name="managedServicesNameUpdateResponse" />
  9402. <wsdl:message name="popGetQuotaRequest">
  9403. <wsdl:part name="session" type="xsd:string" />
  9404. <wsdl:part name="domain" type="xsd:string" />
  9405. <wsdl:part name="pop" type="xsd:string" />
  9406. </wsdl:message>
  9407. <wsdl:message name="popGetQuotaResponse">
  9408. <wsdl:part name="return" type="typens:popGetQuotaReturn" />
  9409. </wsdl:message>
  9410. <wsdl:message name="telephonyHuntingGenericScreenOptionsModifyRequest">
  9411. <wsdl:part name="session" type="xsd:string" />
  9412. <wsdl:part name="number" type="xsd:string" />
  9413. <wsdl:part name="country" type="xsd:string" />
  9414. <wsdl:part name="forwardUnconditionalNumber" type="xsd:string" />
  9415. <wsdl:part name="mainVoicemail" type="xsd:string" />
  9416. <wsdl:part name="forwardPolicyIndex" type="xsd:string" />
  9417. <wsdl:part name="timeout" type="xsd:int" />
  9418. </wsdl:message>
  9419. <wsdl:message name="telephonyHuntingGenericScreenOptionsModifyResponse" />
  9420. <wsdl:message name="ripeCreateOrganisationRequest">
  9421. <wsdl:part name="session" type="xsd:string" />
  9422. <wsdl:part name="name" type="xsd:string" />
  9423. <wsdl:part name="address" type="xsd:string" />
  9424. <wsdl:part name="email" type="xsd:string" />
  9425. <wsdl:part name="abuse" type="xsd:string" />
  9426. <wsdl:part name="descr" type="xsd:string" />
  9427. <wsdl:part name="phone" type="xsd:string" />
  9428. <wsdl:part name="fax" type="xsd:string" />
  9429. <wsdl:part name="remarks" type="xsd:string" />
  9430. </wsdl:message>
  9431. <wsdl:message name="ripeCreateOrganisationResponse">
  9432. <wsdl:part name="return" type="typens:ripeUpdateReturn" />
  9433. </wsdl:message>
  9434. <wsdl:message name="telephonyPlugAndPhoneInfoRequest">
  9435. <wsdl:part name="session" type="xsd:string" />
  9436. <wsdl:part name="number" type="xsd:string" />
  9437. <wsdl:part name="country" type="xsd:string" />
  9438. </wsdl:message>
  9439. <wsdl:message name="telephonyPlugAndPhoneInfoResponse">
  9440. <wsdl:part name="return" type="typens:telephonyPlugAndPhoneInfoReturn" />
  9441. </wsdl:message>
  9442. <wsdl:message name="telephonyFaxCampaignDeleteRequest">
  9443. <wsdl:part name="session" type="xsd:string" />
  9444. <wsdl:part name="number" type="xsd:string" />
  9445. <wsdl:part name="country" type="xsd:string" />
  9446. <wsdl:part name="reference" type="xsd:string" />
  9447. </wsdl:message>
  9448. <wsdl:message name="telephonyFaxCampaignDeleteResponse" />
  9449. <wsdl:message name="telephonyReversmentsRefundFromBillingAccountRequest">
  9450. <wsdl:part name="session" type="xsd:string" />
  9451. <wsdl:part name="billingAccount" type="xsd:string" />
  9452. </wsdl:message>
  9453. <wsdl:message name="telephonyReversmentsRefundFromBillingAccountResponse" />
  9454. <wsdl:message name="telephonyVoicemailMessageDeleteRequest">
  9455. <wsdl:part name="session" type="xsd:string" />
  9456. <wsdl:part name="number" type="xsd:string" />
  9457. <wsdl:part name="country" type="xsd:string" />
  9458. <wsdl:part name="messageType" type="xsd:string" />
  9459. </wsdl:message>
  9460. <wsdl:message name="telephonyVoicemailMessageDeleteResponse" />
  9461. <wsdl:message name="dedicatedIpLoadBalancingNameModifyRequest">
  9462. <wsdl:part name="session" type="xsd:string" />
  9463. <wsdl:part name="ipLoadBalancing" type="xsd:string" />
  9464. <wsdl:part name="name" type="xsd:string" />
  9465. </wsdl:message>
  9466. <wsdl:message name="dedicatedIpLoadBalancingNameModifyResponse" />
  9467. <wsdl:message name="telephonyLineOptionsListRequest">
  9468. <wsdl:part name="session" type="xsd:string" />
  9469. <wsdl:part name="number" type="xsd:string" />
  9470. <wsdl:part name="country" type="xsd:string" />
  9471. </wsdl:message>
  9472. <wsdl:message name="telephonyLineOptionsListResponse">
  9473. <wsdl:part name="return" type="typens:telephonyLineOptionsListReturn" />
  9474. </wsdl:message>
  9475. <wsdl:message name="telephonySpareServiceInfoRequest">
  9476. <wsdl:part name="session" type="xsd:string" />
  9477. <wsdl:part name="type" type="xsd:string" />
  9478. <wsdl:part name="service" type="xsd:string" />
  9479. </wsdl:message>
  9480. <wsdl:message name="telephonySpareServiceInfoResponse">
  9481. <wsdl:part name="return" type="typens:telephonySpareServiceInfoStruct" />
  9482. </wsdl:message>
  9483. <wsdl:message name="telephonyAbbreviatedNumberModifyRequest">
  9484. <wsdl:part name="session" type="xsd:string" />
  9485. <wsdl:part name="number" type="xsd:string" />
  9486. <wsdl:part name="country" type="xsd:string" />
  9487. <wsdl:part name="abbreviatedNumber" type="xsd:string" />
  9488. <wsdl:part name="relatedNumber" type="xsd:string" />
  9489. <wsdl:part name="name" type="xsd:string" />
  9490. <wsdl:part name="surname" type="xsd:string" />
  9491. </wsdl:message>
  9492. <wsdl:message name="telephonyAbbreviatedNumberModifyResponse" />
  9493. <wsdl:message name="telephonyOfferSimultaneousLinesModifyRequest">
  9494. <wsdl:part name="session" type="xsd:string" />
  9495. <wsdl:part name="number" type="xsd:string" />
  9496. <wsdl:part name="country" type="xsd:string" />
  9497. <wsdl:part name="simultaneousLines" type="xsd:int" />
  9498. </wsdl:message>
  9499. <wsdl:message name="telephonyOfferSimultaneousLinesModifyResponse">
  9500. <wsdl:part name="return" type="typens:orderStruct" />
  9501. </wsdl:message>
  9502. <wsdl:message name="dedicatedMonitoringServiceListRequest">
  9503. <wsdl:part name="session" type="xsd:string" />
  9504. <wsdl:part name="hostname" type="xsd:string" />
  9505. </wsdl:message>
  9506. <wsdl:message name="dedicatedMonitoringServiceListResponse">
  9507. <wsdl:part name="return" type="typens:MyArrayOfDedicatedMonitoringServiceStructType" />
  9508. </wsdl:message>
  9509. <wsdl:message name="resellerDomainTransferRequest">
  9510. <wsdl:part name="session" type="xsd:string" />
  9511. <wsdl:part name="domain" type="xsd:string" />
  9512. <wsdl:part name="authinfo" type="xsd:string" />
  9513. <wsdl:part name="hosting" type="xsd:string" />
  9514. <wsdl:part name="offer" type="xsd:string" />
  9515. <wsdl:part name="profile" type="xsd:string" />
  9516. <wsdl:part name="owo" type="xsd:string" />
  9517. <wsdl:part name="owner" type="xsd:string" />
  9518. <wsdl:part name="admin" type="xsd:string" />
  9519. <wsdl:part name="tech" type="xsd:string" />
  9520. <wsdl:part name="billing" type="xsd:string" />
  9521. <wsdl:part name="dns1" type="xsd:string" />
  9522. <wsdl:part name="dns2" type="xsd:string" />
  9523. <wsdl:part name="dns3" type="xsd:string" />
  9524. <wsdl:part name="dns4" type="xsd:string" />
  9525. <wsdl:part name="dns5" type="xsd:string" />
  9526. <wsdl:part name="method" type="xsd:string" />
  9527. <wsdl:part name="legalName" type="xsd:string" />
  9528. <wsdl:part name="legalNumber" type="xsd:string" />
  9529. <wsdl:part name="afnicIdent" type="xsd:string" />
  9530. <wsdl:part name="birthDate" type="xsd:string" />
  9531. <wsdl:part name="birthCity" type="xsd:string" />
  9532. <wsdl:part name="birthDepartement" type="xsd:string" />
  9533. <wsdl:part name="birthCountry" type="xsd:string" />
  9534. <wsdl:part name="dryRun" type="xsd:boolean" />
  9535. </wsdl:message>
  9536. <wsdl:message name="resellerDomainTransferResponse" />
  9537. <wsdl:message name="serviceGroupAddServiceRequest">
  9538. <wsdl:part name="session" type="xsd:string" />
  9539. <wsdl:part name="name" type="xsd:string" />
  9540. <wsdl:part name="service" type="xsd:string" />
  9541. <wsdl:part name="component" type="xsd:string" />
  9542. </wsdl:message>
  9543. <wsdl:message name="serviceGroupAddServiceResponse" />
  9544. <wsdl:message name="FailureMsg">
  9545. <part name="error" type="typens:FailureType" />
  9546. </wsdl:message>
  9547. <wsdl:portType name="managerPortType">
  9548. <wsdl:operation name="mailingListModeratorDel">
  9549. <wsdl:input message="wsdlns:mailingListModeratorDelRequest"/>
  9550. <wsdl:output message="wsdlns:mailingListModeratorDelResponse"/>
  9551. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9552. </wsdl:operation>
  9553. <wsdl:operation name="telephonyNumberInfo">
  9554. <wsdl:input message="wsdlns:telephonyNumberInfoRequest"/>
  9555. <wsdl:output message="wsdlns:telephonyNumberInfoResponse"/>
  9556. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9557. </wsdl:operation>
  9558. <wsdl:operation name="sqlpriveMysqlRestart">
  9559. <wsdl:input message="wsdlns:sqlpriveMysqlRestartRequest"/>
  9560. <wsdl:output message="wsdlns:sqlpriveMysqlRestartResponse"/>
  9561. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9562. </wsdl:operation>
  9563. <wsdl:operation name="logout">
  9564. <wsdl:input message="wsdlns:logoutRequest"/>
  9565. <wsdl:output message="wsdlns:logoutResponse"/>
  9566. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9567. </wsdl:operation>
  9568. <wsdl:operation name="multiFtpChangeDirectory">
  9569. <wsdl:input message="wsdlns:multiFtpChangeDirectoryRequest"/>
  9570. <wsdl:output message="wsdlns:multiFtpChangeDirectoryResponse"/>
  9571. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9572. </wsdl:operation>
  9573. <wsdl:operation name="sqlpriveMysqlVersion">
  9574. <wsdl:input message="wsdlns:sqlpriveMysqlVersionRequest"/>
  9575. <wsdl:output message="wsdlns:sqlpriveMysqlVersionResponse"/>
  9576. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9577. </wsdl:operation>
  9578. <wsdl:operation name="dedicatedReverseDel">
  9579. <wsdl:input message="wsdlns:dedicatedReverseDelRequest"/>
  9580. <wsdl:output message="wsdlns:dedicatedReverseDelResponse"/>
  9581. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9582. </wsdl:operation>
  9583. <wsdl:operation name="dedicatedDelServiceMonitoringAlert">
  9584. <wsdl:input message="wsdlns:dedicatedDelServiceMonitoringAlertRequest"/>
  9585. <wsdl:output message="wsdlns:dedicatedDelServiceMonitoringAlertResponse"/>
  9586. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9587. </wsdl:operation>
  9588. <wsdl:operation name="telephonyVoicemailOptionsList">
  9589. <wsdl:input message="wsdlns:telephonyVoicemailOptionsListRequest"/>
  9590. <wsdl:output message="wsdlns:telephonyVoicemailOptionsListResponse"/>
  9591. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9592. </wsdl:operation>
  9593. <wsdl:operation name="telephonyPhonebookSharePeerList">
  9594. <wsdl:input message="wsdlns:telephonyPhonebookSharePeerListRequest"/>
  9595. <wsdl:output message="wsdlns:telephonyPhonebookSharePeerListResponse"/>
  9596. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9597. </wsdl:operation>
  9598. <wsdl:operation name="serviceGroupGetAllInfo">
  9599. <wsdl:input message="wsdlns:serviceGroupGetAllInfoRequest"/>
  9600. <wsdl:output message="wsdlns:serviceGroupGetAllInfoResponse"/>
  9601. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9602. </wsdl:operation>
  9603. <wsdl:operation name="redirectedEmailAdd">
  9604. <wsdl:input message="wsdlns:redirectedEmailAddRequest"/>
  9605. <wsdl:output message="wsdlns:redirectedEmailAddResponse"/>
  9606. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9607. </wsdl:operation>
  9608. <wsdl:operation name="nicModifyInfos">
  9609. <wsdl:input message="wsdlns:nicModifyInfosRequest"/>
  9610. <wsdl:output message="wsdlns:nicModifyInfosResponse"/>
  9611. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9612. </wsdl:operation>
  9613. <wsdl:operation name="ripeGetRipeIds">
  9614. <wsdl:input message="wsdlns:ripeGetRipeIdsRequest"/>
  9615. <wsdl:output message="wsdlns:ripeGetRipeIdsResponse"/>
  9616. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9617. </wsdl:operation>
  9618. <wsdl:operation name="telephonyRedirectModify">
  9619. <wsdl:input message="wsdlns:telephonyRedirectModifyRequest"/>
  9620. <wsdl:output message="wsdlns:telephonyRedirectModifyResponse"/>
  9621. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9622. </wsdl:operation>
  9623. <wsdl:operation name="sqlpriveMysqlDatabaseImportFromFile">
  9624. <wsdl:input message="wsdlns:sqlpriveMysqlDatabaseImportFromFileRequest"/>
  9625. <wsdl:output message="wsdlns:sqlpriveMysqlDatabaseImportFromFileResponse"/>
  9626. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9627. </wsdl:operation>
  9628. <wsdl:operation name="telephonyNumberModify">
  9629. <wsdl:input message="wsdlns:telephonyNumberModifyRequest"/>
  9630. <wsdl:output message="wsdlns:telephonyNumberModifyResponse"/>
  9631. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9632. </wsdl:operation>
  9633. <wsdl:operation name="dedicatedAddServiceMonitoringAlertSMS">
  9634. <wsdl:input message="wsdlns:dedicatedAddServiceMonitoringAlertSMSRequest"/>
  9635. <wsdl:output message="wsdlns:dedicatedAddServiceMonitoringAlertSMSResponse"/>
  9636. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9637. </wsdl:operation>
  9638. <wsdl:operation name="telephonyGetCitiesFromZip">
  9639. <wsdl:input message="wsdlns:telephonyGetCitiesFromZipRequest"/>
  9640. <wsdl:output message="wsdlns:telephonyGetCitiesFromZipResponse"/>
  9641. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9642. </wsdl:operation>
  9643. <wsdl:operation name="automatedMailGetVolumeHistory">
  9644. <wsdl:input message="wsdlns:automatedMailGetVolumeHistoryRequest"/>
  9645. <wsdl:output message="wsdlns:automatedMailGetVolumeHistoryResponse"/>
  9646. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9647. </wsdl:operation>
  9648. <wsdl:operation name="automatedMailGetTodo">
  9649. <wsdl:input message="wsdlns:automatedMailGetTodoRequest"/>
  9650. <wsdl:output message="wsdlns:automatedMailGetTodoResponse"/>
  9651. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9652. </wsdl:operation>
  9653. <wsdl:operation name="telephonySmsplusSendSmsMt">
  9654. <wsdl:input message="wsdlns:telephonySmsplusSendSmsMtRequest"/>
  9655. <wsdl:output message="wsdlns:telephonySmsplusSendSmsMtResponse"/>
  9656. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9657. </wsdl:operation>
  9658. <wsdl:operation name="dedicatedIpLoadBalancingList">
  9659. <wsdl:input message="wsdlns:dedicatedIpLoadBalancingListRequest"/>
  9660. <wsdl:output message="wsdlns:dedicatedIpLoadBalancingListResponse"/>
  9661. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9662. </wsdl:operation>
  9663. <wsdl:operation name="dedicatedBackupReinstallConfiguration">
  9664. <wsdl:input message="wsdlns:dedicatedBackupReinstallConfigurationRequest"/>
  9665. <wsdl:output message="wsdlns:dedicatedBackupReinstallConfigurationResponse"/>
  9666. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9667. </wsdl:operation>
  9668. <wsdl:operation name="telephonySmsUserGetCsvAttachment">
  9669. <wsdl:input message="wsdlns:telephonySmsUserGetCsvAttachmentRequest"/>
  9670. <wsdl:output message="wsdlns:telephonySmsUserGetCsvAttachmentResponse"/>
  9671. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9672. </wsdl:operation>
  9673. <wsdl:operation name="dedicatedBackupGetHisto">
  9674. <wsdl:input message="wsdlns:dedicatedBackupGetHistoRequest"/>
  9675. <wsdl:output message="wsdlns:dedicatedBackupGetHistoResponse"/>
  9676. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9677. </wsdl:operation>
  9678. <wsdl:operation name="domainHostUpdate">
  9679. <wsdl:input message="wsdlns:domainHostUpdateRequest"/>
  9680. <wsdl:output message="wsdlns:domainHostUpdateResponse"/>
  9681. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9682. </wsdl:operation>
  9683. <wsdl:operation name="dedicatedBackupUpdate">
  9684. <wsdl:input message="wsdlns:dedicatedBackupUpdateRequest"/>
  9685. <wsdl:output message="wsdlns:dedicatedBackupUpdateResponse"/>
  9686. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9687. </wsdl:operation>
  9688. <wsdl:operation name="telephonyPhonebookOnSmsList">
  9689. <wsdl:input message="wsdlns:telephonyPhonebookOnSmsListRequest"/>
  9690. <wsdl:output message="wsdlns:telephonyPhonebookOnSmsListResponse"/>
  9691. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9692. </wsdl:operation>
  9693. <wsdl:operation name="serviceGroupList">
  9694. <wsdl:input message="wsdlns:serviceGroupListRequest"/>
  9695. <wsdl:output message="wsdlns:serviceGroupListResponse"/>
  9696. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9697. </wsdl:operation>
  9698. <wsdl:operation name="databaseChangePassword">
  9699. <wsdl:input message="wsdlns:databaseChangePasswordRequest"/>
  9700. <wsdl:output message="wsdlns:databaseChangePasswordResponse"/>
  9701. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9702. </wsdl:operation>
  9703. <wsdl:operation name="billingInvoiceList">
  9704. <wsdl:input message="wsdlns:billingInvoiceListRequest"/>
  9705. <wsdl:output message="wsdlns:billingInvoiceListResponse"/>
  9706. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9707. </wsdl:operation>
  9708. <wsdl:operation name="telephonySetClosureEvents">
  9709. <wsdl:input message="wsdlns:telephonySetClosureEventsRequest"/>
  9710. <wsdl:output message="wsdlns:telephonySetClosureEventsResponse"/>
  9711. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9712. </wsdl:operation>
  9713. <wsdl:operation name="telephonyNicSetSipDomain">
  9714. <wsdl:input message="wsdlns:telephonyNicSetSipDomainRequest"/>
  9715. <wsdl:output message="wsdlns:telephonyNicSetSipDomainResponse"/>
  9716. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9717. </wsdl:operation>
  9718. <wsdl:operation name="globalAccessByNic">
  9719. <wsdl:input message="wsdlns:globalAccessByNicRequest"/>
  9720. <wsdl:output message="wsdlns:globalAccessByNicResponse"/>
  9721. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9722. </wsdl:operation>
  9723. <wsdl:operation name="dedicatedNetbootGetRescueEmail">
  9724. <wsdl:input message="wsdlns:dedicatedNetbootGetRescueEmailRequest"/>
  9725. <wsdl:output message="wsdlns:dedicatedNetbootGetRescueEmailResponse"/>
  9726. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9727. </wsdl:operation>
  9728. <wsdl:operation name="ticketListIncidentsByDomain">
  9729. <wsdl:input message="wsdlns:ticketListIncidentsByDomainRequest"/>
  9730. <wsdl:output message="wsdlns:ticketListIncidentsByDomainResponse"/>
  9731. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9732. </wsdl:operation>
  9733. <wsdl:operation name="telephonySmsMultiSend">
  9734. <wsdl:input message="wsdlns:telephonySmsMultiSendRequest"/>
  9735. <wsdl:output message="wsdlns:telephonySmsMultiSendResponse"/>
  9736. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9737. </wsdl:operation>
  9738. <wsdl:operation name="serviceListPaginated">
  9739. <wsdl:input message="wsdlns:serviceListPaginatedRequest"/>
  9740. <wsdl:output message="wsdlns:serviceListPaginatedResponse"/>
  9741. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9742. </wsdl:operation>
  9743. <wsdl:operation name="dedicatedRtmListBackdoor">
  9744. <wsdl:input message="wsdlns:dedicatedRtmListBackdoorRequest"/>
  9745. <wsdl:output message="wsdlns:dedicatedRtmListBackdoorResponse"/>
  9746. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9747. </wsdl:operation>
  9748. <wsdl:operation name="telephonySmsUserAddCsvAttachment">
  9749. <wsdl:input message="wsdlns:telephonySmsUserAddCsvAttachmentRequest"/>
  9750. <wsdl:output message="wsdlns:telephonySmsUserAddCsvAttachmentResponse"/>
  9751. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9752. </wsdl:operation>
  9753. <wsdl:operation name="zoneEntryList">
  9754. <wsdl:input message="wsdlns:zoneEntryListRequest"/>
  9755. <wsdl:output message="wsdlns:zoneEntryListResponse"/>
  9756. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9757. </wsdl:operation>
  9758. <wsdl:operation name="telephonySpareDel">
  9759. <wsdl:input message="wsdlns:telephonySpareDelRequest"/>
  9760. <wsdl:output message="wsdlns:telephonySpareDelResponse"/>
  9761. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9762. </wsdl:operation>
  9763. <wsdl:operation name="dnsDefaultInstallCustom">
  9764. <wsdl:input message="wsdlns:dnsDefaultInstallCustomRequest"/>
  9765. <wsdl:output message="wsdlns:dnsDefaultInstallCustomResponse"/>
  9766. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9767. </wsdl:operation>
  9768. <wsdl:operation name="telephonyFaxHistory">
  9769. <wsdl:input message="wsdlns:telephonyFaxHistoryRequest"/>
  9770. <wsdl:output message="wsdlns:telephonyFaxHistoryResponse"/>
  9771. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9772. </wsdl:operation>
  9773. <wsdl:operation name="multiFtpChangePassword">
  9774. <wsdl:input message="wsdlns:multiFtpChangePasswordRequest"/>
  9775. <wsdl:output message="wsdlns:multiFtpChangePasswordResponse"/>
  9776. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9777. </wsdl:operation>
  9778. <wsdl:operation name="telephonyFreefaxToVoicefax">
  9779. <wsdl:input message="wsdlns:telephonyFreefaxToVoicefaxRequest"/>
  9780. <wsdl:output message="wsdlns:telephonyFreefaxToVoicefaxResponse"/>
  9781. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9782. </wsdl:operation>
  9783. <wsdl:operation name="sqlpriveMysqlUserList">
  9784. <wsdl:input message="wsdlns:sqlpriveMysqlUserListRequest"/>
  9785. <wsdl:output message="wsdlns:sqlpriveMysqlUserListResponse"/>
  9786. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9787. </wsdl:operation>
  9788. <wsdl:operation name="telephonyFaxSend">
  9789. <wsdl:input message="wsdlns:telephonyFaxSendRequest"/>
  9790. <wsdl:output message="wsdlns:telephonyFaxSendResponse"/>
  9791. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9792. </wsdl:operation>
  9793. <wsdl:operation name="domainUnlock">
  9794. <wsdl:input message="wsdlns:domainUnlockRequest"/>
  9795. <wsdl:output message="wsdlns:domainUnlockResponse"/>
  9796. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9797. </wsdl:operation>
  9798. <wsdl:operation name="telephonyRestrictionList">
  9799. <wsdl:input message="wsdlns:telephonyRestrictionListRequest"/>
  9800. <wsdl:output message="wsdlns:telephonyRestrictionListResponse"/>
  9801. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9802. </wsdl:operation>
  9803. <wsdl:operation name="domainWhoisObfuscatorSetAll">
  9804. <wsdl:input message="wsdlns:domainWhoisObfuscatorSetAllRequest"/>
  9805. <wsdl:output message="wsdlns:domainWhoisObfuscatorSetAllResponse"/>
  9806. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9807. </wsdl:operation>
  9808. <wsdl:operation name="popDetachMasterNic">
  9809. <wsdl:input message="wsdlns:popDetachMasterNicRequest"/>
  9810. <wsdl:output message="wsdlns:popDetachMasterNicResponse"/>
  9811. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9812. </wsdl:operation>
  9813. <wsdl:operation name="telephonyBillList">
  9814. <wsdl:input message="wsdlns:telephonyBillListRequest"/>
  9815. <wsdl:output message="wsdlns:telephonyBillListResponse"/>
  9816. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9817. </wsdl:operation>
  9818. <wsdl:operation name="telephonyNumberCustomList">
  9819. <wsdl:input message="wsdlns:telephonyNumberCustomListRequest"/>
  9820. <wsdl:output message="wsdlns:telephonyNumberCustomListResponse"/>
  9821. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9822. </wsdl:operation>
  9823. <wsdl:operation name="dedicatedMonitoringNotificationCreate">
  9824. <wsdl:input message="wsdlns:dedicatedMonitoringNotificationCreateRequest"/>
  9825. <wsdl:output message="wsdlns:dedicatedMonitoringNotificationCreateResponse"/>
  9826. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9827. </wsdl:operation>
  9828. <wsdl:operation name="telephonyPlugAndPhoneSkinModify">
  9829. <wsdl:input message="wsdlns:telephonyPlugAndPhoneSkinModifyRequest"/>
  9830. <wsdl:output message="wsdlns:telephonyPlugAndPhoneSkinModifyResponse"/>
  9831. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9832. </wsdl:operation>
  9833. <wsdl:operation name="domainList">
  9834. <wsdl:input message="wsdlns:domainListRequest"/>
  9835. <wsdl:output message="wsdlns:domainListResponse"/>
  9836. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9837. </wsdl:operation>
  9838. <wsdl:operation name="telephonyFaxOptionsModify">
  9839. <wsdl:input message="wsdlns:telephonyFaxOptionsModifyRequest"/>
  9840. <wsdl:output message="wsdlns:telephonyFaxOptionsModifyResponse"/>
  9841. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9842. </wsdl:operation>
  9843. <wsdl:operation name="telephonyBillingAccountSummary">
  9844. <wsdl:input message="wsdlns:telephonyBillingAccountSummaryRequest"/>
  9845. <wsdl:output message="wsdlns:telephonyBillingAccountSummaryResponse"/>
  9846. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9847. </wsdl:operation>
  9848. <wsdl:operation name="overquotaInfo">
  9849. <wsdl:input message="wsdlns:overquotaInfoRequest"/>
  9850. <wsdl:output message="wsdlns:overquotaInfoResponse"/>
  9851. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9852. </wsdl:operation>
  9853. <wsdl:operation name="telephonyConferenceSetAnnounceFile">
  9854. <wsdl:input message="wsdlns:telephonyConferenceSetAnnounceFileRequest"/>
  9855. <wsdl:output message="wsdlns:telephonyConferenceSetAnnounceFileResponse"/>
  9856. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9857. </wsdl:operation>
  9858. <wsdl:operation name="automatedMailGetErrors">
  9859. <wsdl:input message="wsdlns:automatedMailGetErrorsRequest"/>
  9860. <wsdl:output message="wsdlns:automatedMailGetErrorsResponse"/>
  9861. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9862. </wsdl:operation>
  9863. <wsdl:operation name="telephonyPhonebookOnSmsAdd">
  9864. <wsdl:input message="wsdlns:telephonyPhonebookOnSmsAddRequest"/>
  9865. <wsdl:output message="wsdlns:telephonyPhonebookOnSmsAddResponse"/>
  9866. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9867. </wsdl:operation>
  9868. <wsdl:operation name="telephonyClick2CallUserDel">
  9869. <wsdl:input message="wsdlns:telephonyClick2CallUserDelRequest"/>
  9870. <wsdl:output message="wsdlns:telephonyClick2CallUserDelResponse"/>
  9871. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9872. </wsdl:operation>
  9873. <wsdl:operation name="emailGetCapabilities">
  9874. <wsdl:input message="wsdlns:emailGetCapabilitiesRequest"/>
  9875. <wsdl:output message="wsdlns:emailGetCapabilitiesResponse"/>
  9876. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9877. </wsdl:operation>
  9878. <wsdl:operation name="telephonySmsAccountList">
  9879. <wsdl:input message="wsdlns:telephonySmsAccountListRequest"/>
  9880. <wsdl:output message="wsdlns:telephonySmsAccountListResponse"/>
  9881. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9882. </wsdl:operation>
  9883. <wsdl:operation name="telephonyBillingAccountConsumptionCSVByMail">
  9884. <wsdl:input message="wsdlns:telephonyBillingAccountConsumptionCSVByMailRequest"/>
  9885. <wsdl:output message="wsdlns:telephonyBillingAccountConsumptionCSVByMailResponse"/>
  9886. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9887. </wsdl:operation>
  9888. <wsdl:operation name="telephonyFMHuntingModificationVoicemail">
  9889. <wsdl:input message="wsdlns:telephonyFMHuntingModificationVoicemailRequest"/>
  9890. <wsdl:output message="wsdlns:telephonyFMHuntingModificationVoicemailResponse"/>
  9891. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9892. </wsdl:operation>
  9893. <wsdl:operation name="dedicatedBackupList">
  9894. <wsdl:input message="wsdlns:dedicatedBackupListRequest"/>
  9895. <wsdl:output message="wsdlns:dedicatedBackupListResponse"/>
  9896. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9897. </wsdl:operation>
  9898. <wsdl:operation name="telephonyOrdersFollowingUp">
  9899. <wsdl:input message="wsdlns:telephonyOrdersFollowingUpRequest"/>
  9900. <wsdl:output message="wsdlns:telephonyOrdersFollowingUpResponse"/>
  9901. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9902. </wsdl:operation>
  9903. <wsdl:operation name="telephonyPhonebookOnGroupContactAdd">
  9904. <wsdl:input message="wsdlns:telephonyPhonebookOnGroupContactAddRequest"/>
  9905. <wsdl:output message="wsdlns:telephonyPhonebookOnGroupContactAddResponse"/>
  9906. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9907. </wsdl:operation>
  9908. <wsdl:operation name="ortDomainDel">
  9909. <wsdl:input message="wsdlns:ortDomainDelRequest"/>
  9910. <wsdl:output message="wsdlns:ortDomainDelResponse"/>
  9911. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9912. </wsdl:operation>
  9913. <wsdl:operation name="mailingListModeratorList">
  9914. <wsdl:input message="wsdlns:mailingListModeratorListRequest"/>
  9915. <wsdl:output message="wsdlns:mailingListModeratorListResponse"/>
  9916. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9917. </wsdl:operation>
  9918. <wsdl:operation name="telephonyBillDetailsCSV">
  9919. <wsdl:input message="wsdlns:telephonyBillDetailsCSVRequest"/>
  9920. <wsdl:output message="wsdlns:telephonyBillDetailsCSVResponse"/>
  9921. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9922. </wsdl:operation>
  9923. <wsdl:operation name="popList">
  9924. <wsdl:input message="wsdlns:popListRequest"/>
  9925. <wsdl:output message="wsdlns:popListResponse"/>
  9926. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9927. </wsdl:operation>
  9928. <wsdl:operation name="sqlpriveMysqlRamUsed">
  9929. <wsdl:input message="wsdlns:sqlpriveMysqlRamUsedRequest"/>
  9930. <wsdl:output message="wsdlns:sqlpriveMysqlRamUsedResponse"/>
  9931. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9932. </wsdl:operation>
  9933. <wsdl:operation name="telephonySmsCreditLeft">
  9934. <wsdl:input message="wsdlns:telephonySmsCreditLeftRequest"/>
  9935. <wsdl:output message="wsdlns:telephonySmsCreditLeftResponse"/>
  9936. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9937. </wsdl:operation>
  9938. <wsdl:operation name="prepaidDomainCreate">
  9939. <wsdl:input message="wsdlns:prepaidDomainCreateRequest"/>
  9940. <wsdl:output message="wsdlns:prepaidDomainCreateResponse"/>
  9941. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9942. </wsdl:operation>
  9943. <wsdl:operation name="telephonyDirectoryPJCode">
  9944. <wsdl:input message="wsdlns:telephonyDirectoryPJCodeRequest"/>
  9945. <wsdl:output message="wsdlns:telephonyDirectoryPJCodeResponse"/>
  9946. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9947. </wsdl:operation>
  9948. <wsdl:operation name="telephonyListSummationCallsFromBillingAccount">
  9949. <wsdl:input message="wsdlns:telephonyListSummationCallsFromBillingAccountRequest"/>
  9950. <wsdl:output message="wsdlns:telephonyListSummationCallsFromBillingAccountResponse"/>
  9951. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9952. </wsdl:operation>
  9953. <wsdl:operation name="rpsMigrationGetProgressStatus">
  9954. <wsdl:input message="wsdlns:rpsMigrationGetProgressStatusRequest"/>
  9955. <wsdl:output message="wsdlns:rpsMigrationGetProgressStatusResponse"/>
  9956. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9957. </wsdl:operation>
  9958. <wsdl:operation name="telephonyBillingAccountDescriptionModify">
  9959. <wsdl:input message="wsdlns:telephonyBillingAccountDescriptionModifyRequest"/>
  9960. <wsdl:output message="wsdlns:telephonyBillingAccountDescriptionModifyResponse"/>
  9961. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9962. </wsdl:operation>
  9963. <wsdl:operation name="dedicatedNetbootGetAll">
  9964. <wsdl:input message="wsdlns:dedicatedNetbootGetAllRequest"/>
  9965. <wsdl:output message="wsdlns:dedicatedNetbootGetAllResponse"/>
  9966. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9967. </wsdl:operation>
  9968. <wsdl:operation name="emailDomainListByMasterNic">
  9969. <wsdl:input message="wsdlns:emailDomainListByMasterNicRequest"/>
  9970. <wsdl:output message="wsdlns:emailDomainListByMasterNicResponse"/>
  9971. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9972. </wsdl:operation>
  9973. <wsdl:operation name="telephonyAbbreviatedNumberDel">
  9974. <wsdl:input message="wsdlns:telephonyAbbreviatedNumberDelRequest"/>
  9975. <wsdl:output message="wsdlns:telephonyAbbreviatedNumberDelResponse"/>
  9976. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9977. </wsdl:operation>
  9978. <wsdl:operation name="resellerDomainTransferIT">
  9979. <wsdl:input message="wsdlns:resellerDomainTransferITRequest"/>
  9980. <wsdl:output message="wsdlns:resellerDomainTransferITResponse"/>
  9981. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9982. </wsdl:operation>
  9983. <wsdl:operation name="dedicatedVirtualMacIpAvailableGetList">
  9984. <wsdl:input message="wsdlns:dedicatedVirtualMacIpAvailableGetListRequest"/>
  9985. <wsdl:output message="wsdlns:dedicatedVirtualMacIpAvailableGetListResponse"/>
  9986. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9987. </wsdl:operation>
  9988. <wsdl:operation name="telephonyFaxOptionsList">
  9989. <wsdl:input message="wsdlns:telephonyFaxOptionsListRequest"/>
  9990. <wsdl:output message="wsdlns:telephonyFaxOptionsListResponse"/>
  9991. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9992. </wsdl:operation>
  9993. <wsdl:operation name="ticketListIncidents">
  9994. <wsdl:input message="wsdlns:ticketListIncidentsRequest"/>
  9995. <wsdl:output message="wsdlns:ticketListIncidentsResponse"/>
  9996. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  9997. </wsdl:operation>
  9998. <wsdl:operation name="infrastructureReverseModify">
  9999. <wsdl:input message="wsdlns:infrastructureReverseModifyRequest"/>
  10000. <wsdl:output message="wsdlns:infrastructureReverseModifyResponse"/>
  10001. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10002. </wsdl:operation>
  10003. <wsdl:operation name="dedicatedMonitoringSMSCreate">
  10004. <wsdl:input message="wsdlns:dedicatedMonitoringSMSCreateRequest"/>
  10005. <wsdl:output message="wsdlns:dedicatedMonitoringSMSCreateResponse"/>
  10006. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10007. </wsdl:operation>
  10008. <wsdl:operation name="telephonyTrunkExternalDisplayedNumberAdd">
  10009. <wsdl:input message="wsdlns:telephonyTrunkExternalDisplayedNumberAddRequest"/>
  10010. <wsdl:output message="wsdlns:telephonyTrunkExternalDisplayedNumberAddResponse"/>
  10011. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10012. </wsdl:operation>
  10013. <wsdl:operation name="dedicatedRipeQuery">
  10014. <wsdl:input message="wsdlns:dedicatedRipeQueryRequest"/>
  10015. <wsdl:output message="wsdlns:dedicatedRipeQueryResponse"/>
  10016. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10017. </wsdl:operation>
  10018. <wsdl:operation name="responderEmailList">
  10019. <wsdl:input message="wsdlns:responderEmailListRequest"/>
  10020. <wsdl:output message="wsdlns:responderEmailListResponse"/>
  10021. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10022. </wsdl:operation>
  10023. <wsdl:operation name="telephonyBillingAccountSet">
  10024. <wsdl:input message="wsdlns:telephonyBillingAccountSetRequest"/>
  10025. <wsdl:output message="wsdlns:telephonyBillingAccountSetResponse"/>
  10026. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10027. </wsdl:operation>
  10028. <wsdl:operation name="telephonyDepositMovementModify">
  10029. <wsdl:input message="wsdlns:telephonyDepositMovementModifyRequest"/>
  10030. <wsdl:output message="wsdlns:telephonyDepositMovementModifyResponse"/>
  10031. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10032. </wsdl:operation>
  10033. <wsdl:operation name="telephonyClick2CallDo">
  10034. <wsdl:input message="wsdlns:telephonyClick2CallDoRequest"/>
  10035. <wsdl:output message="wsdlns:telephonyClick2CallDoResponse"/>
  10036. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10037. </wsdl:operation>
  10038. <wsdl:operation name="telephonySpecialNumberOrder">
  10039. <wsdl:input message="wsdlns:telephonySpecialNumberOrderRequest"/>
  10040. <wsdl:output message="wsdlns:telephonySpecialNumberOrderResponse"/>
  10041. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10042. </wsdl:operation>
  10043. <wsdl:operation name="telephonyVoicemailOptionsModify">
  10044. <wsdl:input message="wsdlns:telephonyVoicemailOptionsModifyRequest"/>
  10045. <wsdl:output message="wsdlns:telephonyVoicemailOptionsModifyResponse"/>
  10046. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10047. </wsdl:operation>
  10048. <wsdl:operation name="telephonyLineSwitchOldOffer">
  10049. <wsdl:input message="wsdlns:telephonyLineSwitchOldOfferRequest"/>
  10050. <wsdl:output message="wsdlns:telephonyLineSwitchOldOfferResponse"/>
  10051. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10052. </wsdl:operation>
  10053. <wsdl:operation name="zoneEntryAddCustom">
  10054. <wsdl:input message="wsdlns:zoneEntryAddCustomRequest"/>
  10055. <wsdl:output message="wsdlns:zoneEntryAddCustomResponse"/>
  10056. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10057. </wsdl:operation>
  10058. <wsdl:operation name="domainWhoisObfuscatorInfo">
  10059. <wsdl:input message="wsdlns:domainWhoisObfuscatorInfoRequest"/>
  10060. <wsdl:output message="wsdlns:domainWhoisObfuscatorInfoResponse"/>
  10061. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10062. </wsdl:operation>
  10063. <wsdl:operation name="telephonyPhonebookOnGroupContactDel">
  10064. <wsdl:input message="wsdlns:telephonyPhonebookOnGroupContactDelRequest"/>
  10065. <wsdl:output message="wsdlns:telephonyPhonebookOnGroupContactDelResponse"/>
  10066. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10067. </wsdl:operation>
  10068. <wsdl:operation name="ticketReopen">
  10069. <wsdl:input message="wsdlns:ticketReopenRequest"/>
  10070. <wsdl:output message="wsdlns:ticketReopenResponse"/>
  10071. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10072. </wsdl:operation>
  10073. <wsdl:operation name="telephonySpareAdd">
  10074. <wsdl:input message="wsdlns:telephonySpareAddRequest"/>
  10075. <wsdl:output message="wsdlns:telephonySpareAddResponse"/>
  10076. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10077. </wsdl:operation>
  10078. <wsdl:operation name="telephonySmsAddCsvAttachment">
  10079. <wsdl:input message="wsdlns:telephonySmsAddCsvAttachmentRequest"/>
  10080. <wsdl:output message="wsdlns:telephonySmsAddCsvAttachmentResponse"/>
  10081. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10082. </wsdl:operation>
  10083. <wsdl:operation name="dedicatedBackupFtpPassword">
  10084. <wsdl:input message="wsdlns:dedicatedBackupFtpPasswordRequest"/>
  10085. <wsdl:output message="wsdlns:dedicatedBackupFtpPasswordResponse"/>
  10086. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10087. </wsdl:operation>
  10088. <wsdl:operation name="telephonyDefaultPrivateHolidaysEvents">
  10089. <wsdl:input message="wsdlns:telephonyDefaultPrivateHolidaysEventsRequest"/>
  10090. <wsdl:output message="wsdlns:telephonyDefaultPrivateHolidaysEventsResponse"/>
  10091. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10092. </wsdl:operation>
  10093. <wsdl:operation name="hostingAccessByNic">
  10094. <wsdl:input message="wsdlns:hostingAccessByNicRequest"/>
  10095. <wsdl:output message="wsdlns:hostingAccessByNicResponse"/>
  10096. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10097. </wsdl:operation>
  10098. <wsdl:operation name="sqlpriveAlertInfo">
  10099. <wsdl:input message="wsdlns:sqlpriveAlertInfoRequest"/>
  10100. <wsdl:output message="wsdlns:sqlpriveAlertInfoResponse"/>
  10101. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10102. </wsdl:operation>
  10103. <wsdl:operation name="mailingListFullInfo">
  10104. <wsdl:input message="wsdlns:mailingListFullInfoRequest"/>
  10105. <wsdl:output message="wsdlns:mailingListFullInfoResponse"/>
  10106. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10107. </wsdl:operation>
  10108. <wsdl:operation name="dedicatedRtmBackdoorUpdateAlert">
  10109. <wsdl:input message="wsdlns:dedicatedRtmBackdoorUpdateAlertRequest"/>
  10110. <wsdl:output message="wsdlns:dedicatedRtmBackdoorUpdateAlertResponse"/>
  10111. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10112. </wsdl:operation>
  10113. <wsdl:operation name="responderEmailInfo">
  10114. <wsdl:input message="wsdlns:responderEmailInfoRequest"/>
  10115. <wsdl:output message="wsdlns:responderEmailInfoResponse"/>
  10116. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10117. </wsdl:operation>
  10118. <wsdl:operation name="telephonyToneRemoteUpload">
  10119. <wsdl:input message="wsdlns:telephonyToneRemoteUploadRequest"/>
  10120. <wsdl:output message="wsdlns:telephonyToneRemoteUploadResponse"/>
  10121. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10122. </wsdl:operation>
  10123. <wsdl:operation name="telephonyNumberGetFrWayNamesFromInsee">
  10124. <wsdl:input message="wsdlns:telephonyNumberGetFrWayNamesFromInseeRequest"/>
  10125. <wsdl:output message="wsdlns:telephonyNumberGetFrWayNamesFromInseeResponse"/>
  10126. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10127. </wsdl:operation>
  10128. <wsdl:operation name="dedicatedSecondaryDNSAdd">
  10129. <wsdl:input message="wsdlns:dedicatedSecondaryDNSAddRequest"/>
  10130. <wsdl:output message="wsdlns:dedicatedSecondaryDNSAddResponse"/>
  10131. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10132. </wsdl:operation>
  10133. <wsdl:operation name="popUpgradeQuota">
  10134. <wsdl:input message="wsdlns:popUpgradeQuotaRequest"/>
  10135. <wsdl:output message="wsdlns:popUpgradeQuotaResponse"/>
  10136. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10137. </wsdl:operation>
  10138. <wsdl:operation name="telephonyFMHuntingModificationMode">
  10139. <wsdl:input message="wsdlns:telephonyFMHuntingModificationModeRequest"/>
  10140. <wsdl:output message="wsdlns:telephonyFMHuntingModificationModeResponse"/>
  10141. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10142. </wsdl:operation>
  10143. <wsdl:operation name="sqlpriveList">
  10144. <wsdl:input message="wsdlns:sqlpriveListRequest"/>
  10145. <wsdl:output message="wsdlns:sqlpriveListResponse"/>
  10146. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10147. </wsdl:operation>
  10148. <wsdl:operation name="dnsInstall">
  10149. <wsdl:input message="wsdlns:dnsInstallRequest"/>
  10150. <wsdl:output message="wsdlns:dnsInstallResponse"/>
  10151. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10152. </wsdl:operation>
  10153. <wsdl:operation name="telephonyAliasToSipOffer">
  10154. <wsdl:input message="wsdlns:telephonyAliasToSipOfferRequest"/>
  10155. <wsdl:output message="wsdlns:telephonyAliasToSipOfferResponse"/>
  10156. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10157. </wsdl:operation>
  10158. <wsdl:operation name="hostingSummary">
  10159. <wsdl:input message="wsdlns:hostingSummaryRequest"/>
  10160. <wsdl:output message="wsdlns:hostingSummaryResponse"/>
  10161. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10162. </wsdl:operation>
  10163. <wsdl:operation name="emailDomainSummary">
  10164. <wsdl:input message="wsdlns:emailDomainSummaryRequest"/>
  10165. <wsdl:output message="wsdlns:emailDomainSummaryResponse"/>
  10166. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10167. </wsdl:operation>
  10168. <wsdl:operation name="dedicatedRtmGetStatus">
  10169. <wsdl:input message="wsdlns:dedicatedRtmGetStatusRequest"/>
  10170. <wsdl:output message="wsdlns:dedicatedRtmGetStatusResponse"/>
  10171. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10172. </wsdl:operation>
  10173. <wsdl:operation name="managedServicesPartitionQuotaUsed">
  10174. <wsdl:input message="wsdlns:managedServicesPartitionQuotaUsedRequest"/>
  10175. <wsdl:output message="wsdlns:managedServicesPartitionQuotaUsedResponse"/>
  10176. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10177. </wsdl:operation>
  10178. <wsdl:operation name="dedicatedNetbootGetAvailable">
  10179. <wsdl:input message="wsdlns:dedicatedNetbootGetAvailableRequest"/>
  10180. <wsdl:output message="wsdlns:dedicatedNetbootGetAvailableResponse"/>
  10181. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10182. </wsdl:operation>
  10183. <wsdl:operation name="telephonySmsUserMultiSend">
  10184. <wsdl:input message="wsdlns:telephonySmsUserMultiSendRequest"/>
  10185. <wsdl:output message="wsdlns:telephonySmsUserMultiSendResponse"/>
  10186. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10187. </wsdl:operation>
  10188. <wsdl:operation name="telephonySmsGetCsvAttachment">
  10189. <wsdl:input message="wsdlns:telephonySmsGetCsvAttachmentRequest"/>
  10190. <wsdl:output message="wsdlns:telephonySmsGetCsvAttachmentResponse"/>
  10191. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10192. </wsdl:operation>
  10193. <wsdl:operation name="telephonySmsHistory">
  10194. <wsdl:input message="wsdlns:telephonySmsHistoryRequest"/>
  10195. <wsdl:output message="wsdlns:telephonySmsHistoryResponse"/>
  10196. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10197. </wsdl:operation>
  10198. <wsdl:operation name="zoneEntryModify">
  10199. <wsdl:input message="wsdlns:zoneEntryModifyRequest"/>
  10200. <wsdl:output message="wsdlns:zoneEntryModifyResponse"/>
  10201. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10202. </wsdl:operation>
  10203. <wsdl:operation name="ticketListContact">
  10204. <wsdl:input message="wsdlns:ticketListContactRequest"/>
  10205. <wsdl:output message="wsdlns:ticketListContactResponse"/>
  10206. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10207. </wsdl:operation>
  10208. <wsdl:operation name="dedicatedMailinglistGetAllowed">
  10209. <wsdl:input message="wsdlns:dedicatedMailinglistGetAllowedRequest"/>
  10210. <wsdl:output message="wsdlns:dedicatedMailinglistGetAllowedResponse"/>
  10211. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10212. </wsdl:operation>
  10213. <wsdl:operation name="dedicatedBackupInfo">
  10214. <wsdl:input message="wsdlns:dedicatedBackupInfoRequest"/>
  10215. <wsdl:output message="wsdlns:dedicatedBackupInfoResponse"/>
  10216. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10217. </wsdl:operation>
  10218. <wsdl:operation name="telephonyAbbreviatedNumberOnGroupModify">
  10219. <wsdl:input message="wsdlns:telephonyAbbreviatedNumberOnGroupModifyRequest"/>
  10220. <wsdl:output message="wsdlns:telephonyAbbreviatedNumberOnGroupModifyResponse"/>
  10221. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10222. </wsdl:operation>
  10223. <wsdl:operation name="accountSummary">
  10224. <wsdl:input message="wsdlns:accountSummaryRequest"/>
  10225. <wsdl:output message="wsdlns:accountSummaryResponse"/>
  10226. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10227. </wsdl:operation>
  10228. <wsdl:operation name="subDomainDel">
  10229. <wsdl:input message="wsdlns:subDomainDelRequest"/>
  10230. <wsdl:output message="wsdlns:subDomainDelResponse"/>
  10231. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10232. </wsdl:operation>
  10233. <wsdl:operation name="telephonyHuntingGenericScreenList">
  10234. <wsdl:input message="wsdlns:telephonyHuntingGenericScreenListRequest"/>
  10235. <wsdl:output message="wsdlns:telephonyHuntingGenericScreenListResponse"/>
  10236. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10237. </wsdl:operation>
  10238. <wsdl:operation name="emailFilterAdd">
  10239. <wsdl:input message="wsdlns:emailFilterAddRequest"/>
  10240. <wsdl:output message="wsdlns:emailFilterAddResponse"/>
  10241. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10242. </wsdl:operation>
  10243. <wsdl:operation name="telephonyHuntingGenericScreenStatus">
  10244. <wsdl:input message="wsdlns:telephonyHuntingGenericScreenStatusRequest"/>
  10245. <wsdl:output message="wsdlns:telephonyHuntingGenericScreenStatusResponse"/>
  10246. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10247. </wsdl:operation>
  10248. <wsdl:operation name="telephonyHuntingModificationMembers">
  10249. <wsdl:input message="wsdlns:telephonyHuntingModificationMembersRequest"/>
  10250. <wsdl:output message="wsdlns:telephonyHuntingModificationMembersResponse"/>
  10251. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10252. </wsdl:operation>
  10253. <wsdl:operation name="rpsMigrationStatus">
  10254. <wsdl:input message="wsdlns:rpsMigrationStatusRequest"/>
  10255. <wsdl:output message="wsdlns:rpsMigrationStatusResponse"/>
  10256. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10257. </wsdl:operation>
  10258. <wsdl:operation name="dnsReset">
  10259. <wsdl:input message="wsdlns:dnsResetRequest"/>
  10260. <wsdl:output message="wsdlns:dnsResetResponse"/>
  10261. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10262. </wsdl:operation>
  10263. <wsdl:operation name="telephonyVoicemailMessagesDownload">
  10264. <wsdl:input message="wsdlns:telephonyVoicemailMessagesDownloadRequest"/>
  10265. <wsdl:output message="wsdlns:telephonyVoicemailMessagesDownloadResponse"/>
  10266. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10267. </wsdl:operation>
  10268. <wsdl:operation name="supportGetNicDomains">
  10269. <wsdl:input message="wsdlns:supportGetNicDomainsRequest"/>
  10270. <wsdl:output message="wsdlns:supportGetNicDomainsResponse"/>
  10271. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10272. </wsdl:operation>
  10273. <wsdl:operation name="telephonyFaxCampaignCreation">
  10274. <wsdl:input message="wsdlns:telephonyFaxCampaignCreationRequest"/>
  10275. <wsdl:output message="wsdlns:telephonyFaxCampaignCreationResponse"/>
  10276. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10277. </wsdl:operation>
  10278. <wsdl:operation name="supportGetThreads">
  10279. <wsdl:input message="wsdlns:supportGetThreadsRequest"/>
  10280. <wsdl:output message="wsdlns:supportGetThreadsResponse"/>
  10281. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10282. </wsdl:operation>
  10283. <wsdl:operation name="mailingListDel">
  10284. <wsdl:input message="wsdlns:mailingListDelRequest"/>
  10285. <wsdl:output message="wsdlns:mailingListDelResponse"/>
  10286. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10287. </wsdl:operation>
  10288. <wsdl:operation name="dedicatedFailoverRipeAdd">
  10289. <wsdl:input message="wsdlns:dedicatedFailoverRipeAddRequest"/>
  10290. <wsdl:output message="wsdlns:dedicatedFailoverRipeAddResponse"/>
  10291. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10292. </wsdl:operation>
  10293. <wsdl:operation name="mailingListSubscriberAdd">
  10294. <wsdl:input message="wsdlns:mailingListSubscriberAddRequest"/>
  10295. <wsdl:output message="wsdlns:mailingListSubscriberAddResponse"/>
  10296. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10297. </wsdl:operation>
  10298. <wsdl:operation name="dedicatedFilterIrcClientRuleAdd">
  10299. <wsdl:input message="wsdlns:dedicatedFilterIrcClientRuleAddRequest"/>
  10300. <wsdl:output message="wsdlns:dedicatedFilterIrcClientRuleAddResponse"/>
  10301. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10302. </wsdl:operation>
  10303. <wsdl:operation name="telephonyLineLogsNotificationOptions">
  10304. <wsdl:input message="wsdlns:telephonyLineLogsNotificationOptionsRequest"/>
  10305. <wsdl:output message="wsdlns:telephonyLineLogsNotificationOptionsResponse"/>
  10306. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10307. </wsdl:operation>
  10308. <wsdl:operation name="telephonyLineGetIpRestriction">
  10309. <wsdl:input message="wsdlns:telephonyLineGetIpRestrictionRequest"/>
  10310. <wsdl:output message="wsdlns:telephonyLineGetIpRestrictionResponse"/>
  10311. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10312. </wsdl:operation>
  10313. <wsdl:operation name="dedicatedInstallationTemplateList">
  10314. <wsdl:input message="wsdlns:dedicatedInstallationTemplateListRequest"/>
  10315. <wsdl:output message="wsdlns:dedicatedInstallationTemplateListResponse"/>
  10316. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10317. </wsdl:operation>
  10318. <wsdl:operation name="telephonyGetTimeZoneNumber">
  10319. <wsdl:input message="wsdlns:telephonyGetTimeZoneNumberRequest"/>
  10320. <wsdl:output message="wsdlns:telephonyGetTimeZoneNumberResponse"/>
  10321. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10322. </wsdl:operation>
  10323. <wsdl:operation name="dedicatedBackupGetCalendar">
  10324. <wsdl:input message="wsdlns:dedicatedBackupGetCalendarRequest"/>
  10325. <wsdl:output message="wsdlns:dedicatedBackupGetCalendarResponse"/>
  10326. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10327. </wsdl:operation>
  10328. <wsdl:operation name="telephonyFMHuntingModificationMembers">
  10329. <wsdl:input message="wsdlns:telephonyFMHuntingModificationMembersRequest"/>
  10330. <wsdl:output message="wsdlns:telephonyFMHuntingModificationMembersResponse"/>
  10331. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10332. </wsdl:operation>
  10333. <wsdl:operation name="telephonyPhonebookAdd">
  10334. <wsdl:input message="wsdlns:telephonyPhonebookAddRequest"/>
  10335. <wsdl:output message="wsdlns:telephonyPhonebookAddResponse"/>
  10336. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10337. </wsdl:operation>
  10338. <wsdl:operation name="telephonyRestrictionModify">
  10339. <wsdl:input message="wsdlns:telephonyRestrictionModifyRequest"/>
  10340. <wsdl:output message="wsdlns:telephonyRestrictionModifyResponse"/>
  10341. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10342. </wsdl:operation>
  10343. <wsdl:operation name="telephonyRatesList">
  10344. <wsdl:input message="wsdlns:telephonyRatesListRequest"/>
  10345. <wsdl:output message="wsdlns:telephonyRatesListResponse"/>
  10346. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10347. </wsdl:operation>
  10348. <wsdl:operation name="crontabDel">
  10349. <wsdl:input message="wsdlns:crontabDelRequest"/>
  10350. <wsdl:output message="wsdlns:crontabDelResponse"/>
  10351. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10352. </wsdl:operation>
  10353. <wsdl:operation name="telephonyHuntingGenericScreenOptions">
  10354. <wsdl:input message="wsdlns:telephonyHuntingGenericScreenOptionsRequest"/>
  10355. <wsdl:output message="wsdlns:telephonyHuntingGenericScreenOptionsResponse"/>
  10356. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10357. </wsdl:operation>
  10358. <wsdl:operation name="telephonyBillingAccountAdd">
  10359. <wsdl:input message="wsdlns:telephonyBillingAccountAddRequest"/>
  10360. <wsdl:output message="wsdlns:telephonyBillingAccountAddResponse"/>
  10361. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10362. </wsdl:operation>
  10363. <wsdl:operation name="managedServicesIpAccessChange">
  10364. <wsdl:input message="wsdlns:managedServicesIpAccessChangeRequest"/>
  10365. <wsdl:output message="wsdlns:managedServicesIpAccessChangeResponse"/>
  10366. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10367. </wsdl:operation>
  10368. <wsdl:operation name="accountHistory">
  10369. <wsdl:input message="wsdlns:accountHistoryRequest"/>
  10370. <wsdl:output message="wsdlns:accountHistoryResponse"/>
  10371. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10372. </wsdl:operation>
  10373. <wsdl:operation name="dedicatedIpLoadBalancingServerDel">
  10374. <wsdl:input message="wsdlns:dedicatedIpLoadBalancingServerDelRequest"/>
  10375. <wsdl:output message="wsdlns:dedicatedIpLoadBalancingServerDelResponse"/>
  10376. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10377. </wsdl:operation>
  10378. <wsdl:operation name="domainCheck">
  10379. <wsdl:input message="wsdlns:domainCheckRequest"/>
  10380. <wsdl:output message="wsdlns:domainCheckResponse"/>
  10381. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10382. </wsdl:operation>
  10383. <wsdl:operation name="prepaidDomainTransfer">
  10384. <wsdl:input message="wsdlns:prepaidDomainTransferRequest"/>
  10385. <wsdl:output message="wsdlns:prepaidDomainTransferResponse"/>
  10386. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10387. </wsdl:operation>
  10388. <wsdl:operation name="dedicatedEditServiceMonitoringItem">
  10389. <wsdl:input message="wsdlns:dedicatedEditServiceMonitoringItemRequest"/>
  10390. <wsdl:output message="wsdlns:dedicatedEditServiceMonitoringItemResponse"/>
  10391. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10392. </wsdl:operation>
  10393. <wsdl:operation name="telephonySmsplusIsFreeKeyword">
  10394. <wsdl:input message="wsdlns:telephonySmsplusIsFreeKeywordRequest"/>
  10395. <wsdl:output message="wsdlns:telephonySmsplusIsFreeKeywordResponse"/>
  10396. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10397. </wsdl:operation>
  10398. <wsdl:operation name="telephonyLineGetCodecs">
  10399. <wsdl:input message="wsdlns:telephonyLineGetCodecsRequest"/>
  10400. <wsdl:output message="wsdlns:telephonyLineGetCodecsResponse"/>
  10401. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10402. </wsdl:operation>
  10403. <wsdl:operation name="telephonySmsSenderValidate">
  10404. <wsdl:input message="wsdlns:telephonySmsSenderValidateRequest"/>
  10405. <wsdl:output message="wsdlns:telephonySmsSenderValidateResponse"/>
  10406. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10407. </wsdl:operation>
  10408. <wsdl:operation name="dedicatedIPForUDPServerList">
  10409. <wsdl:input message="wsdlns:dedicatedIPForUDPServerListRequest"/>
  10410. <wsdl:output message="wsdlns:dedicatedIPForUDPServerListResponse"/>
  10411. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10412. </wsdl:operation>
  10413. <wsdl:operation name="telephonyHuntingModificationSimultaneousCalls">
  10414. <wsdl:input message="wsdlns:telephonyHuntingModificationSimultaneousCallsRequest"/>
  10415. <wsdl:output message="wsdlns:telephonyHuntingModificationSimultaneousCallsResponse"/>
  10416. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10417. </wsdl:operation>
  10418. <wsdl:operation name="telephonyDirectoryInfoGetSameSiret">
  10419. <wsdl:input message="wsdlns:telephonyDirectoryInfoGetSameSiretRequest"/>
  10420. <wsdl:output message="wsdlns:telephonyDirectoryInfoGetSameSiretResponse"/>
  10421. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10422. </wsdl:operation>
  10423. <wsdl:operation name="serviceGroupCreate">
  10424. <wsdl:input message="wsdlns:serviceGroupCreateRequest"/>
  10425. <wsdl:output message="wsdlns:serviceGroupCreateResponse"/>
  10426. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10427. </wsdl:operation>
  10428. <wsdl:operation name="telephonyConferenceSetParams">
  10429. <wsdl:input message="wsdlns:telephonyConferenceSetParamsRequest"/>
  10430. <wsdl:output message="wsdlns:telephonyConferenceSetParamsResponse"/>
  10431. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10432. </wsdl:operation>
  10433. <wsdl:operation name="orderTelephonySmsCredit">
  10434. <wsdl:input message="wsdlns:orderTelephonySmsCreditRequest"/>
  10435. <wsdl:output message="wsdlns:orderTelephonySmsCreditResponse"/>
  10436. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10437. </wsdl:operation>
  10438. <wsdl:operation name="dedicatedBackupSet">
  10439. <wsdl:input message="wsdlns:dedicatedBackupSetRequest"/>
  10440. <wsdl:output message="wsdlns:dedicatedBackupSetResponse"/>
  10441. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10442. </wsdl:operation>
  10443. <wsdl:operation name="dedicatedVirtualMacIpDelete">
  10444. <wsdl:input message="wsdlns:dedicatedVirtualMacIpDeleteRequest"/>
  10445. <wsdl:output message="wsdlns:dedicatedVirtualMacIpDeleteResponse"/>
  10446. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10447. </wsdl:operation>
  10448. <wsdl:operation name="dedicatedFailoverRipeSplit">
  10449. <wsdl:input message="wsdlns:dedicatedFailoverRipeSplitRequest"/>
  10450. <wsdl:output message="wsdlns:dedicatedFailoverRipeSplitResponse"/>
  10451. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10452. </wsdl:operation>
  10453. <wsdl:operation name="dedicatedReverseInfo">
  10454. <wsdl:input message="wsdlns:dedicatedReverseInfoRequest"/>
  10455. <wsdl:output message="wsdlns:dedicatedReverseInfoResponse"/>
  10456. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10457. </wsdl:operation>
  10458. <wsdl:operation name="dedicatedCapabilitiesGetAll">
  10459. <wsdl:input message="wsdlns:dedicatedCapabilitiesGetAllRequest"/>
  10460. <wsdl:output message="wsdlns:dedicatedCapabilitiesGetAllResponse"/>
  10461. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10462. </wsdl:operation>
  10463. <wsdl:operation name="telephonySparePurchase">
  10464. <wsdl:input message="wsdlns:telephonySparePurchaseRequest"/>
  10465. <wsdl:output message="wsdlns:telephonySparePurchaseResponse"/>
  10466. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10467. </wsdl:operation>
  10468. <wsdl:operation name="nic">
  10469. <wsdl:input message="wsdlns:nicRequest"/>
  10470. <wsdl:output message="wsdlns:nicResponse"/>
  10471. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10472. </wsdl:operation>
  10473. <wsdl:operation name="telephonyFaxCampaignList">
  10474. <wsdl:input message="wsdlns:telephonyFaxCampaignListRequest"/>
  10475. <wsdl:output message="wsdlns:telephonyFaxCampaignListResponse"/>
  10476. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10477. </wsdl:operation>
  10478. <wsdl:operation name="dedicatedBackupIncludeAdd">
  10479. <wsdl:input message="wsdlns:dedicatedBackupIncludeAddRequest"/>
  10480. <wsdl:output message="wsdlns:dedicatedBackupIncludeAddResponse"/>
  10481. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10482. </wsdl:operation>
  10483. <wsdl:operation name="ticketGet">
  10484. <wsdl:input message="wsdlns:ticketGetRequest"/>
  10485. <wsdl:output message="wsdlns:ticketGetResponse"/>
  10486. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10487. </wsdl:operation>
  10488. <wsdl:operation name="supportSendMessage">
  10489. <wsdl:input message="wsdlns:supportSendMessageRequest"/>
  10490. <wsdl:output message="wsdlns:supportSendMessageResponse"/>
  10491. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10492. </wsdl:operation>
  10493. <wsdl:operation name="notepadSet">
  10494. <wsdl:input message="wsdlns:notepadSetRequest"/>
  10495. <wsdl:output message="wsdlns:notepadSetResponse"/>
  10496. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10497. </wsdl:operation>
  10498. <wsdl:operation name="dedicatedFailoverRipeList">
  10499. <wsdl:input message="wsdlns:dedicatedFailoverRipeListRequest"/>
  10500. <wsdl:output message="wsdlns:dedicatedFailoverRipeListResponse"/>
  10501. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10502. </wsdl:operation>
  10503. <wsdl:operation name="telephonyNicGetMgcpIpRestriction">
  10504. <wsdl:input message="wsdlns:telephonyNicGetMgcpIpRestrictionRequest"/>
  10505. <wsdl:output message="wsdlns:telephonyNicGetMgcpIpRestrictionResponse"/>
  10506. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10507. </wsdl:operation>
  10508. <wsdl:operation name="telephonySmsGetUserQuotaForUser">
  10509. <wsdl:input message="wsdlns:telephonySmsGetUserQuotaForUserRequest"/>
  10510. <wsdl:output message="wsdlns:telephonySmsGetUserQuotaForUserResponse"/>
  10511. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10512. </wsdl:operation>
  10513. <wsdl:operation name="telephonyDirectoryInfoGetSiret">
  10514. <wsdl:input message="wsdlns:telephonyDirectoryInfoGetSiretRequest"/>
  10515. <wsdl:output message="wsdlns:telephonyDirectoryInfoGetSiretResponse"/>
  10516. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10517. </wsdl:operation>
  10518. <wsdl:operation name="dedicatedMonitoringServiceAdd">
  10519. <wsdl:input message="wsdlns:dedicatedMonitoringServiceAddRequest"/>
  10520. <wsdl:output message="wsdlns:dedicatedMonitoringServiceAddResponse"/>
  10521. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10522. </wsdl:operation>
  10523. <wsdl:operation name="dedicatedHardRebootDo">
  10524. <wsdl:input message="wsdlns:dedicatedHardRebootDoRequest"/>
  10525. <wsdl:output message="wsdlns:dedicatedHardRebootDoResponse"/>
  10526. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10527. </wsdl:operation>
  10528. <wsdl:operation name="dedicatedReverseList">
  10529. <wsdl:input message="wsdlns:dedicatedReverseListRequest"/>
  10530. <wsdl:output message="wsdlns:dedicatedReverseListResponse"/>
  10531. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10532. </wsdl:operation>
  10533. <wsdl:operation name="domainWhoisObfuscatorSet">
  10534. <wsdl:input message="wsdlns:domainWhoisObfuscatorSetRequest"/>
  10535. <wsdl:output message="wsdlns:domainWhoisObfuscatorSetResponse"/>
  10536. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10537. </wsdl:operation>
  10538. <wsdl:operation name="rpsMigrationTodo">
  10539. <wsdl:input message="wsdlns:rpsMigrationTodoRequest"/>
  10540. <wsdl:output message="wsdlns:rpsMigrationTodoResponse"/>
  10541. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10542. </wsdl:operation>
  10543. <wsdl:operation name="telephonyFunctionKeyModify">
  10544. <wsdl:input message="wsdlns:telephonyFunctionKeyModifyRequest"/>
  10545. <wsdl:output message="wsdlns:telephonyFunctionKeyModifyResponse"/>
  10546. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10547. </wsdl:operation>
  10548. <wsdl:operation name="nicTldEligibility">
  10549. <wsdl:input message="wsdlns:nicTldEligibilityRequest"/>
  10550. <wsdl:output message="wsdlns:nicTldEligibilityResponse"/>
  10551. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10552. </wsdl:operation>
  10553. <wsdl:operation name="automatedMailGetState">
  10554. <wsdl:input message="wsdlns:automatedMailGetStateRequest"/>
  10555. <wsdl:output message="wsdlns:automatedMailGetStateResponse"/>
  10556. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10557. </wsdl:operation>
  10558. <wsdl:operation name="telephonyAbbreviatedNumberList">
  10559. <wsdl:input message="wsdlns:telephonyAbbreviatedNumberListRequest"/>
  10560. <wsdl:output message="wsdlns:telephonyAbbreviatedNumberListResponse"/>
  10561. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10562. </wsdl:operation>
  10563. <wsdl:operation name="sqlpriveMysqlLogs">
  10564. <wsdl:input message="wsdlns:sqlpriveMysqlLogsRequest"/>
  10565. <wsdl:output message="wsdlns:sqlpriveMysqlLogsResponse"/>
  10566. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10567. </wsdl:operation>
  10568. <wsdl:operation name="telephonyFaxModifyPassword">
  10569. <wsdl:input message="wsdlns:telephonyFaxModifyPasswordRequest"/>
  10570. <wsdl:output message="wsdlns:telephonyFaxModifyPasswordResponse"/>
  10571. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10572. </wsdl:operation>
  10573. <wsdl:operation name="dedicatedBackupFtpAdd">
  10574. <wsdl:input message="wsdlns:dedicatedBackupFtpAddRequest"/>
  10575. <wsdl:output message="wsdlns:dedicatedBackupFtpAddResponse"/>
  10576. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10577. </wsdl:operation>
  10578. <wsdl:operation name="databaseDump">
  10579. <wsdl:input message="wsdlns:databaseDumpRequest"/>
  10580. <wsdl:output message="wsdlns:databaseDumpResponse"/>
  10581. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10582. </wsdl:operation>
  10583. <wsdl:operation name="telephonySmsDelete">
  10584. <wsdl:input message="wsdlns:telephonySmsDeleteRequest"/>
  10585. <wsdl:output message="wsdlns:telephonySmsDeleteResponse"/>
  10586. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10587. </wsdl:operation>
  10588. <wsdl:operation name="telephonyDirectoryModifyPublication">
  10589. <wsdl:input message="wsdlns:telephonyDirectoryModifyPublicationRequest"/>
  10590. <wsdl:output message="wsdlns:telephonyDirectoryModifyPublicationResponse"/>
  10591. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10592. </wsdl:operation>
  10593. <wsdl:operation name="domainResellerSet">
  10594. <wsdl:input message="wsdlns:domainResellerSetRequest"/>
  10595. <wsdl:output message="wsdlns:domainResellerSetResponse"/>
  10596. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10597. </wsdl:operation>
  10598. <wsdl:operation name="crontabList">
  10599. <wsdl:input message="wsdlns:crontabListRequest"/>
  10600. <wsdl:output message="wsdlns:crontabListResponse"/>
  10601. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10602. </wsdl:operation>
  10603. <wsdl:operation name="telephonyPhonebookOnGroupAdd">
  10604. <wsdl:input message="wsdlns:telephonyPhonebookOnGroupAddRequest"/>
  10605. <wsdl:output message="wsdlns:telephonyPhonebookOnGroupAddResponse"/>
  10606. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10607. </wsdl:operation>
  10608. <wsdl:operation name="dedicatedVirtualMacIpUsedGetList">
  10609. <wsdl:input message="wsdlns:dedicatedVirtualMacIpUsedGetListRequest"/>
  10610. <wsdl:output message="wsdlns:dedicatedVirtualMacIpUsedGetListResponse"/>
  10611. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10612. </wsdl:operation>
  10613. <wsdl:operation name="telephonyLineSwitchOfferPossibility">
  10614. <wsdl:input message="wsdlns:telephonyLineSwitchOfferPossibilityRequest"/>
  10615. <wsdl:output message="wsdlns:telephonyLineSwitchOfferPossibilityResponse"/>
  10616. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10617. </wsdl:operation>
  10618. <wsdl:operation name="telephonySmsSenderList">
  10619. <wsdl:input message="wsdlns:telephonySmsSenderListRequest"/>
  10620. <wsdl:output message="wsdlns:telephonySmsSenderListResponse"/>
  10621. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10622. </wsdl:operation>
  10623. <wsdl:operation name="resellerDomainRestore">
  10624. <wsdl:input message="wsdlns:resellerDomainRestoreRequest"/>
  10625. <wsdl:output message="wsdlns:resellerDomainRestoreResponse"/>
  10626. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10627. </wsdl:operation>
  10628. <wsdl:operation name="ticketAnswer">
  10629. <wsdl:input message="wsdlns:ticketAnswerRequest"/>
  10630. <wsdl:output message="wsdlns:ticketAnswerResponse"/>
  10631. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10632. </wsdl:operation>
  10633. <wsdl:operation name="sqlpriveCronSet">
  10634. <wsdl:input message="wsdlns:sqlpriveCronSetRequest"/>
  10635. <wsdl:output message="wsdlns:sqlpriveCronSetResponse"/>
  10636. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10637. </wsdl:operation>
  10638. <wsdl:operation name="telephonySipToAliasOffer">
  10639. <wsdl:input message="wsdlns:telephonySipToAliasOfferRequest"/>
  10640. <wsdl:output message="wsdlns:telephonySipToAliasOfferResponse"/>
  10641. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10642. </wsdl:operation>
  10643. <wsdl:operation name="telephonyFunctionKeyList">
  10644. <wsdl:input message="wsdlns:telephonyFunctionKeyListRequest"/>
  10645. <wsdl:output message="wsdlns:telephonyFunctionKeyListResponse"/>
  10646. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10647. </wsdl:operation>
  10648. <wsdl:operation name="dedicatedNetbootInfo">
  10649. <wsdl:input message="wsdlns:dedicatedNetbootInfoRequest"/>
  10650. <wsdl:output message="wsdlns:dedicatedNetbootInfoResponse"/>
  10651. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10652. </wsdl:operation>
  10653. <wsdl:operation name="telephonySmsGetCallBack">
  10654. <wsdl:input message="wsdlns:telephonySmsGetCallBackRequest"/>
  10655. <wsdl:output message="wsdlns:telephonySmsGetCallBackResponse"/>
  10656. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10657. </wsdl:operation>
  10658. <wsdl:operation name="telephonySviModify">
  10659. <wsdl:input message="wsdlns:telephonySviModifyRequest"/>
  10660. <wsdl:output message="wsdlns:telephonySviModifyResponse"/>
  10661. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10662. </wsdl:operation>
  10663. <wsdl:operation name="telephonySmsplusServiceDelete">
  10664. <wsdl:input message="wsdlns:telephonySmsplusServiceDeleteRequest"/>
  10665. <wsdl:output message="wsdlns:telephonySmsplusServiceDeleteResponse"/>
  10666. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10667. </wsdl:operation>
  10668. <wsdl:operation name="domainOperationRelaunch">
  10669. <wsdl:input message="wsdlns:domainOperationRelaunchRequest"/>
  10670. <wsdl:output message="wsdlns:domainOperationRelaunchResponse"/>
  10671. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10672. </wsdl:operation>
  10673. <wsdl:operation name="telephonyLineSwitchOffer">
  10674. <wsdl:input message="wsdlns:telephonyLineSwitchOfferRequest"/>
  10675. <wsdl:output message="wsdlns:telephonyLineSwitchOfferResponse"/>
  10676. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10677. </wsdl:operation>
  10678. <wsdl:operation name="telephonyTrunkExternalDisplayedNumberCheck">
  10679. <wsdl:input message="wsdlns:telephonyTrunkExternalDisplayedNumberCheckRequest"/>
  10680. <wsdl:output message="wsdlns:telephonyTrunkExternalDisplayedNumberCheckResponse"/>
  10681. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10682. </wsdl:operation>
  10683. <wsdl:operation name="telephonyDelClosureEvents">
  10684. <wsdl:input message="wsdlns:telephonyDelClosureEventsRequest"/>
  10685. <wsdl:output message="wsdlns:telephonyDelClosureEventsResponse"/>
  10686. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10687. </wsdl:operation>
  10688. <wsdl:operation name="telephonyFreefaxToVoicefaxCheckList">
  10689. <wsdl:input message="wsdlns:telephonyFreefaxToVoicefaxCheckListRequest"/>
  10690. <wsdl:output message="wsdlns:telephonyFreefaxToVoicefaxCheckListResponse"/>
  10691. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10692. </wsdl:operation>
  10693. <wsdl:operation name="telephonyVoicemailModifyPassword">
  10694. <wsdl:input message="wsdlns:telephonyVoicemailModifyPasswordRequest"/>
  10695. <wsdl:output message="wsdlns:telephonyVoicemailModifyPasswordResponse"/>
  10696. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10697. </wsdl:operation>
  10698. <wsdl:operation name="telephonySpareCapabilities">
  10699. <wsdl:input message="wsdlns:telephonySpareCapabilitiesRequest"/>
  10700. <wsdl:output message="wsdlns:telephonySpareCapabilitiesResponse"/>
  10701. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10702. </wsdl:operation>
  10703. <wsdl:operation name="dnsSoaModify">
  10704. <wsdl:input message="wsdlns:dnsSoaModifyRequest"/>
  10705. <wsdl:output message="wsdlns:dnsSoaModifyResponse"/>
  10706. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10707. </wsdl:operation>
  10708. <wsdl:operation name="telephonyPhonebookOnSmsDel">
  10709. <wsdl:input message="wsdlns:telephonyPhonebookOnSmsDelRequest"/>
  10710. <wsdl:output message="wsdlns:telephonyPhonebookOnSmsDelResponse"/>
  10711. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10712. </wsdl:operation>
  10713. <wsdl:operation name="telephonyPhonebookShare">
  10714. <wsdl:input message="wsdlns:telephonyPhonebookShareRequest"/>
  10715. <wsdl:output message="wsdlns:telephonyPhonebookShareResponse"/>
  10716. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10717. </wsdl:operation>
  10718. <wsdl:operation name="telephonySmsSetUserQuota">
  10719. <wsdl:input message="wsdlns:telephonySmsSetUserQuotaRequest"/>
  10720. <wsdl:output message="wsdlns:telephonySmsSetUserQuotaResponse"/>
  10721. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10722. </wsdl:operation>
  10723. <wsdl:operation name="cmsInstall">
  10724. <wsdl:input message="wsdlns:cmsInstallRequest"/>
  10725. <wsdl:output message="wsdlns:cmsInstallResponse"/>
  10726. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10727. </wsdl:operation>
  10728. <wsdl:operation name="dedicatedIpLoadBalancingAdd">
  10729. <wsdl:input message="wsdlns:dedicatedIpLoadBalancingAddRequest"/>
  10730. <wsdl:output message="wsdlns:dedicatedIpLoadBalancingAddResponse"/>
  10731. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10732. </wsdl:operation>
  10733. <wsdl:operation name="supportGetAllVisibleCategories">
  10734. <wsdl:input message="wsdlns:supportGetAllVisibleCategoriesRequest"/>
  10735. <wsdl:output message="wsdlns:supportGetAllVisibleCategoriesResponse"/>
  10736. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10737. </wsdl:operation>
  10738. <wsdl:operation name="telephonySmsHistoryCsv">
  10739. <wsdl:input message="wsdlns:telephonySmsHistoryCsvRequest"/>
  10740. <wsdl:output message="wsdlns:telephonySmsHistoryCsvResponse"/>
  10741. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10742. </wsdl:operation>
  10743. <wsdl:operation name="telephonyAbbreviatedNumberOnGroupList">
  10744. <wsdl:input message="wsdlns:telephonyAbbreviatedNumberOnGroupListRequest"/>
  10745. <wsdl:output message="wsdlns:telephonyAbbreviatedNumberOnGroupListResponse"/>
  10746. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10747. </wsdl:operation>
  10748. <wsdl:operation name="dedicatedAvailableNotificationNicsGet">
  10749. <wsdl:input message="wsdlns:dedicatedAvailableNotificationNicsGetRequest"/>
  10750. <wsdl:output message="wsdlns:dedicatedAvailableNotificationNicsGetResponse"/>
  10751. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10752. </wsdl:operation>
  10753. <wsdl:operation name="telephonyLineLogs">
  10754. <wsdl:input message="wsdlns:telephonyLineLogsRequest"/>
  10755. <wsdl:output message="wsdlns:telephonyLineLogsResponse"/>
  10756. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10757. </wsdl:operation>
  10758. <wsdl:operation name="multiFtpList">
  10759. <wsdl:input message="wsdlns:multiFtpListRequest"/>
  10760. <wsdl:output message="wsdlns:multiFtpListResponse"/>
  10761. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10762. </wsdl:operation>
  10763. <wsdl:operation name="telephonySpareReplace">
  10764. <wsdl:input message="wsdlns:telephonySpareReplaceRequest"/>
  10765. <wsdl:output message="wsdlns:telephonySpareReplaceResponse"/>
  10766. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10767. </wsdl:operation>
  10768. <wsdl:operation name="multiFtpAdd">
  10769. <wsdl:input message="wsdlns:multiFtpAddRequest"/>
  10770. <wsdl:output message="wsdlns:multiFtpAddResponse"/>
  10771. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10772. </wsdl:operation>
  10773. <wsdl:operation name="sqlpriveMysqlDatabasePrivilegeList">
  10774. <wsdl:input message="wsdlns:sqlpriveMysqlDatabasePrivilegeListRequest"/>
  10775. <wsdl:output message="wsdlns:sqlpriveMysqlDatabasePrivilegeListResponse"/>
  10776. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10777. </wsdl:operation>
  10778. <wsdl:operation name="emailAccessByNic">
  10779. <wsdl:input message="wsdlns:emailAccessByNicRequest"/>
  10780. <wsdl:output message="wsdlns:emailAccessByNicResponse"/>
  10781. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10782. </wsdl:operation>
  10783. <wsdl:operation name="telephonyClick2CallUserList">
  10784. <wsdl:input message="wsdlns:telephonyClick2CallUserListRequest"/>
  10785. <wsdl:output message="wsdlns:telephonyClick2CallUserListResponse"/>
  10786. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10787. </wsdl:operation>
  10788. <wsdl:operation name="zoneEntryDel">
  10789. <wsdl:input message="wsdlns:zoneEntryDelRequest"/>
  10790. <wsdl:output message="wsdlns:zoneEntryDelResponse"/>
  10791. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10792. </wsdl:operation>
  10793. <wsdl:operation name="prepaidSetThreshold">
  10794. <wsdl:input message="wsdlns:prepaidSetThresholdRequest"/>
  10795. <wsdl:output message="wsdlns:prepaidSetThresholdResponse"/>
  10796. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10797. </wsdl:operation>
  10798. <wsdl:operation name="telephonyVoicemailMailboxList">
  10799. <wsdl:input message="wsdlns:telephonyVoicemailMailboxListRequest"/>
  10800. <wsdl:output message="wsdlns:telephonyVoicemailMailboxListResponse"/>
  10801. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10802. </wsdl:operation>
  10803. <wsdl:operation name="resellerDomainRenew">
  10804. <wsdl:input message="wsdlns:resellerDomainRenewRequest"/>
  10805. <wsdl:output message="wsdlns:resellerDomainRenewResponse"/>
  10806. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10807. </wsdl:operation>
  10808. <wsdl:operation name="popDel">
  10809. <wsdl:input message="wsdlns:popDelRequest"/>
  10810. <wsdl:output message="wsdlns:popDelResponse"/>
  10811. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10812. </wsdl:operation>
  10813. <wsdl:operation name="telephonyFaxCampaignDetails">
  10814. <wsdl:input message="wsdlns:telephonyFaxCampaignDetailsRequest"/>
  10815. <wsdl:output message="wsdlns:telephonyFaxCampaignDetailsResponse"/>
  10816. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10817. </wsdl:operation>
  10818. <wsdl:operation name="emailFilterRuleDel">
  10819. <wsdl:input message="wsdlns:emailFilterRuleDelRequest"/>
  10820. <wsdl:output message="wsdlns:emailFilterRuleDelResponse"/>
  10821. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10822. </wsdl:operation>
  10823. <wsdl:operation name="telephonyPhonebookOnGroupDel">
  10824. <wsdl:input message="wsdlns:telephonyPhonebookOnGroupDelRequest"/>
  10825. <wsdl:output message="wsdlns:telephonyPhonebookOnGroupDelResponse"/>
  10826. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10827. </wsdl:operation>
  10828. <wsdl:operation name="telephonyPhonebookOnGroupList">
  10829. <wsdl:input message="wsdlns:telephonyPhonebookOnGroupListRequest"/>
  10830. <wsdl:output message="wsdlns:telephonyPhonebookOnGroupListResponse"/>
  10831. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10832. </wsdl:operation>
  10833. <wsdl:operation name="telephonySpecialNumberCustomList">
  10834. <wsdl:input message="wsdlns:telephonySpecialNumberCustomListRequest"/>
  10835. <wsdl:output message="wsdlns:telephonySpecialNumberCustomListResponse"/>
  10836. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10837. </wsdl:operation>
  10838. <wsdl:operation name="dedicatedMonitoringServiceDel">
  10839. <wsdl:input message="wsdlns:dedicatedMonitoringServiceDelRequest"/>
  10840. <wsdl:output message="wsdlns:dedicatedMonitoringServiceDelResponse"/>
  10841. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10842. </wsdl:operation>
  10843. <wsdl:operation name="telephonyFMHuntingModificationSimultaneousCalls">
  10844. <wsdl:input message="wsdlns:telephonyFMHuntingModificationSimultaneousCallsRequest"/>
  10845. <wsdl:output message="wsdlns:telephonyFMHuntingModificationSimultaneousCallsResponse"/>
  10846. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10847. </wsdl:operation>
  10848. <wsdl:operation name="emailFilterPriority">
  10849. <wsdl:input message="wsdlns:emailFilterPriorityRequest"/>
  10850. <wsdl:output message="wsdlns:emailFilterPriorityResponse"/>
  10851. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10852. </wsdl:operation>
  10853. <wsdl:operation name="accountAlertThresholdSet">
  10854. <wsdl:input message="wsdlns:accountAlertThresholdSetRequest"/>
  10855. <wsdl:output message="wsdlns:accountAlertThresholdSetResponse"/>
  10856. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10857. </wsdl:operation>
  10858. <wsdl:operation name="emailFilterDel">
  10859. <wsdl:input message="wsdlns:emailFilterDelRequest"/>
  10860. <wsdl:output message="wsdlns:emailFilterDelResponse"/>
  10861. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10862. </wsdl:operation>
  10863. <wsdl:operation name="resellerDomainCreate">
  10864. <wsdl:input message="wsdlns:resellerDomainCreateRequest"/>
  10865. <wsdl:output message="wsdlns:resellerDomainCreateResponse"/>
  10866. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10867. </wsdl:operation>
  10868. <wsdl:operation name="managedServicesSnapshotUpdate">
  10869. <wsdl:input message="wsdlns:managedServicesSnapshotUpdateRequest"/>
  10870. <wsdl:output message="wsdlns:managedServicesSnapshotUpdateResponse"/>
  10871. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10872. </wsdl:operation>
  10873. <wsdl:operation name="supportGetThreadTree">
  10874. <wsdl:input message="wsdlns:supportGetThreadTreeRequest"/>
  10875. <wsdl:output message="wsdlns:supportGetThreadTreeResponse"/>
  10876. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10877. </wsdl:operation>
  10878. <wsdl:operation name="emailSetDomainCatchAll">
  10879. <wsdl:input message="wsdlns:emailSetDomainCatchAllRequest"/>
  10880. <wsdl:output message="wsdlns:emailSetDomainCatchAllResponse"/>
  10881. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10882. </wsdl:operation>
  10883. <wsdl:operation name="domainCapabilities">
  10884. <wsdl:input message="wsdlns:domainCapabilitiesRequest"/>
  10885. <wsdl:output message="wsdlns:domainCapabilitiesResponse"/>
  10886. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10887. </wsdl:operation>
  10888. <wsdl:operation name="dedicatedIpLoadBalancingServerStateModify">
  10889. <wsdl:input message="wsdlns:dedicatedIpLoadBalancingServerStateModifyRequest"/>
  10890. <wsdl:output message="wsdlns:dedicatedIpLoadBalancingServerStateModifyResponse"/>
  10891. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10892. </wsdl:operation>
  10893. <wsdl:operation name="telephonyVoicemailMailboxDownload">
  10894. <wsdl:input message="wsdlns:telephonyVoicemailMailboxDownloadRequest"/>
  10895. <wsdl:output message="wsdlns:telephonyVoicemailMailboxDownloadResponse"/>
  10896. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10897. </wsdl:operation>
  10898. <wsdl:operation name="dedicatedReverseModify">
  10899. <wsdl:input message="wsdlns:dedicatedReverseModifyRequest"/>
  10900. <wsdl:output message="wsdlns:dedicatedReverseModifyResponse"/>
  10901. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10902. </wsdl:operation>
  10903. <wsdl:operation name="telephonyNicGetIpRestriction">
  10904. <wsdl:input message="wsdlns:telephonyNicGetIpRestrictionRequest"/>
  10905. <wsdl:output message="wsdlns:telephonyNicGetIpRestrictionResponse"/>
  10906. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10907. </wsdl:operation>
  10908. <wsdl:operation name="telephonyGetClosureEventsAsArray">
  10909. <wsdl:input message="wsdlns:telephonyGetClosureEventsAsArrayRequest"/>
  10910. <wsdl:output message="wsdlns:telephonyGetClosureEventsAsArrayResponse"/>
  10911. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10912. </wsdl:operation>
  10913. <wsdl:operation name="telephonyPhonebookOnSmsContactDel">
  10914. <wsdl:input message="wsdlns:telephonyPhonebookOnSmsContactDelRequest"/>
  10915. <wsdl:output message="wsdlns:telephonyPhonebookOnSmsContactDelResponse"/>
  10916. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10917. </wsdl:operation>
  10918. <wsdl:operation name="telephonyReversmentsRefundIsPending">
  10919. <wsdl:input message="wsdlns:telephonyReversmentsRefundIsPendingRequest"/>
  10920. <wsdl:output message="wsdlns:telephonyReversmentsRefundIsPendingResponse"/>
  10921. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10922. </wsdl:operation>
  10923. <wsdl:operation name="serviceModifyContact">
  10924. <wsdl:input message="wsdlns:serviceModifyContactRequest"/>
  10925. <wsdl:output message="wsdlns:serviceModifyContactResponse"/>
  10926. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10927. </wsdl:operation>
  10928. <wsdl:operation name="telephonyScreenListInfoModify">
  10929. <wsdl:input message="wsdlns:telephonyScreenListInfoModifyRequest"/>
  10930. <wsdl:output message="wsdlns:telephonyScreenListInfoModifyResponse"/>
  10931. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10932. </wsdl:operation>
  10933. <wsdl:operation name="domainDnsList">
  10934. <wsdl:input message="wsdlns:domainDnsListRequest"/>
  10935. <wsdl:output message="wsdlns:domainDnsListResponse"/>
  10936. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10937. </wsdl:operation>
  10938. <wsdl:operation name="dedicatedFailoverList">
  10939. <wsdl:input message="wsdlns:dedicatedFailoverListRequest"/>
  10940. <wsdl:output message="wsdlns:dedicatedFailoverListResponse"/>
  10941. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10942. </wsdl:operation>
  10943. <wsdl:operation name="emailDomainMxList">
  10944. <wsdl:input message="wsdlns:emailDomainMxListRequest"/>
  10945. <wsdl:output message="wsdlns:emailDomainMxListResponse"/>
  10946. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10947. </wsdl:operation>
  10948. <wsdl:operation name="managedServicesHostMasterIpGet">
  10949. <wsdl:input message="wsdlns:managedServicesHostMasterIpGetRequest"/>
  10950. <wsdl:output message="wsdlns:managedServicesHostMasterIpGetResponse"/>
  10951. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10952. </wsdl:operation>
  10953. <wsdl:operation name="dedicatedSecondaryDNSInfo">
  10954. <wsdl:input message="wsdlns:dedicatedSecondaryDNSInfoRequest"/>
  10955. <wsdl:output message="wsdlns:dedicatedSecondaryDNSInfoResponse"/>
  10956. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10957. </wsdl:operation>
  10958. <wsdl:operation name="telephonySmsplusServiceReversableTicketsList">
  10959. <wsdl:input message="wsdlns:telephonySmsplusServiceReversableTicketsListRequest"/>
  10960. <wsdl:output message="wsdlns:telephonySmsplusServiceReversableTicketsListResponse"/>
  10961. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10962. </wsdl:operation>
  10963. <wsdl:operation name="dedicatedRipeUpdateInetnum">
  10964. <wsdl:input message="wsdlns:dedicatedRipeUpdateInetnumRequest"/>
  10965. <wsdl:output message="wsdlns:dedicatedRipeUpdateInetnumResponse"/>
  10966. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10967. </wsdl:operation>
  10968. <wsdl:operation name="ortDomainList">
  10969. <wsdl:input message="wsdlns:ortDomainListRequest"/>
  10970. <wsdl:output message="wsdlns:ortDomainListResponse"/>
  10971. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10972. </wsdl:operation>
  10973. <wsdl:operation name="telephonyHuntingGenericScreenStatusModify">
  10974. <wsdl:input message="wsdlns:telephonyHuntingGenericScreenStatusModifyRequest"/>
  10975. <wsdl:output message="wsdlns:telephonyHuntingGenericScreenStatusModifyResponse"/>
  10976. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10977. </wsdl:operation>
  10978. <wsdl:operation name="telephonySmsBlacklistedSendersList">
  10979. <wsdl:input message="wsdlns:telephonySmsBlacklistedSendersListRequest"/>
  10980. <wsdl:output message="wsdlns:telephonySmsBlacklistedSendersListResponse"/>
  10981. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10982. </wsdl:operation>
  10983. <wsdl:operation name="telephonyPhonebookContactAdd">
  10984. <wsdl:input message="wsdlns:telephonyPhonebookContactAddRequest"/>
  10985. <wsdl:output message="wsdlns:telephonyPhonebookContactAddResponse"/>
  10986. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10987. </wsdl:operation>
  10988. <wsdl:operation name="domainOperationInfo">
  10989. <wsdl:input message="wsdlns:domainOperationInfoRequest"/>
  10990. <wsdl:output message="wsdlns:domainOperationInfoResponse"/>
  10991. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10992. </wsdl:operation>
  10993. <wsdl:operation name="dedicatedGetAvailableNetworkFromCountry">
  10994. <wsdl:input message="wsdlns:dedicatedGetAvailableNetworkFromCountryRequest"/>
  10995. <wsdl:output message="wsdlns:dedicatedGetAvailableNetworkFromCountryResponse"/>
  10996. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  10997. </wsdl:operation>
  10998. <wsdl:operation name="telephonyPortabilityOrderSpecialNumber">
  10999. <wsdl:input message="wsdlns:telephonyPortabilityOrderSpecialNumberRequest"/>
  11000. <wsdl:output message="wsdlns:telephonyPortabilityOrderSpecialNumberResponse"/>
  11001. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11002. </wsdl:operation>
  11003. <wsdl:operation name="billingGetReferencesToExpired">
  11004. <wsdl:input message="wsdlns:billingGetReferencesToExpiredRequest"/>
  11005. <wsdl:output message="wsdlns:billingGetReferencesToExpiredResponse"/>
  11006. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11007. </wsdl:operation>
  11008. <wsdl:operation name="dedicatedFailoverAdd">
  11009. <wsdl:input message="wsdlns:dedicatedFailoverAddRequest"/>
  11010. <wsdl:output message="wsdlns:dedicatedFailoverAddResponse"/>
  11011. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11012. </wsdl:operation>
  11013. <wsdl:operation name="telephonySmsUserSetCallBack">
  11014. <wsdl:input message="wsdlns:telephonySmsUserSetCallBackRequest"/>
  11015. <wsdl:output message="wsdlns:telephonySmsUserSetCallBackResponse"/>
  11016. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11017. </wsdl:operation>
  11018. <wsdl:operation name="prepaidGetSummary">
  11019. <wsdl:input message="wsdlns:prepaidGetSummaryRequest"/>
  11020. <wsdl:output message="wsdlns:prepaidGetSummaryResponse"/>
  11021. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11022. </wsdl:operation>
  11023. <wsdl:operation name="domainDnsUpdate">
  11024. <wsdl:input message="wsdlns:domainDnsUpdateRequest"/>
  11025. <wsdl:output message="wsdlns:domainDnsUpdateResponse"/>
  11026. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11027. </wsdl:operation>
  11028. <wsdl:operation name="emailFilterRuleAdd">
  11029. <wsdl:input message="wsdlns:emailFilterRuleAddRequest"/>
  11030. <wsdl:output message="wsdlns:emailFilterRuleAddResponse"/>
  11031. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11032. </wsdl:operation>
  11033. <wsdl:operation name="ripeUpdateInetnum">
  11034. <wsdl:input message="wsdlns:ripeUpdateInetnumRequest"/>
  11035. <wsdl:output message="wsdlns:ripeUpdateInetnumResponse"/>
  11036. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11037. </wsdl:operation>
  11038. <wsdl:operation name="domainResellerDel">
  11039. <wsdl:input message="wsdlns:domainResellerDelRequest"/>
  11040. <wsdl:output message="wsdlns:domainResellerDelResponse"/>
  11041. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11042. </wsdl:operation>
  11043. <wsdl:operation name="telephonyPhonebookOnGroupModify">
  11044. <wsdl:input message="wsdlns:telephonyPhonebookOnGroupModifyRequest"/>
  11045. <wsdl:output message="wsdlns:telephonyPhonebookOnGroupModifyResponse"/>
  11046. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11047. </wsdl:operation>
  11048. <wsdl:operation name="telephonyLineSwitchOldOfferPossibility">
  11049. <wsdl:input message="wsdlns:telephonyLineSwitchOldOfferPossibilityRequest"/>
  11050. <wsdl:output message="wsdlns:telephonyLineSwitchOldOfferPossibilityResponse"/>
  11051. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11052. </wsdl:operation>
  11053. <wsdl:operation name="resellerDomainCreateIT">
  11054. <wsdl:input message="wsdlns:resellerDomainCreateITRequest"/>
  11055. <wsdl:output message="wsdlns:resellerDomainCreateITResponse"/>
  11056. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11057. </wsdl:operation>
  11058. <wsdl:operation name="notepadGet">
  11059. <wsdl:input message="wsdlns:notepadGetRequest"/>
  11060. <wsdl:output message="wsdlns:notepadGetResponse"/>
  11061. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11062. </wsdl:operation>
  11063. <wsdl:operation name="telephonySmsplusServiceList">
  11064. <wsdl:input message="wsdlns:telephonySmsplusServiceListRequest"/>
  11065. <wsdl:output message="wsdlns:telephonySmsplusServiceListResponse"/>
  11066. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11067. </wsdl:operation>
  11068. <wsdl:operation name="telephonyHuntingModificationAnonymousCallRejection">
  11069. <wsdl:input message="wsdlns:telephonyHuntingModificationAnonymousCallRejectionRequest"/>
  11070. <wsdl:output message="wsdlns:telephonyHuntingModificationAnonymousCallRejectionResponse"/>
  11071. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11072. </wsdl:operation>
  11073. <wsdl:operation name="dedicatedFilterIrcServerRuleList">
  11074. <wsdl:input message="wsdlns:dedicatedFilterIrcServerRuleListRequest"/>
  11075. <wsdl:output message="wsdlns:dedicatedFilterIrcServerRuleListResponse"/>
  11076. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11077. </wsdl:operation>
  11078. <wsdl:operation name="telephonyNumberGetBillingAccount">
  11079. <wsdl:input message="wsdlns:telephonyNumberGetBillingAccountRequest"/>
  11080. <wsdl:output message="wsdlns:telephonyNumberGetBillingAccountResponse"/>
  11081. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11082. </wsdl:operation>
  11083. <wsdl:operation name="managedServicesPartitionDelete">
  11084. <wsdl:input message="wsdlns:managedServicesPartitionDeleteRequest"/>
  11085. <wsdl:output message="wsdlns:managedServicesPartitionDeleteResponse"/>
  11086. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11087. </wsdl:operation>
  11088. <wsdl:operation name="telephonyTonesOptionsList">
  11089. <wsdl:input message="wsdlns:telephonyTonesOptionsListRequest"/>
  11090. <wsdl:output message="wsdlns:telephonyTonesOptionsListResponse"/>
  11091. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11092. </wsdl:operation>
  11093. <wsdl:operation name="telephonySpareList">
  11094. <wsdl:input message="wsdlns:telephonySpareListRequest"/>
  11095. <wsdl:output message="wsdlns:telephonySpareListResponse"/>
  11096. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11097. </wsdl:operation>
  11098. <wsdl:operation name="supportReportAnswerProblem">
  11099. <wsdl:input message="wsdlns:supportReportAnswerProblemRequest"/>
  11100. <wsdl:output message="wsdlns:supportReportAnswerProblemResponse"/>
  11101. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11102. </wsdl:operation>
  11103. <wsdl:operation name="multiDomainList">
  11104. <wsdl:input message="wsdlns:multiDomainListRequest"/>
  11105. <wsdl:output message="wsdlns:multiDomainListResponse"/>
  11106. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11107. </wsdl:operation>
  11108. <wsdl:operation name="ticketClose">
  11109. <wsdl:input message="wsdlns:ticketCloseRequest"/>
  11110. <wsdl:output message="wsdlns:ticketCloseResponse"/>
  11111. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11112. </wsdl:operation>
  11113. <wsdl:operation name="dedicatedRipeCreateOrganisation">
  11114. <wsdl:input message="wsdlns:dedicatedRipeCreateOrganisationRequest"/>
  11115. <wsdl:output message="wsdlns:dedicatedRipeCreateOrganisationResponse"/>
  11116. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11117. </wsdl:operation>
  11118. <wsdl:operation name="telephonyListSummationCallsFromNumber">
  11119. <wsdl:input message="wsdlns:telephonyListSummationCallsFromNumberRequest"/>
  11120. <wsdl:output message="wsdlns:telephonyListSummationCallsFromNumberResponse"/>
  11121. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11122. </wsdl:operation>
  11123. <wsdl:operation name="telephonyConferenceGetParams">
  11124. <wsdl:input message="wsdlns:telephonyConferenceGetParamsRequest"/>
  11125. <wsdl:output message="wsdlns:telephonyConferenceGetParamsResponse"/>
  11126. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11127. </wsdl:operation>
  11128. <wsdl:operation name="telephonyPhonebookContactModify">
  11129. <wsdl:input message="wsdlns:telephonyPhonebookContactModifyRequest"/>
  11130. <wsdl:output message="wsdlns:telephonyPhonebookContactModifyResponse"/>
  11131. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11132. </wsdl:operation>
  11133. <wsdl:operation name="domainDnsGetOvhDefault">
  11134. <wsdl:input message="wsdlns:domainDnsGetOvhDefaultRequest"/>
  11135. <wsdl:output message="wsdlns:domainDnsGetOvhDefaultResponse"/>
  11136. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11137. </wsdl:operation>
  11138. <wsdl:operation name="telephonyLineList">
  11139. <wsdl:input message="wsdlns:telephonyLineListRequest"/>
  11140. <wsdl:output message="wsdlns:telephonyLineListResponse"/>
  11141. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11142. </wsdl:operation>
  11143. <wsdl:operation name="databaseCreate">
  11144. <wsdl:input message="wsdlns:databaseCreateRequest"/>
  11145. <wsdl:output message="wsdlns:databaseCreateResponse"/>
  11146. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11147. </wsdl:operation>
  11148. <wsdl:operation name="billingGetAccessByNic">
  11149. <wsdl:input message="wsdlns:billingGetAccessByNicRequest"/>
  11150. <wsdl:output message="wsdlns:billingGetAccessByNicResponse"/>
  11151. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11152. </wsdl:operation>
  11153. <wsdl:operation name="dedicatedBackupExcludeAdd">
  11154. <wsdl:input message="wsdlns:dedicatedBackupExcludeAddRequest"/>
  11155. <wsdl:output message="wsdlns:dedicatedBackupExcludeAddResponse"/>
  11156. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11157. </wsdl:operation>
  11158. <wsdl:operation name="serviceModifyOwner">
  11159. <wsdl:input message="wsdlns:serviceModifyOwnerRequest"/>
  11160. <wsdl:output message="wsdlns:serviceModifyOwnerResponse"/>
  11161. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11162. </wsdl:operation>
  11163. <wsdl:operation name="telephonyLineOptionsModify">
  11164. <wsdl:input message="wsdlns:telephonyLineOptionsModifyRequest"/>
  11165. <wsdl:output message="wsdlns:telephonyLineOptionsModifyResponse"/>
  11166. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11167. </wsdl:operation>
  11168. <wsdl:operation name="telephonyHuntingGenericScreenSet">
  11169. <wsdl:input message="wsdlns:telephonyHuntingGenericScreenSetRequest"/>
  11170. <wsdl:output message="wsdlns:telephonyHuntingGenericScreenSetResponse"/>
  11171. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11172. </wsdl:operation>
  11173. <wsdl:operation name="sqlpriveCronDel">
  11174. <wsdl:input message="wsdlns:sqlpriveCronDelRequest"/>
  11175. <wsdl:output message="wsdlns:sqlpriveCronDelResponse"/>
  11176. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11177. </wsdl:operation>
  11178. <wsdl:operation name="telephonyFaxCampaignStartStop">
  11179. <wsdl:input message="wsdlns:telephonyFaxCampaignStartStopRequest"/>
  11180. <wsdl:output message="wsdlns:telephonyFaxCampaignStartStopResponse"/>
  11181. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11182. </wsdl:operation>
  11183. <wsdl:operation name="dedicatedFilterIrcServerRuleDel">
  11184. <wsdl:input message="wsdlns:dedicatedFilterIrcServerRuleDelRequest"/>
  11185. <wsdl:output message="wsdlns:dedicatedFilterIrcServerRuleDelResponse"/>
  11186. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11187. </wsdl:operation>
  11188. <wsdl:operation name="hostingGetCapabilities">
  11189. <wsdl:input message="wsdlns:hostingGetCapabilitiesRequest"/>
  11190. <wsdl:output message="wsdlns:hostingGetCapabilitiesResponse"/>
  11191. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11192. </wsdl:operation>
  11193. <wsdl:operation name="domainWhoisObfuscatorUnset">
  11194. <wsdl:input message="wsdlns:domainWhoisObfuscatorUnsetRequest"/>
  11195. <wsdl:output message="wsdlns:domainWhoisObfuscatorUnsetResponse"/>
  11196. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11197. </wsdl:operation>
  11198. <wsdl:operation name="domainHostDel">
  11199. <wsdl:input message="wsdlns:domainHostDelRequest"/>
  11200. <wsdl:output message="wsdlns:domainHostDelResponse"/>
  11201. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11202. </wsdl:operation>
  11203. <wsdl:operation name="dedicatedFailoverRipeModify">
  11204. <wsdl:input message="wsdlns:dedicatedFailoverRipeModifyRequest"/>
  11205. <wsdl:output message="wsdlns:dedicatedFailoverRipeModifyResponse"/>
  11206. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11207. </wsdl:operation>
  11208. <wsdl:operation name="responderEmailDel">
  11209. <wsdl:input message="wsdlns:responderEmailDelRequest"/>
  11210. <wsdl:output message="wsdlns:responderEmailDelResponse"/>
  11211. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11212. </wsdl:operation>
  11213. <wsdl:operation name="dedicatedMonitoringList">
  11214. <wsdl:input message="wsdlns:dedicatedMonitoringListRequest"/>
  11215. <wsdl:output message="wsdlns:dedicatedMonitoringListResponse"/>
  11216. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11217. </wsdl:operation>
  11218. <wsdl:operation name="telephonyDirectoryModifyAddress">
  11219. <wsdl:input message="wsdlns:telephonyDirectoryModifyAddressRequest"/>
  11220. <wsdl:output message="wsdlns:telephonyDirectoryModifyAddressResponse"/>
  11221. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11222. </wsdl:operation>
  11223. <wsdl:operation name="managedServicesPartitionStatusCheck">
  11224. <wsdl:input message="wsdlns:managedServicesPartitionStatusCheckRequest"/>
  11225. <wsdl:output message="wsdlns:managedServicesPartitionStatusCheckResponse"/>
  11226. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11227. </wsdl:operation>
  11228. <wsdl:operation name="cmsAvailableList">
  11229. <wsdl:input message="wsdlns:cmsAvailableListRequest"/>
  11230. <wsdl:output message="wsdlns:cmsAvailableListResponse"/>
  11231. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11232. </wsdl:operation>
  11233. <wsdl:operation name="telephonyNicSetMgcpIpRestriction">
  11234. <wsdl:input message="wsdlns:telephonyNicSetMgcpIpRestrictionRequest"/>
  11235. <wsdl:output message="wsdlns:telephonyNicSetMgcpIpRestrictionResponse"/>
  11236. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11237. </wsdl:operation>
  11238. <wsdl:operation name="telephonySecurityDepositCredit">
  11239. <wsdl:input message="wsdlns:telephonySecurityDepositCreditRequest"/>
  11240. <wsdl:output message="wsdlns:telephonySecurityDepositCreditResponse"/>
  11241. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11242. </wsdl:operation>
  11243. <wsdl:operation name="nicModifyLanguage">
  11244. <wsdl:input message="wsdlns:nicModifyLanguageRequest"/>
  11245. <wsdl:output message="wsdlns:nicModifyLanguageResponse"/>
  11246. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11247. </wsdl:operation>
  11248. <wsdl:operation name="telephonyLineOrder">
  11249. <wsdl:input message="wsdlns:telephonyLineOrderRequest"/>
  11250. <wsdl:output message="wsdlns:telephonyLineOrderResponse"/>
  11251. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11252. </wsdl:operation>
  11253. <wsdl:operation name="telephonyConferenceAction">
  11254. <wsdl:input message="wsdlns:telephonyConferenceActionRequest"/>
  11255. <wsdl:output message="wsdlns:telephonyConferenceActionResponse"/>
  11256. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11257. </wsdl:operation>
  11258. <wsdl:operation name="dedicatedBackupExcludeDel">
  11259. <wsdl:input message="wsdlns:dedicatedBackupExcludeDelRequest"/>
  11260. <wsdl:output message="wsdlns:dedicatedBackupExcludeDelResponse"/>
  11261. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11262. </wsdl:operation>
  11263. <wsdl:operation name="automatedMailUnlock">
  11264. <wsdl:input message="wsdlns:automatedMailUnlockRequest"/>
  11265. <wsdl:output message="wsdlns:automatedMailUnlockResponse"/>
  11266. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11267. </wsdl:operation>
  11268. <wsdl:operation name="ripeQuery">
  11269. <wsdl:input message="wsdlns:ripeQueryRequest"/>
  11270. <wsdl:output message="wsdlns:ripeQueryResponse"/>
  11271. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11272. </wsdl:operation>
  11273. <wsdl:operation name="login">
  11274. <wsdl:input message="wsdlns:loginRequest"/>
  11275. <wsdl:output message="wsdlns:loginResponse"/>
  11276. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11277. </wsdl:operation>
  11278. <wsdl:operation name="telephonyFunctionKeyDel">
  11279. <wsdl:input message="wsdlns:telephonyFunctionKeyDelRequest"/>
  11280. <wsdl:output message="wsdlns:telephonyFunctionKeyDelResponse"/>
  11281. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11282. </wsdl:operation>
  11283. <wsdl:operation name="popListByMasterNic">
  11284. <wsdl:input message="wsdlns:popListByMasterNicRequest"/>
  11285. <wsdl:output message="wsdlns:popListByMasterNicResponse"/>
  11286. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11287. </wsdl:operation>
  11288. <wsdl:operation name="serviceModifyOwnerInfos">
  11289. <wsdl:input message="wsdlns:serviceModifyOwnerInfosRequest"/>
  11290. <wsdl:output message="wsdlns:serviceModifyOwnerInfosResponse"/>
  11291. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11292. </wsdl:operation>
  11293. <wsdl:operation name="dedicatedHardRebootStatus">
  11294. <wsdl:input message="wsdlns:dedicatedHardRebootStatusRequest"/>
  11295. <wsdl:output message="wsdlns:dedicatedHardRebootStatusResponse"/>
  11296. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11297. </wsdl:operation>
  11298. <wsdl:operation name="domainInfo">
  11299. <wsdl:input message="wsdlns:domainInfoRequest"/>
  11300. <wsdl:output message="wsdlns:domainInfoResponse"/>
  11301. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11302. </wsdl:operation>
  11303. <wsdl:operation name="dedicatedGetServiceMonitoringItem">
  11304. <wsdl:input message="wsdlns:dedicatedGetServiceMonitoringItemRequest"/>
  11305. <wsdl:output message="wsdlns:dedicatedGetServiceMonitoringItemResponse"/>
  11306. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11307. </wsdl:operation>
  11308. <wsdl:operation name="telephonyNicGetSipDomain">
  11309. <wsdl:input message="wsdlns:telephonyNicGetSipDomainRequest"/>
  11310. <wsdl:output message="wsdlns:telephonyNicGetSipDomainResponse"/>
  11311. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11312. </wsdl:operation>
  11313. <wsdl:operation name="telephonyGetClosureEventsAsICS">
  11314. <wsdl:input message="wsdlns:telephonyGetClosureEventsAsICSRequest"/>
  11315. <wsdl:output message="wsdlns:telephonyGetClosureEventsAsICSResponse"/>
  11316. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11317. </wsdl:operation>
  11318. <wsdl:operation name="telephonySmsUserCreditLeft">
  11319. <wsdl:input message="wsdlns:telephonySmsUserCreditLeftRequest"/>
  11320. <wsdl:output message="wsdlns:telephonySmsUserCreditLeftResponse"/>
  11321. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11322. </wsdl:operation>
  11323. <wsdl:operation name="telephonyPortabilityOrder">
  11324. <wsdl:input message="wsdlns:telephonyPortabilityOrderRequest"/>
  11325. <wsdl:output message="wsdlns:telephonyPortabilityOrderResponse"/>
  11326. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11327. </wsdl:operation>
  11328. <wsdl:operation name="passwordSoapi">
  11329. <wsdl:input message="wsdlns:passwordSoapiRequest"/>
  11330. <wsdl:output message="wsdlns:passwordSoapiResponse"/>
  11331. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11332. </wsdl:operation>
  11333. <wsdl:operation name="nicCreate">
  11334. <wsdl:input message="wsdlns:nicCreateRequest"/>
  11335. <wsdl:output message="wsdlns:nicCreateResponse"/>
  11336. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11337. </wsdl:operation>
  11338. <wsdl:operation name="cmsRemove">
  11339. <wsdl:input message="wsdlns:cmsRemoveRequest"/>
  11340. <wsdl:output message="wsdlns:cmsRemoveResponse"/>
  11341. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11342. </wsdl:operation>
  11343. <wsdl:operation name="telephonyVoicemailMailboxDelete">
  11344. <wsdl:input message="wsdlns:telephonyVoicemailMailboxDeleteRequest"/>
  11345. <wsdl:output message="wsdlns:telephonyVoicemailMailboxDeleteResponse"/>
  11346. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11347. </wsdl:operation>
  11348. <wsdl:operation name="sqlpriveMysqlDatabaseImportFromHost">
  11349. <wsdl:input message="wsdlns:sqlpriveMysqlDatabaseImportFromHostRequest"/>
  11350. <wsdl:output message="wsdlns:sqlpriveMysqlDatabaseImportFromHostResponse"/>
  11351. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11352. </wsdl:operation>
  11353. <wsdl:operation name="billingInvoiceInfo">
  11354. <wsdl:input message="wsdlns:billingInvoiceInfoRequest"/>
  11355. <wsdl:output message="wsdlns:billingInvoiceInfoResponse"/>
  11356. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11357. </wsdl:operation>
  11358. <wsdl:operation name="telephonyBillingAccountDel">
  11359. <wsdl:input message="wsdlns:telephonyBillingAccountDelRequest"/>
  11360. <wsdl:output message="wsdlns:telephonyBillingAccountDelResponse"/>
  11361. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11362. </wsdl:operation>
  11363. <wsdl:operation name="version">
  11364. <wsdl:input message="wsdlns:versionRequest"/>
  11365. <wsdl:output message="wsdlns:versionResponse"/>
  11366. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11367. </wsdl:operation>
  11368. <wsdl:operation name="orderAccountCredit">
  11369. <wsdl:input message="wsdlns:orderAccountCreditRequest"/>
  11370. <wsdl:output message="wsdlns:orderAccountCreditResponse"/>
  11371. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11372. </wsdl:operation>
  11373. <wsdl:operation name="telephonyNumberClean">
  11374. <wsdl:input message="wsdlns:telephonyNumberCleanRequest"/>
  11375. <wsdl:output message="wsdlns:telephonyNumberCleanResponse"/>
  11376. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11377. </wsdl:operation>
  11378. <wsdl:operation name="dedicatedReverseAdd">
  11379. <wsdl:input message="wsdlns:dedicatedReverseAddRequest"/>
  11380. <wsdl:output message="wsdlns:dedicatedReverseAddResponse"/>
  11381. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11382. </wsdl:operation>
  11383. <wsdl:operation name="dedicatedBackupGetFreePlanning">
  11384. <wsdl:input message="wsdlns:dedicatedBackupGetFreePlanningRequest"/>
  11385. <wsdl:output message="wsdlns:dedicatedBackupGetFreePlanningResponse"/>
  11386. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11387. </wsdl:operation>
  11388. <wsdl:operation name="dedicatedInstallAllowedDistributionGet">
  11389. <wsdl:input message="wsdlns:dedicatedInstallAllowedDistributionGetRequest"/>
  11390. <wsdl:output message="wsdlns:dedicatedInstallAllowedDistributionGetResponse"/>
  11391. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11392. </wsdl:operation>
  11393. <wsdl:operation name="subDomainModify">
  11394. <wsdl:input message="wsdlns:subDomainModifyRequest"/>
  11395. <wsdl:output message="wsdlns:subDomainModifyResponse"/>
  11396. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11397. </wsdl:operation>
  11398. <wsdl:operation name="telephonyPlugAndPhoneOperation">
  11399. <wsdl:input message="wsdlns:telephonyPlugAndPhoneOperationRequest"/>
  11400. <wsdl:output message="wsdlns:telephonyPlugAndPhoneOperationResponse"/>
  11401. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11402. </wsdl:operation>
  11403. <wsdl:operation name="nicInfo">
  11404. <wsdl:input message="wsdlns:nicInfoRequest"/>
  11405. <wsdl:output message="wsdlns:nicInfoResponse"/>
  11406. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11407. </wsdl:operation>
  11408. <wsdl:operation name="anonymousFtpInfo">
  11409. <wsdl:input message="wsdlns:anonymousFtpInfoRequest"/>
  11410. <wsdl:output message="wsdlns:anonymousFtpInfoResponse"/>
  11411. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11412. </wsdl:operation>
  11413. <wsdl:operation name="dedicatedCapabilitiesGet">
  11414. <wsdl:input message="wsdlns:dedicatedCapabilitiesGetRequest"/>
  11415. <wsdl:output message="wsdlns:dedicatedCapabilitiesGetResponse"/>
  11416. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11417. </wsdl:operation>
  11418. <wsdl:operation name="telephonyPhonebookOnSmsContactModify">
  11419. <wsdl:input message="wsdlns:telephonyPhonebookOnSmsContactModifyRequest"/>
  11420. <wsdl:output message="wsdlns:telephonyPhonebookOnSmsContactModifyResponse"/>
  11421. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11422. </wsdl:operation>
  11423. <wsdl:operation name="telephonyPhonebookOnSmsModify">
  11424. <wsdl:input message="wsdlns:telephonyPhonebookOnSmsModifyRequest"/>
  11425. <wsdl:output message="wsdlns:telephonyPhonebookOnSmsModifyResponse"/>
  11426. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11427. </wsdl:operation>
  11428. <wsdl:operation name="cmsList">
  11429. <wsdl:input message="wsdlns:cmsListRequest"/>
  11430. <wsdl:output message="wsdlns:cmsListResponse"/>
  11431. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11432. </wsdl:operation>
  11433. <wsdl:operation name="telephonySmsSetQuotaNotification">
  11434. <wsdl:input message="wsdlns:telephonySmsSetQuotaNotificationRequest"/>
  11435. <wsdl:output message="wsdlns:telephonySmsSetQuotaNotificationResponse"/>
  11436. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11437. </wsdl:operation>
  11438. <wsdl:operation name="dedicatedMonitoringSMSDel">
  11439. <wsdl:input message="wsdlns:dedicatedMonitoringSMSDelRequest"/>
  11440. <wsdl:output message="wsdlns:dedicatedMonitoringSMSDelResponse"/>
  11441. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11442. </wsdl:operation>
  11443. <wsdl:operation name="telephonySmsUserList">
  11444. <wsdl:input message="wsdlns:telephonySmsUserListRequest"/>
  11445. <wsdl:output message="wsdlns:telephonySmsUserListResponse"/>
  11446. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11447. </wsdl:operation>
  11448. <wsdl:operation name="ripeDeleteOrganisation">
  11449. <wsdl:input message="wsdlns:ripeDeleteOrganisationRequest"/>
  11450. <wsdl:output message="wsdlns:ripeDeleteOrganisationResponse"/>
  11451. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11452. </wsdl:operation>
  11453. <wsdl:operation name="logsAccessList">
  11454. <wsdl:input message="wsdlns:logsAccessListRequest"/>
  11455. <wsdl:output message="wsdlns:logsAccessListResponse"/>
  11456. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11457. </wsdl:operation>
  11458. <wsdl:operation name="telephonyHuntingInfo">
  11459. <wsdl:input message="wsdlns:telephonyHuntingInfoRequest"/>
  11460. <wsdl:output message="wsdlns:telephonyHuntingInfoResponse"/>
  11461. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11462. </wsdl:operation>
  11463. <wsdl:operation name="dedicatedMonitoringAdd">
  11464. <wsdl:input message="wsdlns:dedicatedMonitoringAddRequest"/>
  11465. <wsdl:output message="wsdlns:dedicatedMonitoringAddResponse"/>
  11466. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11467. </wsdl:operation>
  11468. <wsdl:operation name="telephonyPhonebookContactList">
  11469. <wsdl:input message="wsdlns:telephonyPhonebookContactListRequest"/>
  11470. <wsdl:output message="wsdlns:telephonyPhonebookContactListResponse"/>
  11471. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11472. </wsdl:operation>
  11473. <wsdl:operation name="resellerDomainTransferASIA">
  11474. <wsdl:input message="wsdlns:resellerDomainTransferASIARequest"/>
  11475. <wsdl:output message="wsdlns:resellerDomainTransferASIAResponse"/>
  11476. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11477. </wsdl:operation>
  11478. <wsdl:operation name="telephonySmsUserPassword">
  11479. <wsdl:input message="wsdlns:telephonySmsUserPasswordRequest"/>
  11480. <wsdl:output message="wsdlns:telephonySmsUserPasswordResponse"/>
  11481. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11482. </wsdl:operation>
  11483. <wsdl:operation name="domainHostList">
  11484. <wsdl:input message="wsdlns:domainHostListRequest"/>
  11485. <wsdl:output message="wsdlns:domainHostListResponse"/>
  11486. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11487. </wsdl:operation>
  11488. <wsdl:operation name="hostingChangeMainDomain">
  11489. <wsdl:input message="wsdlns:hostingChangeMainDomainRequest"/>
  11490. <wsdl:output message="wsdlns:hostingChangeMainDomainResponse"/>
  11491. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11492. </wsdl:operation>
  11493. <wsdl:operation name="telephonyLineGetOfferPrices">
  11494. <wsdl:input message="wsdlns:telephonyLineGetOfferPricesRequest"/>
  11495. <wsdl:output message="wsdlns:telephonyLineGetOfferPricesResponse"/>
  11496. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11497. </wsdl:operation>
  11498. <wsdl:operation name="telephonySmsGetQuotaNotification">
  11499. <wsdl:input message="wsdlns:telephonySmsGetQuotaNotificationRequest"/>
  11500. <wsdl:output message="wsdlns:telephonySmsGetQuotaNotificationResponse"/>
  11501. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11502. </wsdl:operation>
  11503. <wsdl:operation name="telephonyHuntingModificationMode">
  11504. <wsdl:input message="wsdlns:telephonyHuntingModificationModeRequest"/>
  11505. <wsdl:output message="wsdlns:telephonyHuntingModificationModeResponse"/>
  11506. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11507. </wsdl:operation>
  11508. <wsdl:operation name="telephonyScreenListBlackWhiteChoice">
  11509. <wsdl:input message="wsdlns:telephonyScreenListBlackWhiteChoiceRequest"/>
  11510. <wsdl:output message="wsdlns:telephonyScreenListBlackWhiteChoiceResponse"/>
  11511. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11512. </wsdl:operation>
  11513. <wsdl:operation name="telephonySmsDeleteCsvAttachment">
  11514. <wsdl:input message="wsdlns:telephonySmsDeleteCsvAttachmentRequest"/>
  11515. <wsdl:output message="wsdlns:telephonySmsDeleteCsvAttachmentResponse"/>
  11516. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11517. </wsdl:operation>
  11518. <wsdl:operation name="telephonyNumberZoneAndPrefixList">
  11519. <wsdl:input message="wsdlns:telephonyNumberZoneAndPrefixListRequest"/>
  11520. <wsdl:output message="wsdlns:telephonyNumberZoneAndPrefixListResponse"/>
  11521. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11522. </wsdl:operation>
  11523. <wsdl:operation name="serviceGroupDelete">
  11524. <wsdl:input message="wsdlns:serviceGroupDeleteRequest"/>
  11525. <wsdl:output message="wsdlns:serviceGroupDeleteResponse"/>
  11526. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11527. </wsdl:operation>
  11528. <wsdl:operation name="dedicatedOperationList">
  11529. <wsdl:input message="wsdlns:dedicatedOperationListRequest"/>
  11530. <wsdl:output message="wsdlns:dedicatedOperationListResponse"/>
  11531. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11532. </wsdl:operation>
  11533. <wsdl:operation name="telephonyLineSetSipDomain">
  11534. <wsdl:input message="wsdlns:telephonyLineSetSipDomainRequest"/>
  11535. <wsdl:output message="wsdlns:telephonyLineSetSipDomainResponse"/>
  11536. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11537. </wsdl:operation>
  11538. <wsdl:operation name="telephonyTrunkExternalDisplayedNumberDel">
  11539. <wsdl:input message="wsdlns:telephonyTrunkExternalDisplayedNumberDelRequest"/>
  11540. <wsdl:output message="wsdlns:telephonyTrunkExternalDisplayedNumberDelResponse"/>
  11541. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11542. </wsdl:operation>
  11543. <wsdl:operation name="mailingListModeratorAdd">
  11544. <wsdl:input message="wsdlns:mailingListModeratorAddRequest"/>
  11545. <wsdl:output message="wsdlns:mailingListModeratorAddResponse"/>
  11546. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11547. </wsdl:operation>
  11548. <wsdl:operation name="telephonyPhonebookOnGroupContactList">
  11549. <wsdl:input message="wsdlns:telephonyPhonebookOnGroupContactListRequest"/>
  11550. <wsdl:output message="wsdlns:telephonyPhonebookOnGroupContactListResponse"/>
  11551. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11552. </wsdl:operation>
  11553. <wsdl:operation name="telephonySmsplusServiceReversableTicketsSummary">
  11554. <wsdl:input message="wsdlns:telephonySmsplusServiceReversableTicketsSummaryRequest"/>
  11555. <wsdl:output message="wsdlns:telephonySmsplusServiceReversableTicketsSummaryResponse"/>
  11556. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11557. </wsdl:operation>
  11558. <wsdl:operation name="anonymousFtpActivate">
  11559. <wsdl:input message="wsdlns:anonymousFtpActivateRequest"/>
  11560. <wsdl:output message="wsdlns:anonymousFtpActivateResponse"/>
  11561. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11562. </wsdl:operation>
  11563. <wsdl:operation name="telephonyDeleteLine">
  11564. <wsdl:input message="wsdlns:telephonyDeleteLineRequest"/>
  11565. <wsdl:output message="wsdlns:telephonyDeleteLineResponse"/>
  11566. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11567. </wsdl:operation>
  11568. <wsdl:operation name="nicModifyInfosIT">
  11569. <wsdl:input message="wsdlns:nicModifyInfosITRequest"/>
  11570. <wsdl:output message="wsdlns:nicModifyInfosITResponse"/>
  11571. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11572. </wsdl:operation>
  11573. <wsdl:operation name="telephonySetTimeZoneNumber">
  11574. <wsdl:input message="wsdlns:telephonySetTimeZoneNumberRequest"/>
  11575. <wsdl:output message="wsdlns:telephonySetTimeZoneNumberResponse"/>
  11576. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11577. </wsdl:operation>
  11578. <wsdl:operation name="ortDomainAdd">
  11579. <wsdl:input message="wsdlns:ortDomainAddRequest"/>
  11580. <wsdl:output message="wsdlns:ortDomainAddResponse"/>
  11581. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11582. </wsdl:operation>
  11583. <wsdl:operation name="nicPublicInfo">
  11584. <wsdl:input message="wsdlns:nicPublicInfoRequest"/>
  11585. <wsdl:output message="wsdlns:nicPublicInfoResponse"/>
  11586. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11587. </wsdl:operation>
  11588. <wsdl:operation name="sqlpriveAlertSet">
  11589. <wsdl:input message="wsdlns:sqlpriveAlertSetRequest"/>
  11590. <wsdl:output message="wsdlns:sqlpriveAlertSetResponse"/>
  11591. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11592. </wsdl:operation>
  11593. <wsdl:operation name="telephonyNicSetIpRestriction">
  11594. <wsdl:input message="wsdlns:telephonyNicSetIpRestrictionRequest"/>
  11595. <wsdl:output message="wsdlns:telephonyNicSetIpRestrictionResponse"/>
  11596. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11597. </wsdl:operation>
  11598. <wsdl:operation name="dedicatedBackupIncludeDel">
  11599. <wsdl:input message="wsdlns:dedicatedBackupIncludeDelRequest"/>
  11600. <wsdl:output message="wsdlns:dedicatedBackupIncludeDelResponse"/>
  11601. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11602. </wsdl:operation>
  11603. <wsdl:operation name="dedicatedBandwidthSwitching">
  11604. <wsdl:input message="wsdlns:dedicatedBandwidthSwitchingRequest"/>
  11605. <wsdl:output message="wsdlns:dedicatedBandwidthSwitchingResponse"/>
  11606. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11607. </wsdl:operation>
  11608. <wsdl:operation name="dedicatedIpLoadBalancingDel">
  11609. <wsdl:input message="wsdlns:dedicatedIpLoadBalancingDelRequest"/>
  11610. <wsdl:output message="wsdlns:dedicatedIpLoadBalancingDelResponse"/>
  11611. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11612. </wsdl:operation>
  11613. <wsdl:operation name="sqlpriveMysqlOvhMyAdmin">
  11614. <wsdl:input message="wsdlns:sqlpriveMysqlOvhMyAdminRequest"/>
  11615. <wsdl:output message="wsdlns:sqlpriveMysqlOvhMyAdminResponse"/>
  11616. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11617. </wsdl:operation>
  11618. <wsdl:operation name="ftpInfo">
  11619. <wsdl:input message="wsdlns:ftpInfoRequest"/>
  11620. <wsdl:output message="wsdlns:ftpInfoResponse"/>
  11621. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11622. </wsdl:operation>
  11623. <wsdl:operation name="telephonyPortabilityStatus">
  11624. <wsdl:input message="wsdlns:telephonyPortabilityStatusRequest"/>
  11625. <wsdl:output message="wsdlns:telephonyPortabilityStatusResponse"/>
  11626. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11627. </wsdl:operation>
  11628. <wsdl:operation name="hostingList">
  11629. <wsdl:input message="wsdlns:hostingListRequest"/>
  11630. <wsdl:output message="wsdlns:hostingListResponse"/>
  11631. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11632. </wsdl:operation>
  11633. <wsdl:operation name="orderEmailMxPlan">
  11634. <wsdl:input message="wsdlns:orderEmailMxPlanRequest"/>
  11635. <wsdl:output message="wsdlns:orderEmailMxPlanResponse"/>
  11636. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11637. </wsdl:operation>
  11638. <wsdl:operation name="dedicatedInstallationTemplateUse">
  11639. <wsdl:input message="wsdlns:dedicatedInstallationTemplateUseRequest"/>
  11640. <wsdl:output message="wsdlns:dedicatedInstallationTemplateUseResponse"/>
  11641. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11642. </wsdl:operation>
  11643. <wsdl:operation name="mailingListSubscriberList">
  11644. <wsdl:input message="wsdlns:mailingListSubscriberListRequest"/>
  11645. <wsdl:output message="wsdlns:mailingListSubscriberListResponse"/>
  11646. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11647. </wsdl:operation>
  11648. <wsdl:operation name="mailingListSubscriberDel">
  11649. <wsdl:input message="wsdlns:mailingListSubscriberDelRequest"/>
  11650. <wsdl:output message="wsdlns:mailingListSubscriberDelResponse"/>
  11651. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11652. </wsdl:operation>
  11653. <wsdl:operation name="domainLockStatus">
  11654. <wsdl:input message="wsdlns:domainLockStatusRequest"/>
  11655. <wsdl:output message="wsdlns:domainLockStatusResponse"/>
  11656. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11657. </wsdl:operation>
  11658. <wsdl:operation name="prepaidDomainRenew">
  11659. <wsdl:input message="wsdlns:prepaidDomainRenewRequest"/>
  11660. <wsdl:output message="wsdlns:prepaidDomainRenewResponse"/>
  11661. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11662. </wsdl:operation>
  11663. <wsdl:operation name="orderEmailMxLarge">
  11664. <wsdl:input message="wsdlns:orderEmailMxLargeRequest"/>
  11665. <wsdl:output message="wsdlns:orderEmailMxLargeResponse"/>
  11666. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11667. </wsdl:operation>
  11668. <wsdl:operation name="emailFilterActive">
  11669. <wsdl:input message="wsdlns:emailFilterActiveRequest"/>
  11670. <wsdl:output message="wsdlns:emailFilterActiveResponse"/>
  11671. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11672. </wsdl:operation>
  11673. <wsdl:operation name="telephonySecurityDepositInfo">
  11674. <wsdl:input message="wsdlns:telephonySecurityDepositInfoRequest"/>
  11675. <wsdl:output message="wsdlns:telephonySecurityDepositInfoResponse"/>
  11676. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11677. </wsdl:operation>
  11678. <wsdl:operation name="databaseList">
  11679. <wsdl:input message="wsdlns:databaseListRequest"/>
  11680. <wsdl:output message="wsdlns:databaseListResponse"/>
  11681. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11682. </wsdl:operation>
  11683. <wsdl:operation name="dedicatedIpLoadBalancingServerAdd">
  11684. <wsdl:input message="wsdlns:dedicatedIpLoadBalancingServerAddRequest"/>
  11685. <wsdl:output message="wsdlns:dedicatedIpLoadBalancingServerAddResponse"/>
  11686. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11687. </wsdl:operation>
  11688. <wsdl:operation name="resellerDomainCreateCAT">
  11689. <wsdl:input message="wsdlns:resellerDomainCreateCATRequest"/>
  11690. <wsdl:output message="wsdlns:resellerDomainCreateCATResponse"/>
  11691. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11692. </wsdl:operation>
  11693. <wsdl:operation name="telephonySmsListCsvAttachment">
  11694. <wsdl:input message="wsdlns:telephonySmsListCsvAttachmentRequest"/>
  11695. <wsdl:output message="wsdlns:telephonySmsListCsvAttachmentResponse"/>
  11696. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11697. </wsdl:operation>
  11698. <wsdl:operation name="ftpChangePassword">
  11699. <wsdl:input message="wsdlns:ftpChangePasswordRequest"/>
  11700. <wsdl:output message="wsdlns:ftpChangePasswordResponse"/>
  11701. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11702. </wsdl:operation>
  11703. <wsdl:operation name="orderDedicatedFailover">
  11704. <wsdl:input message="wsdlns:orderDedicatedFailoverRequest"/>
  11705. <wsdl:output message="wsdlns:orderDedicatedFailoverResponse"/>
  11706. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11707. </wsdl:operation>
  11708. <wsdl:operation name="rpsGetIoStats">
  11709. <wsdl:input message="wsdlns:rpsGetIoStatsRequest"/>
  11710. <wsdl:output message="wsdlns:rpsGetIoStatsResponse"/>
  11711. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11712. </wsdl:operation>
  11713. <wsdl:operation name="dedicatedRipeUpdateOrganisation">
  11714. <wsdl:input message="wsdlns:dedicatedRipeUpdateOrganisationRequest"/>
  11715. <wsdl:output message="wsdlns:dedicatedRipeUpdateOrganisationResponse"/>
  11716. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11717. </wsdl:operation>
  11718. <wsdl:operation name="cmsRenewAdminPassword">
  11719. <wsdl:input message="wsdlns:cmsRenewAdminPasswordRequest"/>
  11720. <wsdl:output message="wsdlns:cmsRenewAdminPasswordResponse"/>
  11721. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11722. </wsdl:operation>
  11723. <wsdl:operation name="dedicatedNetbootModifyById">
  11724. <wsdl:input message="wsdlns:dedicatedNetbootModifyByIdRequest"/>
  11725. <wsdl:output message="wsdlns:dedicatedNetbootModifyByIdResponse"/>
  11726. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11727. </wsdl:operation>
  11728. <wsdl:operation name="telephonySmsCancelSending">
  11729. <wsdl:input message="wsdlns:telephonySmsCancelSendingRequest"/>
  11730. <wsdl:output message="wsdlns:telephonySmsCancelSendingResponse"/>
  11731. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11732. </wsdl:operation>
  11733. <wsdl:operation name="telephonyScreenListInfo">
  11734. <wsdl:input message="wsdlns:telephonyScreenListInfoRequest"/>
  11735. <wsdl:output message="wsdlns:telephonyScreenListInfoResponse"/>
  11736. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11737. </wsdl:operation>
  11738. <wsdl:operation name="telephonyLineLogsOnGroup">
  11739. <wsdl:input message="wsdlns:telephonyLineLogsOnGroupRequest"/>
  11740. <wsdl:output message="wsdlns:telephonyLineLogsOnGroupResponse"/>
  11741. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11742. </wsdl:operation>
  11743. <wsdl:operation name="telephonyLineGetMgcpIpRestriction">
  11744. <wsdl:input message="wsdlns:telephonyLineGetMgcpIpRestrictionRequest"/>
  11745. <wsdl:output message="wsdlns:telephonyLineGetMgcpIpRestrictionResponse"/>
  11746. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11747. </wsdl:operation>
  11748. <wsdl:operation name="databaseDelete">
  11749. <wsdl:input message="wsdlns:databaseDeleteRequest"/>
  11750. <wsdl:output message="wsdlns:databaseDeleteResponse"/>
  11751. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11752. </wsdl:operation>
  11753. <wsdl:operation name="resellerDomainCreateASIA">
  11754. <wsdl:input message="wsdlns:resellerDomainCreateASIARequest"/>
  11755. <wsdl:output message="wsdlns:resellerDomainCreateASIAResponse"/>
  11756. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11757. </wsdl:operation>
  11758. <wsdl:operation name="telephonyLineDetails">
  11759. <wsdl:input message="wsdlns:telephonyLineDetailsRequest"/>
  11760. <wsdl:output message="wsdlns:telephonyLineDetailsResponse"/>
  11761. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11762. </wsdl:operation>
  11763. <wsdl:operation name="telephonyPhonebookContactDel">
  11764. <wsdl:input message="wsdlns:telephonyPhonebookContactDelRequest"/>
  11765. <wsdl:output message="wsdlns:telephonyPhonebookContactDelResponse"/>
  11766. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11767. </wsdl:operation>
  11768. <wsdl:operation name="ticketCreate">
  11769. <wsdl:input message="wsdlns:ticketCreateRequest"/>
  11770. <wsdl:output message="wsdlns:ticketCreateResponse"/>
  11771. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11772. </wsdl:operation>
  11773. <wsdl:operation name="notepadAdd">
  11774. <wsdl:input message="wsdlns:notepadAddRequest"/>
  11775. <wsdl:output message="wsdlns:notepadAddResponse"/>
  11776. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11777. </wsdl:operation>
  11778. <wsdl:operation name="subDomainAdd">
  11779. <wsdl:input message="wsdlns:subDomainAddRequest"/>
  11780. <wsdl:output message="wsdlns:subDomainAddResponse"/>
  11781. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11782. </wsdl:operation>
  11783. <wsdl:operation name="dedicatedBackupGetDate">
  11784. <wsdl:input message="wsdlns:dedicatedBackupGetDateRequest"/>
  11785. <wsdl:output message="wsdlns:dedicatedBackupGetDateResponse"/>
  11786. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11787. </wsdl:operation>
  11788. <wsdl:operation name="dedicatedSecondaryDNSDel">
  11789. <wsdl:input message="wsdlns:dedicatedSecondaryDNSDelRequest"/>
  11790. <wsdl:output message="wsdlns:dedicatedSecondaryDNSDelResponse"/>
  11791. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11792. </wsdl:operation>
  11793. <wsdl:operation name="domainLock">
  11794. <wsdl:input message="wsdlns:domainLockRequest"/>
  11795. <wsdl:output message="wsdlns:domainLockResponse"/>
  11796. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11797. </wsdl:operation>
  11798. <wsdl:operation name="telephonyRatesListCsv">
  11799. <wsdl:input message="wsdlns:telephonyRatesListCsvRequest"/>
  11800. <wsdl:output message="wsdlns:telephonyRatesListCsvResponse"/>
  11801. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11802. </wsdl:operation>
  11803. <wsdl:operation name="emailFilterList">
  11804. <wsdl:input message="wsdlns:emailFilterListRequest"/>
  11805. <wsdl:output message="wsdlns:emailFilterListResponse"/>
  11806. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11807. </wsdl:operation>
  11808. <wsdl:operation name="zoneEntryAdd">
  11809. <wsdl:input message="wsdlns:zoneEntryAddRequest"/>
  11810. <wsdl:output message="wsdlns:zoneEntryAddResponse"/>
  11811. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11812. </wsdl:operation>
  11813. <wsdl:operation name="telephonyConferenceGetInfos">
  11814. <wsdl:input message="wsdlns:telephonyConferenceGetInfosRequest"/>
  11815. <wsdl:output message="wsdlns:telephonyConferenceGetInfosResponse"/>
  11816. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11817. </wsdl:operation>
  11818. <wsdl:operation name="dedicatedSecondaryDNSGetAll">
  11819. <wsdl:input message="wsdlns:dedicatedSecondaryDNSGetAllRequest"/>
  11820. <wsdl:output message="wsdlns:dedicatedSecondaryDNSGetAllResponse"/>
  11821. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11822. </wsdl:operation>
  11823. <wsdl:operation name="infrastructureIpListGet">
  11824. <wsdl:input message="wsdlns:infrastructureIpListGetRequest"/>
  11825. <wsdl:output message="wsdlns:infrastructureIpListGetResponse"/>
  11826. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11827. </wsdl:operation>
  11828. <wsdl:operation name="mailingListInfo">
  11829. <wsdl:input message="wsdlns:mailingListInfoRequest"/>
  11830. <wsdl:output message="wsdlns:mailingListInfoResponse"/>
  11831. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11832. </wsdl:operation>
  11833. <wsdl:operation name="serviceList">
  11834. <wsdl:input message="wsdlns:serviceListRequest"/>
  11835. <wsdl:output message="wsdlns:serviceListResponse"/>
  11836. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11837. </wsdl:operation>
  11838. <wsdl:operation name="serviceGroupSetComment">
  11839. <wsdl:input message="wsdlns:serviceGroupSetCommentRequest"/>
  11840. <wsdl:output message="wsdlns:serviceGroupSetCommentResponse"/>
  11841. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11842. </wsdl:operation>
  11843. <wsdl:operation name="telephonyPhonebookOnSmsContactList">
  11844. <wsdl:input message="wsdlns:telephonyPhonebookOnSmsContactListRequest"/>
  11845. <wsdl:output message="wsdlns:telephonyPhonebookOnSmsContactListResponse"/>
  11846. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11847. </wsdl:operation>
  11848. <wsdl:operation name="nicCreateIT">
  11849. <wsdl:input message="wsdlns:nicCreateITRequest"/>
  11850. <wsdl:output message="wsdlns:nicCreateITResponse"/>
  11851. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11852. </wsdl:operation>
  11853. <wsdl:operation name="telephonyPhonebookOnSmsContactAdd">
  11854. <wsdl:input message="wsdlns:telephonyPhonebookOnSmsContactAddRequest"/>
  11855. <wsdl:output message="wsdlns:telephonyPhonebookOnSmsContactAddResponse"/>
  11856. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11857. </wsdl:operation>
  11858. <wsdl:operation name="dedicatedMonitoringNotificationDel">
  11859. <wsdl:input message="wsdlns:dedicatedMonitoringNotificationDelRequest"/>
  11860. <wsdl:output message="wsdlns:dedicatedMonitoringNotificationDelResponse"/>
  11861. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11862. </wsdl:operation>
  11863. <wsdl:operation name="domainOperationCancel">
  11864. <wsdl:input message="wsdlns:domainOperationCancelRequest"/>
  11865. <wsdl:output message="wsdlns:domainOperationCancelResponse"/>
  11866. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11867. </wsdl:operation>
  11868. <wsdl:operation name="telephonyFMHuntingModificationAnonymousCallRejection">
  11869. <wsdl:input message="wsdlns:telephonyFMHuntingModificationAnonymousCallRejectionRequest"/>
  11870. <wsdl:output message="wsdlns:telephonyFMHuntingModificationAnonymousCallRejectionResponse"/>
  11871. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11872. </wsdl:operation>
  11873. <wsdl:operation name="dedicatedBandwidthManagementGet">
  11874. <wsdl:input message="wsdlns:dedicatedBandwidthManagementGetRequest"/>
  11875. <wsdl:output message="wsdlns:dedicatedBandwidthManagementGetResponse"/>
  11876. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11877. </wsdl:operation>
  11878. <wsdl:operation name="telephonyDdiModify">
  11879. <wsdl:input message="wsdlns:telephonyDdiModifyRequest"/>
  11880. <wsdl:output message="wsdlns:telephonyDdiModifyResponse"/>
  11881. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11882. </wsdl:operation>
  11883. <wsdl:operation name="dedicatedMonitoringStatusUpdate">
  11884. <wsdl:input message="wsdlns:dedicatedMonitoringStatusUpdateRequest"/>
  11885. <wsdl:output message="wsdlns:dedicatedMonitoringStatusUpdateResponse"/>
  11886. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11887. </wsdl:operation>
  11888. <wsdl:operation name="dedicatedIPForUDPMoveGetStatus">
  11889. <wsdl:input message="wsdlns:dedicatedIPForUDPMoveGetStatusRequest"/>
  11890. <wsdl:output message="wsdlns:dedicatedIPForUDPMoveGetStatusResponse"/>
  11891. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11892. </wsdl:operation>
  11893. <wsdl:operation name="telephonyRedirectInfo">
  11894. <wsdl:input message="wsdlns:telephonyRedirectInfoRequest"/>
  11895. <wsdl:output message="wsdlns:telephonyRedirectInfoResponse"/>
  11896. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11897. </wsdl:operation>
  11898. <wsdl:operation name="anonymousFtpChangePassword">
  11899. <wsdl:input message="wsdlns:anonymousFtpChangePasswordRequest"/>
  11900. <wsdl:output message="wsdlns:anonymousFtpChangePasswordResponse"/>
  11901. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11902. </wsdl:operation>
  11903. <wsdl:operation name="telephonySmsSend">
  11904. <wsdl:input message="wsdlns:telephonySmsSendRequest"/>
  11905. <wsdl:output message="wsdlns:telephonySmsSendResponse"/>
  11906. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11907. </wsdl:operation>
  11908. <wsdl:operation name="automatedMailLock">
  11909. <wsdl:input message="wsdlns:automatedMailLockRequest"/>
  11910. <wsdl:output message="wsdlns:automatedMailLockResponse"/>
  11911. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11912. </wsdl:operation>
  11913. <wsdl:operation name="dedicatedRipeDeleteOrganisation">
  11914. <wsdl:input message="wsdlns:dedicatedRipeDeleteOrganisationRequest"/>
  11915. <wsdl:output message="wsdlns:dedicatedRipeDeleteOrganisationResponse"/>
  11916. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11917. </wsdl:operation>
  11918. <wsdl:operation name="dedicatedFailoverRipeGetIp">
  11919. <wsdl:input message="wsdlns:dedicatedFailoverRipeGetIpRequest"/>
  11920. <wsdl:output message="wsdlns:dedicatedFailoverRipeGetIpResponse"/>
  11921. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11922. </wsdl:operation>
  11923. <wsdl:operation name="responderEmailModify">
  11924. <wsdl:input message="wsdlns:responderEmailModifyRequest"/>
  11925. <wsdl:output message="wsdlns:responderEmailModifyResponse"/>
  11926. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11927. </wsdl:operation>
  11928. <wsdl:operation name="dedicatedInstallBasic">
  11929. <wsdl:input message="wsdlns:dedicatedInstallBasicRequest"/>
  11930. <wsdl:output message="wsdlns:dedicatedInstallBasicResponse"/>
  11931. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11932. </wsdl:operation>
  11933. <wsdl:operation name="emailGetDomainMxFiltering">
  11934. <wsdl:input message="wsdlns:emailGetDomainMxFilteringRequest"/>
  11935. <wsdl:output message="wsdlns:emailGetDomainMxFilteringResponse"/>
  11936. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11937. </wsdl:operation>
  11938. <wsdl:operation name="managedServicesPartitionCreate">
  11939. <wsdl:input message="wsdlns:managedServicesPartitionCreateRequest"/>
  11940. <wsdl:output message="wsdlns:managedServicesPartitionCreateResponse"/>
  11941. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11942. </wsdl:operation>
  11943. <wsdl:operation name="telephonyLineGetSipDomain">
  11944. <wsdl:input message="wsdlns:telephonyLineGetSipDomainRequest"/>
  11945. <wsdl:output message="wsdlns:telephonyLineGetSipDomainResponse"/>
  11946. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11947. </wsdl:operation>
  11948. <wsdl:operation name="nicModifyEmail">
  11949. <wsdl:input message="wsdlns:nicModifyEmailRequest"/>
  11950. <wsdl:output message="wsdlns:nicModifyEmailResponse"/>
  11951. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11952. </wsdl:operation>
  11953. <wsdl:operation name="telephonyToneDelete">
  11954. <wsdl:input message="wsdlns:telephonyToneDeleteRequest"/>
  11955. <wsdl:output message="wsdlns:telephonyToneDeleteResponse"/>
  11956. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11957. </wsdl:operation>
  11958. <wsdl:operation name="telephonyLineSetMgcpIpRestriction">
  11959. <wsdl:input message="wsdlns:telephonyLineSetMgcpIpRestrictionRequest"/>
  11960. <wsdl:output message="wsdlns:telephonyLineSetMgcpIpRestrictionResponse"/>
  11961. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11962. </wsdl:operation>
  11963. <wsdl:operation name="dedicatedInstallReset">
  11964. <wsdl:input message="wsdlns:dedicatedInstallResetRequest"/>
  11965. <wsdl:output message="wsdlns:dedicatedInstallResetResponse"/>
  11966. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11967. </wsdl:operation>
  11968. <wsdl:operation name="dedicatedMonitoringServiceAddNotification">
  11969. <wsdl:input message="wsdlns:dedicatedMonitoringServiceAddNotificationRequest"/>
  11970. <wsdl:output message="wsdlns:dedicatedMonitoringServiceAddNotificationResponse"/>
  11971. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11972. </wsdl:operation>
  11973. <wsdl:operation name="orderDedicatedFailoverRipe">
  11974. <wsdl:input message="wsdlns:orderDedicatedFailoverRipeRequest"/>
  11975. <wsdl:output message="wsdlns:orderDedicatedFailoverRipeResponse"/>
  11976. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11977. </wsdl:operation>
  11978. <wsdl:operation name="telephonyPhonebookOnGroupContactModify">
  11979. <wsdl:input message="wsdlns:telephonyPhonebookOnGroupContactModifyRequest"/>
  11980. <wsdl:output message="wsdlns:telephonyPhonebookOnGroupContactModifyResponse"/>
  11981. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11982. </wsdl:operation>
  11983. <wsdl:operation name="serviceGroupRemoveService">
  11984. <wsdl:input message="wsdlns:serviceGroupRemoveServiceRequest"/>
  11985. <wsdl:output message="wsdlns:serviceGroupRemoveServiceResponse"/>
  11986. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11987. </wsdl:operation>
  11988. <wsdl:operation name="telephonyScreenListBlackWhiteChoiceModify">
  11989. <wsdl:input message="wsdlns:telephonyScreenListBlackWhiteChoiceModifyRequest"/>
  11990. <wsdl:output message="wsdlns:telephonyScreenListBlackWhiteChoiceModifyResponse"/>
  11991. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11992. </wsdl:operation>
  11993. <wsdl:operation name="telephonySmsplusServiceDetails">
  11994. <wsdl:input message="wsdlns:telephonySmsplusServiceDetailsRequest"/>
  11995. <wsdl:output message="wsdlns:telephonySmsplusServiceDetailsResponse"/>
  11996. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  11997. </wsdl:operation>
  11998. <wsdl:operation name="dedicatedFilterIrcClientRuleDel">
  11999. <wsdl:input message="wsdlns:dedicatedFilterIrcClientRuleDelRequest"/>
  12000. <wsdl:output message="wsdlns:dedicatedFilterIrcClientRuleDelResponse"/>
  12001. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12002. </wsdl:operation>
  12003. <wsdl:operation name="domainHostAdd">
  12004. <wsdl:input message="wsdlns:domainHostAddRequest"/>
  12005. <wsdl:output message="wsdlns:domainHostAddResponse"/>
  12006. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12007. </wsdl:operation>
  12008. <wsdl:operation name="popModifyDescription">
  12009. <wsdl:input message="wsdlns:popModifyDescriptionRequest"/>
  12010. <wsdl:output message="wsdlns:popModifyDescriptionResponse"/>
  12011. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12012. </wsdl:operation>
  12013. <wsdl:operation name="telephonyAbbreviatedNumberOnGroupDel">
  12014. <wsdl:input message="wsdlns:telephonyAbbreviatedNumberOnGroupDelRequest"/>
  12015. <wsdl:output message="wsdlns:telephonyAbbreviatedNumberOnGroupDelResponse"/>
  12016. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12017. </wsdl:operation>
  12018. <wsdl:operation name="crontabAdd">
  12019. <wsdl:input message="wsdlns:crontabAddRequest"/>
  12020. <wsdl:output message="wsdlns:crontabAddResponse"/>
  12021. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12022. </wsdl:operation>
  12023. <wsdl:operation name="telephonySmsSenderDescription">
  12024. <wsdl:input message="wsdlns:telephonySmsSenderDescriptionRequest"/>
  12025. <wsdl:output message="wsdlns:telephonySmsSenderDescriptionResponse"/>
  12026. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12027. </wsdl:operation>
  12028. <wsdl:operation name="mailingListModify">
  12029. <wsdl:input message="wsdlns:mailingListModifyRequest"/>
  12030. <wsdl:output message="wsdlns:mailingListModifyResponse"/>
  12031. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12032. </wsdl:operation>
  12033. <wsdl:operation name="managedServicesPartitionGet">
  12034. <wsdl:input message="wsdlns:managedServicesPartitionGetRequest"/>
  12035. <wsdl:output message="wsdlns:managedServicesPartitionGetResponse"/>
  12036. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12037. </wsdl:operation>
  12038. <wsdl:operation name="telephonyAbbreviatedNumberListPaginated">
  12039. <wsdl:input message="wsdlns:telephonyAbbreviatedNumberListPaginatedRequest"/>
  12040. <wsdl:output message="wsdlns:telephonyAbbreviatedNumberListPaginatedResponse"/>
  12041. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12042. </wsdl:operation>
  12043. <wsdl:operation name="telephonySetDefaultPrivateHolidaysEvents">
  12044. <wsdl:input message="wsdlns:telephonySetDefaultPrivateHolidaysEventsRequest"/>
  12045. <wsdl:output message="wsdlns:telephonySetDefaultPrivateHolidaysEventsResponse"/>
  12046. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12047. </wsdl:operation>
  12048. <wsdl:operation name="emailDelMasterNic">
  12049. <wsdl:input message="wsdlns:emailDelMasterNicRequest"/>
  12050. <wsdl:output message="wsdlns:emailDelMasterNicResponse"/>
  12051. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12052. </wsdl:operation>
  12053. <wsdl:operation name="redirectedEmailModify">
  12054. <wsdl:input message="wsdlns:redirectedEmailModifyRequest"/>
  12055. <wsdl:output message="wsdlns:redirectedEmailModifyResponse"/>
  12056. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12057. </wsdl:operation>
  12058. <wsdl:operation name="telephonySpareServiceList">
  12059. <wsdl:input message="wsdlns:telephonySpareServiceListRequest"/>
  12060. <wsdl:output message="wsdlns:telephonySpareServiceListResponse"/>
  12061. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12062. </wsdl:operation>
  12063. <wsdl:operation name="popInfo">
  12064. <wsdl:input message="wsdlns:popInfoRequest"/>
  12065. <wsdl:output message="wsdlns:popInfoResponse"/>
  12066. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12067. </wsdl:operation>
  12068. <wsdl:operation name="zoneExport">
  12069. <wsdl:input message="wsdlns:zoneExportRequest"/>
  12070. <wsdl:output message="wsdlns:zoneExportResponse"/>
  12071. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12072. </wsdl:operation>
  12073. <wsdl:operation name="dedicatedMrtgInfo">
  12074. <wsdl:input message="wsdlns:dedicatedMrtgInfoRequest"/>
  12075. <wsdl:output message="wsdlns:dedicatedMrtgInfoResponse"/>
  12076. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12077. </wsdl:operation>
  12078. <wsdl:operation name="dedicatedBackupReinstallData">
  12079. <wsdl:input message="wsdlns:dedicatedBackupReinstallDataRequest"/>
  12080. <wsdl:output message="wsdlns:dedicatedBackupReinstallDataResponse"/>
  12081. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12082. </wsdl:operation>
  12083. <wsdl:operation name="serviceFreedomList">
  12084. <wsdl:input message="wsdlns:serviceFreedomListRequest"/>
  12085. <wsdl:output message="wsdlns:serviceFreedomListResponse"/>
  12086. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12087. </wsdl:operation>
  12088. <wsdl:operation name="supportGetFullMessage">
  12089. <wsdl:input message="wsdlns:supportGetFullMessageRequest"/>
  12090. <wsdl:output message="wsdlns:supportGetFullMessageResponse"/>
  12091. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12092. </wsdl:operation>
  12093. <wsdl:operation name="telephonySmsUserListCsvAttachment">
  12094. <wsdl:input message="wsdlns:telephonySmsUserListCsvAttachmentRequest"/>
  12095. <wsdl:output message="wsdlns:telephonySmsUserListCsvAttachmentResponse"/>
  12096. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12097. </wsdl:operation>
  12098. <wsdl:operation name="emailGetDomainCatchAll">
  12099. <wsdl:input message="wsdlns:emailGetDomainCatchAllRequest"/>
  12100. <wsdl:output message="wsdlns:emailGetDomainCatchAllResponse"/>
  12101. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12102. </wsdl:operation>
  12103. <wsdl:operation name="telephonyFaxCallList">
  12104. <wsdl:input message="wsdlns:telephonyFaxCallListRequest"/>
  12105. <wsdl:output message="wsdlns:telephonyFaxCallListResponse"/>
  12106. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12107. </wsdl:operation>
  12108. <wsdl:operation name="telephonySmsUserSend">
  12109. <wsdl:input message="wsdlns:telephonySmsUserSendRequest"/>
  12110. <wsdl:output message="wsdlns:telephonySmsUserSendResponse"/>
  12111. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12112. </wsdl:operation>
  12113. <wsdl:operation name="mailingListAdd">
  12114. <wsdl:input message="wsdlns:mailingListAddRequest"/>
  12115. <wsdl:output message="wsdlns:mailingListAddResponse"/>
  12116. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12117. </wsdl:operation>
  12118. <wsdl:operation name="dedicatedBackupFtpInfo">
  12119. <wsdl:input message="wsdlns:dedicatedBackupFtpInfoRequest"/>
  12120. <wsdl:output message="wsdlns:dedicatedBackupFtpInfoResponse"/>
  12121. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12122. </wsdl:operation>
  12123. <wsdl:operation name="telephonyPhonebookOnGroupGroupList">
  12124. <wsdl:input message="wsdlns:telephonyPhonebookOnGroupGroupListRequest"/>
  12125. <wsdl:output message="wsdlns:telephonyPhonebookOnGroupGroupListResponse"/>
  12126. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12127. </wsdl:operation>
  12128. <wsdl:operation name="telephonyClick2CallUserPassword">
  12129. <wsdl:input message="wsdlns:telephonyClick2CallUserPasswordRequest"/>
  12130. <wsdl:output message="wsdlns:telephonyClick2CallUserPasswordResponse"/>
  12131. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12132. </wsdl:operation>
  12133. <wsdl:operation name="dedicatedMonitoringModify">
  12134. <wsdl:input message="wsdlns:dedicatedMonitoringModifyRequest"/>
  12135. <wsdl:output message="wsdlns:dedicatedMonitoringModifyResponse"/>
  12136. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12137. </wsdl:operation>
  12138. <wsdl:operation name="emailSetMasterNic">
  12139. <wsdl:input message="wsdlns:emailSetMasterNicRequest"/>
  12140. <wsdl:output message="wsdlns:emailSetMasterNicResponse"/>
  12141. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12142. </wsdl:operation>
  12143. <wsdl:operation name="sqlpriveMysqlDatabaseList">
  12144. <wsdl:input message="wsdlns:sqlpriveMysqlDatabaseListRequest"/>
  12145. <wsdl:output message="wsdlns:sqlpriveMysqlDatabaseListResponse"/>
  12146. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12147. </wsdl:operation>
  12148. <wsdl:operation name="automatedMailReturnSet">
  12149. <wsdl:input message="wsdlns:automatedMailReturnSetRequest"/>
  12150. <wsdl:output message="wsdlns:automatedMailReturnSetResponse"/>
  12151. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12152. </wsdl:operation>
  12153. <wsdl:operation name="databaseRecreate">
  12154. <wsdl:input message="wsdlns:databaseRecreateRequest"/>
  12155. <wsdl:output message="wsdlns:databaseRecreateResponse"/>
  12156. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12157. </wsdl:operation>
  12158. <wsdl:operation name="popModifyPassword">
  12159. <wsdl:input message="wsdlns:popModifyPasswordRequest"/>
  12160. <wsdl:output message="wsdlns:popModifyPasswordResponse"/>
  12161. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12162. </wsdl:operation>
  12163. <wsdl:operation name="responderEmailAdd">
  12164. <wsdl:input message="wsdlns:responderEmailAddRequest"/>
  12165. <wsdl:output message="wsdlns:responderEmailAddResponse"/>
  12166. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12167. </wsdl:operation>
  12168. <wsdl:operation name="sqlpriveMysqlProcessList">
  12169. <wsdl:input message="wsdlns:sqlpriveMysqlProcessListRequest"/>
  12170. <wsdl:output message="wsdlns:sqlpriveMysqlProcessListResponse"/>
  12171. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12172. </wsdl:operation>
  12173. <wsdl:operation name="telephonySmsGetUserQuota">
  12174. <wsdl:input message="wsdlns:telephonySmsGetUserQuotaRequest"/>
  12175. <wsdl:output message="wsdlns:telephonySmsGetUserQuotaResponse"/>
  12176. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12177. </wsdl:operation>
  12178. <wsdl:operation name="dedicatedGetRandomAvailableIpFromCountry">
  12179. <wsdl:input message="wsdlns:dedicatedGetRandomAvailableIpFromCountryRequest"/>
  12180. <wsdl:output message="wsdlns:dedicatedGetRandomAvailableIpFromCountryResponse"/>
  12181. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12182. </wsdl:operation>
  12183. <wsdl:operation name="telephonySmsSenderDelete">
  12184. <wsdl:input message="wsdlns:telephonySmsSenderDeleteRequest"/>
  12185. <wsdl:output message="wsdlns:telephonySmsSenderDeleteResponse"/>
  12186. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12187. </wsdl:operation>
  12188. <wsdl:operation name="telephonyToneStatus">
  12189. <wsdl:input message="wsdlns:telephonyToneStatusRequest"/>
  12190. <wsdl:output message="wsdlns:telephonyToneStatusResponse"/>
  12191. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12192. </wsdl:operation>
  12193. <wsdl:operation name="telephonyDdiInfo">
  12194. <wsdl:input message="wsdlns:telephonyDdiInfoRequest"/>
  12195. <wsdl:output message="wsdlns:telephonyDdiInfoResponse"/>
  12196. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12197. </wsdl:operation>
  12198. <wsdl:operation name="dedicatedInstallBasicProgress">
  12199. <wsdl:input message="wsdlns:dedicatedInstallBasicProgressRequest"/>
  12200. <wsdl:output message="wsdlns:dedicatedInstallBasicProgressResponse"/>
  12201. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12202. </wsdl:operation>
  12203. <wsdl:operation name="dedicatedAddServiceMonitoringAlertEmail">
  12204. <wsdl:input message="wsdlns:dedicatedAddServiceMonitoringAlertEmailRequest"/>
  12205. <wsdl:output message="wsdlns:dedicatedAddServiceMonitoringAlertEmailResponse"/>
  12206. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12207. </wsdl:operation>
  12208. <wsdl:operation name="telephonyHuntingGroupList">
  12209. <wsdl:input message="wsdlns:telephonyHuntingGroupListRequest"/>
  12210. <wsdl:output message="wsdlns:telephonyHuntingGroupListResponse"/>
  12211. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12212. </wsdl:operation>
  12213. <wsdl:operation name="dedicatedFailoverUpdate">
  12214. <wsdl:input message="wsdlns:dedicatedFailoverUpdateRequest"/>
  12215. <wsdl:output message="wsdlns:dedicatedFailoverUpdateResponse"/>
  12216. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12217. </wsdl:operation>
  12218. <wsdl:operation name="telephonyTrunkExternalDisplayedNumberList">
  12219. <wsdl:input message="wsdlns:telephonyTrunkExternalDisplayedNumberListRequest"/>
  12220. <wsdl:output message="wsdlns:telephonyTrunkExternalDisplayedNumberListResponse"/>
  12221. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12222. </wsdl:operation>
  12223. <wsdl:operation name="telephonyDirectoryListWayType">
  12224. <wsdl:input message="wsdlns:telephonyDirectoryListWayTypeRequest"/>
  12225. <wsdl:output message="wsdlns:telephonyDirectoryListWayTypeResponse"/>
  12226. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12227. </wsdl:operation>
  12228. <wsdl:operation name="telephonySmsUserHistoryCsv">
  12229. <wsdl:input message="wsdlns:telephonySmsUserHistoryCsvRequest"/>
  12230. <wsdl:output message="wsdlns:telephonySmsUserHistoryCsvResponse"/>
  12231. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12232. </wsdl:operation>
  12233. <wsdl:operation name="telephonyCallList">
  12234. <wsdl:input message="wsdlns:telephonyCallListRequest"/>
  12235. <wsdl:output message="wsdlns:telephonyCallListResponse"/>
  12236. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12237. </wsdl:operation>
  12238. <wsdl:operation name="managedServicesPartitionUpdate">
  12239. <wsdl:input message="wsdlns:managedServicesPartitionUpdateRequest"/>
  12240. <wsdl:output message="wsdlns:managedServicesPartitionUpdateResponse"/>
  12241. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12242. </wsdl:operation>
  12243. <wsdl:operation name="telephonyGetDefaultPrivateHolidaysEvents">
  12244. <wsdl:input message="wsdlns:telephonyGetDefaultPrivateHolidaysEventsRequest"/>
  12245. <wsdl:output message="wsdlns:telephonyGetDefaultPrivateHolidaysEventsResponse"/>
  12246. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12247. </wsdl:operation>
  12248. <wsdl:operation name="telephonySmsplusShortCodesList">
  12249. <wsdl:input message="wsdlns:telephonySmsplusShortCodesListRequest"/>
  12250. <wsdl:output message="wsdlns:telephonySmsplusShortCodesListResponse"/>
  12251. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12252. </wsdl:operation>
  12253. <wsdl:operation name="dedicatedFilterIrcServerRuleAdd">
  12254. <wsdl:input message="wsdlns:dedicatedFilterIrcServerRuleAddRequest"/>
  12255. <wsdl:output message="wsdlns:dedicatedFilterIrcServerRuleAddResponse"/>
  12256. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12257. </wsdl:operation>
  12258. <wsdl:operation name="dedicatedVirtualMacIpAdd">
  12259. <wsdl:input message="wsdlns:dedicatedVirtualMacIpAddRequest"/>
  12260. <wsdl:output message="wsdlns:dedicatedVirtualMacIpAddResponse"/>
  12261. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12262. </wsdl:operation>
  12263. <wsdl:operation name="telephonyAliasToSipPossibilities">
  12264. <wsdl:input message="wsdlns:telephonyAliasToSipPossibilitiesRequest"/>
  12265. <wsdl:output message="wsdlns:telephonyAliasToSipPossibilitiesResponse"/>
  12266. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12267. </wsdl:operation>
  12268. <wsdl:operation name="telephonyAbbreviatedNumberOnGroupAdd">
  12269. <wsdl:input message="wsdlns:telephonyAbbreviatedNumberOnGroupAddRequest"/>
  12270. <wsdl:output message="wsdlns:telephonyAbbreviatedNumberOnGroupAddResponse"/>
  12271. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12272. </wsdl:operation>
  12273. <wsdl:operation name="telephonyHuntingModificationQueue">
  12274. <wsdl:input message="wsdlns:telephonyHuntingModificationQueueRequest"/>
  12275. <wsdl:output message="wsdlns:telephonyHuntingModificationQueueResponse"/>
  12276. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12277. </wsdl:operation>
  12278. <wsdl:operation name="telephonyDirectoryInfo">
  12279. <wsdl:input message="wsdlns:telephonyDirectoryInfoRequest"/>
  12280. <wsdl:output message="wsdlns:telephonyDirectoryInfoResponse"/>
  12281. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12282. </wsdl:operation>
  12283. <wsdl:operation name="telephonyBillDetails">
  12284. <wsdl:input message="wsdlns:telephonyBillDetailsRequest"/>
  12285. <wsdl:output message="wsdlns:telephonyBillDetailsResponse"/>
  12286. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12287. </wsdl:operation>
  12288. <wsdl:operation name="dedicatedRipeGetRipeIds">
  12289. <wsdl:input message="wsdlns:dedicatedRipeGetRipeIdsRequest"/>
  12290. <wsdl:output message="wsdlns:dedicatedRipeGetRipeIdsResponse"/>
  12291. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12292. </wsdl:operation>
  12293. <wsdl:operation name="telephonyLineLogsNotificationOptionsModify">
  12294. <wsdl:input message="wsdlns:telephonyLineLogsNotificationOptionsModifyRequest"/>
  12295. <wsdl:output message="wsdlns:telephonyLineLogsNotificationOptionsModifyResponse"/>
  12296. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12297. </wsdl:operation>
  12298. <wsdl:operation name="dnsInstallCustom">
  12299. <wsdl:input message="wsdlns:dnsInstallCustomRequest"/>
  12300. <wsdl:output message="wsdlns:dnsInstallCustomResponse"/>
  12301. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12302. </wsdl:operation>
  12303. <wsdl:operation name="sqlpriveMysqlActivateOvhManagement">
  12304. <wsdl:input message="wsdlns:sqlpriveMysqlActivateOvhManagementRequest"/>
  12305. <wsdl:output message="wsdlns:sqlpriveMysqlActivateOvhManagementResponse"/>
  12306. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12307. </wsdl:operation>
  12308. <wsdl:operation name="telephonyClick2CallDoBySession">
  12309. <wsdl:input message="wsdlns:telephonyClick2CallDoBySessionRequest"/>
  12310. <wsdl:output message="wsdlns:telephonyClick2CallDoBySessionResponse"/>
  12311. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12312. </wsdl:operation>
  12313. <wsdl:operation name="telephonyAbbreviatedNumberAdd">
  12314. <wsdl:input message="wsdlns:telephonyAbbreviatedNumberAddRequest"/>
  12315. <wsdl:output message="wsdlns:telephonyAbbreviatedNumberAddResponse"/>
  12316. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12317. </wsdl:operation>
  12318. <wsdl:operation name="prepaidGetThreshold">
  12319. <wsdl:input message="wsdlns:prepaidGetThresholdRequest"/>
  12320. <wsdl:output message="wsdlns:prepaidGetThresholdResponse"/>
  12321. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12322. </wsdl:operation>
  12323. <wsdl:operation name="domainWhoisObfuscatorUnsetAll">
  12324. <wsdl:input message="wsdlns:domainWhoisObfuscatorUnsetAllRequest"/>
  12325. <wsdl:output message="wsdlns:domainWhoisObfuscatorUnsetAllResponse"/>
  12326. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12327. </wsdl:operation>
  12328. <wsdl:operation name="multiFtpDel">
  12329. <wsdl:input message="wsdlns:multiFtpDelRequest"/>
  12330. <wsdl:output message="wsdlns:multiFtpDelResponse"/>
  12331. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12332. </wsdl:operation>
  12333. <wsdl:operation name="sqlpriveMysqlGetPossibleDump">
  12334. <wsdl:input message="wsdlns:sqlpriveMysqlGetPossibleDumpRequest"/>
  12335. <wsdl:output message="wsdlns:sqlpriveMysqlGetPossibleDumpResponse"/>
  12336. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12337. </wsdl:operation>
  12338. <wsdl:operation name="telephonyNumberOrder">
  12339. <wsdl:input message="wsdlns:telephonyNumberOrderRequest"/>
  12340. <wsdl:output message="wsdlns:telephonyNumberOrderResponse"/>
  12341. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12342. </wsdl:operation>
  12343. <wsdl:operation name="telephonyLineSetIpRestriction">
  12344. <wsdl:input message="wsdlns:telephonyLineSetIpRestrictionRequest"/>
  12345. <wsdl:output message="wsdlns:telephonyLineSetIpRestrictionResponse"/>
  12346. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12347. </wsdl:operation>
  12348. <wsdl:operation name="prepaidGetHistory">
  12349. <wsdl:input message="wsdlns:prepaidGetHistoryRequest"/>
  12350. <wsdl:output message="wsdlns:prepaidGetHistoryResponse"/>
  12351. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12352. </wsdl:operation>
  12353. <wsdl:operation name="telephonyLineSetCodecs">
  12354. <wsdl:input message="wsdlns:telephonyLineSetCodecsRequest"/>
  12355. <wsdl:output message="wsdlns:telephonyLineSetCodecsResponse"/>
  12356. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12357. </wsdl:operation>
  12358. <wsdl:operation name="telephonyNumberCityForZoneList">
  12359. <wsdl:input message="wsdlns:telephonyNumberCityForZoneListRequest"/>
  12360. <wsdl:output message="wsdlns:telephonyNumberCityForZoneListResponse"/>
  12361. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12362. </wsdl:operation>
  12363. <wsdl:operation name="redirectedEmailDel">
  12364. <wsdl:input message="wsdlns:redirectedEmailDelRequest"/>
  12365. <wsdl:output message="wsdlns:redirectedEmailDelResponse"/>
  12366. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12367. </wsdl:operation>
  12368. <wsdl:operation name="dedicatedInfo">
  12369. <wsdl:input message="wsdlns:dedicatedInfoRequest"/>
  12370. <wsdl:output message="wsdlns:dedicatedInfoResponse"/>
  12371. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12372. </wsdl:operation>
  12373. <wsdl:operation name="dedicatedBackupUpdateDate">
  12374. <wsdl:input message="wsdlns:dedicatedBackupUpdateDateRequest"/>
  12375. <wsdl:output message="wsdlns:dedicatedBackupUpdateDateResponse"/>
  12376. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12377. </wsdl:operation>
  12378. <wsdl:operation name="domainOperationList">
  12379. <wsdl:input message="wsdlns:domainOperationListRequest"/>
  12380. <wsdl:output message="wsdlns:domainOperationListResponse"/>
  12381. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12382. </wsdl:operation>
  12383. <wsdl:operation name="telephonyTonesOptionsModify">
  12384. <wsdl:input message="wsdlns:telephonyTonesOptionsModifyRequest"/>
  12385. <wsdl:output message="wsdlns:telephonyTonesOptionsModifyResponse"/>
  12386. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12387. </wsdl:operation>
  12388. <wsdl:operation name="popAttachMasterNic">
  12389. <wsdl:input message="wsdlns:popAttachMasterNicRequest"/>
  12390. <wsdl:output message="wsdlns:popAttachMasterNicResponse"/>
  12391. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12392. </wsdl:operation>
  12393. <wsdl:operation name="telephonyVoicemailMessagesRemoteUpload">
  12394. <wsdl:input message="wsdlns:telephonyVoicemailMessagesRemoteUploadRequest"/>
  12395. <wsdl:output message="wsdlns:telephonyVoicemailMessagesRemoteUploadResponse"/>
  12396. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12397. </wsdl:operation>
  12398. <wsdl:operation name="crontabInfo">
  12399. <wsdl:input message="wsdlns:crontabInfoRequest"/>
  12400. <wsdl:output message="wsdlns:crontabInfoResponse"/>
  12401. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12402. </wsdl:operation>
  12403. <wsdl:operation name="serviceGroupSetName">
  12404. <wsdl:input message="wsdlns:serviceGroupSetNameRequest"/>
  12405. <wsdl:output message="wsdlns:serviceGroupSetNameResponse"/>
  12406. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12407. </wsdl:operation>
  12408. <wsdl:operation name="telephonyOfferInfo">
  12409. <wsdl:input message="wsdlns:telephonyOfferInfoRequest"/>
  12410. <wsdl:output message="wsdlns:telephonyOfferInfoResponse"/>
  12411. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12412. </wsdl:operation>
  12413. <wsdl:operation name="multiDomainAdd">
  12414. <wsdl:input message="wsdlns:multiDomainAddRequest"/>
  12415. <wsdl:output message="wsdlns:multiDomainAddResponse"/>
  12416. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12417. </wsdl:operation>
  12418. <wsdl:operation name="telephonyPhonebookDel">
  12419. <wsdl:input message="wsdlns:telephonyPhonebookDelRequest"/>
  12420. <wsdl:output message="wsdlns:telephonyPhonebookDelResponse"/>
  12421. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12422. </wsdl:operation>
  12423. <wsdl:operation name="redirectedEmailList">
  12424. <wsdl:input message="wsdlns:redirectedEmailListRequest"/>
  12425. <wsdl:output message="wsdlns:redirectedEmailListResponse"/>
  12426. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12427. </wsdl:operation>
  12428. <wsdl:operation name="telephonySmsUserAdd">
  12429. <wsdl:input message="wsdlns:telephonySmsUserAddRequest"/>
  12430. <wsdl:output message="wsdlns:telephonySmsUserAddResponse"/>
  12431. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12432. </wsdl:operation>
  12433. <wsdl:operation name="nicUpdateIT">
  12434. <wsdl:input message="wsdlns:nicUpdateITRequest"/>
  12435. <wsdl:output message="wsdlns:nicUpdateITResponse"/>
  12436. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12437. </wsdl:operation>
  12438. <wsdl:operation name="telephonySmsUserHistory">
  12439. <wsdl:input message="wsdlns:telephonySmsUserHistoryRequest"/>
  12440. <wsdl:output message="wsdlns:telephonySmsUserHistoryResponse"/>
  12441. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12442. </wsdl:operation>
  12443. <wsdl:operation name="dedicatedMonitoringStatusGet">
  12444. <wsdl:input message="wsdlns:dedicatedMonitoringStatusGetRequest"/>
  12445. <wsdl:output message="wsdlns:dedicatedMonitoringStatusGetResponse"/>
  12446. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12447. </wsdl:operation>
  12448. <wsdl:operation name="ripeUpdateOrganisation">
  12449. <wsdl:input message="wsdlns:ripeUpdateOrganisationRequest"/>
  12450. <wsdl:output message="wsdlns:ripeUpdateOrganisationResponse"/>
  12451. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12452. </wsdl:operation>
  12453. <wsdl:operation name="telephonySmsUserGetCallBack">
  12454. <wsdl:input message="wsdlns:telephonySmsUserGetCallBackRequest"/>
  12455. <wsdl:output message="wsdlns:telephonySmsUserGetCallBackResponse"/>
  12456. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12457. </wsdl:operation>
  12458. <wsdl:operation name="dedicatedNetbootModify">
  12459. <wsdl:input message="wsdlns:dedicatedNetbootModifyRequest"/>
  12460. <wsdl:output message="wsdlns:dedicatedNetbootModifyResponse"/>
  12461. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12462. </wsdl:operation>
  12463. <wsdl:operation name="subDomainList">
  12464. <wsdl:input message="wsdlns:subDomainListRequest"/>
  12465. <wsdl:output message="wsdlns:subDomainListResponse"/>
  12466. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12467. </wsdl:operation>
  12468. <wsdl:operation name="sqlpriveFtpPassword">
  12469. <wsdl:input message="wsdlns:sqlpriveFtpPasswordRequest"/>
  12470. <wsdl:output message="wsdlns:sqlpriveFtpPasswordResponse"/>
  12471. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12472. </wsdl:operation>
  12473. <wsdl:operation name="telephonyOfferModifyPassword">
  12474. <wsdl:input message="wsdlns:telephonyOfferModifyPasswordRequest"/>
  12475. <wsdl:output message="wsdlns:telephonyOfferModifyPasswordResponse"/>
  12476. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12477. </wsdl:operation>
  12478. <wsdl:operation name="dnsUninstall">
  12479. <wsdl:input message="wsdlns:dnsUninstallRequest"/>
  12480. <wsdl:output message="wsdlns:dnsUninstallResponse"/>
  12481. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12482. </wsdl:operation>
  12483. <wsdl:operation name="dedicatedFilterIrcClientRuleList">
  12484. <wsdl:input message="wsdlns:dedicatedFilterIrcClientRuleListRequest"/>
  12485. <wsdl:output message="wsdlns:dedicatedFilterIrcClientRuleListResponse"/>
  12486. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12487. </wsdl:operation>
  12488. <wsdl:operation name="telephonyFunctionKeyAdd">
  12489. <wsdl:input message="wsdlns:telephonyFunctionKeyAddRequest"/>
  12490. <wsdl:output message="wsdlns:telephonyFunctionKeyAddResponse"/>
  12491. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12492. </wsdl:operation>
  12493. <wsdl:operation name="telephonyPhonebookList">
  12494. <wsdl:input message="wsdlns:telephonyPhonebookListRequest"/>
  12495. <wsdl:output message="wsdlns:telephonyPhonebookListResponse"/>
  12496. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12497. </wsdl:operation>
  12498. <wsdl:operation name="telephonyPlugAndPhoneReset">
  12499. <wsdl:input message="wsdlns:telephonyPlugAndPhoneResetRequest"/>
  12500. <wsdl:output message="wsdlns:telephonyPlugAndPhoneResetResponse"/>
  12501. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12502. </wsdl:operation>
  12503. <wsdl:operation name="sqlpriveMysqlRootPassword">
  12504. <wsdl:input message="wsdlns:sqlpriveMysqlRootPasswordRequest"/>
  12505. <wsdl:output message="wsdlns:sqlpriveMysqlRootPasswordResponse"/>
  12506. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12507. </wsdl:operation>
  12508. <wsdl:operation name="telephonySpareInfo">
  12509. <wsdl:input message="wsdlns:telephonySpareInfoRequest"/>
  12510. <wsdl:output message="wsdlns:telephonySpareInfoResponse"/>
  12511. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12512. </wsdl:operation>
  12513. <wsdl:operation name="telephonySmsUserDel">
  12514. <wsdl:input message="wsdlns:telephonySmsUserDelRequest"/>
  12515. <wsdl:output message="wsdlns:telephonySmsUserDelResponse"/>
  12516. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12517. </wsdl:operation>
  12518. <wsdl:operation name="emailSetDomainMxFiltering">
  12519. <wsdl:input message="wsdlns:emailSetDomainMxFilteringRequest"/>
  12520. <wsdl:output message="wsdlns:emailSetDomainMxFilteringResponse"/>
  12521. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12522. </wsdl:operation>
  12523. <wsdl:operation name="telephonyVoicemailMessagesStatus">
  12524. <wsdl:input message="wsdlns:telephonyVoicemailMessagesStatusRequest"/>
  12525. <wsdl:output message="wsdlns:telephonyVoicemailMessagesStatusResponse"/>
  12526. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12527. </wsdl:operation>
  12528. <wsdl:operation name="telephonyPhonebookModify">
  12529. <wsdl:input message="wsdlns:telephonyPhonebookModifyRequest"/>
  12530. <wsdl:output message="wsdlns:telephonyPhonebookModifyResponse"/>
  12531. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12532. </wsdl:operation>
  12533. <wsdl:operation name="dedicatedIPForUDPMove">
  12534. <wsdl:input message="wsdlns:dedicatedIPForUDPMoveRequest"/>
  12535. <wsdl:output message="wsdlns:dedicatedIPForUDPMoveResponse"/>
  12536. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12537. </wsdl:operation>
  12538. <wsdl:operation name="nicUpdate">
  12539. <wsdl:input message="wsdlns:nicUpdateRequest"/>
  12540. <wsdl:output message="wsdlns:nicUpdateResponse"/>
  12541. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12542. </wsdl:operation>
  12543. <wsdl:operation name="passwordManager">
  12544. <wsdl:input message="wsdlns:passwordManagerRequest"/>
  12545. <wsdl:output message="wsdlns:passwordManagerResponse"/>
  12546. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12547. </wsdl:operation>
  12548. <wsdl:operation name="telephonyOfferModifyName">
  12549. <wsdl:input message="wsdlns:telephonyOfferModifyNameRequest"/>
  12550. <wsdl:output message="wsdlns:telephonyOfferModifyNameResponse"/>
  12551. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12552. </wsdl:operation>
  12553. <wsdl:operation name="notepadFlush">
  12554. <wsdl:input message="wsdlns:notepadFlushRequest"/>
  12555. <wsdl:output message="wsdlns:notepadFlushResponse"/>
  12556. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12557. </wsdl:operation>
  12558. <wsdl:operation name="telephonySmsSetCallBack">
  12559. <wsdl:input message="wsdlns:telephonySmsSetCallBackRequest"/>
  12560. <wsdl:output message="wsdlns:telephonySmsSetCallBackResponse"/>
  12561. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12562. </wsdl:operation>
  12563. <wsdl:operation name="multiDomainModify">
  12564. <wsdl:input message="wsdlns:multiDomainModifyRequest"/>
  12565. <wsdl:output message="wsdlns:multiDomainModifyResponse"/>
  12566. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12567. </wsdl:operation>
  12568. <wsdl:operation name="language">
  12569. <wsdl:input message="wsdlns:languageRequest"/>
  12570. <wsdl:output message="wsdlns:languageResponse"/>
  12571. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12572. </wsdl:operation>
  12573. <wsdl:operation name="dedicatedMonitoringSMSModify">
  12574. <wsdl:input message="wsdlns:dedicatedMonitoringSMSModifyRequest"/>
  12575. <wsdl:output message="wsdlns:dedicatedMonitoringSMSModifyResponse"/>
  12576. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12577. </wsdl:operation>
  12578. <wsdl:operation name="telephonyPhonebookGroupList">
  12579. <wsdl:input message="wsdlns:telephonyPhonebookGroupListRequest"/>
  12580. <wsdl:output message="wsdlns:telephonyPhonebookGroupListResponse"/>
  12581. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12582. </wsdl:operation>
  12583. <wsdl:operation name="logsAccessDel">
  12584. <wsdl:input message="wsdlns:logsAccessDelRequest"/>
  12585. <wsdl:output message="wsdlns:logsAccessDelResponse"/>
  12586. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12587. </wsdl:operation>
  12588. <wsdl:operation name="logsAccessAdd">
  12589. <wsdl:input message="wsdlns:logsAccessAddRequest"/>
  12590. <wsdl:output message="wsdlns:logsAccessAddResponse"/>
  12591. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12592. </wsdl:operation>
  12593. <wsdl:operation name="multiDomainInfo">
  12594. <wsdl:input message="wsdlns:multiDomainInfoRequest"/>
  12595. <wsdl:output message="wsdlns:multiDomainInfoResponse"/>
  12596. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12597. </wsdl:operation>
  12598. <wsdl:operation name="domainWhoisObfuscatorList">
  12599. <wsdl:input message="wsdlns:domainWhoisObfuscatorListRequest"/>
  12600. <wsdl:output message="wsdlns:domainWhoisObfuscatorListResponse"/>
  12601. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12602. </wsdl:operation>
  12603. <wsdl:operation name="sqlpriveMysqlProcessKill">
  12604. <wsdl:input message="wsdlns:sqlpriveMysqlProcessKillRequest"/>
  12605. <wsdl:output message="wsdlns:sqlpriveMysqlProcessKillResponse"/>
  12606. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12607. </wsdl:operation>
  12608. <wsdl:operation name="telephonyBillingAccountInfo">
  12609. <wsdl:input message="wsdlns:telephonyBillingAccountInfoRequest"/>
  12610. <wsdl:output message="wsdlns:telephonyBillingAccountInfoResponse"/>
  12611. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12612. </wsdl:operation>
  12613. <wsdl:operation name="mailingListList">
  12614. <wsdl:input message="wsdlns:mailingListListRequest"/>
  12615. <wsdl:output message="wsdlns:mailingListListResponse"/>
  12616. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12617. </wsdl:operation>
  12618. <wsdl:operation name="telephonySmsSenderAdd">
  12619. <wsdl:input message="wsdlns:telephonySmsSenderAddRequest"/>
  12620. <wsdl:output message="wsdlns:telephonySmsSenderAddResponse"/>
  12621. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12622. </wsdl:operation>
  12623. <wsdl:operation name="telephonyLineConsumptionCSVByMail">
  12624. <wsdl:input message="wsdlns:telephonyLineConsumptionCSVByMailRequest"/>
  12625. <wsdl:output message="wsdlns:telephonyLineConsumptionCSVByMailResponse"/>
  12626. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12627. </wsdl:operation>
  12628. <wsdl:operation name="telephonySmsUserDeleteCsvAttachment">
  12629. <wsdl:input message="wsdlns:telephonySmsUserDeleteCsvAttachmentRequest"/>
  12630. <wsdl:output message="wsdlns:telephonySmsUserDeleteCsvAttachmentResponse"/>
  12631. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12632. </wsdl:operation>
  12633. <wsdl:operation name="mailingListSubscriberListByEmail">
  12634. <wsdl:input message="wsdlns:mailingListSubscriberListByEmailRequest"/>
  12635. <wsdl:output message="wsdlns:mailingListSubscriberListByEmailResponse"/>
  12636. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12637. </wsdl:operation>
  12638. <wsdl:operation name="supportCloseThreads">
  12639. <wsdl:input message="wsdlns:supportCloseThreadsRequest"/>
  12640. <wsdl:output message="wsdlns:supportCloseThreadsResponse"/>
  12641. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12642. </wsdl:operation>
  12643. <wsdl:operation name="sqlpriveMysqlDatabaseSave">
  12644. <wsdl:input message="wsdlns:sqlpriveMysqlDatabaseSaveRequest"/>
  12645. <wsdl:output message="wsdlns:sqlpriveMysqlDatabaseSaveResponse"/>
  12646. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12647. </wsdl:operation>
  12648. <wsdl:operation name="telephonyListReversableCallsFromNumber">
  12649. <wsdl:input message="wsdlns:telephonyListReversableCallsFromNumberRequest"/>
  12650. <wsdl:output message="wsdlns:telephonyListReversableCallsFromNumberResponse"/>
  12651. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12652. </wsdl:operation>
  12653. <wsdl:operation name="telephonyBillingAccountList">
  12654. <wsdl:input message="wsdlns:telephonyBillingAccountListRequest"/>
  12655. <wsdl:output message="wsdlns:telephonyBillingAccountListResponse"/>
  12656. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12657. </wsdl:operation>
  12658. <wsdl:operation name="telephonySmsGetQuotaNotificationForUser">
  12659. <wsdl:input message="wsdlns:telephonySmsGetQuotaNotificationForUserRequest"/>
  12660. <wsdl:output message="wsdlns:telephonySmsGetQuotaNotificationForUserResponse"/>
  12661. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12662. </wsdl:operation>
  12663. <wsdl:operation name="dedicatedMonitoringDel">
  12664. <wsdl:input message="wsdlns:dedicatedMonitoringDelRequest"/>
  12665. <wsdl:output message="wsdlns:dedicatedMonitoringDelResponse"/>
  12666. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12667. </wsdl:operation>
  12668. <wsdl:operation name="telephonyChangeNicModify">
  12669. <wsdl:input message="wsdlns:telephonyChangeNicModifyRequest"/>
  12670. <wsdl:output message="wsdlns:telephonyChangeNicModifyResponse"/>
  12671. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12672. </wsdl:operation>
  12673. <wsdl:operation name="dedicatedMonitoringServiceAddSMS">
  12674. <wsdl:input message="wsdlns:dedicatedMonitoringServiceAddSMSRequest"/>
  12675. <wsdl:output message="wsdlns:dedicatedMonitoringServiceAddSMSResponse"/>
  12676. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12677. </wsdl:operation>
  12678. <wsdl:operation name="prepaidGetBalance">
  12679. <wsdl:input message="wsdlns:prepaidGetBalanceRequest"/>
  12680. <wsdl:output message="wsdlns:prepaidGetBalanceResponse"/>
  12681. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12682. </wsdl:operation>
  12683. <wsdl:operation name="telephonySviInfo">
  12684. <wsdl:input message="wsdlns:telephonySviInfoRequest"/>
  12685. <wsdl:output message="wsdlns:telephonySviInfoResponse"/>
  12686. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12687. </wsdl:operation>
  12688. <wsdl:operation name="dnsGeolocalizeHosting">
  12689. <wsdl:input message="wsdlns:dnsGeolocalizeHostingRequest"/>
  12690. <wsdl:output message="wsdlns:dnsGeolocalizeHostingResponse"/>
  12691. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12692. </wsdl:operation>
  12693. <wsdl:operation name="popAdd">
  12694. <wsdl:input message="wsdlns:popAddRequest"/>
  12695. <wsdl:output message="wsdlns:popAddResponse"/>
  12696. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12697. </wsdl:operation>
  12698. <wsdl:operation name="telephonyClick2CallUserAdd">
  12699. <wsdl:input message="wsdlns:telephonyClick2CallUserAddRequest"/>
  12700. <wsdl:output message="wsdlns:telephonyClick2CallUserAddResponse"/>
  12701. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12702. </wsdl:operation>
  12703. <wsdl:operation name="domainHostInfo">
  12704. <wsdl:input message="wsdlns:domainHostInfoRequest"/>
  12705. <wsdl:output message="wsdlns:domainHostInfoResponse"/>
  12706. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12707. </wsdl:operation>
  12708. <wsdl:operation name="dedicatedList">
  12709. <wsdl:input message="wsdlns:dedicatedListRequest"/>
  12710. <wsdl:output message="wsdlns:dedicatedListResponse"/>
  12711. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12712. </wsdl:operation>
  12713. <wsdl:operation name="dedicatedIPForUDPGet">
  12714. <wsdl:input message="wsdlns:dedicatedIPForUDPGetRequest"/>
  12715. <wsdl:output message="wsdlns:dedicatedIPForUDPGetResponse"/>
  12716. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12717. </wsdl:operation>
  12718. <wsdl:operation name="dedicatedGetAvailableIpFromNetwork">
  12719. <wsdl:input message="wsdlns:dedicatedGetAvailableIpFromNetworkRequest"/>
  12720. <wsdl:output message="wsdlns:dedicatedGetAvailableIpFromNetworkResponse"/>
  12721. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12722. </wsdl:operation>
  12723. <wsdl:operation name="crontabModify">
  12724. <wsdl:input message="wsdlns:crontabModifyRequest"/>
  12725. <wsdl:output message="wsdlns:crontabModifyResponse"/>
  12726. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12727. </wsdl:operation>
  12728. <wsdl:operation name="sqlpriveCronGet">
  12729. <wsdl:input message="wsdlns:sqlpriveCronGetRequest"/>
  12730. <wsdl:output message="wsdlns:sqlpriveCronGetResponse"/>
  12731. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12732. </wsdl:operation>
  12733. <wsdl:operation name="supportReactivateThread">
  12734. <wsdl:input message="wsdlns:supportReactivateThreadRequest"/>
  12735. <wsdl:output message="wsdlns:supportReactivateThreadResponse"/>
  12736. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12737. </wsdl:operation>
  12738. <wsdl:operation name="telephonySmsBlacklistedSendersDelete">
  12739. <wsdl:input message="wsdlns:telephonySmsBlacklistedSendersDeleteRequest"/>
  12740. <wsdl:output message="wsdlns:telephonySmsBlacklistedSendersDeleteResponse"/>
  12741. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12742. </wsdl:operation>
  12743. <wsdl:operation name="zoneImport">
  12744. <wsdl:input message="wsdlns:zoneImportRequest"/>
  12745. <wsdl:output message="wsdlns:zoneImportResponse"/>
  12746. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12747. </wsdl:operation>
  12748. <wsdl:operation name="telephonySmsplusServiceAdd">
  12749. <wsdl:input message="wsdlns:telephonySmsplusServiceAddRequest"/>
  12750. <wsdl:output message="wsdlns:telephonySmsplusServiceAddResponse"/>
  12751. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12752. </wsdl:operation>
  12753. <wsdl:operation name="multiDomainDel">
  12754. <wsdl:input message="wsdlns:multiDomainDelRequest"/>
  12755. <wsdl:output message="wsdlns:multiDomainDelResponse"/>
  12756. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12757. </wsdl:operation>
  12758. <wsdl:operation name="telephonySpareCreateRMA">
  12759. <wsdl:input message="wsdlns:telephonySpareCreateRMARequest"/>
  12760. <wsdl:output message="wsdlns:telephonySpareCreateRMAResponse"/>
  12761. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12762. </wsdl:operation>
  12763. <wsdl:operation name="telephonySmsplusServiceEdit">
  12764. <wsdl:input message="wsdlns:telephonySmsplusServiceEditRequest"/>
  12765. <wsdl:output message="wsdlns:telephonySmsplusServiceEditResponse"/>
  12766. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12767. </wsdl:operation>
  12768. <wsdl:operation name="dedicatedMailinglistSubscribe">
  12769. <wsdl:input message="wsdlns:dedicatedMailinglistSubscribeRequest"/>
  12770. <wsdl:output message="wsdlns:dedicatedMailinglistSubscribeResponse"/>
  12771. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12772. </wsdl:operation>
  12773. <wsdl:operation name="serviceGroupInfo">
  12774. <wsdl:input message="wsdlns:serviceGroupInfoRequest"/>
  12775. <wsdl:output message="wsdlns:serviceGroupInfoResponse"/>
  12776. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12777. </wsdl:operation>
  12778. <wsdl:operation name="automatedMailFlush">
  12779. <wsdl:input message="wsdlns:automatedMailFlushRequest"/>
  12780. <wsdl:output message="wsdlns:automatedMailFlushResponse"/>
  12781. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12782. </wsdl:operation>
  12783. <wsdl:operation name="managedServicesNameUpdate">
  12784. <wsdl:input message="wsdlns:managedServicesNameUpdateRequest"/>
  12785. <wsdl:output message="wsdlns:managedServicesNameUpdateResponse"/>
  12786. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12787. </wsdl:operation>
  12788. <wsdl:operation name="popGetQuota">
  12789. <wsdl:input message="wsdlns:popGetQuotaRequest"/>
  12790. <wsdl:output message="wsdlns:popGetQuotaResponse"/>
  12791. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12792. </wsdl:operation>
  12793. <wsdl:operation name="telephonyHuntingGenericScreenOptionsModify">
  12794. <wsdl:input message="wsdlns:telephonyHuntingGenericScreenOptionsModifyRequest"/>
  12795. <wsdl:output message="wsdlns:telephonyHuntingGenericScreenOptionsModifyResponse"/>
  12796. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12797. </wsdl:operation>
  12798. <wsdl:operation name="ripeCreateOrganisation">
  12799. <wsdl:input message="wsdlns:ripeCreateOrganisationRequest"/>
  12800. <wsdl:output message="wsdlns:ripeCreateOrganisationResponse"/>
  12801. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12802. </wsdl:operation>
  12803. <wsdl:operation name="telephonyPlugAndPhoneInfo">
  12804. <wsdl:input message="wsdlns:telephonyPlugAndPhoneInfoRequest"/>
  12805. <wsdl:output message="wsdlns:telephonyPlugAndPhoneInfoResponse"/>
  12806. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12807. </wsdl:operation>
  12808. <wsdl:operation name="telephonyFaxCampaignDelete">
  12809. <wsdl:input message="wsdlns:telephonyFaxCampaignDeleteRequest"/>
  12810. <wsdl:output message="wsdlns:telephonyFaxCampaignDeleteResponse"/>
  12811. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12812. </wsdl:operation>
  12813. <wsdl:operation name="telephonyReversmentsRefundFromBillingAccount">
  12814. <wsdl:input message="wsdlns:telephonyReversmentsRefundFromBillingAccountRequest"/>
  12815. <wsdl:output message="wsdlns:telephonyReversmentsRefundFromBillingAccountResponse"/>
  12816. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12817. </wsdl:operation>
  12818. <wsdl:operation name="telephonyVoicemailMessageDelete">
  12819. <wsdl:input message="wsdlns:telephonyVoicemailMessageDeleteRequest"/>
  12820. <wsdl:output message="wsdlns:telephonyVoicemailMessageDeleteResponse"/>
  12821. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12822. </wsdl:operation>
  12823. <wsdl:operation name="dedicatedIpLoadBalancingNameModify">
  12824. <wsdl:input message="wsdlns:dedicatedIpLoadBalancingNameModifyRequest"/>
  12825. <wsdl:output message="wsdlns:dedicatedIpLoadBalancingNameModifyResponse"/>
  12826. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12827. </wsdl:operation>
  12828. <wsdl:operation name="telephonyLineOptionsList">
  12829. <wsdl:input message="wsdlns:telephonyLineOptionsListRequest"/>
  12830. <wsdl:output message="wsdlns:telephonyLineOptionsListResponse"/>
  12831. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12832. </wsdl:operation>
  12833. <wsdl:operation name="telephonySpareServiceInfo">
  12834. <wsdl:input message="wsdlns:telephonySpareServiceInfoRequest"/>
  12835. <wsdl:output message="wsdlns:telephonySpareServiceInfoResponse"/>
  12836. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12837. </wsdl:operation>
  12838. <wsdl:operation name="telephonyAbbreviatedNumberModify">
  12839. <wsdl:input message="wsdlns:telephonyAbbreviatedNumberModifyRequest"/>
  12840. <wsdl:output message="wsdlns:telephonyAbbreviatedNumberModifyResponse"/>
  12841. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12842. </wsdl:operation>
  12843. <wsdl:operation name="telephonyOfferSimultaneousLinesModify">
  12844. <wsdl:input message="wsdlns:telephonyOfferSimultaneousLinesModifyRequest"/>
  12845. <wsdl:output message="wsdlns:telephonyOfferSimultaneousLinesModifyResponse"/>
  12846. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12847. </wsdl:operation>
  12848. <wsdl:operation name="dedicatedMonitoringServiceList">
  12849. <wsdl:input message="wsdlns:dedicatedMonitoringServiceListRequest"/>
  12850. <wsdl:output message="wsdlns:dedicatedMonitoringServiceListResponse"/>
  12851. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12852. </wsdl:operation>
  12853. <wsdl:operation name="resellerDomainTransfer">
  12854. <wsdl:input message="wsdlns:resellerDomainTransferRequest"/>
  12855. <wsdl:output message="wsdlns:resellerDomainTransferResponse"/>
  12856. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12857. </wsdl:operation>
  12858. <wsdl:operation name="serviceGroupAddService">
  12859. <wsdl:input message="wsdlns:serviceGroupAddServiceRequest"/>
  12860. <wsdl:output message="wsdlns:serviceGroupAddServiceResponse"/>
  12861. <wsdl:fault name="failure" message="wsdlns:FailureMsg" />
  12862. </wsdl:operation>
  12863. </wsdl:portType>
  12864. <wsdl:binding name="managerBinding" type="wsdlns:managerPortType">
  12865. <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
  12866. <wsdl:operation name="mailingListModeratorDel">
  12867. <soap:operation soapAction="http://soapi.ovh.com/manager#mailingListModeratorDel" />
  12868. <wsdl:input>
  12869. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  12870. </wsdl:input>
  12871. <wsdl:output>
  12872. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  12873. </wsdl:output>
  12874. <wsdl:fault name="failure">
  12875. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  12876. </wsdl:fault>
  12877. </wsdl:operation>
  12878. <wsdl:operation name="telephonyNumberInfo">
  12879. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyNumberInfo" />
  12880. <wsdl:input>
  12881. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  12882. </wsdl:input>
  12883. <wsdl:output>
  12884. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  12885. </wsdl:output>
  12886. <wsdl:fault name="failure">
  12887. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  12888. </wsdl:fault>
  12889. </wsdl:operation>
  12890. <wsdl:operation name="sqlpriveMysqlRestart">
  12891. <soap:operation soapAction="http://soapi.ovh.com/manager#sqlpriveMysqlRestart" />
  12892. <wsdl:input>
  12893. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  12894. </wsdl:input>
  12895. <wsdl:output>
  12896. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  12897. </wsdl:output>
  12898. <wsdl:fault name="failure">
  12899. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  12900. </wsdl:fault>
  12901. </wsdl:operation>
  12902. <wsdl:operation name="logout">
  12903. <soap:operation soapAction="http://soapi.ovh.com/manager#logout" />
  12904. <wsdl:input>
  12905. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  12906. </wsdl:input>
  12907. <wsdl:output>
  12908. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  12909. </wsdl:output>
  12910. <wsdl:fault name="failure">
  12911. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  12912. </wsdl:fault>
  12913. </wsdl:operation>
  12914. <wsdl:operation name="multiFtpChangeDirectory">
  12915. <soap:operation soapAction="http://soapi.ovh.com/manager#multiFtpChangeDirectory" />
  12916. <wsdl:input>
  12917. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  12918. </wsdl:input>
  12919. <wsdl:output>
  12920. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  12921. </wsdl:output>
  12922. <wsdl:fault name="failure">
  12923. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  12924. </wsdl:fault>
  12925. </wsdl:operation>
  12926. <wsdl:operation name="sqlpriveMysqlVersion">
  12927. <soap:operation soapAction="http://soapi.ovh.com/manager#sqlpriveMysqlVersion" />
  12928. <wsdl:input>
  12929. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  12930. </wsdl:input>
  12931. <wsdl:output>
  12932. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  12933. </wsdl:output>
  12934. <wsdl:fault name="failure">
  12935. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  12936. </wsdl:fault>
  12937. </wsdl:operation>
  12938. <wsdl:operation name="dedicatedReverseDel">
  12939. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedReverseDel" />
  12940. <wsdl:input>
  12941. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  12942. </wsdl:input>
  12943. <wsdl:output>
  12944. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  12945. </wsdl:output>
  12946. <wsdl:fault name="failure">
  12947. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  12948. </wsdl:fault>
  12949. </wsdl:operation>
  12950. <wsdl:operation name="dedicatedDelServiceMonitoringAlert">
  12951. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedDelServiceMonitoringAlert" />
  12952. <wsdl:input>
  12953. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  12954. </wsdl:input>
  12955. <wsdl:output>
  12956. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  12957. </wsdl:output>
  12958. <wsdl:fault name="failure">
  12959. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  12960. </wsdl:fault>
  12961. </wsdl:operation>
  12962. <wsdl:operation name="telephonyVoicemailOptionsList">
  12963. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyVoicemailOptionsList" />
  12964. <wsdl:input>
  12965. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  12966. </wsdl:input>
  12967. <wsdl:output>
  12968. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  12969. </wsdl:output>
  12970. <wsdl:fault name="failure">
  12971. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  12972. </wsdl:fault>
  12973. </wsdl:operation>
  12974. <wsdl:operation name="telephonyPhonebookSharePeerList">
  12975. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPhonebookSharePeerList" />
  12976. <wsdl:input>
  12977. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  12978. </wsdl:input>
  12979. <wsdl:output>
  12980. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  12981. </wsdl:output>
  12982. <wsdl:fault name="failure">
  12983. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  12984. </wsdl:fault>
  12985. </wsdl:operation>
  12986. <wsdl:operation name="serviceGroupGetAllInfo">
  12987. <soap:operation soapAction="http://soapi.ovh.com/manager#serviceGroupGetAllInfo" />
  12988. <wsdl:input>
  12989. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  12990. </wsdl:input>
  12991. <wsdl:output>
  12992. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  12993. </wsdl:output>
  12994. <wsdl:fault name="failure">
  12995. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  12996. </wsdl:fault>
  12997. </wsdl:operation>
  12998. <wsdl:operation name="redirectedEmailAdd">
  12999. <soap:operation soapAction="http://soapi.ovh.com/manager#redirectedEmailAdd" />
  13000. <wsdl:input>
  13001. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13002. </wsdl:input>
  13003. <wsdl:output>
  13004. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13005. </wsdl:output>
  13006. <wsdl:fault name="failure">
  13007. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13008. </wsdl:fault>
  13009. </wsdl:operation>
  13010. <wsdl:operation name="nicModifyInfos">
  13011. <soap:operation soapAction="http://soapi.ovh.com/manager#nicModifyInfos" />
  13012. <wsdl:input>
  13013. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13014. </wsdl:input>
  13015. <wsdl:output>
  13016. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13017. </wsdl:output>
  13018. <wsdl:fault name="failure">
  13019. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13020. </wsdl:fault>
  13021. </wsdl:operation>
  13022. <wsdl:operation name="ripeGetRipeIds">
  13023. <soap:operation soapAction="http://soapi.ovh.com/manager#ripeGetRipeIds" />
  13024. <wsdl:input>
  13025. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13026. </wsdl:input>
  13027. <wsdl:output>
  13028. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13029. </wsdl:output>
  13030. <wsdl:fault name="failure">
  13031. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13032. </wsdl:fault>
  13033. </wsdl:operation>
  13034. <wsdl:operation name="telephonyRedirectModify">
  13035. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyRedirectModify" />
  13036. <wsdl:input>
  13037. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13038. </wsdl:input>
  13039. <wsdl:output>
  13040. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13041. </wsdl:output>
  13042. <wsdl:fault name="failure">
  13043. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13044. </wsdl:fault>
  13045. </wsdl:operation>
  13046. <wsdl:operation name="sqlpriveMysqlDatabaseImportFromFile">
  13047. <soap:operation soapAction="http://soapi.ovh.com/manager#sqlpriveMysqlDatabaseImportFromFile" />
  13048. <wsdl:input>
  13049. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13050. </wsdl:input>
  13051. <wsdl:output>
  13052. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13053. </wsdl:output>
  13054. <wsdl:fault name="failure">
  13055. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13056. </wsdl:fault>
  13057. </wsdl:operation>
  13058. <wsdl:operation name="telephonyNumberModify">
  13059. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyNumberModify" />
  13060. <wsdl:input>
  13061. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13062. </wsdl:input>
  13063. <wsdl:output>
  13064. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13065. </wsdl:output>
  13066. <wsdl:fault name="failure">
  13067. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13068. </wsdl:fault>
  13069. </wsdl:operation>
  13070. <wsdl:operation name="dedicatedAddServiceMonitoringAlertSMS">
  13071. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedAddServiceMonitoringAlertSMS" />
  13072. <wsdl:input>
  13073. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13074. </wsdl:input>
  13075. <wsdl:output>
  13076. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13077. </wsdl:output>
  13078. <wsdl:fault name="failure">
  13079. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13080. </wsdl:fault>
  13081. </wsdl:operation>
  13082. <wsdl:operation name="telephonyGetCitiesFromZip">
  13083. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyGetCitiesFromZip" />
  13084. <wsdl:input>
  13085. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13086. </wsdl:input>
  13087. <wsdl:output>
  13088. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13089. </wsdl:output>
  13090. <wsdl:fault name="failure">
  13091. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13092. </wsdl:fault>
  13093. </wsdl:operation>
  13094. <wsdl:operation name="automatedMailGetVolumeHistory">
  13095. <soap:operation soapAction="http://soapi.ovh.com/manager#automatedMailGetVolumeHistory" />
  13096. <wsdl:input>
  13097. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13098. </wsdl:input>
  13099. <wsdl:output>
  13100. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13101. </wsdl:output>
  13102. <wsdl:fault name="failure">
  13103. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13104. </wsdl:fault>
  13105. </wsdl:operation>
  13106. <wsdl:operation name="automatedMailGetTodo">
  13107. <soap:operation soapAction="http://soapi.ovh.com/manager#automatedMailGetTodo" />
  13108. <wsdl:input>
  13109. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13110. </wsdl:input>
  13111. <wsdl:output>
  13112. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13113. </wsdl:output>
  13114. <wsdl:fault name="failure">
  13115. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13116. </wsdl:fault>
  13117. </wsdl:operation>
  13118. <wsdl:operation name="telephonySmsplusSendSmsMt">
  13119. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsplusSendSmsMt" />
  13120. <wsdl:input>
  13121. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13122. </wsdl:input>
  13123. <wsdl:output>
  13124. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13125. </wsdl:output>
  13126. <wsdl:fault name="failure">
  13127. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13128. </wsdl:fault>
  13129. </wsdl:operation>
  13130. <wsdl:operation name="dedicatedIpLoadBalancingList">
  13131. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedIpLoadBalancingList" />
  13132. <wsdl:input>
  13133. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13134. </wsdl:input>
  13135. <wsdl:output>
  13136. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13137. </wsdl:output>
  13138. <wsdl:fault name="failure">
  13139. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13140. </wsdl:fault>
  13141. </wsdl:operation>
  13142. <wsdl:operation name="dedicatedBackupReinstallConfiguration">
  13143. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedBackupReinstallConfiguration" />
  13144. <wsdl:input>
  13145. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13146. </wsdl:input>
  13147. <wsdl:output>
  13148. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13149. </wsdl:output>
  13150. <wsdl:fault name="failure">
  13151. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13152. </wsdl:fault>
  13153. </wsdl:operation>
  13154. <wsdl:operation name="telephonySmsUserGetCsvAttachment">
  13155. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsUserGetCsvAttachment" />
  13156. <wsdl:input>
  13157. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13158. </wsdl:input>
  13159. <wsdl:output>
  13160. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13161. </wsdl:output>
  13162. <wsdl:fault name="failure">
  13163. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13164. </wsdl:fault>
  13165. </wsdl:operation>
  13166. <wsdl:operation name="dedicatedBackupGetHisto">
  13167. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedBackupGetHisto" />
  13168. <wsdl:input>
  13169. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13170. </wsdl:input>
  13171. <wsdl:output>
  13172. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13173. </wsdl:output>
  13174. <wsdl:fault name="failure">
  13175. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13176. </wsdl:fault>
  13177. </wsdl:operation>
  13178. <wsdl:operation name="domainHostUpdate">
  13179. <soap:operation soapAction="http://soapi.ovh.com/manager#domainHostUpdate" />
  13180. <wsdl:input>
  13181. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13182. </wsdl:input>
  13183. <wsdl:output>
  13184. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13185. </wsdl:output>
  13186. <wsdl:fault name="failure">
  13187. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13188. </wsdl:fault>
  13189. </wsdl:operation>
  13190. <wsdl:operation name="dedicatedBackupUpdate">
  13191. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedBackupUpdate" />
  13192. <wsdl:input>
  13193. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13194. </wsdl:input>
  13195. <wsdl:output>
  13196. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13197. </wsdl:output>
  13198. <wsdl:fault name="failure">
  13199. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13200. </wsdl:fault>
  13201. </wsdl:operation>
  13202. <wsdl:operation name="telephonyPhonebookOnSmsList">
  13203. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPhonebookOnSmsList" />
  13204. <wsdl:input>
  13205. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13206. </wsdl:input>
  13207. <wsdl:output>
  13208. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13209. </wsdl:output>
  13210. <wsdl:fault name="failure">
  13211. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13212. </wsdl:fault>
  13213. </wsdl:operation>
  13214. <wsdl:operation name="serviceGroupList">
  13215. <soap:operation soapAction="http://soapi.ovh.com/manager#serviceGroupList" />
  13216. <wsdl:input>
  13217. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13218. </wsdl:input>
  13219. <wsdl:output>
  13220. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13221. </wsdl:output>
  13222. <wsdl:fault name="failure">
  13223. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13224. </wsdl:fault>
  13225. </wsdl:operation>
  13226. <wsdl:operation name="databaseChangePassword">
  13227. <soap:operation soapAction="http://soapi.ovh.com/manager#databaseChangePassword" />
  13228. <wsdl:input>
  13229. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13230. </wsdl:input>
  13231. <wsdl:output>
  13232. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13233. </wsdl:output>
  13234. <wsdl:fault name="failure">
  13235. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13236. </wsdl:fault>
  13237. </wsdl:operation>
  13238. <wsdl:operation name="billingInvoiceList">
  13239. <soap:operation soapAction="http://soapi.ovh.com/manager#billingInvoiceList" />
  13240. <wsdl:input>
  13241. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13242. </wsdl:input>
  13243. <wsdl:output>
  13244. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13245. </wsdl:output>
  13246. <wsdl:fault name="failure">
  13247. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13248. </wsdl:fault>
  13249. </wsdl:operation>
  13250. <wsdl:operation name="telephonySetClosureEvents">
  13251. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySetClosureEvents" />
  13252. <wsdl:input>
  13253. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13254. </wsdl:input>
  13255. <wsdl:output>
  13256. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13257. </wsdl:output>
  13258. <wsdl:fault name="failure">
  13259. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13260. </wsdl:fault>
  13261. </wsdl:operation>
  13262. <wsdl:operation name="telephonyNicSetSipDomain">
  13263. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyNicSetSipDomain" />
  13264. <wsdl:input>
  13265. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13266. </wsdl:input>
  13267. <wsdl:output>
  13268. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13269. </wsdl:output>
  13270. <wsdl:fault name="failure">
  13271. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13272. </wsdl:fault>
  13273. </wsdl:operation>
  13274. <wsdl:operation name="globalAccessByNic">
  13275. <soap:operation soapAction="http://soapi.ovh.com/manager#globalAccessByNic" />
  13276. <wsdl:input>
  13277. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13278. </wsdl:input>
  13279. <wsdl:output>
  13280. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13281. </wsdl:output>
  13282. <wsdl:fault name="failure">
  13283. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13284. </wsdl:fault>
  13285. </wsdl:operation>
  13286. <wsdl:operation name="dedicatedNetbootGetRescueEmail">
  13287. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedNetbootGetRescueEmail" />
  13288. <wsdl:input>
  13289. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13290. </wsdl:input>
  13291. <wsdl:output>
  13292. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13293. </wsdl:output>
  13294. <wsdl:fault name="failure">
  13295. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13296. </wsdl:fault>
  13297. </wsdl:operation>
  13298. <wsdl:operation name="ticketListIncidentsByDomain">
  13299. <soap:operation soapAction="http://soapi.ovh.com/manager#ticketListIncidentsByDomain" />
  13300. <wsdl:input>
  13301. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13302. </wsdl:input>
  13303. <wsdl:output>
  13304. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13305. </wsdl:output>
  13306. <wsdl:fault name="failure">
  13307. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13308. </wsdl:fault>
  13309. </wsdl:operation>
  13310. <wsdl:operation name="telephonySmsMultiSend">
  13311. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsMultiSend" />
  13312. <wsdl:input>
  13313. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13314. </wsdl:input>
  13315. <wsdl:output>
  13316. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13317. </wsdl:output>
  13318. <wsdl:fault name="failure">
  13319. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13320. </wsdl:fault>
  13321. </wsdl:operation>
  13322. <wsdl:operation name="serviceListPaginated">
  13323. <soap:operation soapAction="http://soapi.ovh.com/manager#serviceListPaginated" />
  13324. <wsdl:input>
  13325. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13326. </wsdl:input>
  13327. <wsdl:output>
  13328. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13329. </wsdl:output>
  13330. <wsdl:fault name="failure">
  13331. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13332. </wsdl:fault>
  13333. </wsdl:operation>
  13334. <wsdl:operation name="dedicatedRtmListBackdoor">
  13335. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedRtmListBackdoor" />
  13336. <wsdl:input>
  13337. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13338. </wsdl:input>
  13339. <wsdl:output>
  13340. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13341. </wsdl:output>
  13342. <wsdl:fault name="failure">
  13343. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13344. </wsdl:fault>
  13345. </wsdl:operation>
  13346. <wsdl:operation name="telephonySmsUserAddCsvAttachment">
  13347. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsUserAddCsvAttachment" />
  13348. <wsdl:input>
  13349. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13350. </wsdl:input>
  13351. <wsdl:output>
  13352. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13353. </wsdl:output>
  13354. <wsdl:fault name="failure">
  13355. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13356. </wsdl:fault>
  13357. </wsdl:operation>
  13358. <wsdl:operation name="zoneEntryList">
  13359. <soap:operation soapAction="http://soapi.ovh.com/manager#zoneEntryList" />
  13360. <wsdl:input>
  13361. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13362. </wsdl:input>
  13363. <wsdl:output>
  13364. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13365. </wsdl:output>
  13366. <wsdl:fault name="failure">
  13367. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13368. </wsdl:fault>
  13369. </wsdl:operation>
  13370. <wsdl:operation name="telephonySpareDel">
  13371. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySpareDel" />
  13372. <wsdl:input>
  13373. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13374. </wsdl:input>
  13375. <wsdl:output>
  13376. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13377. </wsdl:output>
  13378. <wsdl:fault name="failure">
  13379. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13380. </wsdl:fault>
  13381. </wsdl:operation>
  13382. <wsdl:operation name="dnsDefaultInstallCustom">
  13383. <soap:operation soapAction="http://soapi.ovh.com/manager#dnsDefaultInstallCustom" />
  13384. <wsdl:input>
  13385. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13386. </wsdl:input>
  13387. <wsdl:output>
  13388. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13389. </wsdl:output>
  13390. <wsdl:fault name="failure">
  13391. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13392. </wsdl:fault>
  13393. </wsdl:operation>
  13394. <wsdl:operation name="telephonyFaxHistory">
  13395. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyFaxHistory" />
  13396. <wsdl:input>
  13397. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13398. </wsdl:input>
  13399. <wsdl:output>
  13400. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13401. </wsdl:output>
  13402. <wsdl:fault name="failure">
  13403. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13404. </wsdl:fault>
  13405. </wsdl:operation>
  13406. <wsdl:operation name="multiFtpChangePassword">
  13407. <soap:operation soapAction="http://soapi.ovh.com/manager#multiFtpChangePassword" />
  13408. <wsdl:input>
  13409. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13410. </wsdl:input>
  13411. <wsdl:output>
  13412. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13413. </wsdl:output>
  13414. <wsdl:fault name="failure">
  13415. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13416. </wsdl:fault>
  13417. </wsdl:operation>
  13418. <wsdl:operation name="telephonyFreefaxToVoicefax">
  13419. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyFreefaxToVoicefax" />
  13420. <wsdl:input>
  13421. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13422. </wsdl:input>
  13423. <wsdl:output>
  13424. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13425. </wsdl:output>
  13426. <wsdl:fault name="failure">
  13427. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13428. </wsdl:fault>
  13429. </wsdl:operation>
  13430. <wsdl:operation name="sqlpriveMysqlUserList">
  13431. <soap:operation soapAction="http://soapi.ovh.com/manager#sqlpriveMysqlUserList" />
  13432. <wsdl:input>
  13433. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13434. </wsdl:input>
  13435. <wsdl:output>
  13436. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13437. </wsdl:output>
  13438. <wsdl:fault name="failure">
  13439. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13440. </wsdl:fault>
  13441. </wsdl:operation>
  13442. <wsdl:operation name="telephonyFaxSend">
  13443. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyFaxSend" />
  13444. <wsdl:input>
  13445. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13446. </wsdl:input>
  13447. <wsdl:output>
  13448. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13449. </wsdl:output>
  13450. <wsdl:fault name="failure">
  13451. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13452. </wsdl:fault>
  13453. </wsdl:operation>
  13454. <wsdl:operation name="domainUnlock">
  13455. <soap:operation soapAction="http://soapi.ovh.com/manager#domainUnlock" />
  13456. <wsdl:input>
  13457. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13458. </wsdl:input>
  13459. <wsdl:output>
  13460. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13461. </wsdl:output>
  13462. <wsdl:fault name="failure">
  13463. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13464. </wsdl:fault>
  13465. </wsdl:operation>
  13466. <wsdl:operation name="telephonyRestrictionList">
  13467. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyRestrictionList" />
  13468. <wsdl:input>
  13469. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13470. </wsdl:input>
  13471. <wsdl:output>
  13472. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13473. </wsdl:output>
  13474. <wsdl:fault name="failure">
  13475. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13476. </wsdl:fault>
  13477. </wsdl:operation>
  13478. <wsdl:operation name="domainWhoisObfuscatorSetAll">
  13479. <soap:operation soapAction="http://soapi.ovh.com/manager#domainWhoisObfuscatorSetAll" />
  13480. <wsdl:input>
  13481. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13482. </wsdl:input>
  13483. <wsdl:output>
  13484. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13485. </wsdl:output>
  13486. <wsdl:fault name="failure">
  13487. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13488. </wsdl:fault>
  13489. </wsdl:operation>
  13490. <wsdl:operation name="popDetachMasterNic">
  13491. <soap:operation soapAction="http://soapi.ovh.com/manager#popDetachMasterNic" />
  13492. <wsdl:input>
  13493. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13494. </wsdl:input>
  13495. <wsdl:output>
  13496. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13497. </wsdl:output>
  13498. <wsdl:fault name="failure">
  13499. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13500. </wsdl:fault>
  13501. </wsdl:operation>
  13502. <wsdl:operation name="telephonyBillList">
  13503. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyBillList" />
  13504. <wsdl:input>
  13505. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13506. </wsdl:input>
  13507. <wsdl:output>
  13508. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13509. </wsdl:output>
  13510. <wsdl:fault name="failure">
  13511. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13512. </wsdl:fault>
  13513. </wsdl:operation>
  13514. <wsdl:operation name="telephonyNumberCustomList">
  13515. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyNumberCustomList" />
  13516. <wsdl:input>
  13517. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13518. </wsdl:input>
  13519. <wsdl:output>
  13520. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13521. </wsdl:output>
  13522. <wsdl:fault name="failure">
  13523. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13524. </wsdl:fault>
  13525. </wsdl:operation>
  13526. <wsdl:operation name="dedicatedMonitoringNotificationCreate">
  13527. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedMonitoringNotificationCreate" />
  13528. <wsdl:input>
  13529. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13530. </wsdl:input>
  13531. <wsdl:output>
  13532. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13533. </wsdl:output>
  13534. <wsdl:fault name="failure">
  13535. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13536. </wsdl:fault>
  13537. </wsdl:operation>
  13538. <wsdl:operation name="telephonyPlugAndPhoneSkinModify">
  13539. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPlugAndPhoneSkinModify" />
  13540. <wsdl:input>
  13541. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13542. </wsdl:input>
  13543. <wsdl:output>
  13544. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13545. </wsdl:output>
  13546. <wsdl:fault name="failure">
  13547. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13548. </wsdl:fault>
  13549. </wsdl:operation>
  13550. <wsdl:operation name="domainList">
  13551. <soap:operation soapAction="http://soapi.ovh.com/manager#domainList" />
  13552. <wsdl:input>
  13553. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13554. </wsdl:input>
  13555. <wsdl:output>
  13556. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13557. </wsdl:output>
  13558. <wsdl:fault name="failure">
  13559. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13560. </wsdl:fault>
  13561. </wsdl:operation>
  13562. <wsdl:operation name="telephonyFaxOptionsModify">
  13563. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyFaxOptionsModify" />
  13564. <wsdl:input>
  13565. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13566. </wsdl:input>
  13567. <wsdl:output>
  13568. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13569. </wsdl:output>
  13570. <wsdl:fault name="failure">
  13571. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13572. </wsdl:fault>
  13573. </wsdl:operation>
  13574. <wsdl:operation name="telephonyBillingAccountSummary">
  13575. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyBillingAccountSummary" />
  13576. <wsdl:input>
  13577. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13578. </wsdl:input>
  13579. <wsdl:output>
  13580. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13581. </wsdl:output>
  13582. <wsdl:fault name="failure">
  13583. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13584. </wsdl:fault>
  13585. </wsdl:operation>
  13586. <wsdl:operation name="overquotaInfo">
  13587. <soap:operation soapAction="http://soapi.ovh.com/manager#overquotaInfo" />
  13588. <wsdl:input>
  13589. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13590. </wsdl:input>
  13591. <wsdl:output>
  13592. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13593. </wsdl:output>
  13594. <wsdl:fault name="failure">
  13595. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13596. </wsdl:fault>
  13597. </wsdl:operation>
  13598. <wsdl:operation name="telephonyConferenceSetAnnounceFile">
  13599. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyConferenceSetAnnounceFile" />
  13600. <wsdl:input>
  13601. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13602. </wsdl:input>
  13603. <wsdl:output>
  13604. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13605. </wsdl:output>
  13606. <wsdl:fault name="failure">
  13607. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13608. </wsdl:fault>
  13609. </wsdl:operation>
  13610. <wsdl:operation name="automatedMailGetErrors">
  13611. <soap:operation soapAction="http://soapi.ovh.com/manager#automatedMailGetErrors" />
  13612. <wsdl:input>
  13613. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13614. </wsdl:input>
  13615. <wsdl:output>
  13616. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13617. </wsdl:output>
  13618. <wsdl:fault name="failure">
  13619. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13620. </wsdl:fault>
  13621. </wsdl:operation>
  13622. <wsdl:operation name="telephonyPhonebookOnSmsAdd">
  13623. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPhonebookOnSmsAdd" />
  13624. <wsdl:input>
  13625. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13626. </wsdl:input>
  13627. <wsdl:output>
  13628. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13629. </wsdl:output>
  13630. <wsdl:fault name="failure">
  13631. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13632. </wsdl:fault>
  13633. </wsdl:operation>
  13634. <wsdl:operation name="telephonyClick2CallUserDel">
  13635. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyClick2CallUserDel" />
  13636. <wsdl:input>
  13637. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13638. </wsdl:input>
  13639. <wsdl:output>
  13640. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13641. </wsdl:output>
  13642. <wsdl:fault name="failure">
  13643. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13644. </wsdl:fault>
  13645. </wsdl:operation>
  13646. <wsdl:operation name="emailGetCapabilities">
  13647. <soap:operation soapAction="http://soapi.ovh.com/manager#emailGetCapabilities" />
  13648. <wsdl:input>
  13649. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13650. </wsdl:input>
  13651. <wsdl:output>
  13652. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13653. </wsdl:output>
  13654. <wsdl:fault name="failure">
  13655. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13656. </wsdl:fault>
  13657. </wsdl:operation>
  13658. <wsdl:operation name="telephonySmsAccountList">
  13659. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsAccountList" />
  13660. <wsdl:input>
  13661. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13662. </wsdl:input>
  13663. <wsdl:output>
  13664. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13665. </wsdl:output>
  13666. <wsdl:fault name="failure">
  13667. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13668. </wsdl:fault>
  13669. </wsdl:operation>
  13670. <wsdl:operation name="telephonyBillingAccountConsumptionCSVByMail">
  13671. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyBillingAccountConsumptionCSVByMail" />
  13672. <wsdl:input>
  13673. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13674. </wsdl:input>
  13675. <wsdl:output>
  13676. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13677. </wsdl:output>
  13678. <wsdl:fault name="failure">
  13679. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13680. </wsdl:fault>
  13681. </wsdl:operation>
  13682. <wsdl:operation name="telephonyFMHuntingModificationVoicemail">
  13683. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyFMHuntingModificationVoicemail" />
  13684. <wsdl:input>
  13685. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13686. </wsdl:input>
  13687. <wsdl:output>
  13688. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13689. </wsdl:output>
  13690. <wsdl:fault name="failure">
  13691. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13692. </wsdl:fault>
  13693. </wsdl:operation>
  13694. <wsdl:operation name="dedicatedBackupList">
  13695. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedBackupList" />
  13696. <wsdl:input>
  13697. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13698. </wsdl:input>
  13699. <wsdl:output>
  13700. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13701. </wsdl:output>
  13702. <wsdl:fault name="failure">
  13703. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13704. </wsdl:fault>
  13705. </wsdl:operation>
  13706. <wsdl:operation name="telephonyOrdersFollowingUp">
  13707. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyOrdersFollowingUp" />
  13708. <wsdl:input>
  13709. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13710. </wsdl:input>
  13711. <wsdl:output>
  13712. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13713. </wsdl:output>
  13714. <wsdl:fault name="failure">
  13715. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13716. </wsdl:fault>
  13717. </wsdl:operation>
  13718. <wsdl:operation name="telephonyPhonebookOnGroupContactAdd">
  13719. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPhonebookOnGroupContactAdd" />
  13720. <wsdl:input>
  13721. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13722. </wsdl:input>
  13723. <wsdl:output>
  13724. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13725. </wsdl:output>
  13726. <wsdl:fault name="failure">
  13727. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13728. </wsdl:fault>
  13729. </wsdl:operation>
  13730. <wsdl:operation name="ortDomainDel">
  13731. <soap:operation soapAction="http://soapi.ovh.com/manager#ortDomainDel" />
  13732. <wsdl:input>
  13733. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13734. </wsdl:input>
  13735. <wsdl:output>
  13736. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13737. </wsdl:output>
  13738. <wsdl:fault name="failure">
  13739. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13740. </wsdl:fault>
  13741. </wsdl:operation>
  13742. <wsdl:operation name="mailingListModeratorList">
  13743. <soap:operation soapAction="http://soapi.ovh.com/manager#mailingListModeratorList" />
  13744. <wsdl:input>
  13745. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13746. </wsdl:input>
  13747. <wsdl:output>
  13748. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13749. </wsdl:output>
  13750. <wsdl:fault name="failure">
  13751. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13752. </wsdl:fault>
  13753. </wsdl:operation>
  13754. <wsdl:operation name="telephonyBillDetailsCSV">
  13755. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyBillDetailsCSV" />
  13756. <wsdl:input>
  13757. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13758. </wsdl:input>
  13759. <wsdl:output>
  13760. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13761. </wsdl:output>
  13762. <wsdl:fault name="failure">
  13763. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13764. </wsdl:fault>
  13765. </wsdl:operation>
  13766. <wsdl:operation name="popList">
  13767. <soap:operation soapAction="http://soapi.ovh.com/manager#popList" />
  13768. <wsdl:input>
  13769. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13770. </wsdl:input>
  13771. <wsdl:output>
  13772. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13773. </wsdl:output>
  13774. <wsdl:fault name="failure">
  13775. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13776. </wsdl:fault>
  13777. </wsdl:operation>
  13778. <wsdl:operation name="sqlpriveMysqlRamUsed">
  13779. <soap:operation soapAction="http://soapi.ovh.com/manager#sqlpriveMysqlRamUsed" />
  13780. <wsdl:input>
  13781. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13782. </wsdl:input>
  13783. <wsdl:output>
  13784. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13785. </wsdl:output>
  13786. <wsdl:fault name="failure">
  13787. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13788. </wsdl:fault>
  13789. </wsdl:operation>
  13790. <wsdl:operation name="telephonySmsCreditLeft">
  13791. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsCreditLeft" />
  13792. <wsdl:input>
  13793. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13794. </wsdl:input>
  13795. <wsdl:output>
  13796. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13797. </wsdl:output>
  13798. <wsdl:fault name="failure">
  13799. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13800. </wsdl:fault>
  13801. </wsdl:operation>
  13802. <wsdl:operation name="prepaidDomainCreate">
  13803. <soap:operation soapAction="http://soapi.ovh.com/manager#prepaidDomainCreate" />
  13804. <wsdl:input>
  13805. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13806. </wsdl:input>
  13807. <wsdl:output>
  13808. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13809. </wsdl:output>
  13810. <wsdl:fault name="failure">
  13811. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13812. </wsdl:fault>
  13813. </wsdl:operation>
  13814. <wsdl:operation name="telephonyDirectoryPJCode">
  13815. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyDirectoryPJCode" />
  13816. <wsdl:input>
  13817. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13818. </wsdl:input>
  13819. <wsdl:output>
  13820. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13821. </wsdl:output>
  13822. <wsdl:fault name="failure">
  13823. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13824. </wsdl:fault>
  13825. </wsdl:operation>
  13826. <wsdl:operation name="telephonyListSummationCallsFromBillingAccount">
  13827. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyListSummationCallsFromBillingAccount" />
  13828. <wsdl:input>
  13829. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13830. </wsdl:input>
  13831. <wsdl:output>
  13832. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13833. </wsdl:output>
  13834. <wsdl:fault name="failure">
  13835. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13836. </wsdl:fault>
  13837. </wsdl:operation>
  13838. <wsdl:operation name="rpsMigrationGetProgressStatus">
  13839. <soap:operation soapAction="http://soapi.ovh.com/manager#rpsMigrationGetProgressStatus" />
  13840. <wsdl:input>
  13841. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13842. </wsdl:input>
  13843. <wsdl:output>
  13844. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13845. </wsdl:output>
  13846. <wsdl:fault name="failure">
  13847. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13848. </wsdl:fault>
  13849. </wsdl:operation>
  13850. <wsdl:operation name="telephonyBillingAccountDescriptionModify">
  13851. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyBillingAccountDescriptionModify" />
  13852. <wsdl:input>
  13853. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13854. </wsdl:input>
  13855. <wsdl:output>
  13856. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13857. </wsdl:output>
  13858. <wsdl:fault name="failure">
  13859. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13860. </wsdl:fault>
  13861. </wsdl:operation>
  13862. <wsdl:operation name="dedicatedNetbootGetAll">
  13863. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedNetbootGetAll" />
  13864. <wsdl:input>
  13865. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13866. </wsdl:input>
  13867. <wsdl:output>
  13868. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13869. </wsdl:output>
  13870. <wsdl:fault name="failure">
  13871. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13872. </wsdl:fault>
  13873. </wsdl:operation>
  13874. <wsdl:operation name="emailDomainListByMasterNic">
  13875. <soap:operation soapAction="http://soapi.ovh.com/manager#emailDomainListByMasterNic" />
  13876. <wsdl:input>
  13877. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13878. </wsdl:input>
  13879. <wsdl:output>
  13880. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13881. </wsdl:output>
  13882. <wsdl:fault name="failure">
  13883. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13884. </wsdl:fault>
  13885. </wsdl:operation>
  13886. <wsdl:operation name="telephonyAbbreviatedNumberDel">
  13887. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyAbbreviatedNumberDel" />
  13888. <wsdl:input>
  13889. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13890. </wsdl:input>
  13891. <wsdl:output>
  13892. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13893. </wsdl:output>
  13894. <wsdl:fault name="failure">
  13895. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13896. </wsdl:fault>
  13897. </wsdl:operation>
  13898. <wsdl:operation name="resellerDomainTransferIT">
  13899. <soap:operation soapAction="http://soapi.ovh.com/manager#resellerDomainTransferIT" />
  13900. <wsdl:input>
  13901. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13902. </wsdl:input>
  13903. <wsdl:output>
  13904. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13905. </wsdl:output>
  13906. <wsdl:fault name="failure">
  13907. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13908. </wsdl:fault>
  13909. </wsdl:operation>
  13910. <wsdl:operation name="dedicatedVirtualMacIpAvailableGetList">
  13911. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedVirtualMacIpAvailableGetList" />
  13912. <wsdl:input>
  13913. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13914. </wsdl:input>
  13915. <wsdl:output>
  13916. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13917. </wsdl:output>
  13918. <wsdl:fault name="failure">
  13919. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13920. </wsdl:fault>
  13921. </wsdl:operation>
  13922. <wsdl:operation name="telephonyFaxOptionsList">
  13923. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyFaxOptionsList" />
  13924. <wsdl:input>
  13925. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13926. </wsdl:input>
  13927. <wsdl:output>
  13928. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13929. </wsdl:output>
  13930. <wsdl:fault name="failure">
  13931. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13932. </wsdl:fault>
  13933. </wsdl:operation>
  13934. <wsdl:operation name="ticketListIncidents">
  13935. <soap:operation soapAction="http://soapi.ovh.com/manager#ticketListIncidents" />
  13936. <wsdl:input>
  13937. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13938. </wsdl:input>
  13939. <wsdl:output>
  13940. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13941. </wsdl:output>
  13942. <wsdl:fault name="failure">
  13943. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13944. </wsdl:fault>
  13945. </wsdl:operation>
  13946. <wsdl:operation name="infrastructureReverseModify">
  13947. <soap:operation soapAction="http://soapi.ovh.com/manager#infrastructureReverseModify" />
  13948. <wsdl:input>
  13949. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13950. </wsdl:input>
  13951. <wsdl:output>
  13952. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13953. </wsdl:output>
  13954. <wsdl:fault name="failure">
  13955. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13956. </wsdl:fault>
  13957. </wsdl:operation>
  13958. <wsdl:operation name="dedicatedMonitoringSMSCreate">
  13959. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedMonitoringSMSCreate" />
  13960. <wsdl:input>
  13961. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13962. </wsdl:input>
  13963. <wsdl:output>
  13964. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13965. </wsdl:output>
  13966. <wsdl:fault name="failure">
  13967. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13968. </wsdl:fault>
  13969. </wsdl:operation>
  13970. <wsdl:operation name="telephonyTrunkExternalDisplayedNumberAdd">
  13971. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyTrunkExternalDisplayedNumberAdd" />
  13972. <wsdl:input>
  13973. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13974. </wsdl:input>
  13975. <wsdl:output>
  13976. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13977. </wsdl:output>
  13978. <wsdl:fault name="failure">
  13979. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13980. </wsdl:fault>
  13981. </wsdl:operation>
  13982. <wsdl:operation name="dedicatedRipeQuery">
  13983. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedRipeQuery" />
  13984. <wsdl:input>
  13985. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13986. </wsdl:input>
  13987. <wsdl:output>
  13988. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13989. </wsdl:output>
  13990. <wsdl:fault name="failure">
  13991. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  13992. </wsdl:fault>
  13993. </wsdl:operation>
  13994. <wsdl:operation name="responderEmailList">
  13995. <soap:operation soapAction="http://soapi.ovh.com/manager#responderEmailList" />
  13996. <wsdl:input>
  13997. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  13998. </wsdl:input>
  13999. <wsdl:output>
  14000. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14001. </wsdl:output>
  14002. <wsdl:fault name="failure">
  14003. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14004. </wsdl:fault>
  14005. </wsdl:operation>
  14006. <wsdl:operation name="telephonyBillingAccountSet">
  14007. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyBillingAccountSet" />
  14008. <wsdl:input>
  14009. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14010. </wsdl:input>
  14011. <wsdl:output>
  14012. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14013. </wsdl:output>
  14014. <wsdl:fault name="failure">
  14015. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14016. </wsdl:fault>
  14017. </wsdl:operation>
  14018. <wsdl:operation name="telephonyDepositMovementModify">
  14019. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyDepositMovementModify" />
  14020. <wsdl:input>
  14021. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14022. </wsdl:input>
  14023. <wsdl:output>
  14024. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14025. </wsdl:output>
  14026. <wsdl:fault name="failure">
  14027. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14028. </wsdl:fault>
  14029. </wsdl:operation>
  14030. <wsdl:operation name="telephonyClick2CallDo">
  14031. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyClick2CallDo" />
  14032. <wsdl:input>
  14033. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14034. </wsdl:input>
  14035. <wsdl:output>
  14036. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14037. </wsdl:output>
  14038. <wsdl:fault name="failure">
  14039. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14040. </wsdl:fault>
  14041. </wsdl:operation>
  14042. <wsdl:operation name="telephonySpecialNumberOrder">
  14043. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySpecialNumberOrder" />
  14044. <wsdl:input>
  14045. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14046. </wsdl:input>
  14047. <wsdl:output>
  14048. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14049. </wsdl:output>
  14050. <wsdl:fault name="failure">
  14051. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14052. </wsdl:fault>
  14053. </wsdl:operation>
  14054. <wsdl:operation name="telephonyVoicemailOptionsModify">
  14055. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyVoicemailOptionsModify" />
  14056. <wsdl:input>
  14057. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14058. </wsdl:input>
  14059. <wsdl:output>
  14060. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14061. </wsdl:output>
  14062. <wsdl:fault name="failure">
  14063. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14064. </wsdl:fault>
  14065. </wsdl:operation>
  14066. <wsdl:operation name="telephonyLineSwitchOldOffer">
  14067. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyLineSwitchOldOffer" />
  14068. <wsdl:input>
  14069. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14070. </wsdl:input>
  14071. <wsdl:output>
  14072. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14073. </wsdl:output>
  14074. <wsdl:fault name="failure">
  14075. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14076. </wsdl:fault>
  14077. </wsdl:operation>
  14078. <wsdl:operation name="zoneEntryAddCustom">
  14079. <soap:operation soapAction="http://soapi.ovh.com/manager#zoneEntryAddCustom" />
  14080. <wsdl:input>
  14081. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14082. </wsdl:input>
  14083. <wsdl:output>
  14084. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14085. </wsdl:output>
  14086. <wsdl:fault name="failure">
  14087. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14088. </wsdl:fault>
  14089. </wsdl:operation>
  14090. <wsdl:operation name="domainWhoisObfuscatorInfo">
  14091. <soap:operation soapAction="http://soapi.ovh.com/manager#domainWhoisObfuscatorInfo" />
  14092. <wsdl:input>
  14093. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14094. </wsdl:input>
  14095. <wsdl:output>
  14096. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14097. </wsdl:output>
  14098. <wsdl:fault name="failure">
  14099. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14100. </wsdl:fault>
  14101. </wsdl:operation>
  14102. <wsdl:operation name="telephonyPhonebookOnGroupContactDel">
  14103. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPhonebookOnGroupContactDel" />
  14104. <wsdl:input>
  14105. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14106. </wsdl:input>
  14107. <wsdl:output>
  14108. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14109. </wsdl:output>
  14110. <wsdl:fault name="failure">
  14111. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14112. </wsdl:fault>
  14113. </wsdl:operation>
  14114. <wsdl:operation name="ticketReopen">
  14115. <soap:operation soapAction="http://soapi.ovh.com/manager#ticketReopen" />
  14116. <wsdl:input>
  14117. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14118. </wsdl:input>
  14119. <wsdl:output>
  14120. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14121. </wsdl:output>
  14122. <wsdl:fault name="failure">
  14123. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14124. </wsdl:fault>
  14125. </wsdl:operation>
  14126. <wsdl:operation name="telephonySpareAdd">
  14127. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySpareAdd" />
  14128. <wsdl:input>
  14129. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14130. </wsdl:input>
  14131. <wsdl:output>
  14132. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14133. </wsdl:output>
  14134. <wsdl:fault name="failure">
  14135. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14136. </wsdl:fault>
  14137. </wsdl:operation>
  14138. <wsdl:operation name="telephonySmsAddCsvAttachment">
  14139. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsAddCsvAttachment" />
  14140. <wsdl:input>
  14141. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14142. </wsdl:input>
  14143. <wsdl:output>
  14144. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14145. </wsdl:output>
  14146. <wsdl:fault name="failure">
  14147. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14148. </wsdl:fault>
  14149. </wsdl:operation>
  14150. <wsdl:operation name="dedicatedBackupFtpPassword">
  14151. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedBackupFtpPassword" />
  14152. <wsdl:input>
  14153. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14154. </wsdl:input>
  14155. <wsdl:output>
  14156. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14157. </wsdl:output>
  14158. <wsdl:fault name="failure">
  14159. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14160. </wsdl:fault>
  14161. </wsdl:operation>
  14162. <wsdl:operation name="telephonyDefaultPrivateHolidaysEvents">
  14163. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyDefaultPrivateHolidaysEvents" />
  14164. <wsdl:input>
  14165. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14166. </wsdl:input>
  14167. <wsdl:output>
  14168. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14169. </wsdl:output>
  14170. <wsdl:fault name="failure">
  14171. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14172. </wsdl:fault>
  14173. </wsdl:operation>
  14174. <wsdl:operation name="hostingAccessByNic">
  14175. <soap:operation soapAction="http://soapi.ovh.com/manager#hostingAccessByNic" />
  14176. <wsdl:input>
  14177. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14178. </wsdl:input>
  14179. <wsdl:output>
  14180. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14181. </wsdl:output>
  14182. <wsdl:fault name="failure">
  14183. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14184. </wsdl:fault>
  14185. </wsdl:operation>
  14186. <wsdl:operation name="sqlpriveAlertInfo">
  14187. <soap:operation soapAction="http://soapi.ovh.com/manager#sqlpriveAlertInfo" />
  14188. <wsdl:input>
  14189. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14190. </wsdl:input>
  14191. <wsdl:output>
  14192. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14193. </wsdl:output>
  14194. <wsdl:fault name="failure">
  14195. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14196. </wsdl:fault>
  14197. </wsdl:operation>
  14198. <wsdl:operation name="mailingListFullInfo">
  14199. <soap:operation soapAction="http://soapi.ovh.com/manager#mailingListFullInfo" />
  14200. <wsdl:input>
  14201. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14202. </wsdl:input>
  14203. <wsdl:output>
  14204. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14205. </wsdl:output>
  14206. <wsdl:fault name="failure">
  14207. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14208. </wsdl:fault>
  14209. </wsdl:operation>
  14210. <wsdl:operation name="dedicatedRtmBackdoorUpdateAlert">
  14211. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedRtmBackdoorUpdateAlert" />
  14212. <wsdl:input>
  14213. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14214. </wsdl:input>
  14215. <wsdl:output>
  14216. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14217. </wsdl:output>
  14218. <wsdl:fault name="failure">
  14219. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14220. </wsdl:fault>
  14221. </wsdl:operation>
  14222. <wsdl:operation name="responderEmailInfo">
  14223. <soap:operation soapAction="http://soapi.ovh.com/manager#responderEmailInfo" />
  14224. <wsdl:input>
  14225. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14226. </wsdl:input>
  14227. <wsdl:output>
  14228. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14229. </wsdl:output>
  14230. <wsdl:fault name="failure">
  14231. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14232. </wsdl:fault>
  14233. </wsdl:operation>
  14234. <wsdl:operation name="telephonyToneRemoteUpload">
  14235. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyToneRemoteUpload" />
  14236. <wsdl:input>
  14237. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14238. </wsdl:input>
  14239. <wsdl:output>
  14240. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14241. </wsdl:output>
  14242. <wsdl:fault name="failure">
  14243. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14244. </wsdl:fault>
  14245. </wsdl:operation>
  14246. <wsdl:operation name="telephonyNumberGetFrWayNamesFromInsee">
  14247. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyNumberGetFrWayNamesFromInsee" />
  14248. <wsdl:input>
  14249. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14250. </wsdl:input>
  14251. <wsdl:output>
  14252. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14253. </wsdl:output>
  14254. <wsdl:fault name="failure">
  14255. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14256. </wsdl:fault>
  14257. </wsdl:operation>
  14258. <wsdl:operation name="dedicatedSecondaryDNSAdd">
  14259. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedSecondaryDNSAdd" />
  14260. <wsdl:input>
  14261. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14262. </wsdl:input>
  14263. <wsdl:output>
  14264. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14265. </wsdl:output>
  14266. <wsdl:fault name="failure">
  14267. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14268. </wsdl:fault>
  14269. </wsdl:operation>
  14270. <wsdl:operation name="popUpgradeQuota">
  14271. <soap:operation soapAction="http://soapi.ovh.com/manager#popUpgradeQuota" />
  14272. <wsdl:input>
  14273. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14274. </wsdl:input>
  14275. <wsdl:output>
  14276. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14277. </wsdl:output>
  14278. <wsdl:fault name="failure">
  14279. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14280. </wsdl:fault>
  14281. </wsdl:operation>
  14282. <wsdl:operation name="telephonyFMHuntingModificationMode">
  14283. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyFMHuntingModificationMode" />
  14284. <wsdl:input>
  14285. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14286. </wsdl:input>
  14287. <wsdl:output>
  14288. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14289. </wsdl:output>
  14290. <wsdl:fault name="failure">
  14291. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14292. </wsdl:fault>
  14293. </wsdl:operation>
  14294. <wsdl:operation name="sqlpriveList">
  14295. <soap:operation soapAction="http://soapi.ovh.com/manager#sqlpriveList" />
  14296. <wsdl:input>
  14297. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14298. </wsdl:input>
  14299. <wsdl:output>
  14300. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14301. </wsdl:output>
  14302. <wsdl:fault name="failure">
  14303. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14304. </wsdl:fault>
  14305. </wsdl:operation>
  14306. <wsdl:operation name="dnsInstall">
  14307. <soap:operation soapAction="http://soapi.ovh.com/manager#dnsInstall" />
  14308. <wsdl:input>
  14309. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14310. </wsdl:input>
  14311. <wsdl:output>
  14312. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14313. </wsdl:output>
  14314. <wsdl:fault name="failure">
  14315. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14316. </wsdl:fault>
  14317. </wsdl:operation>
  14318. <wsdl:operation name="telephonyAliasToSipOffer">
  14319. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyAliasToSipOffer" />
  14320. <wsdl:input>
  14321. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14322. </wsdl:input>
  14323. <wsdl:output>
  14324. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14325. </wsdl:output>
  14326. <wsdl:fault name="failure">
  14327. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14328. </wsdl:fault>
  14329. </wsdl:operation>
  14330. <wsdl:operation name="hostingSummary">
  14331. <soap:operation soapAction="http://soapi.ovh.com/manager#hostingSummary" />
  14332. <wsdl:input>
  14333. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14334. </wsdl:input>
  14335. <wsdl:output>
  14336. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14337. </wsdl:output>
  14338. <wsdl:fault name="failure">
  14339. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14340. </wsdl:fault>
  14341. </wsdl:operation>
  14342. <wsdl:operation name="emailDomainSummary">
  14343. <soap:operation soapAction="http://soapi.ovh.com/manager#emailDomainSummary" />
  14344. <wsdl:input>
  14345. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14346. </wsdl:input>
  14347. <wsdl:output>
  14348. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14349. </wsdl:output>
  14350. <wsdl:fault name="failure">
  14351. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14352. </wsdl:fault>
  14353. </wsdl:operation>
  14354. <wsdl:operation name="dedicatedRtmGetStatus">
  14355. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedRtmGetStatus" />
  14356. <wsdl:input>
  14357. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14358. </wsdl:input>
  14359. <wsdl:output>
  14360. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14361. </wsdl:output>
  14362. <wsdl:fault name="failure">
  14363. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14364. </wsdl:fault>
  14365. </wsdl:operation>
  14366. <wsdl:operation name="managedServicesPartitionQuotaUsed">
  14367. <soap:operation soapAction="http://soapi.ovh.com/manager#managedServicesPartitionQuotaUsed" />
  14368. <wsdl:input>
  14369. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14370. </wsdl:input>
  14371. <wsdl:output>
  14372. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14373. </wsdl:output>
  14374. <wsdl:fault name="failure">
  14375. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14376. </wsdl:fault>
  14377. </wsdl:operation>
  14378. <wsdl:operation name="dedicatedNetbootGetAvailable">
  14379. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedNetbootGetAvailable" />
  14380. <wsdl:input>
  14381. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14382. </wsdl:input>
  14383. <wsdl:output>
  14384. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14385. </wsdl:output>
  14386. <wsdl:fault name="failure">
  14387. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14388. </wsdl:fault>
  14389. </wsdl:operation>
  14390. <wsdl:operation name="telephonySmsUserMultiSend">
  14391. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsUserMultiSend" />
  14392. <wsdl:input>
  14393. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14394. </wsdl:input>
  14395. <wsdl:output>
  14396. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14397. </wsdl:output>
  14398. <wsdl:fault name="failure">
  14399. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14400. </wsdl:fault>
  14401. </wsdl:operation>
  14402. <wsdl:operation name="telephonySmsGetCsvAttachment">
  14403. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsGetCsvAttachment" />
  14404. <wsdl:input>
  14405. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14406. </wsdl:input>
  14407. <wsdl:output>
  14408. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14409. </wsdl:output>
  14410. <wsdl:fault name="failure">
  14411. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14412. </wsdl:fault>
  14413. </wsdl:operation>
  14414. <wsdl:operation name="telephonySmsHistory">
  14415. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsHistory" />
  14416. <wsdl:input>
  14417. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14418. </wsdl:input>
  14419. <wsdl:output>
  14420. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14421. </wsdl:output>
  14422. <wsdl:fault name="failure">
  14423. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14424. </wsdl:fault>
  14425. </wsdl:operation>
  14426. <wsdl:operation name="zoneEntryModify">
  14427. <soap:operation soapAction="http://soapi.ovh.com/manager#zoneEntryModify" />
  14428. <wsdl:input>
  14429. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14430. </wsdl:input>
  14431. <wsdl:output>
  14432. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14433. </wsdl:output>
  14434. <wsdl:fault name="failure">
  14435. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14436. </wsdl:fault>
  14437. </wsdl:operation>
  14438. <wsdl:operation name="ticketListContact">
  14439. <soap:operation soapAction="http://soapi.ovh.com/manager#ticketListContact" />
  14440. <wsdl:input>
  14441. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14442. </wsdl:input>
  14443. <wsdl:output>
  14444. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14445. </wsdl:output>
  14446. <wsdl:fault name="failure">
  14447. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14448. </wsdl:fault>
  14449. </wsdl:operation>
  14450. <wsdl:operation name="dedicatedMailinglistGetAllowed">
  14451. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedMailinglistGetAllowed" />
  14452. <wsdl:input>
  14453. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14454. </wsdl:input>
  14455. <wsdl:output>
  14456. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14457. </wsdl:output>
  14458. <wsdl:fault name="failure">
  14459. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14460. </wsdl:fault>
  14461. </wsdl:operation>
  14462. <wsdl:operation name="dedicatedBackupInfo">
  14463. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedBackupInfo" />
  14464. <wsdl:input>
  14465. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14466. </wsdl:input>
  14467. <wsdl:output>
  14468. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14469. </wsdl:output>
  14470. <wsdl:fault name="failure">
  14471. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14472. </wsdl:fault>
  14473. </wsdl:operation>
  14474. <wsdl:operation name="telephonyAbbreviatedNumberOnGroupModify">
  14475. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyAbbreviatedNumberOnGroupModify" />
  14476. <wsdl:input>
  14477. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14478. </wsdl:input>
  14479. <wsdl:output>
  14480. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14481. </wsdl:output>
  14482. <wsdl:fault name="failure">
  14483. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14484. </wsdl:fault>
  14485. </wsdl:operation>
  14486. <wsdl:operation name="accountSummary">
  14487. <soap:operation soapAction="http://soapi.ovh.com/manager#accountSummary" />
  14488. <wsdl:input>
  14489. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14490. </wsdl:input>
  14491. <wsdl:output>
  14492. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14493. </wsdl:output>
  14494. <wsdl:fault name="failure">
  14495. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14496. </wsdl:fault>
  14497. </wsdl:operation>
  14498. <wsdl:operation name="subDomainDel">
  14499. <soap:operation soapAction="http://soapi.ovh.com/manager#subDomainDel" />
  14500. <wsdl:input>
  14501. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14502. </wsdl:input>
  14503. <wsdl:output>
  14504. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14505. </wsdl:output>
  14506. <wsdl:fault name="failure">
  14507. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14508. </wsdl:fault>
  14509. </wsdl:operation>
  14510. <wsdl:operation name="telephonyHuntingGenericScreenList">
  14511. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyHuntingGenericScreenList" />
  14512. <wsdl:input>
  14513. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14514. </wsdl:input>
  14515. <wsdl:output>
  14516. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14517. </wsdl:output>
  14518. <wsdl:fault name="failure">
  14519. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14520. </wsdl:fault>
  14521. </wsdl:operation>
  14522. <wsdl:operation name="emailFilterAdd">
  14523. <soap:operation soapAction="http://soapi.ovh.com/manager#emailFilterAdd" />
  14524. <wsdl:input>
  14525. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14526. </wsdl:input>
  14527. <wsdl:output>
  14528. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14529. </wsdl:output>
  14530. <wsdl:fault name="failure">
  14531. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14532. </wsdl:fault>
  14533. </wsdl:operation>
  14534. <wsdl:operation name="telephonyHuntingGenericScreenStatus">
  14535. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyHuntingGenericScreenStatus" />
  14536. <wsdl:input>
  14537. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14538. </wsdl:input>
  14539. <wsdl:output>
  14540. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14541. </wsdl:output>
  14542. <wsdl:fault name="failure">
  14543. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14544. </wsdl:fault>
  14545. </wsdl:operation>
  14546. <wsdl:operation name="telephonyHuntingModificationMembers">
  14547. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyHuntingModificationMembers" />
  14548. <wsdl:input>
  14549. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14550. </wsdl:input>
  14551. <wsdl:output>
  14552. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14553. </wsdl:output>
  14554. <wsdl:fault name="failure">
  14555. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14556. </wsdl:fault>
  14557. </wsdl:operation>
  14558. <wsdl:operation name="rpsMigrationStatus">
  14559. <soap:operation soapAction="http://soapi.ovh.com/manager#rpsMigrationStatus" />
  14560. <wsdl:input>
  14561. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14562. </wsdl:input>
  14563. <wsdl:output>
  14564. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14565. </wsdl:output>
  14566. <wsdl:fault name="failure">
  14567. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14568. </wsdl:fault>
  14569. </wsdl:operation>
  14570. <wsdl:operation name="dnsReset">
  14571. <soap:operation soapAction="http://soapi.ovh.com/manager#dnsReset" />
  14572. <wsdl:input>
  14573. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14574. </wsdl:input>
  14575. <wsdl:output>
  14576. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14577. </wsdl:output>
  14578. <wsdl:fault name="failure">
  14579. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14580. </wsdl:fault>
  14581. </wsdl:operation>
  14582. <wsdl:operation name="telephonyVoicemailMessagesDownload">
  14583. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyVoicemailMessagesDownload" />
  14584. <wsdl:input>
  14585. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14586. </wsdl:input>
  14587. <wsdl:output>
  14588. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14589. </wsdl:output>
  14590. <wsdl:fault name="failure">
  14591. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14592. </wsdl:fault>
  14593. </wsdl:operation>
  14594. <wsdl:operation name="supportGetNicDomains">
  14595. <soap:operation soapAction="http://soapi.ovh.com/manager#supportGetNicDomains" />
  14596. <wsdl:input>
  14597. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14598. </wsdl:input>
  14599. <wsdl:output>
  14600. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14601. </wsdl:output>
  14602. <wsdl:fault name="failure">
  14603. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14604. </wsdl:fault>
  14605. </wsdl:operation>
  14606. <wsdl:operation name="telephonyFaxCampaignCreation">
  14607. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyFaxCampaignCreation" />
  14608. <wsdl:input>
  14609. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14610. </wsdl:input>
  14611. <wsdl:output>
  14612. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14613. </wsdl:output>
  14614. <wsdl:fault name="failure">
  14615. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14616. </wsdl:fault>
  14617. </wsdl:operation>
  14618. <wsdl:operation name="supportGetThreads">
  14619. <soap:operation soapAction="http://soapi.ovh.com/manager#supportGetThreads" />
  14620. <wsdl:input>
  14621. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14622. </wsdl:input>
  14623. <wsdl:output>
  14624. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14625. </wsdl:output>
  14626. <wsdl:fault name="failure">
  14627. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14628. </wsdl:fault>
  14629. </wsdl:operation>
  14630. <wsdl:operation name="mailingListDel">
  14631. <soap:operation soapAction="http://soapi.ovh.com/manager#mailingListDel" />
  14632. <wsdl:input>
  14633. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14634. </wsdl:input>
  14635. <wsdl:output>
  14636. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14637. </wsdl:output>
  14638. <wsdl:fault name="failure">
  14639. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14640. </wsdl:fault>
  14641. </wsdl:operation>
  14642. <wsdl:operation name="dedicatedFailoverRipeAdd">
  14643. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedFailoverRipeAdd" />
  14644. <wsdl:input>
  14645. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14646. </wsdl:input>
  14647. <wsdl:output>
  14648. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14649. </wsdl:output>
  14650. <wsdl:fault name="failure">
  14651. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14652. </wsdl:fault>
  14653. </wsdl:operation>
  14654. <wsdl:operation name="mailingListSubscriberAdd">
  14655. <soap:operation soapAction="http://soapi.ovh.com/manager#mailingListSubscriberAdd" />
  14656. <wsdl:input>
  14657. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14658. </wsdl:input>
  14659. <wsdl:output>
  14660. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14661. </wsdl:output>
  14662. <wsdl:fault name="failure">
  14663. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14664. </wsdl:fault>
  14665. </wsdl:operation>
  14666. <wsdl:operation name="dedicatedFilterIrcClientRuleAdd">
  14667. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedFilterIrcClientRuleAdd" />
  14668. <wsdl:input>
  14669. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14670. </wsdl:input>
  14671. <wsdl:output>
  14672. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14673. </wsdl:output>
  14674. <wsdl:fault name="failure">
  14675. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14676. </wsdl:fault>
  14677. </wsdl:operation>
  14678. <wsdl:operation name="telephonyLineLogsNotificationOptions">
  14679. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyLineLogsNotificationOptions" />
  14680. <wsdl:input>
  14681. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14682. </wsdl:input>
  14683. <wsdl:output>
  14684. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14685. </wsdl:output>
  14686. <wsdl:fault name="failure">
  14687. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14688. </wsdl:fault>
  14689. </wsdl:operation>
  14690. <wsdl:operation name="telephonyLineGetIpRestriction">
  14691. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyLineGetIpRestriction" />
  14692. <wsdl:input>
  14693. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14694. </wsdl:input>
  14695. <wsdl:output>
  14696. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14697. </wsdl:output>
  14698. <wsdl:fault name="failure">
  14699. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14700. </wsdl:fault>
  14701. </wsdl:operation>
  14702. <wsdl:operation name="dedicatedInstallationTemplateList">
  14703. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedInstallationTemplateList" />
  14704. <wsdl:input>
  14705. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14706. </wsdl:input>
  14707. <wsdl:output>
  14708. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14709. </wsdl:output>
  14710. <wsdl:fault name="failure">
  14711. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14712. </wsdl:fault>
  14713. </wsdl:operation>
  14714. <wsdl:operation name="telephonyGetTimeZoneNumber">
  14715. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyGetTimeZoneNumber" />
  14716. <wsdl:input>
  14717. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14718. </wsdl:input>
  14719. <wsdl:output>
  14720. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14721. </wsdl:output>
  14722. <wsdl:fault name="failure">
  14723. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14724. </wsdl:fault>
  14725. </wsdl:operation>
  14726. <wsdl:operation name="dedicatedBackupGetCalendar">
  14727. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedBackupGetCalendar" />
  14728. <wsdl:input>
  14729. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14730. </wsdl:input>
  14731. <wsdl:output>
  14732. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14733. </wsdl:output>
  14734. <wsdl:fault name="failure">
  14735. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14736. </wsdl:fault>
  14737. </wsdl:operation>
  14738. <wsdl:operation name="telephonyFMHuntingModificationMembers">
  14739. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyFMHuntingModificationMembers" />
  14740. <wsdl:input>
  14741. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14742. </wsdl:input>
  14743. <wsdl:output>
  14744. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14745. </wsdl:output>
  14746. <wsdl:fault name="failure">
  14747. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14748. </wsdl:fault>
  14749. </wsdl:operation>
  14750. <wsdl:operation name="telephonyPhonebookAdd">
  14751. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPhonebookAdd" />
  14752. <wsdl:input>
  14753. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14754. </wsdl:input>
  14755. <wsdl:output>
  14756. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14757. </wsdl:output>
  14758. <wsdl:fault name="failure">
  14759. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14760. </wsdl:fault>
  14761. </wsdl:operation>
  14762. <wsdl:operation name="telephonyRestrictionModify">
  14763. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyRestrictionModify" />
  14764. <wsdl:input>
  14765. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14766. </wsdl:input>
  14767. <wsdl:output>
  14768. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14769. </wsdl:output>
  14770. <wsdl:fault name="failure">
  14771. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14772. </wsdl:fault>
  14773. </wsdl:operation>
  14774. <wsdl:operation name="telephonyRatesList">
  14775. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyRatesList" />
  14776. <wsdl:input>
  14777. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14778. </wsdl:input>
  14779. <wsdl:output>
  14780. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14781. </wsdl:output>
  14782. <wsdl:fault name="failure">
  14783. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14784. </wsdl:fault>
  14785. </wsdl:operation>
  14786. <wsdl:operation name="crontabDel">
  14787. <soap:operation soapAction="http://soapi.ovh.com/manager#crontabDel" />
  14788. <wsdl:input>
  14789. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14790. </wsdl:input>
  14791. <wsdl:output>
  14792. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14793. </wsdl:output>
  14794. <wsdl:fault name="failure">
  14795. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14796. </wsdl:fault>
  14797. </wsdl:operation>
  14798. <wsdl:operation name="telephonyHuntingGenericScreenOptions">
  14799. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyHuntingGenericScreenOptions" />
  14800. <wsdl:input>
  14801. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14802. </wsdl:input>
  14803. <wsdl:output>
  14804. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14805. </wsdl:output>
  14806. <wsdl:fault name="failure">
  14807. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14808. </wsdl:fault>
  14809. </wsdl:operation>
  14810. <wsdl:operation name="telephonyBillingAccountAdd">
  14811. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyBillingAccountAdd" />
  14812. <wsdl:input>
  14813. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14814. </wsdl:input>
  14815. <wsdl:output>
  14816. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14817. </wsdl:output>
  14818. <wsdl:fault name="failure">
  14819. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14820. </wsdl:fault>
  14821. </wsdl:operation>
  14822. <wsdl:operation name="managedServicesIpAccessChange">
  14823. <soap:operation soapAction="http://soapi.ovh.com/manager#managedServicesIpAccessChange" />
  14824. <wsdl:input>
  14825. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14826. </wsdl:input>
  14827. <wsdl:output>
  14828. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14829. </wsdl:output>
  14830. <wsdl:fault name="failure">
  14831. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14832. </wsdl:fault>
  14833. </wsdl:operation>
  14834. <wsdl:operation name="accountHistory">
  14835. <soap:operation soapAction="http://soapi.ovh.com/manager#accountHistory" />
  14836. <wsdl:input>
  14837. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14838. </wsdl:input>
  14839. <wsdl:output>
  14840. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14841. </wsdl:output>
  14842. <wsdl:fault name="failure">
  14843. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14844. </wsdl:fault>
  14845. </wsdl:operation>
  14846. <wsdl:operation name="dedicatedIpLoadBalancingServerDel">
  14847. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedIpLoadBalancingServerDel" />
  14848. <wsdl:input>
  14849. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14850. </wsdl:input>
  14851. <wsdl:output>
  14852. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14853. </wsdl:output>
  14854. <wsdl:fault name="failure">
  14855. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14856. </wsdl:fault>
  14857. </wsdl:operation>
  14858. <wsdl:operation name="domainCheck">
  14859. <soap:operation soapAction="http://soapi.ovh.com/manager#domainCheck" />
  14860. <wsdl:input>
  14861. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14862. </wsdl:input>
  14863. <wsdl:output>
  14864. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14865. </wsdl:output>
  14866. <wsdl:fault name="failure">
  14867. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14868. </wsdl:fault>
  14869. </wsdl:operation>
  14870. <wsdl:operation name="prepaidDomainTransfer">
  14871. <soap:operation soapAction="http://soapi.ovh.com/manager#prepaidDomainTransfer" />
  14872. <wsdl:input>
  14873. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14874. </wsdl:input>
  14875. <wsdl:output>
  14876. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14877. </wsdl:output>
  14878. <wsdl:fault name="failure">
  14879. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14880. </wsdl:fault>
  14881. </wsdl:operation>
  14882. <wsdl:operation name="dedicatedEditServiceMonitoringItem">
  14883. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedEditServiceMonitoringItem" />
  14884. <wsdl:input>
  14885. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14886. </wsdl:input>
  14887. <wsdl:output>
  14888. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14889. </wsdl:output>
  14890. <wsdl:fault name="failure">
  14891. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14892. </wsdl:fault>
  14893. </wsdl:operation>
  14894. <wsdl:operation name="telephonySmsplusIsFreeKeyword">
  14895. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsplusIsFreeKeyword" />
  14896. <wsdl:input>
  14897. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14898. </wsdl:input>
  14899. <wsdl:output>
  14900. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14901. </wsdl:output>
  14902. <wsdl:fault name="failure">
  14903. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14904. </wsdl:fault>
  14905. </wsdl:operation>
  14906. <wsdl:operation name="telephonyLineGetCodecs">
  14907. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyLineGetCodecs" />
  14908. <wsdl:input>
  14909. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14910. </wsdl:input>
  14911. <wsdl:output>
  14912. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14913. </wsdl:output>
  14914. <wsdl:fault name="failure">
  14915. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14916. </wsdl:fault>
  14917. </wsdl:operation>
  14918. <wsdl:operation name="telephonySmsSenderValidate">
  14919. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsSenderValidate" />
  14920. <wsdl:input>
  14921. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14922. </wsdl:input>
  14923. <wsdl:output>
  14924. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14925. </wsdl:output>
  14926. <wsdl:fault name="failure">
  14927. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14928. </wsdl:fault>
  14929. </wsdl:operation>
  14930. <wsdl:operation name="dedicatedIPForUDPServerList">
  14931. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedIPForUDPServerList" />
  14932. <wsdl:input>
  14933. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14934. </wsdl:input>
  14935. <wsdl:output>
  14936. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14937. </wsdl:output>
  14938. <wsdl:fault name="failure">
  14939. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14940. </wsdl:fault>
  14941. </wsdl:operation>
  14942. <wsdl:operation name="telephonyHuntingModificationSimultaneousCalls">
  14943. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyHuntingModificationSimultaneousCalls" />
  14944. <wsdl:input>
  14945. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14946. </wsdl:input>
  14947. <wsdl:output>
  14948. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14949. </wsdl:output>
  14950. <wsdl:fault name="failure">
  14951. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14952. </wsdl:fault>
  14953. </wsdl:operation>
  14954. <wsdl:operation name="telephonyDirectoryInfoGetSameSiret">
  14955. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyDirectoryInfoGetSameSiret" />
  14956. <wsdl:input>
  14957. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14958. </wsdl:input>
  14959. <wsdl:output>
  14960. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14961. </wsdl:output>
  14962. <wsdl:fault name="failure">
  14963. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14964. </wsdl:fault>
  14965. </wsdl:operation>
  14966. <wsdl:operation name="serviceGroupCreate">
  14967. <soap:operation soapAction="http://soapi.ovh.com/manager#serviceGroupCreate" />
  14968. <wsdl:input>
  14969. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14970. </wsdl:input>
  14971. <wsdl:output>
  14972. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14973. </wsdl:output>
  14974. <wsdl:fault name="failure">
  14975. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14976. </wsdl:fault>
  14977. </wsdl:operation>
  14978. <wsdl:operation name="telephonyConferenceSetParams">
  14979. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyConferenceSetParams" />
  14980. <wsdl:input>
  14981. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14982. </wsdl:input>
  14983. <wsdl:output>
  14984. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14985. </wsdl:output>
  14986. <wsdl:fault name="failure">
  14987. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  14988. </wsdl:fault>
  14989. </wsdl:operation>
  14990. <wsdl:operation name="orderTelephonySmsCredit">
  14991. <soap:operation soapAction="http://soapi.ovh.com/manager#orderTelephonySmsCredit" />
  14992. <wsdl:input>
  14993. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14994. </wsdl:input>
  14995. <wsdl:output>
  14996. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  14997. </wsdl:output>
  14998. <wsdl:fault name="failure">
  14999. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15000. </wsdl:fault>
  15001. </wsdl:operation>
  15002. <wsdl:operation name="dedicatedBackupSet">
  15003. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedBackupSet" />
  15004. <wsdl:input>
  15005. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15006. </wsdl:input>
  15007. <wsdl:output>
  15008. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15009. </wsdl:output>
  15010. <wsdl:fault name="failure">
  15011. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15012. </wsdl:fault>
  15013. </wsdl:operation>
  15014. <wsdl:operation name="dedicatedVirtualMacIpDelete">
  15015. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedVirtualMacIpDelete" />
  15016. <wsdl:input>
  15017. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15018. </wsdl:input>
  15019. <wsdl:output>
  15020. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15021. </wsdl:output>
  15022. <wsdl:fault name="failure">
  15023. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15024. </wsdl:fault>
  15025. </wsdl:operation>
  15026. <wsdl:operation name="dedicatedFailoverRipeSplit">
  15027. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedFailoverRipeSplit" />
  15028. <wsdl:input>
  15029. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15030. </wsdl:input>
  15031. <wsdl:output>
  15032. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15033. </wsdl:output>
  15034. <wsdl:fault name="failure">
  15035. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15036. </wsdl:fault>
  15037. </wsdl:operation>
  15038. <wsdl:operation name="dedicatedReverseInfo">
  15039. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedReverseInfo" />
  15040. <wsdl:input>
  15041. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15042. </wsdl:input>
  15043. <wsdl:output>
  15044. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15045. </wsdl:output>
  15046. <wsdl:fault name="failure">
  15047. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15048. </wsdl:fault>
  15049. </wsdl:operation>
  15050. <wsdl:operation name="dedicatedCapabilitiesGetAll">
  15051. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedCapabilitiesGetAll" />
  15052. <wsdl:input>
  15053. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15054. </wsdl:input>
  15055. <wsdl:output>
  15056. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15057. </wsdl:output>
  15058. <wsdl:fault name="failure">
  15059. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15060. </wsdl:fault>
  15061. </wsdl:operation>
  15062. <wsdl:operation name="telephonySparePurchase">
  15063. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySparePurchase" />
  15064. <wsdl:input>
  15065. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15066. </wsdl:input>
  15067. <wsdl:output>
  15068. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15069. </wsdl:output>
  15070. <wsdl:fault name="failure">
  15071. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15072. </wsdl:fault>
  15073. </wsdl:operation>
  15074. <wsdl:operation name="nic">
  15075. <soap:operation soapAction="http://soapi.ovh.com/manager#nic" />
  15076. <wsdl:input>
  15077. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15078. </wsdl:input>
  15079. <wsdl:output>
  15080. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15081. </wsdl:output>
  15082. <wsdl:fault name="failure">
  15083. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15084. </wsdl:fault>
  15085. </wsdl:operation>
  15086. <wsdl:operation name="telephonyFaxCampaignList">
  15087. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyFaxCampaignList" />
  15088. <wsdl:input>
  15089. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15090. </wsdl:input>
  15091. <wsdl:output>
  15092. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15093. </wsdl:output>
  15094. <wsdl:fault name="failure">
  15095. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15096. </wsdl:fault>
  15097. </wsdl:operation>
  15098. <wsdl:operation name="dedicatedBackupIncludeAdd">
  15099. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedBackupIncludeAdd" />
  15100. <wsdl:input>
  15101. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15102. </wsdl:input>
  15103. <wsdl:output>
  15104. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15105. </wsdl:output>
  15106. <wsdl:fault name="failure">
  15107. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15108. </wsdl:fault>
  15109. </wsdl:operation>
  15110. <wsdl:operation name="ticketGet">
  15111. <soap:operation soapAction="http://soapi.ovh.com/manager#ticketGet" />
  15112. <wsdl:input>
  15113. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15114. </wsdl:input>
  15115. <wsdl:output>
  15116. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15117. </wsdl:output>
  15118. <wsdl:fault name="failure">
  15119. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15120. </wsdl:fault>
  15121. </wsdl:operation>
  15122. <wsdl:operation name="supportSendMessage">
  15123. <soap:operation soapAction="http://soapi.ovh.com/manager#supportSendMessage" />
  15124. <wsdl:input>
  15125. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15126. </wsdl:input>
  15127. <wsdl:output>
  15128. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15129. </wsdl:output>
  15130. <wsdl:fault name="failure">
  15131. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15132. </wsdl:fault>
  15133. </wsdl:operation>
  15134. <wsdl:operation name="notepadSet">
  15135. <soap:operation soapAction="http://soapi.ovh.com/manager#notepadSet" />
  15136. <wsdl:input>
  15137. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15138. </wsdl:input>
  15139. <wsdl:output>
  15140. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15141. </wsdl:output>
  15142. <wsdl:fault name="failure">
  15143. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15144. </wsdl:fault>
  15145. </wsdl:operation>
  15146. <wsdl:operation name="dedicatedFailoverRipeList">
  15147. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedFailoverRipeList" />
  15148. <wsdl:input>
  15149. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15150. </wsdl:input>
  15151. <wsdl:output>
  15152. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15153. </wsdl:output>
  15154. <wsdl:fault name="failure">
  15155. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15156. </wsdl:fault>
  15157. </wsdl:operation>
  15158. <wsdl:operation name="telephonyNicGetMgcpIpRestriction">
  15159. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyNicGetMgcpIpRestriction" />
  15160. <wsdl:input>
  15161. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15162. </wsdl:input>
  15163. <wsdl:output>
  15164. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15165. </wsdl:output>
  15166. <wsdl:fault name="failure">
  15167. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15168. </wsdl:fault>
  15169. </wsdl:operation>
  15170. <wsdl:operation name="telephonySmsGetUserQuotaForUser">
  15171. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsGetUserQuotaForUser" />
  15172. <wsdl:input>
  15173. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15174. </wsdl:input>
  15175. <wsdl:output>
  15176. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15177. </wsdl:output>
  15178. <wsdl:fault name="failure">
  15179. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15180. </wsdl:fault>
  15181. </wsdl:operation>
  15182. <wsdl:operation name="telephonyDirectoryInfoGetSiret">
  15183. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyDirectoryInfoGetSiret" />
  15184. <wsdl:input>
  15185. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15186. </wsdl:input>
  15187. <wsdl:output>
  15188. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15189. </wsdl:output>
  15190. <wsdl:fault name="failure">
  15191. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15192. </wsdl:fault>
  15193. </wsdl:operation>
  15194. <wsdl:operation name="dedicatedMonitoringServiceAdd">
  15195. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedMonitoringServiceAdd" />
  15196. <wsdl:input>
  15197. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15198. </wsdl:input>
  15199. <wsdl:output>
  15200. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15201. </wsdl:output>
  15202. <wsdl:fault name="failure">
  15203. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15204. </wsdl:fault>
  15205. </wsdl:operation>
  15206. <wsdl:operation name="dedicatedHardRebootDo">
  15207. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedHardRebootDo" />
  15208. <wsdl:input>
  15209. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15210. </wsdl:input>
  15211. <wsdl:output>
  15212. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15213. </wsdl:output>
  15214. <wsdl:fault name="failure">
  15215. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15216. </wsdl:fault>
  15217. </wsdl:operation>
  15218. <wsdl:operation name="dedicatedReverseList">
  15219. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedReverseList" />
  15220. <wsdl:input>
  15221. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15222. </wsdl:input>
  15223. <wsdl:output>
  15224. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15225. </wsdl:output>
  15226. <wsdl:fault name="failure">
  15227. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15228. </wsdl:fault>
  15229. </wsdl:operation>
  15230. <wsdl:operation name="domainWhoisObfuscatorSet">
  15231. <soap:operation soapAction="http://soapi.ovh.com/manager#domainWhoisObfuscatorSet" />
  15232. <wsdl:input>
  15233. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15234. </wsdl:input>
  15235. <wsdl:output>
  15236. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15237. </wsdl:output>
  15238. <wsdl:fault name="failure">
  15239. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15240. </wsdl:fault>
  15241. </wsdl:operation>
  15242. <wsdl:operation name="rpsMigrationTodo">
  15243. <soap:operation soapAction="http://soapi.ovh.com/manager#rpsMigrationTodo" />
  15244. <wsdl:input>
  15245. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15246. </wsdl:input>
  15247. <wsdl:output>
  15248. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15249. </wsdl:output>
  15250. <wsdl:fault name="failure">
  15251. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15252. </wsdl:fault>
  15253. </wsdl:operation>
  15254. <wsdl:operation name="telephonyFunctionKeyModify">
  15255. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyFunctionKeyModify" />
  15256. <wsdl:input>
  15257. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15258. </wsdl:input>
  15259. <wsdl:output>
  15260. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15261. </wsdl:output>
  15262. <wsdl:fault name="failure">
  15263. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15264. </wsdl:fault>
  15265. </wsdl:operation>
  15266. <wsdl:operation name="nicTldEligibility">
  15267. <soap:operation soapAction="http://soapi.ovh.com/manager#nicTldEligibility" />
  15268. <wsdl:input>
  15269. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15270. </wsdl:input>
  15271. <wsdl:output>
  15272. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15273. </wsdl:output>
  15274. <wsdl:fault name="failure">
  15275. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15276. </wsdl:fault>
  15277. </wsdl:operation>
  15278. <wsdl:operation name="automatedMailGetState">
  15279. <soap:operation soapAction="http://soapi.ovh.com/manager#automatedMailGetState" />
  15280. <wsdl:input>
  15281. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15282. </wsdl:input>
  15283. <wsdl:output>
  15284. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15285. </wsdl:output>
  15286. <wsdl:fault name="failure">
  15287. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15288. </wsdl:fault>
  15289. </wsdl:operation>
  15290. <wsdl:operation name="telephonyAbbreviatedNumberList">
  15291. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyAbbreviatedNumberList" />
  15292. <wsdl:input>
  15293. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15294. </wsdl:input>
  15295. <wsdl:output>
  15296. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15297. </wsdl:output>
  15298. <wsdl:fault name="failure">
  15299. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15300. </wsdl:fault>
  15301. </wsdl:operation>
  15302. <wsdl:operation name="sqlpriveMysqlLogs">
  15303. <soap:operation soapAction="http://soapi.ovh.com/manager#sqlpriveMysqlLogs" />
  15304. <wsdl:input>
  15305. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15306. </wsdl:input>
  15307. <wsdl:output>
  15308. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15309. </wsdl:output>
  15310. <wsdl:fault name="failure">
  15311. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15312. </wsdl:fault>
  15313. </wsdl:operation>
  15314. <wsdl:operation name="telephonyFaxModifyPassword">
  15315. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyFaxModifyPassword" />
  15316. <wsdl:input>
  15317. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15318. </wsdl:input>
  15319. <wsdl:output>
  15320. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15321. </wsdl:output>
  15322. <wsdl:fault name="failure">
  15323. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15324. </wsdl:fault>
  15325. </wsdl:operation>
  15326. <wsdl:operation name="dedicatedBackupFtpAdd">
  15327. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedBackupFtpAdd" />
  15328. <wsdl:input>
  15329. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15330. </wsdl:input>
  15331. <wsdl:output>
  15332. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15333. </wsdl:output>
  15334. <wsdl:fault name="failure">
  15335. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15336. </wsdl:fault>
  15337. </wsdl:operation>
  15338. <wsdl:operation name="databaseDump">
  15339. <soap:operation soapAction="http://soapi.ovh.com/manager#databaseDump" />
  15340. <wsdl:input>
  15341. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15342. </wsdl:input>
  15343. <wsdl:output>
  15344. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15345. </wsdl:output>
  15346. <wsdl:fault name="failure">
  15347. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15348. </wsdl:fault>
  15349. </wsdl:operation>
  15350. <wsdl:operation name="telephonySmsDelete">
  15351. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsDelete" />
  15352. <wsdl:input>
  15353. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15354. </wsdl:input>
  15355. <wsdl:output>
  15356. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15357. </wsdl:output>
  15358. <wsdl:fault name="failure">
  15359. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15360. </wsdl:fault>
  15361. </wsdl:operation>
  15362. <wsdl:operation name="telephonyDirectoryModifyPublication">
  15363. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyDirectoryModifyPublication" />
  15364. <wsdl:input>
  15365. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15366. </wsdl:input>
  15367. <wsdl:output>
  15368. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15369. </wsdl:output>
  15370. <wsdl:fault name="failure">
  15371. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15372. </wsdl:fault>
  15373. </wsdl:operation>
  15374. <wsdl:operation name="domainResellerSet">
  15375. <soap:operation soapAction="http://soapi.ovh.com/manager#domainResellerSet" />
  15376. <wsdl:input>
  15377. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15378. </wsdl:input>
  15379. <wsdl:output>
  15380. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15381. </wsdl:output>
  15382. <wsdl:fault name="failure">
  15383. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15384. </wsdl:fault>
  15385. </wsdl:operation>
  15386. <wsdl:operation name="crontabList">
  15387. <soap:operation soapAction="http://soapi.ovh.com/manager#crontabList" />
  15388. <wsdl:input>
  15389. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15390. </wsdl:input>
  15391. <wsdl:output>
  15392. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15393. </wsdl:output>
  15394. <wsdl:fault name="failure">
  15395. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15396. </wsdl:fault>
  15397. </wsdl:operation>
  15398. <wsdl:operation name="telephonyPhonebookOnGroupAdd">
  15399. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPhonebookOnGroupAdd" />
  15400. <wsdl:input>
  15401. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15402. </wsdl:input>
  15403. <wsdl:output>
  15404. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15405. </wsdl:output>
  15406. <wsdl:fault name="failure">
  15407. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15408. </wsdl:fault>
  15409. </wsdl:operation>
  15410. <wsdl:operation name="dedicatedVirtualMacIpUsedGetList">
  15411. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedVirtualMacIpUsedGetList" />
  15412. <wsdl:input>
  15413. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15414. </wsdl:input>
  15415. <wsdl:output>
  15416. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15417. </wsdl:output>
  15418. <wsdl:fault name="failure">
  15419. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15420. </wsdl:fault>
  15421. </wsdl:operation>
  15422. <wsdl:operation name="telephonyLineSwitchOfferPossibility">
  15423. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyLineSwitchOfferPossibility" />
  15424. <wsdl:input>
  15425. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15426. </wsdl:input>
  15427. <wsdl:output>
  15428. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15429. </wsdl:output>
  15430. <wsdl:fault name="failure">
  15431. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15432. </wsdl:fault>
  15433. </wsdl:operation>
  15434. <wsdl:operation name="telephonySmsSenderList">
  15435. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsSenderList" />
  15436. <wsdl:input>
  15437. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15438. </wsdl:input>
  15439. <wsdl:output>
  15440. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15441. </wsdl:output>
  15442. <wsdl:fault name="failure">
  15443. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15444. </wsdl:fault>
  15445. </wsdl:operation>
  15446. <wsdl:operation name="resellerDomainRestore">
  15447. <soap:operation soapAction="http://soapi.ovh.com/manager#resellerDomainRestore" />
  15448. <wsdl:input>
  15449. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15450. </wsdl:input>
  15451. <wsdl:output>
  15452. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15453. </wsdl:output>
  15454. <wsdl:fault name="failure">
  15455. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15456. </wsdl:fault>
  15457. </wsdl:operation>
  15458. <wsdl:operation name="ticketAnswer">
  15459. <soap:operation soapAction="http://soapi.ovh.com/manager#ticketAnswer" />
  15460. <wsdl:input>
  15461. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15462. </wsdl:input>
  15463. <wsdl:output>
  15464. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15465. </wsdl:output>
  15466. <wsdl:fault name="failure">
  15467. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15468. </wsdl:fault>
  15469. </wsdl:operation>
  15470. <wsdl:operation name="sqlpriveCronSet">
  15471. <soap:operation soapAction="http://soapi.ovh.com/manager#sqlpriveCronSet" />
  15472. <wsdl:input>
  15473. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15474. </wsdl:input>
  15475. <wsdl:output>
  15476. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15477. </wsdl:output>
  15478. <wsdl:fault name="failure">
  15479. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15480. </wsdl:fault>
  15481. </wsdl:operation>
  15482. <wsdl:operation name="telephonySipToAliasOffer">
  15483. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySipToAliasOffer" />
  15484. <wsdl:input>
  15485. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15486. </wsdl:input>
  15487. <wsdl:output>
  15488. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15489. </wsdl:output>
  15490. <wsdl:fault name="failure">
  15491. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15492. </wsdl:fault>
  15493. </wsdl:operation>
  15494. <wsdl:operation name="telephonyFunctionKeyList">
  15495. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyFunctionKeyList" />
  15496. <wsdl:input>
  15497. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15498. </wsdl:input>
  15499. <wsdl:output>
  15500. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15501. </wsdl:output>
  15502. <wsdl:fault name="failure">
  15503. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15504. </wsdl:fault>
  15505. </wsdl:operation>
  15506. <wsdl:operation name="dedicatedNetbootInfo">
  15507. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedNetbootInfo" />
  15508. <wsdl:input>
  15509. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15510. </wsdl:input>
  15511. <wsdl:output>
  15512. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15513. </wsdl:output>
  15514. <wsdl:fault name="failure">
  15515. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15516. </wsdl:fault>
  15517. </wsdl:operation>
  15518. <wsdl:operation name="telephonySmsGetCallBack">
  15519. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsGetCallBack" />
  15520. <wsdl:input>
  15521. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15522. </wsdl:input>
  15523. <wsdl:output>
  15524. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15525. </wsdl:output>
  15526. <wsdl:fault name="failure">
  15527. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15528. </wsdl:fault>
  15529. </wsdl:operation>
  15530. <wsdl:operation name="telephonySviModify">
  15531. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySviModify" />
  15532. <wsdl:input>
  15533. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15534. </wsdl:input>
  15535. <wsdl:output>
  15536. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15537. </wsdl:output>
  15538. <wsdl:fault name="failure">
  15539. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15540. </wsdl:fault>
  15541. </wsdl:operation>
  15542. <wsdl:operation name="telephonySmsplusServiceDelete">
  15543. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsplusServiceDelete" />
  15544. <wsdl:input>
  15545. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15546. </wsdl:input>
  15547. <wsdl:output>
  15548. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15549. </wsdl:output>
  15550. <wsdl:fault name="failure">
  15551. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15552. </wsdl:fault>
  15553. </wsdl:operation>
  15554. <wsdl:operation name="domainOperationRelaunch">
  15555. <soap:operation soapAction="http://soapi.ovh.com/manager#domainOperationRelaunch" />
  15556. <wsdl:input>
  15557. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15558. </wsdl:input>
  15559. <wsdl:output>
  15560. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15561. </wsdl:output>
  15562. <wsdl:fault name="failure">
  15563. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15564. </wsdl:fault>
  15565. </wsdl:operation>
  15566. <wsdl:operation name="telephonyLineSwitchOffer">
  15567. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyLineSwitchOffer" />
  15568. <wsdl:input>
  15569. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15570. </wsdl:input>
  15571. <wsdl:output>
  15572. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15573. </wsdl:output>
  15574. <wsdl:fault name="failure">
  15575. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15576. </wsdl:fault>
  15577. </wsdl:operation>
  15578. <wsdl:operation name="telephonyTrunkExternalDisplayedNumberCheck">
  15579. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyTrunkExternalDisplayedNumberCheck" />
  15580. <wsdl:input>
  15581. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15582. </wsdl:input>
  15583. <wsdl:output>
  15584. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15585. </wsdl:output>
  15586. <wsdl:fault name="failure">
  15587. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15588. </wsdl:fault>
  15589. </wsdl:operation>
  15590. <wsdl:operation name="telephonyDelClosureEvents">
  15591. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyDelClosureEvents" />
  15592. <wsdl:input>
  15593. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15594. </wsdl:input>
  15595. <wsdl:output>
  15596. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15597. </wsdl:output>
  15598. <wsdl:fault name="failure">
  15599. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15600. </wsdl:fault>
  15601. </wsdl:operation>
  15602. <wsdl:operation name="telephonyFreefaxToVoicefaxCheckList">
  15603. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyFreefaxToVoicefaxCheckList" />
  15604. <wsdl:input>
  15605. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15606. </wsdl:input>
  15607. <wsdl:output>
  15608. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15609. </wsdl:output>
  15610. <wsdl:fault name="failure">
  15611. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15612. </wsdl:fault>
  15613. </wsdl:operation>
  15614. <wsdl:operation name="telephonyVoicemailModifyPassword">
  15615. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyVoicemailModifyPassword" />
  15616. <wsdl:input>
  15617. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15618. </wsdl:input>
  15619. <wsdl:output>
  15620. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15621. </wsdl:output>
  15622. <wsdl:fault name="failure">
  15623. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15624. </wsdl:fault>
  15625. </wsdl:operation>
  15626. <wsdl:operation name="telephonySpareCapabilities">
  15627. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySpareCapabilities" />
  15628. <wsdl:input>
  15629. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15630. </wsdl:input>
  15631. <wsdl:output>
  15632. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15633. </wsdl:output>
  15634. <wsdl:fault name="failure">
  15635. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15636. </wsdl:fault>
  15637. </wsdl:operation>
  15638. <wsdl:operation name="dnsSoaModify">
  15639. <soap:operation soapAction="http://soapi.ovh.com/manager#dnsSoaModify" />
  15640. <wsdl:input>
  15641. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15642. </wsdl:input>
  15643. <wsdl:output>
  15644. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15645. </wsdl:output>
  15646. <wsdl:fault name="failure">
  15647. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15648. </wsdl:fault>
  15649. </wsdl:operation>
  15650. <wsdl:operation name="telephonyPhonebookOnSmsDel">
  15651. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPhonebookOnSmsDel" />
  15652. <wsdl:input>
  15653. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15654. </wsdl:input>
  15655. <wsdl:output>
  15656. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15657. </wsdl:output>
  15658. <wsdl:fault name="failure">
  15659. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15660. </wsdl:fault>
  15661. </wsdl:operation>
  15662. <wsdl:operation name="telephonyPhonebookShare">
  15663. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPhonebookShare" />
  15664. <wsdl:input>
  15665. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15666. </wsdl:input>
  15667. <wsdl:output>
  15668. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15669. </wsdl:output>
  15670. <wsdl:fault name="failure">
  15671. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15672. </wsdl:fault>
  15673. </wsdl:operation>
  15674. <wsdl:operation name="telephonySmsSetUserQuota">
  15675. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsSetUserQuota" />
  15676. <wsdl:input>
  15677. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15678. </wsdl:input>
  15679. <wsdl:output>
  15680. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15681. </wsdl:output>
  15682. <wsdl:fault name="failure">
  15683. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15684. </wsdl:fault>
  15685. </wsdl:operation>
  15686. <wsdl:operation name="cmsInstall">
  15687. <soap:operation soapAction="http://soapi.ovh.com/manager#cmsInstall" />
  15688. <wsdl:input>
  15689. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15690. </wsdl:input>
  15691. <wsdl:output>
  15692. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15693. </wsdl:output>
  15694. <wsdl:fault name="failure">
  15695. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15696. </wsdl:fault>
  15697. </wsdl:operation>
  15698. <wsdl:operation name="dedicatedIpLoadBalancingAdd">
  15699. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedIpLoadBalancingAdd" />
  15700. <wsdl:input>
  15701. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15702. </wsdl:input>
  15703. <wsdl:output>
  15704. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15705. </wsdl:output>
  15706. <wsdl:fault name="failure">
  15707. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15708. </wsdl:fault>
  15709. </wsdl:operation>
  15710. <wsdl:operation name="supportGetAllVisibleCategories">
  15711. <soap:operation soapAction="http://soapi.ovh.com/manager#supportGetAllVisibleCategories" />
  15712. <wsdl:input>
  15713. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15714. </wsdl:input>
  15715. <wsdl:output>
  15716. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15717. </wsdl:output>
  15718. <wsdl:fault name="failure">
  15719. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15720. </wsdl:fault>
  15721. </wsdl:operation>
  15722. <wsdl:operation name="telephonySmsHistoryCsv">
  15723. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsHistoryCsv" />
  15724. <wsdl:input>
  15725. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15726. </wsdl:input>
  15727. <wsdl:output>
  15728. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15729. </wsdl:output>
  15730. <wsdl:fault name="failure">
  15731. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15732. </wsdl:fault>
  15733. </wsdl:operation>
  15734. <wsdl:operation name="telephonyAbbreviatedNumberOnGroupList">
  15735. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyAbbreviatedNumberOnGroupList" />
  15736. <wsdl:input>
  15737. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15738. </wsdl:input>
  15739. <wsdl:output>
  15740. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15741. </wsdl:output>
  15742. <wsdl:fault name="failure">
  15743. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15744. </wsdl:fault>
  15745. </wsdl:operation>
  15746. <wsdl:operation name="dedicatedAvailableNotificationNicsGet">
  15747. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedAvailableNotificationNicsGet" />
  15748. <wsdl:input>
  15749. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15750. </wsdl:input>
  15751. <wsdl:output>
  15752. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15753. </wsdl:output>
  15754. <wsdl:fault name="failure">
  15755. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15756. </wsdl:fault>
  15757. </wsdl:operation>
  15758. <wsdl:operation name="telephonyLineLogs">
  15759. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyLineLogs" />
  15760. <wsdl:input>
  15761. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15762. </wsdl:input>
  15763. <wsdl:output>
  15764. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15765. </wsdl:output>
  15766. <wsdl:fault name="failure">
  15767. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15768. </wsdl:fault>
  15769. </wsdl:operation>
  15770. <wsdl:operation name="multiFtpList">
  15771. <soap:operation soapAction="http://soapi.ovh.com/manager#multiFtpList" />
  15772. <wsdl:input>
  15773. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15774. </wsdl:input>
  15775. <wsdl:output>
  15776. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15777. </wsdl:output>
  15778. <wsdl:fault name="failure">
  15779. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15780. </wsdl:fault>
  15781. </wsdl:operation>
  15782. <wsdl:operation name="telephonySpareReplace">
  15783. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySpareReplace" />
  15784. <wsdl:input>
  15785. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15786. </wsdl:input>
  15787. <wsdl:output>
  15788. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15789. </wsdl:output>
  15790. <wsdl:fault name="failure">
  15791. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15792. </wsdl:fault>
  15793. </wsdl:operation>
  15794. <wsdl:operation name="multiFtpAdd">
  15795. <soap:operation soapAction="http://soapi.ovh.com/manager#multiFtpAdd" />
  15796. <wsdl:input>
  15797. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15798. </wsdl:input>
  15799. <wsdl:output>
  15800. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15801. </wsdl:output>
  15802. <wsdl:fault name="failure">
  15803. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15804. </wsdl:fault>
  15805. </wsdl:operation>
  15806. <wsdl:operation name="sqlpriveMysqlDatabasePrivilegeList">
  15807. <soap:operation soapAction="http://soapi.ovh.com/manager#sqlpriveMysqlDatabasePrivilegeList" />
  15808. <wsdl:input>
  15809. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15810. </wsdl:input>
  15811. <wsdl:output>
  15812. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15813. </wsdl:output>
  15814. <wsdl:fault name="failure">
  15815. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15816. </wsdl:fault>
  15817. </wsdl:operation>
  15818. <wsdl:operation name="emailAccessByNic">
  15819. <soap:operation soapAction="http://soapi.ovh.com/manager#emailAccessByNic" />
  15820. <wsdl:input>
  15821. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15822. </wsdl:input>
  15823. <wsdl:output>
  15824. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15825. </wsdl:output>
  15826. <wsdl:fault name="failure">
  15827. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15828. </wsdl:fault>
  15829. </wsdl:operation>
  15830. <wsdl:operation name="telephonyClick2CallUserList">
  15831. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyClick2CallUserList" />
  15832. <wsdl:input>
  15833. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15834. </wsdl:input>
  15835. <wsdl:output>
  15836. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15837. </wsdl:output>
  15838. <wsdl:fault name="failure">
  15839. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15840. </wsdl:fault>
  15841. </wsdl:operation>
  15842. <wsdl:operation name="zoneEntryDel">
  15843. <soap:operation soapAction="http://soapi.ovh.com/manager#zoneEntryDel" />
  15844. <wsdl:input>
  15845. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15846. </wsdl:input>
  15847. <wsdl:output>
  15848. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15849. </wsdl:output>
  15850. <wsdl:fault name="failure">
  15851. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15852. </wsdl:fault>
  15853. </wsdl:operation>
  15854. <wsdl:operation name="prepaidSetThreshold">
  15855. <soap:operation soapAction="http://soapi.ovh.com/manager#prepaidSetThreshold" />
  15856. <wsdl:input>
  15857. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15858. </wsdl:input>
  15859. <wsdl:output>
  15860. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15861. </wsdl:output>
  15862. <wsdl:fault name="failure">
  15863. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15864. </wsdl:fault>
  15865. </wsdl:operation>
  15866. <wsdl:operation name="telephonyVoicemailMailboxList">
  15867. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyVoicemailMailboxList" />
  15868. <wsdl:input>
  15869. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15870. </wsdl:input>
  15871. <wsdl:output>
  15872. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15873. </wsdl:output>
  15874. <wsdl:fault name="failure">
  15875. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15876. </wsdl:fault>
  15877. </wsdl:operation>
  15878. <wsdl:operation name="resellerDomainRenew">
  15879. <soap:operation soapAction="http://soapi.ovh.com/manager#resellerDomainRenew" />
  15880. <wsdl:input>
  15881. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15882. </wsdl:input>
  15883. <wsdl:output>
  15884. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15885. </wsdl:output>
  15886. <wsdl:fault name="failure">
  15887. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15888. </wsdl:fault>
  15889. </wsdl:operation>
  15890. <wsdl:operation name="popDel">
  15891. <soap:operation soapAction="http://soapi.ovh.com/manager#popDel" />
  15892. <wsdl:input>
  15893. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15894. </wsdl:input>
  15895. <wsdl:output>
  15896. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15897. </wsdl:output>
  15898. <wsdl:fault name="failure">
  15899. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15900. </wsdl:fault>
  15901. </wsdl:operation>
  15902. <wsdl:operation name="telephonyFaxCampaignDetails">
  15903. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyFaxCampaignDetails" />
  15904. <wsdl:input>
  15905. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15906. </wsdl:input>
  15907. <wsdl:output>
  15908. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15909. </wsdl:output>
  15910. <wsdl:fault name="failure">
  15911. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15912. </wsdl:fault>
  15913. </wsdl:operation>
  15914. <wsdl:operation name="emailFilterRuleDel">
  15915. <soap:operation soapAction="http://soapi.ovh.com/manager#emailFilterRuleDel" />
  15916. <wsdl:input>
  15917. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15918. </wsdl:input>
  15919. <wsdl:output>
  15920. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15921. </wsdl:output>
  15922. <wsdl:fault name="failure">
  15923. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15924. </wsdl:fault>
  15925. </wsdl:operation>
  15926. <wsdl:operation name="telephonyPhonebookOnGroupDel">
  15927. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPhonebookOnGroupDel" />
  15928. <wsdl:input>
  15929. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15930. </wsdl:input>
  15931. <wsdl:output>
  15932. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15933. </wsdl:output>
  15934. <wsdl:fault name="failure">
  15935. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15936. </wsdl:fault>
  15937. </wsdl:operation>
  15938. <wsdl:operation name="telephonyPhonebookOnGroupList">
  15939. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPhonebookOnGroupList" />
  15940. <wsdl:input>
  15941. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15942. </wsdl:input>
  15943. <wsdl:output>
  15944. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15945. </wsdl:output>
  15946. <wsdl:fault name="failure">
  15947. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15948. </wsdl:fault>
  15949. </wsdl:operation>
  15950. <wsdl:operation name="telephonySpecialNumberCustomList">
  15951. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySpecialNumberCustomList" />
  15952. <wsdl:input>
  15953. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15954. </wsdl:input>
  15955. <wsdl:output>
  15956. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15957. </wsdl:output>
  15958. <wsdl:fault name="failure">
  15959. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15960. </wsdl:fault>
  15961. </wsdl:operation>
  15962. <wsdl:operation name="dedicatedMonitoringServiceDel">
  15963. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedMonitoringServiceDel" />
  15964. <wsdl:input>
  15965. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15966. </wsdl:input>
  15967. <wsdl:output>
  15968. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15969. </wsdl:output>
  15970. <wsdl:fault name="failure">
  15971. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15972. </wsdl:fault>
  15973. </wsdl:operation>
  15974. <wsdl:operation name="telephonyFMHuntingModificationSimultaneousCalls">
  15975. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyFMHuntingModificationSimultaneousCalls" />
  15976. <wsdl:input>
  15977. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15978. </wsdl:input>
  15979. <wsdl:output>
  15980. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15981. </wsdl:output>
  15982. <wsdl:fault name="failure">
  15983. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15984. </wsdl:fault>
  15985. </wsdl:operation>
  15986. <wsdl:operation name="emailFilterPriority">
  15987. <soap:operation soapAction="http://soapi.ovh.com/manager#emailFilterPriority" />
  15988. <wsdl:input>
  15989. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15990. </wsdl:input>
  15991. <wsdl:output>
  15992. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  15993. </wsdl:output>
  15994. <wsdl:fault name="failure">
  15995. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  15996. </wsdl:fault>
  15997. </wsdl:operation>
  15998. <wsdl:operation name="accountAlertThresholdSet">
  15999. <soap:operation soapAction="http://soapi.ovh.com/manager#accountAlertThresholdSet" />
  16000. <wsdl:input>
  16001. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16002. </wsdl:input>
  16003. <wsdl:output>
  16004. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16005. </wsdl:output>
  16006. <wsdl:fault name="failure">
  16007. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16008. </wsdl:fault>
  16009. </wsdl:operation>
  16010. <wsdl:operation name="emailFilterDel">
  16011. <soap:operation soapAction="http://soapi.ovh.com/manager#emailFilterDel" />
  16012. <wsdl:input>
  16013. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16014. </wsdl:input>
  16015. <wsdl:output>
  16016. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16017. </wsdl:output>
  16018. <wsdl:fault name="failure">
  16019. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16020. </wsdl:fault>
  16021. </wsdl:operation>
  16022. <wsdl:operation name="resellerDomainCreate">
  16023. <soap:operation soapAction="http://soapi.ovh.com/manager#resellerDomainCreate" />
  16024. <wsdl:input>
  16025. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16026. </wsdl:input>
  16027. <wsdl:output>
  16028. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16029. </wsdl:output>
  16030. <wsdl:fault name="failure">
  16031. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16032. </wsdl:fault>
  16033. </wsdl:operation>
  16034. <wsdl:operation name="managedServicesSnapshotUpdate">
  16035. <soap:operation soapAction="http://soapi.ovh.com/manager#managedServicesSnapshotUpdate" />
  16036. <wsdl:input>
  16037. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16038. </wsdl:input>
  16039. <wsdl:output>
  16040. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16041. </wsdl:output>
  16042. <wsdl:fault name="failure">
  16043. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16044. </wsdl:fault>
  16045. </wsdl:operation>
  16046. <wsdl:operation name="supportGetThreadTree">
  16047. <soap:operation soapAction="http://soapi.ovh.com/manager#supportGetThreadTree" />
  16048. <wsdl:input>
  16049. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16050. </wsdl:input>
  16051. <wsdl:output>
  16052. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16053. </wsdl:output>
  16054. <wsdl:fault name="failure">
  16055. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16056. </wsdl:fault>
  16057. </wsdl:operation>
  16058. <wsdl:operation name="emailSetDomainCatchAll">
  16059. <soap:operation soapAction="http://soapi.ovh.com/manager#emailSetDomainCatchAll" />
  16060. <wsdl:input>
  16061. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16062. </wsdl:input>
  16063. <wsdl:output>
  16064. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16065. </wsdl:output>
  16066. <wsdl:fault name="failure">
  16067. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16068. </wsdl:fault>
  16069. </wsdl:operation>
  16070. <wsdl:operation name="domainCapabilities">
  16071. <soap:operation soapAction="http://soapi.ovh.com/manager#domainCapabilities" />
  16072. <wsdl:input>
  16073. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16074. </wsdl:input>
  16075. <wsdl:output>
  16076. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16077. </wsdl:output>
  16078. <wsdl:fault name="failure">
  16079. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16080. </wsdl:fault>
  16081. </wsdl:operation>
  16082. <wsdl:operation name="dedicatedIpLoadBalancingServerStateModify">
  16083. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedIpLoadBalancingServerStateModify" />
  16084. <wsdl:input>
  16085. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16086. </wsdl:input>
  16087. <wsdl:output>
  16088. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16089. </wsdl:output>
  16090. <wsdl:fault name="failure">
  16091. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16092. </wsdl:fault>
  16093. </wsdl:operation>
  16094. <wsdl:operation name="telephonyVoicemailMailboxDownload">
  16095. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyVoicemailMailboxDownload" />
  16096. <wsdl:input>
  16097. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16098. </wsdl:input>
  16099. <wsdl:output>
  16100. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16101. </wsdl:output>
  16102. <wsdl:fault name="failure">
  16103. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16104. </wsdl:fault>
  16105. </wsdl:operation>
  16106. <wsdl:operation name="dedicatedReverseModify">
  16107. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedReverseModify" />
  16108. <wsdl:input>
  16109. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16110. </wsdl:input>
  16111. <wsdl:output>
  16112. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16113. </wsdl:output>
  16114. <wsdl:fault name="failure">
  16115. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16116. </wsdl:fault>
  16117. </wsdl:operation>
  16118. <wsdl:operation name="telephonyNicGetIpRestriction">
  16119. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyNicGetIpRestriction" />
  16120. <wsdl:input>
  16121. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16122. </wsdl:input>
  16123. <wsdl:output>
  16124. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16125. </wsdl:output>
  16126. <wsdl:fault name="failure">
  16127. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16128. </wsdl:fault>
  16129. </wsdl:operation>
  16130. <wsdl:operation name="telephonyGetClosureEventsAsArray">
  16131. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyGetClosureEventsAsArray" />
  16132. <wsdl:input>
  16133. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16134. </wsdl:input>
  16135. <wsdl:output>
  16136. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16137. </wsdl:output>
  16138. <wsdl:fault name="failure">
  16139. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16140. </wsdl:fault>
  16141. </wsdl:operation>
  16142. <wsdl:operation name="telephonyPhonebookOnSmsContactDel">
  16143. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPhonebookOnSmsContactDel" />
  16144. <wsdl:input>
  16145. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16146. </wsdl:input>
  16147. <wsdl:output>
  16148. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16149. </wsdl:output>
  16150. <wsdl:fault name="failure">
  16151. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16152. </wsdl:fault>
  16153. </wsdl:operation>
  16154. <wsdl:operation name="telephonyReversmentsRefundIsPending">
  16155. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyReversmentsRefundIsPending" />
  16156. <wsdl:input>
  16157. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16158. </wsdl:input>
  16159. <wsdl:output>
  16160. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16161. </wsdl:output>
  16162. <wsdl:fault name="failure">
  16163. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16164. </wsdl:fault>
  16165. </wsdl:operation>
  16166. <wsdl:operation name="serviceModifyContact">
  16167. <soap:operation soapAction="http://soapi.ovh.com/manager#serviceModifyContact" />
  16168. <wsdl:input>
  16169. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16170. </wsdl:input>
  16171. <wsdl:output>
  16172. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16173. </wsdl:output>
  16174. <wsdl:fault name="failure">
  16175. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16176. </wsdl:fault>
  16177. </wsdl:operation>
  16178. <wsdl:operation name="telephonyScreenListInfoModify">
  16179. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyScreenListInfoModify" />
  16180. <wsdl:input>
  16181. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16182. </wsdl:input>
  16183. <wsdl:output>
  16184. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16185. </wsdl:output>
  16186. <wsdl:fault name="failure">
  16187. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16188. </wsdl:fault>
  16189. </wsdl:operation>
  16190. <wsdl:operation name="domainDnsList">
  16191. <soap:operation soapAction="http://soapi.ovh.com/manager#domainDnsList" />
  16192. <wsdl:input>
  16193. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16194. </wsdl:input>
  16195. <wsdl:output>
  16196. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16197. </wsdl:output>
  16198. <wsdl:fault name="failure">
  16199. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16200. </wsdl:fault>
  16201. </wsdl:operation>
  16202. <wsdl:operation name="dedicatedFailoverList">
  16203. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedFailoverList" />
  16204. <wsdl:input>
  16205. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16206. </wsdl:input>
  16207. <wsdl:output>
  16208. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16209. </wsdl:output>
  16210. <wsdl:fault name="failure">
  16211. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16212. </wsdl:fault>
  16213. </wsdl:operation>
  16214. <wsdl:operation name="emailDomainMxList">
  16215. <soap:operation soapAction="http://soapi.ovh.com/manager#emailDomainMxList" />
  16216. <wsdl:input>
  16217. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16218. </wsdl:input>
  16219. <wsdl:output>
  16220. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16221. </wsdl:output>
  16222. <wsdl:fault name="failure">
  16223. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16224. </wsdl:fault>
  16225. </wsdl:operation>
  16226. <wsdl:operation name="managedServicesHostMasterIpGet">
  16227. <soap:operation soapAction="http://soapi.ovh.com/manager#managedServicesHostMasterIpGet" />
  16228. <wsdl:input>
  16229. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16230. </wsdl:input>
  16231. <wsdl:output>
  16232. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16233. </wsdl:output>
  16234. <wsdl:fault name="failure">
  16235. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16236. </wsdl:fault>
  16237. </wsdl:operation>
  16238. <wsdl:operation name="dedicatedSecondaryDNSInfo">
  16239. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedSecondaryDNSInfo" />
  16240. <wsdl:input>
  16241. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16242. </wsdl:input>
  16243. <wsdl:output>
  16244. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16245. </wsdl:output>
  16246. <wsdl:fault name="failure">
  16247. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16248. </wsdl:fault>
  16249. </wsdl:operation>
  16250. <wsdl:operation name="telephonySmsplusServiceReversableTicketsList">
  16251. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsplusServiceReversableTicketsList" />
  16252. <wsdl:input>
  16253. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16254. </wsdl:input>
  16255. <wsdl:output>
  16256. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16257. </wsdl:output>
  16258. <wsdl:fault name="failure">
  16259. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16260. </wsdl:fault>
  16261. </wsdl:operation>
  16262. <wsdl:operation name="dedicatedRipeUpdateInetnum">
  16263. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedRipeUpdateInetnum" />
  16264. <wsdl:input>
  16265. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16266. </wsdl:input>
  16267. <wsdl:output>
  16268. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16269. </wsdl:output>
  16270. <wsdl:fault name="failure">
  16271. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16272. </wsdl:fault>
  16273. </wsdl:operation>
  16274. <wsdl:operation name="ortDomainList">
  16275. <soap:operation soapAction="http://soapi.ovh.com/manager#ortDomainList" />
  16276. <wsdl:input>
  16277. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16278. </wsdl:input>
  16279. <wsdl:output>
  16280. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16281. </wsdl:output>
  16282. <wsdl:fault name="failure">
  16283. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16284. </wsdl:fault>
  16285. </wsdl:operation>
  16286. <wsdl:operation name="telephonyHuntingGenericScreenStatusModify">
  16287. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyHuntingGenericScreenStatusModify" />
  16288. <wsdl:input>
  16289. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16290. </wsdl:input>
  16291. <wsdl:output>
  16292. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16293. </wsdl:output>
  16294. <wsdl:fault name="failure">
  16295. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16296. </wsdl:fault>
  16297. </wsdl:operation>
  16298. <wsdl:operation name="telephonySmsBlacklistedSendersList">
  16299. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsBlacklistedSendersList" />
  16300. <wsdl:input>
  16301. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16302. </wsdl:input>
  16303. <wsdl:output>
  16304. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16305. </wsdl:output>
  16306. <wsdl:fault name="failure">
  16307. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16308. </wsdl:fault>
  16309. </wsdl:operation>
  16310. <wsdl:operation name="telephonyPhonebookContactAdd">
  16311. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPhonebookContactAdd" />
  16312. <wsdl:input>
  16313. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16314. </wsdl:input>
  16315. <wsdl:output>
  16316. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16317. </wsdl:output>
  16318. <wsdl:fault name="failure">
  16319. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16320. </wsdl:fault>
  16321. </wsdl:operation>
  16322. <wsdl:operation name="domainOperationInfo">
  16323. <soap:operation soapAction="http://soapi.ovh.com/manager#domainOperationInfo" />
  16324. <wsdl:input>
  16325. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16326. </wsdl:input>
  16327. <wsdl:output>
  16328. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16329. </wsdl:output>
  16330. <wsdl:fault name="failure">
  16331. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16332. </wsdl:fault>
  16333. </wsdl:operation>
  16334. <wsdl:operation name="dedicatedGetAvailableNetworkFromCountry">
  16335. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedGetAvailableNetworkFromCountry" />
  16336. <wsdl:input>
  16337. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16338. </wsdl:input>
  16339. <wsdl:output>
  16340. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16341. </wsdl:output>
  16342. <wsdl:fault name="failure">
  16343. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16344. </wsdl:fault>
  16345. </wsdl:operation>
  16346. <wsdl:operation name="telephonyPortabilityOrderSpecialNumber">
  16347. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPortabilityOrderSpecialNumber" />
  16348. <wsdl:input>
  16349. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16350. </wsdl:input>
  16351. <wsdl:output>
  16352. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16353. </wsdl:output>
  16354. <wsdl:fault name="failure">
  16355. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16356. </wsdl:fault>
  16357. </wsdl:operation>
  16358. <wsdl:operation name="billingGetReferencesToExpired">
  16359. <soap:operation soapAction="http://soapi.ovh.com/manager#billingGetReferencesToExpired" />
  16360. <wsdl:input>
  16361. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16362. </wsdl:input>
  16363. <wsdl:output>
  16364. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16365. </wsdl:output>
  16366. <wsdl:fault name="failure">
  16367. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16368. </wsdl:fault>
  16369. </wsdl:operation>
  16370. <wsdl:operation name="dedicatedFailoverAdd">
  16371. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedFailoverAdd" />
  16372. <wsdl:input>
  16373. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16374. </wsdl:input>
  16375. <wsdl:output>
  16376. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16377. </wsdl:output>
  16378. <wsdl:fault name="failure">
  16379. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16380. </wsdl:fault>
  16381. </wsdl:operation>
  16382. <wsdl:operation name="telephonySmsUserSetCallBack">
  16383. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsUserSetCallBack" />
  16384. <wsdl:input>
  16385. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16386. </wsdl:input>
  16387. <wsdl:output>
  16388. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16389. </wsdl:output>
  16390. <wsdl:fault name="failure">
  16391. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16392. </wsdl:fault>
  16393. </wsdl:operation>
  16394. <wsdl:operation name="prepaidGetSummary">
  16395. <soap:operation soapAction="http://soapi.ovh.com/manager#prepaidGetSummary" />
  16396. <wsdl:input>
  16397. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16398. </wsdl:input>
  16399. <wsdl:output>
  16400. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16401. </wsdl:output>
  16402. <wsdl:fault name="failure">
  16403. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16404. </wsdl:fault>
  16405. </wsdl:operation>
  16406. <wsdl:operation name="domainDnsUpdate">
  16407. <soap:operation soapAction="http://soapi.ovh.com/manager#domainDnsUpdate" />
  16408. <wsdl:input>
  16409. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16410. </wsdl:input>
  16411. <wsdl:output>
  16412. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16413. </wsdl:output>
  16414. <wsdl:fault name="failure">
  16415. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16416. </wsdl:fault>
  16417. </wsdl:operation>
  16418. <wsdl:operation name="emailFilterRuleAdd">
  16419. <soap:operation soapAction="http://soapi.ovh.com/manager#emailFilterRuleAdd" />
  16420. <wsdl:input>
  16421. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16422. </wsdl:input>
  16423. <wsdl:output>
  16424. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16425. </wsdl:output>
  16426. <wsdl:fault name="failure">
  16427. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16428. </wsdl:fault>
  16429. </wsdl:operation>
  16430. <wsdl:operation name="ripeUpdateInetnum">
  16431. <soap:operation soapAction="http://soapi.ovh.com/manager#ripeUpdateInetnum" />
  16432. <wsdl:input>
  16433. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16434. </wsdl:input>
  16435. <wsdl:output>
  16436. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16437. </wsdl:output>
  16438. <wsdl:fault name="failure">
  16439. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16440. </wsdl:fault>
  16441. </wsdl:operation>
  16442. <wsdl:operation name="domainResellerDel">
  16443. <soap:operation soapAction="http://soapi.ovh.com/manager#domainResellerDel" />
  16444. <wsdl:input>
  16445. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16446. </wsdl:input>
  16447. <wsdl:output>
  16448. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16449. </wsdl:output>
  16450. <wsdl:fault name="failure">
  16451. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16452. </wsdl:fault>
  16453. </wsdl:operation>
  16454. <wsdl:operation name="telephonyPhonebookOnGroupModify">
  16455. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPhonebookOnGroupModify" />
  16456. <wsdl:input>
  16457. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16458. </wsdl:input>
  16459. <wsdl:output>
  16460. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16461. </wsdl:output>
  16462. <wsdl:fault name="failure">
  16463. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16464. </wsdl:fault>
  16465. </wsdl:operation>
  16466. <wsdl:operation name="telephonyLineSwitchOldOfferPossibility">
  16467. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyLineSwitchOldOfferPossibility" />
  16468. <wsdl:input>
  16469. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16470. </wsdl:input>
  16471. <wsdl:output>
  16472. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16473. </wsdl:output>
  16474. <wsdl:fault name="failure">
  16475. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16476. </wsdl:fault>
  16477. </wsdl:operation>
  16478. <wsdl:operation name="resellerDomainCreateIT">
  16479. <soap:operation soapAction="http://soapi.ovh.com/manager#resellerDomainCreateIT" />
  16480. <wsdl:input>
  16481. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16482. </wsdl:input>
  16483. <wsdl:output>
  16484. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16485. </wsdl:output>
  16486. <wsdl:fault name="failure">
  16487. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16488. </wsdl:fault>
  16489. </wsdl:operation>
  16490. <wsdl:operation name="notepadGet">
  16491. <soap:operation soapAction="http://soapi.ovh.com/manager#notepadGet" />
  16492. <wsdl:input>
  16493. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16494. </wsdl:input>
  16495. <wsdl:output>
  16496. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16497. </wsdl:output>
  16498. <wsdl:fault name="failure">
  16499. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16500. </wsdl:fault>
  16501. </wsdl:operation>
  16502. <wsdl:operation name="telephonySmsplusServiceList">
  16503. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsplusServiceList" />
  16504. <wsdl:input>
  16505. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16506. </wsdl:input>
  16507. <wsdl:output>
  16508. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16509. </wsdl:output>
  16510. <wsdl:fault name="failure">
  16511. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16512. </wsdl:fault>
  16513. </wsdl:operation>
  16514. <wsdl:operation name="telephonyHuntingModificationAnonymousCallRejection">
  16515. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyHuntingModificationAnonymousCallRejection" />
  16516. <wsdl:input>
  16517. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16518. </wsdl:input>
  16519. <wsdl:output>
  16520. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16521. </wsdl:output>
  16522. <wsdl:fault name="failure">
  16523. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16524. </wsdl:fault>
  16525. </wsdl:operation>
  16526. <wsdl:operation name="dedicatedFilterIrcServerRuleList">
  16527. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedFilterIrcServerRuleList" />
  16528. <wsdl:input>
  16529. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16530. </wsdl:input>
  16531. <wsdl:output>
  16532. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16533. </wsdl:output>
  16534. <wsdl:fault name="failure">
  16535. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16536. </wsdl:fault>
  16537. </wsdl:operation>
  16538. <wsdl:operation name="telephonyNumberGetBillingAccount">
  16539. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyNumberGetBillingAccount" />
  16540. <wsdl:input>
  16541. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16542. </wsdl:input>
  16543. <wsdl:output>
  16544. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16545. </wsdl:output>
  16546. <wsdl:fault name="failure">
  16547. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16548. </wsdl:fault>
  16549. </wsdl:operation>
  16550. <wsdl:operation name="managedServicesPartitionDelete">
  16551. <soap:operation soapAction="http://soapi.ovh.com/manager#managedServicesPartitionDelete" />
  16552. <wsdl:input>
  16553. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16554. </wsdl:input>
  16555. <wsdl:output>
  16556. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16557. </wsdl:output>
  16558. <wsdl:fault name="failure">
  16559. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16560. </wsdl:fault>
  16561. </wsdl:operation>
  16562. <wsdl:operation name="telephonyTonesOptionsList">
  16563. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyTonesOptionsList" />
  16564. <wsdl:input>
  16565. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16566. </wsdl:input>
  16567. <wsdl:output>
  16568. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16569. </wsdl:output>
  16570. <wsdl:fault name="failure">
  16571. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16572. </wsdl:fault>
  16573. </wsdl:operation>
  16574. <wsdl:operation name="telephonySpareList">
  16575. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySpareList" />
  16576. <wsdl:input>
  16577. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16578. </wsdl:input>
  16579. <wsdl:output>
  16580. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16581. </wsdl:output>
  16582. <wsdl:fault name="failure">
  16583. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16584. </wsdl:fault>
  16585. </wsdl:operation>
  16586. <wsdl:operation name="supportReportAnswerProblem">
  16587. <soap:operation soapAction="http://soapi.ovh.com/manager#supportReportAnswerProblem" />
  16588. <wsdl:input>
  16589. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16590. </wsdl:input>
  16591. <wsdl:output>
  16592. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16593. </wsdl:output>
  16594. <wsdl:fault name="failure">
  16595. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16596. </wsdl:fault>
  16597. </wsdl:operation>
  16598. <wsdl:operation name="multiDomainList">
  16599. <soap:operation soapAction="http://soapi.ovh.com/manager#multiDomainList" />
  16600. <wsdl:input>
  16601. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16602. </wsdl:input>
  16603. <wsdl:output>
  16604. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16605. </wsdl:output>
  16606. <wsdl:fault name="failure">
  16607. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16608. </wsdl:fault>
  16609. </wsdl:operation>
  16610. <wsdl:operation name="ticketClose">
  16611. <soap:operation soapAction="http://soapi.ovh.com/manager#ticketClose" />
  16612. <wsdl:input>
  16613. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16614. </wsdl:input>
  16615. <wsdl:output>
  16616. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16617. </wsdl:output>
  16618. <wsdl:fault name="failure">
  16619. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16620. </wsdl:fault>
  16621. </wsdl:operation>
  16622. <wsdl:operation name="dedicatedRipeCreateOrganisation">
  16623. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedRipeCreateOrganisation" />
  16624. <wsdl:input>
  16625. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16626. </wsdl:input>
  16627. <wsdl:output>
  16628. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16629. </wsdl:output>
  16630. <wsdl:fault name="failure">
  16631. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16632. </wsdl:fault>
  16633. </wsdl:operation>
  16634. <wsdl:operation name="telephonyListSummationCallsFromNumber">
  16635. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyListSummationCallsFromNumber" />
  16636. <wsdl:input>
  16637. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16638. </wsdl:input>
  16639. <wsdl:output>
  16640. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16641. </wsdl:output>
  16642. <wsdl:fault name="failure">
  16643. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16644. </wsdl:fault>
  16645. </wsdl:operation>
  16646. <wsdl:operation name="telephonyConferenceGetParams">
  16647. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyConferenceGetParams" />
  16648. <wsdl:input>
  16649. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16650. </wsdl:input>
  16651. <wsdl:output>
  16652. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16653. </wsdl:output>
  16654. <wsdl:fault name="failure">
  16655. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16656. </wsdl:fault>
  16657. </wsdl:operation>
  16658. <wsdl:operation name="telephonyPhonebookContactModify">
  16659. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPhonebookContactModify" />
  16660. <wsdl:input>
  16661. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16662. </wsdl:input>
  16663. <wsdl:output>
  16664. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16665. </wsdl:output>
  16666. <wsdl:fault name="failure">
  16667. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16668. </wsdl:fault>
  16669. </wsdl:operation>
  16670. <wsdl:operation name="domainDnsGetOvhDefault">
  16671. <soap:operation soapAction="http://soapi.ovh.com/manager#domainDnsGetOvhDefault" />
  16672. <wsdl:input>
  16673. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16674. </wsdl:input>
  16675. <wsdl:output>
  16676. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16677. </wsdl:output>
  16678. <wsdl:fault name="failure">
  16679. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16680. </wsdl:fault>
  16681. </wsdl:operation>
  16682. <wsdl:operation name="telephonyLineList">
  16683. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyLineList" />
  16684. <wsdl:input>
  16685. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16686. </wsdl:input>
  16687. <wsdl:output>
  16688. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16689. </wsdl:output>
  16690. <wsdl:fault name="failure">
  16691. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16692. </wsdl:fault>
  16693. </wsdl:operation>
  16694. <wsdl:operation name="databaseCreate">
  16695. <soap:operation soapAction="http://soapi.ovh.com/manager#databaseCreate" />
  16696. <wsdl:input>
  16697. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16698. </wsdl:input>
  16699. <wsdl:output>
  16700. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16701. </wsdl:output>
  16702. <wsdl:fault name="failure">
  16703. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16704. </wsdl:fault>
  16705. </wsdl:operation>
  16706. <wsdl:operation name="billingGetAccessByNic">
  16707. <soap:operation soapAction="http://soapi.ovh.com/manager#billingGetAccessByNic" />
  16708. <wsdl:input>
  16709. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16710. </wsdl:input>
  16711. <wsdl:output>
  16712. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16713. </wsdl:output>
  16714. <wsdl:fault name="failure">
  16715. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16716. </wsdl:fault>
  16717. </wsdl:operation>
  16718. <wsdl:operation name="dedicatedBackupExcludeAdd">
  16719. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedBackupExcludeAdd" />
  16720. <wsdl:input>
  16721. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16722. </wsdl:input>
  16723. <wsdl:output>
  16724. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16725. </wsdl:output>
  16726. <wsdl:fault name="failure">
  16727. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16728. </wsdl:fault>
  16729. </wsdl:operation>
  16730. <wsdl:operation name="serviceModifyOwner">
  16731. <soap:operation soapAction="http://soapi.ovh.com/manager#serviceModifyOwner" />
  16732. <wsdl:input>
  16733. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16734. </wsdl:input>
  16735. <wsdl:output>
  16736. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16737. </wsdl:output>
  16738. <wsdl:fault name="failure">
  16739. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16740. </wsdl:fault>
  16741. </wsdl:operation>
  16742. <wsdl:operation name="telephonyLineOptionsModify">
  16743. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyLineOptionsModify" />
  16744. <wsdl:input>
  16745. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16746. </wsdl:input>
  16747. <wsdl:output>
  16748. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16749. </wsdl:output>
  16750. <wsdl:fault name="failure">
  16751. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16752. </wsdl:fault>
  16753. </wsdl:operation>
  16754. <wsdl:operation name="telephonyHuntingGenericScreenSet">
  16755. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyHuntingGenericScreenSet" />
  16756. <wsdl:input>
  16757. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16758. </wsdl:input>
  16759. <wsdl:output>
  16760. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16761. </wsdl:output>
  16762. <wsdl:fault name="failure">
  16763. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16764. </wsdl:fault>
  16765. </wsdl:operation>
  16766. <wsdl:operation name="sqlpriveCronDel">
  16767. <soap:operation soapAction="http://soapi.ovh.com/manager#sqlpriveCronDel" />
  16768. <wsdl:input>
  16769. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16770. </wsdl:input>
  16771. <wsdl:output>
  16772. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16773. </wsdl:output>
  16774. <wsdl:fault name="failure">
  16775. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16776. </wsdl:fault>
  16777. </wsdl:operation>
  16778. <wsdl:operation name="telephonyFaxCampaignStartStop">
  16779. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyFaxCampaignStartStop" />
  16780. <wsdl:input>
  16781. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16782. </wsdl:input>
  16783. <wsdl:output>
  16784. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16785. </wsdl:output>
  16786. <wsdl:fault name="failure">
  16787. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16788. </wsdl:fault>
  16789. </wsdl:operation>
  16790. <wsdl:operation name="dedicatedFilterIrcServerRuleDel">
  16791. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedFilterIrcServerRuleDel" />
  16792. <wsdl:input>
  16793. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16794. </wsdl:input>
  16795. <wsdl:output>
  16796. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16797. </wsdl:output>
  16798. <wsdl:fault name="failure">
  16799. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16800. </wsdl:fault>
  16801. </wsdl:operation>
  16802. <wsdl:operation name="hostingGetCapabilities">
  16803. <soap:operation soapAction="http://soapi.ovh.com/manager#hostingGetCapabilities" />
  16804. <wsdl:input>
  16805. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16806. </wsdl:input>
  16807. <wsdl:output>
  16808. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16809. </wsdl:output>
  16810. <wsdl:fault name="failure">
  16811. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16812. </wsdl:fault>
  16813. </wsdl:operation>
  16814. <wsdl:operation name="domainWhoisObfuscatorUnset">
  16815. <soap:operation soapAction="http://soapi.ovh.com/manager#domainWhoisObfuscatorUnset" />
  16816. <wsdl:input>
  16817. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16818. </wsdl:input>
  16819. <wsdl:output>
  16820. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16821. </wsdl:output>
  16822. <wsdl:fault name="failure">
  16823. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16824. </wsdl:fault>
  16825. </wsdl:operation>
  16826. <wsdl:operation name="domainHostDel">
  16827. <soap:operation soapAction="http://soapi.ovh.com/manager#domainHostDel" />
  16828. <wsdl:input>
  16829. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16830. </wsdl:input>
  16831. <wsdl:output>
  16832. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16833. </wsdl:output>
  16834. <wsdl:fault name="failure">
  16835. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16836. </wsdl:fault>
  16837. </wsdl:operation>
  16838. <wsdl:operation name="dedicatedFailoverRipeModify">
  16839. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedFailoverRipeModify" />
  16840. <wsdl:input>
  16841. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16842. </wsdl:input>
  16843. <wsdl:output>
  16844. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16845. </wsdl:output>
  16846. <wsdl:fault name="failure">
  16847. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16848. </wsdl:fault>
  16849. </wsdl:operation>
  16850. <wsdl:operation name="responderEmailDel">
  16851. <soap:operation soapAction="http://soapi.ovh.com/manager#responderEmailDel" />
  16852. <wsdl:input>
  16853. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16854. </wsdl:input>
  16855. <wsdl:output>
  16856. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16857. </wsdl:output>
  16858. <wsdl:fault name="failure">
  16859. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16860. </wsdl:fault>
  16861. </wsdl:operation>
  16862. <wsdl:operation name="dedicatedMonitoringList">
  16863. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedMonitoringList" />
  16864. <wsdl:input>
  16865. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16866. </wsdl:input>
  16867. <wsdl:output>
  16868. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16869. </wsdl:output>
  16870. <wsdl:fault name="failure">
  16871. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16872. </wsdl:fault>
  16873. </wsdl:operation>
  16874. <wsdl:operation name="telephonyDirectoryModifyAddress">
  16875. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyDirectoryModifyAddress" />
  16876. <wsdl:input>
  16877. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16878. </wsdl:input>
  16879. <wsdl:output>
  16880. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16881. </wsdl:output>
  16882. <wsdl:fault name="failure">
  16883. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16884. </wsdl:fault>
  16885. </wsdl:operation>
  16886. <wsdl:operation name="managedServicesPartitionStatusCheck">
  16887. <soap:operation soapAction="http://soapi.ovh.com/manager#managedServicesPartitionStatusCheck" />
  16888. <wsdl:input>
  16889. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16890. </wsdl:input>
  16891. <wsdl:output>
  16892. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16893. </wsdl:output>
  16894. <wsdl:fault name="failure">
  16895. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16896. </wsdl:fault>
  16897. </wsdl:operation>
  16898. <wsdl:operation name="cmsAvailableList">
  16899. <soap:operation soapAction="http://soapi.ovh.com/manager#cmsAvailableList" />
  16900. <wsdl:input>
  16901. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16902. </wsdl:input>
  16903. <wsdl:output>
  16904. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16905. </wsdl:output>
  16906. <wsdl:fault name="failure">
  16907. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16908. </wsdl:fault>
  16909. </wsdl:operation>
  16910. <wsdl:operation name="telephonyNicSetMgcpIpRestriction">
  16911. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyNicSetMgcpIpRestriction" />
  16912. <wsdl:input>
  16913. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16914. </wsdl:input>
  16915. <wsdl:output>
  16916. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16917. </wsdl:output>
  16918. <wsdl:fault name="failure">
  16919. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16920. </wsdl:fault>
  16921. </wsdl:operation>
  16922. <wsdl:operation name="telephonySecurityDepositCredit">
  16923. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySecurityDepositCredit" />
  16924. <wsdl:input>
  16925. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16926. </wsdl:input>
  16927. <wsdl:output>
  16928. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16929. </wsdl:output>
  16930. <wsdl:fault name="failure">
  16931. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16932. </wsdl:fault>
  16933. </wsdl:operation>
  16934. <wsdl:operation name="nicModifyLanguage">
  16935. <soap:operation soapAction="http://soapi.ovh.com/manager#nicModifyLanguage" />
  16936. <wsdl:input>
  16937. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16938. </wsdl:input>
  16939. <wsdl:output>
  16940. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16941. </wsdl:output>
  16942. <wsdl:fault name="failure">
  16943. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16944. </wsdl:fault>
  16945. </wsdl:operation>
  16946. <wsdl:operation name="telephonyLineOrder">
  16947. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyLineOrder" />
  16948. <wsdl:input>
  16949. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16950. </wsdl:input>
  16951. <wsdl:output>
  16952. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16953. </wsdl:output>
  16954. <wsdl:fault name="failure">
  16955. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16956. </wsdl:fault>
  16957. </wsdl:operation>
  16958. <wsdl:operation name="telephonyConferenceAction">
  16959. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyConferenceAction" />
  16960. <wsdl:input>
  16961. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16962. </wsdl:input>
  16963. <wsdl:output>
  16964. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16965. </wsdl:output>
  16966. <wsdl:fault name="failure">
  16967. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16968. </wsdl:fault>
  16969. </wsdl:operation>
  16970. <wsdl:operation name="dedicatedBackupExcludeDel">
  16971. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedBackupExcludeDel" />
  16972. <wsdl:input>
  16973. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16974. </wsdl:input>
  16975. <wsdl:output>
  16976. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16977. </wsdl:output>
  16978. <wsdl:fault name="failure">
  16979. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16980. </wsdl:fault>
  16981. </wsdl:operation>
  16982. <wsdl:operation name="automatedMailUnlock">
  16983. <soap:operation soapAction="http://soapi.ovh.com/manager#automatedMailUnlock" />
  16984. <wsdl:input>
  16985. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16986. </wsdl:input>
  16987. <wsdl:output>
  16988. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16989. </wsdl:output>
  16990. <wsdl:fault name="failure">
  16991. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  16992. </wsdl:fault>
  16993. </wsdl:operation>
  16994. <wsdl:operation name="ripeQuery">
  16995. <soap:operation soapAction="http://soapi.ovh.com/manager#ripeQuery" />
  16996. <wsdl:input>
  16997. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  16998. </wsdl:input>
  16999. <wsdl:output>
  17000. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17001. </wsdl:output>
  17002. <wsdl:fault name="failure">
  17003. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17004. </wsdl:fault>
  17005. </wsdl:operation>
  17006. <wsdl:operation name="login">
  17007. <soap:operation soapAction="http://soapi.ovh.com/manager#login" />
  17008. <wsdl:input>
  17009. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17010. </wsdl:input>
  17011. <wsdl:output>
  17012. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17013. </wsdl:output>
  17014. <wsdl:fault name="failure">
  17015. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17016. </wsdl:fault>
  17017. </wsdl:operation>
  17018. <wsdl:operation name="telephonyFunctionKeyDel">
  17019. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyFunctionKeyDel" />
  17020. <wsdl:input>
  17021. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17022. </wsdl:input>
  17023. <wsdl:output>
  17024. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17025. </wsdl:output>
  17026. <wsdl:fault name="failure">
  17027. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17028. </wsdl:fault>
  17029. </wsdl:operation>
  17030. <wsdl:operation name="popListByMasterNic">
  17031. <soap:operation soapAction="http://soapi.ovh.com/manager#popListByMasterNic" />
  17032. <wsdl:input>
  17033. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17034. </wsdl:input>
  17035. <wsdl:output>
  17036. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17037. </wsdl:output>
  17038. <wsdl:fault name="failure">
  17039. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17040. </wsdl:fault>
  17041. </wsdl:operation>
  17042. <wsdl:operation name="serviceModifyOwnerInfos">
  17043. <soap:operation soapAction="http://soapi.ovh.com/manager#serviceModifyOwnerInfos" />
  17044. <wsdl:input>
  17045. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17046. </wsdl:input>
  17047. <wsdl:output>
  17048. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17049. </wsdl:output>
  17050. <wsdl:fault name="failure">
  17051. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17052. </wsdl:fault>
  17053. </wsdl:operation>
  17054. <wsdl:operation name="dedicatedHardRebootStatus">
  17055. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedHardRebootStatus" />
  17056. <wsdl:input>
  17057. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17058. </wsdl:input>
  17059. <wsdl:output>
  17060. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17061. </wsdl:output>
  17062. <wsdl:fault name="failure">
  17063. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17064. </wsdl:fault>
  17065. </wsdl:operation>
  17066. <wsdl:operation name="domainInfo">
  17067. <soap:operation soapAction="http://soapi.ovh.com/manager#domainInfo" />
  17068. <wsdl:input>
  17069. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17070. </wsdl:input>
  17071. <wsdl:output>
  17072. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17073. </wsdl:output>
  17074. <wsdl:fault name="failure">
  17075. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17076. </wsdl:fault>
  17077. </wsdl:operation>
  17078. <wsdl:operation name="dedicatedGetServiceMonitoringItem">
  17079. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedGetServiceMonitoringItem" />
  17080. <wsdl:input>
  17081. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17082. </wsdl:input>
  17083. <wsdl:output>
  17084. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17085. </wsdl:output>
  17086. <wsdl:fault name="failure">
  17087. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17088. </wsdl:fault>
  17089. </wsdl:operation>
  17090. <wsdl:operation name="telephonyNicGetSipDomain">
  17091. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyNicGetSipDomain" />
  17092. <wsdl:input>
  17093. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17094. </wsdl:input>
  17095. <wsdl:output>
  17096. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17097. </wsdl:output>
  17098. <wsdl:fault name="failure">
  17099. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17100. </wsdl:fault>
  17101. </wsdl:operation>
  17102. <wsdl:operation name="telephonyGetClosureEventsAsICS">
  17103. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyGetClosureEventsAsICS" />
  17104. <wsdl:input>
  17105. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17106. </wsdl:input>
  17107. <wsdl:output>
  17108. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17109. </wsdl:output>
  17110. <wsdl:fault name="failure">
  17111. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17112. </wsdl:fault>
  17113. </wsdl:operation>
  17114. <wsdl:operation name="telephonySmsUserCreditLeft">
  17115. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsUserCreditLeft" />
  17116. <wsdl:input>
  17117. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17118. </wsdl:input>
  17119. <wsdl:output>
  17120. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17121. </wsdl:output>
  17122. <wsdl:fault name="failure">
  17123. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17124. </wsdl:fault>
  17125. </wsdl:operation>
  17126. <wsdl:operation name="telephonyPortabilityOrder">
  17127. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPortabilityOrder" />
  17128. <wsdl:input>
  17129. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17130. </wsdl:input>
  17131. <wsdl:output>
  17132. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17133. </wsdl:output>
  17134. <wsdl:fault name="failure">
  17135. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17136. </wsdl:fault>
  17137. </wsdl:operation>
  17138. <wsdl:operation name="passwordSoapi">
  17139. <soap:operation soapAction="http://soapi.ovh.com/manager#passwordSoapi" />
  17140. <wsdl:input>
  17141. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17142. </wsdl:input>
  17143. <wsdl:output>
  17144. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17145. </wsdl:output>
  17146. <wsdl:fault name="failure">
  17147. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17148. </wsdl:fault>
  17149. </wsdl:operation>
  17150. <wsdl:operation name="nicCreate">
  17151. <soap:operation soapAction="http://soapi.ovh.com/manager#nicCreate" />
  17152. <wsdl:input>
  17153. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17154. </wsdl:input>
  17155. <wsdl:output>
  17156. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17157. </wsdl:output>
  17158. <wsdl:fault name="failure">
  17159. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17160. </wsdl:fault>
  17161. </wsdl:operation>
  17162. <wsdl:operation name="cmsRemove">
  17163. <soap:operation soapAction="http://soapi.ovh.com/manager#cmsRemove" />
  17164. <wsdl:input>
  17165. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17166. </wsdl:input>
  17167. <wsdl:output>
  17168. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17169. </wsdl:output>
  17170. <wsdl:fault name="failure">
  17171. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17172. </wsdl:fault>
  17173. </wsdl:operation>
  17174. <wsdl:operation name="telephonyVoicemailMailboxDelete">
  17175. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyVoicemailMailboxDelete" />
  17176. <wsdl:input>
  17177. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17178. </wsdl:input>
  17179. <wsdl:output>
  17180. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17181. </wsdl:output>
  17182. <wsdl:fault name="failure">
  17183. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17184. </wsdl:fault>
  17185. </wsdl:operation>
  17186. <wsdl:operation name="sqlpriveMysqlDatabaseImportFromHost">
  17187. <soap:operation soapAction="http://soapi.ovh.com/manager#sqlpriveMysqlDatabaseImportFromHost" />
  17188. <wsdl:input>
  17189. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17190. </wsdl:input>
  17191. <wsdl:output>
  17192. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17193. </wsdl:output>
  17194. <wsdl:fault name="failure">
  17195. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17196. </wsdl:fault>
  17197. </wsdl:operation>
  17198. <wsdl:operation name="billingInvoiceInfo">
  17199. <soap:operation soapAction="http://soapi.ovh.com/manager#billingInvoiceInfo" />
  17200. <wsdl:input>
  17201. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17202. </wsdl:input>
  17203. <wsdl:output>
  17204. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17205. </wsdl:output>
  17206. <wsdl:fault name="failure">
  17207. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17208. </wsdl:fault>
  17209. </wsdl:operation>
  17210. <wsdl:operation name="telephonyBillingAccountDel">
  17211. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyBillingAccountDel" />
  17212. <wsdl:input>
  17213. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17214. </wsdl:input>
  17215. <wsdl:output>
  17216. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17217. </wsdl:output>
  17218. <wsdl:fault name="failure">
  17219. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17220. </wsdl:fault>
  17221. </wsdl:operation>
  17222. <wsdl:operation name="version">
  17223. <soap:operation soapAction="http://soapi.ovh.com/manager#version" />
  17224. <wsdl:input>
  17225. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17226. </wsdl:input>
  17227. <wsdl:output>
  17228. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17229. </wsdl:output>
  17230. <wsdl:fault name="failure">
  17231. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17232. </wsdl:fault>
  17233. </wsdl:operation>
  17234. <wsdl:operation name="orderAccountCredit">
  17235. <soap:operation soapAction="http://soapi.ovh.com/manager#orderAccountCredit" />
  17236. <wsdl:input>
  17237. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17238. </wsdl:input>
  17239. <wsdl:output>
  17240. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17241. </wsdl:output>
  17242. <wsdl:fault name="failure">
  17243. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17244. </wsdl:fault>
  17245. </wsdl:operation>
  17246. <wsdl:operation name="telephonyNumberClean">
  17247. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyNumberClean" />
  17248. <wsdl:input>
  17249. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17250. </wsdl:input>
  17251. <wsdl:output>
  17252. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17253. </wsdl:output>
  17254. <wsdl:fault name="failure">
  17255. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17256. </wsdl:fault>
  17257. </wsdl:operation>
  17258. <wsdl:operation name="dedicatedReverseAdd">
  17259. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedReverseAdd" />
  17260. <wsdl:input>
  17261. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17262. </wsdl:input>
  17263. <wsdl:output>
  17264. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17265. </wsdl:output>
  17266. <wsdl:fault name="failure">
  17267. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17268. </wsdl:fault>
  17269. </wsdl:operation>
  17270. <wsdl:operation name="dedicatedBackupGetFreePlanning">
  17271. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedBackupGetFreePlanning" />
  17272. <wsdl:input>
  17273. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17274. </wsdl:input>
  17275. <wsdl:output>
  17276. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17277. </wsdl:output>
  17278. <wsdl:fault name="failure">
  17279. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17280. </wsdl:fault>
  17281. </wsdl:operation>
  17282. <wsdl:operation name="dedicatedInstallAllowedDistributionGet">
  17283. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedInstallAllowedDistributionGet" />
  17284. <wsdl:input>
  17285. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17286. </wsdl:input>
  17287. <wsdl:output>
  17288. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17289. </wsdl:output>
  17290. <wsdl:fault name="failure">
  17291. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17292. </wsdl:fault>
  17293. </wsdl:operation>
  17294. <wsdl:operation name="subDomainModify">
  17295. <soap:operation soapAction="http://soapi.ovh.com/manager#subDomainModify" />
  17296. <wsdl:input>
  17297. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17298. </wsdl:input>
  17299. <wsdl:output>
  17300. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17301. </wsdl:output>
  17302. <wsdl:fault name="failure">
  17303. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17304. </wsdl:fault>
  17305. </wsdl:operation>
  17306. <wsdl:operation name="telephonyPlugAndPhoneOperation">
  17307. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPlugAndPhoneOperation" />
  17308. <wsdl:input>
  17309. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17310. </wsdl:input>
  17311. <wsdl:output>
  17312. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17313. </wsdl:output>
  17314. <wsdl:fault name="failure">
  17315. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17316. </wsdl:fault>
  17317. </wsdl:operation>
  17318. <wsdl:operation name="nicInfo">
  17319. <soap:operation soapAction="http://soapi.ovh.com/manager#nicInfo" />
  17320. <wsdl:input>
  17321. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17322. </wsdl:input>
  17323. <wsdl:output>
  17324. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17325. </wsdl:output>
  17326. <wsdl:fault name="failure">
  17327. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17328. </wsdl:fault>
  17329. </wsdl:operation>
  17330. <wsdl:operation name="anonymousFtpInfo">
  17331. <soap:operation soapAction="http://soapi.ovh.com/manager#anonymousFtpInfo" />
  17332. <wsdl:input>
  17333. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17334. </wsdl:input>
  17335. <wsdl:output>
  17336. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17337. </wsdl:output>
  17338. <wsdl:fault name="failure">
  17339. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17340. </wsdl:fault>
  17341. </wsdl:operation>
  17342. <wsdl:operation name="dedicatedCapabilitiesGet">
  17343. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedCapabilitiesGet" />
  17344. <wsdl:input>
  17345. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17346. </wsdl:input>
  17347. <wsdl:output>
  17348. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17349. </wsdl:output>
  17350. <wsdl:fault name="failure">
  17351. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17352. </wsdl:fault>
  17353. </wsdl:operation>
  17354. <wsdl:operation name="telephonyPhonebookOnSmsContactModify">
  17355. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPhonebookOnSmsContactModify" />
  17356. <wsdl:input>
  17357. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17358. </wsdl:input>
  17359. <wsdl:output>
  17360. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17361. </wsdl:output>
  17362. <wsdl:fault name="failure">
  17363. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17364. </wsdl:fault>
  17365. </wsdl:operation>
  17366. <wsdl:operation name="telephonyPhonebookOnSmsModify">
  17367. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPhonebookOnSmsModify" />
  17368. <wsdl:input>
  17369. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17370. </wsdl:input>
  17371. <wsdl:output>
  17372. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17373. </wsdl:output>
  17374. <wsdl:fault name="failure">
  17375. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17376. </wsdl:fault>
  17377. </wsdl:operation>
  17378. <wsdl:operation name="cmsList">
  17379. <soap:operation soapAction="http://soapi.ovh.com/manager#cmsList" />
  17380. <wsdl:input>
  17381. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17382. </wsdl:input>
  17383. <wsdl:output>
  17384. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17385. </wsdl:output>
  17386. <wsdl:fault name="failure">
  17387. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17388. </wsdl:fault>
  17389. </wsdl:operation>
  17390. <wsdl:operation name="telephonySmsSetQuotaNotification">
  17391. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsSetQuotaNotification" />
  17392. <wsdl:input>
  17393. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17394. </wsdl:input>
  17395. <wsdl:output>
  17396. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17397. </wsdl:output>
  17398. <wsdl:fault name="failure">
  17399. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17400. </wsdl:fault>
  17401. </wsdl:operation>
  17402. <wsdl:operation name="dedicatedMonitoringSMSDel">
  17403. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedMonitoringSMSDel" />
  17404. <wsdl:input>
  17405. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17406. </wsdl:input>
  17407. <wsdl:output>
  17408. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17409. </wsdl:output>
  17410. <wsdl:fault name="failure">
  17411. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17412. </wsdl:fault>
  17413. </wsdl:operation>
  17414. <wsdl:operation name="telephonySmsUserList">
  17415. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsUserList" />
  17416. <wsdl:input>
  17417. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17418. </wsdl:input>
  17419. <wsdl:output>
  17420. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17421. </wsdl:output>
  17422. <wsdl:fault name="failure">
  17423. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17424. </wsdl:fault>
  17425. </wsdl:operation>
  17426. <wsdl:operation name="ripeDeleteOrganisation">
  17427. <soap:operation soapAction="http://soapi.ovh.com/manager#ripeDeleteOrganisation" />
  17428. <wsdl:input>
  17429. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17430. </wsdl:input>
  17431. <wsdl:output>
  17432. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17433. </wsdl:output>
  17434. <wsdl:fault name="failure">
  17435. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17436. </wsdl:fault>
  17437. </wsdl:operation>
  17438. <wsdl:operation name="logsAccessList">
  17439. <soap:operation soapAction="http://soapi.ovh.com/manager#logsAccessList" />
  17440. <wsdl:input>
  17441. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17442. </wsdl:input>
  17443. <wsdl:output>
  17444. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17445. </wsdl:output>
  17446. <wsdl:fault name="failure">
  17447. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17448. </wsdl:fault>
  17449. </wsdl:operation>
  17450. <wsdl:operation name="telephonyHuntingInfo">
  17451. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyHuntingInfo" />
  17452. <wsdl:input>
  17453. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17454. </wsdl:input>
  17455. <wsdl:output>
  17456. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17457. </wsdl:output>
  17458. <wsdl:fault name="failure">
  17459. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17460. </wsdl:fault>
  17461. </wsdl:operation>
  17462. <wsdl:operation name="dedicatedMonitoringAdd">
  17463. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedMonitoringAdd" />
  17464. <wsdl:input>
  17465. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17466. </wsdl:input>
  17467. <wsdl:output>
  17468. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17469. </wsdl:output>
  17470. <wsdl:fault name="failure">
  17471. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17472. </wsdl:fault>
  17473. </wsdl:operation>
  17474. <wsdl:operation name="telephonyPhonebookContactList">
  17475. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPhonebookContactList" />
  17476. <wsdl:input>
  17477. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17478. </wsdl:input>
  17479. <wsdl:output>
  17480. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17481. </wsdl:output>
  17482. <wsdl:fault name="failure">
  17483. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17484. </wsdl:fault>
  17485. </wsdl:operation>
  17486. <wsdl:operation name="resellerDomainTransferASIA">
  17487. <soap:operation soapAction="http://soapi.ovh.com/manager#resellerDomainTransferASIA" />
  17488. <wsdl:input>
  17489. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17490. </wsdl:input>
  17491. <wsdl:output>
  17492. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17493. </wsdl:output>
  17494. <wsdl:fault name="failure">
  17495. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17496. </wsdl:fault>
  17497. </wsdl:operation>
  17498. <wsdl:operation name="telephonySmsUserPassword">
  17499. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsUserPassword" />
  17500. <wsdl:input>
  17501. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17502. </wsdl:input>
  17503. <wsdl:output>
  17504. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17505. </wsdl:output>
  17506. <wsdl:fault name="failure">
  17507. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17508. </wsdl:fault>
  17509. </wsdl:operation>
  17510. <wsdl:operation name="domainHostList">
  17511. <soap:operation soapAction="http://soapi.ovh.com/manager#domainHostList" />
  17512. <wsdl:input>
  17513. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17514. </wsdl:input>
  17515. <wsdl:output>
  17516. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17517. </wsdl:output>
  17518. <wsdl:fault name="failure">
  17519. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17520. </wsdl:fault>
  17521. </wsdl:operation>
  17522. <wsdl:operation name="hostingChangeMainDomain">
  17523. <soap:operation soapAction="http://soapi.ovh.com/manager#hostingChangeMainDomain" />
  17524. <wsdl:input>
  17525. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17526. </wsdl:input>
  17527. <wsdl:output>
  17528. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17529. </wsdl:output>
  17530. <wsdl:fault name="failure">
  17531. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17532. </wsdl:fault>
  17533. </wsdl:operation>
  17534. <wsdl:operation name="telephonyLineGetOfferPrices">
  17535. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyLineGetOfferPrices" />
  17536. <wsdl:input>
  17537. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17538. </wsdl:input>
  17539. <wsdl:output>
  17540. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17541. </wsdl:output>
  17542. <wsdl:fault name="failure">
  17543. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17544. </wsdl:fault>
  17545. </wsdl:operation>
  17546. <wsdl:operation name="telephonySmsGetQuotaNotification">
  17547. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsGetQuotaNotification" />
  17548. <wsdl:input>
  17549. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17550. </wsdl:input>
  17551. <wsdl:output>
  17552. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17553. </wsdl:output>
  17554. <wsdl:fault name="failure">
  17555. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17556. </wsdl:fault>
  17557. </wsdl:operation>
  17558. <wsdl:operation name="telephonyHuntingModificationMode">
  17559. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyHuntingModificationMode" />
  17560. <wsdl:input>
  17561. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17562. </wsdl:input>
  17563. <wsdl:output>
  17564. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17565. </wsdl:output>
  17566. <wsdl:fault name="failure">
  17567. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17568. </wsdl:fault>
  17569. </wsdl:operation>
  17570. <wsdl:operation name="telephonyScreenListBlackWhiteChoice">
  17571. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyScreenListBlackWhiteChoice" />
  17572. <wsdl:input>
  17573. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17574. </wsdl:input>
  17575. <wsdl:output>
  17576. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17577. </wsdl:output>
  17578. <wsdl:fault name="failure">
  17579. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17580. </wsdl:fault>
  17581. </wsdl:operation>
  17582. <wsdl:operation name="telephonySmsDeleteCsvAttachment">
  17583. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsDeleteCsvAttachment" />
  17584. <wsdl:input>
  17585. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17586. </wsdl:input>
  17587. <wsdl:output>
  17588. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17589. </wsdl:output>
  17590. <wsdl:fault name="failure">
  17591. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17592. </wsdl:fault>
  17593. </wsdl:operation>
  17594. <wsdl:operation name="telephonyNumberZoneAndPrefixList">
  17595. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyNumberZoneAndPrefixList" />
  17596. <wsdl:input>
  17597. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17598. </wsdl:input>
  17599. <wsdl:output>
  17600. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17601. </wsdl:output>
  17602. <wsdl:fault name="failure">
  17603. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17604. </wsdl:fault>
  17605. </wsdl:operation>
  17606. <wsdl:operation name="serviceGroupDelete">
  17607. <soap:operation soapAction="http://soapi.ovh.com/manager#serviceGroupDelete" />
  17608. <wsdl:input>
  17609. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17610. </wsdl:input>
  17611. <wsdl:output>
  17612. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17613. </wsdl:output>
  17614. <wsdl:fault name="failure">
  17615. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17616. </wsdl:fault>
  17617. </wsdl:operation>
  17618. <wsdl:operation name="dedicatedOperationList">
  17619. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedOperationList" />
  17620. <wsdl:input>
  17621. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17622. </wsdl:input>
  17623. <wsdl:output>
  17624. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17625. </wsdl:output>
  17626. <wsdl:fault name="failure">
  17627. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17628. </wsdl:fault>
  17629. </wsdl:operation>
  17630. <wsdl:operation name="telephonyLineSetSipDomain">
  17631. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyLineSetSipDomain" />
  17632. <wsdl:input>
  17633. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17634. </wsdl:input>
  17635. <wsdl:output>
  17636. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17637. </wsdl:output>
  17638. <wsdl:fault name="failure">
  17639. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17640. </wsdl:fault>
  17641. </wsdl:operation>
  17642. <wsdl:operation name="telephonyTrunkExternalDisplayedNumberDel">
  17643. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyTrunkExternalDisplayedNumberDel" />
  17644. <wsdl:input>
  17645. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17646. </wsdl:input>
  17647. <wsdl:output>
  17648. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17649. </wsdl:output>
  17650. <wsdl:fault name="failure">
  17651. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17652. </wsdl:fault>
  17653. </wsdl:operation>
  17654. <wsdl:operation name="mailingListModeratorAdd">
  17655. <soap:operation soapAction="http://soapi.ovh.com/manager#mailingListModeratorAdd" />
  17656. <wsdl:input>
  17657. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17658. </wsdl:input>
  17659. <wsdl:output>
  17660. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17661. </wsdl:output>
  17662. <wsdl:fault name="failure">
  17663. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17664. </wsdl:fault>
  17665. </wsdl:operation>
  17666. <wsdl:operation name="telephonyPhonebookOnGroupContactList">
  17667. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPhonebookOnGroupContactList" />
  17668. <wsdl:input>
  17669. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17670. </wsdl:input>
  17671. <wsdl:output>
  17672. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17673. </wsdl:output>
  17674. <wsdl:fault name="failure">
  17675. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17676. </wsdl:fault>
  17677. </wsdl:operation>
  17678. <wsdl:operation name="telephonySmsplusServiceReversableTicketsSummary">
  17679. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsplusServiceReversableTicketsSummary" />
  17680. <wsdl:input>
  17681. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17682. </wsdl:input>
  17683. <wsdl:output>
  17684. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17685. </wsdl:output>
  17686. <wsdl:fault name="failure">
  17687. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17688. </wsdl:fault>
  17689. </wsdl:operation>
  17690. <wsdl:operation name="anonymousFtpActivate">
  17691. <soap:operation soapAction="http://soapi.ovh.com/manager#anonymousFtpActivate" />
  17692. <wsdl:input>
  17693. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17694. </wsdl:input>
  17695. <wsdl:output>
  17696. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17697. </wsdl:output>
  17698. <wsdl:fault name="failure">
  17699. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17700. </wsdl:fault>
  17701. </wsdl:operation>
  17702. <wsdl:operation name="telephonyDeleteLine">
  17703. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyDeleteLine" />
  17704. <wsdl:input>
  17705. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17706. </wsdl:input>
  17707. <wsdl:output>
  17708. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17709. </wsdl:output>
  17710. <wsdl:fault name="failure">
  17711. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17712. </wsdl:fault>
  17713. </wsdl:operation>
  17714. <wsdl:operation name="nicModifyInfosIT">
  17715. <soap:operation soapAction="http://soapi.ovh.com/manager#nicModifyInfosIT" />
  17716. <wsdl:input>
  17717. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17718. </wsdl:input>
  17719. <wsdl:output>
  17720. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17721. </wsdl:output>
  17722. <wsdl:fault name="failure">
  17723. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17724. </wsdl:fault>
  17725. </wsdl:operation>
  17726. <wsdl:operation name="telephonySetTimeZoneNumber">
  17727. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySetTimeZoneNumber" />
  17728. <wsdl:input>
  17729. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17730. </wsdl:input>
  17731. <wsdl:output>
  17732. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17733. </wsdl:output>
  17734. <wsdl:fault name="failure">
  17735. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17736. </wsdl:fault>
  17737. </wsdl:operation>
  17738. <wsdl:operation name="ortDomainAdd">
  17739. <soap:operation soapAction="http://soapi.ovh.com/manager#ortDomainAdd" />
  17740. <wsdl:input>
  17741. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17742. </wsdl:input>
  17743. <wsdl:output>
  17744. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17745. </wsdl:output>
  17746. <wsdl:fault name="failure">
  17747. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17748. </wsdl:fault>
  17749. </wsdl:operation>
  17750. <wsdl:operation name="nicPublicInfo">
  17751. <soap:operation soapAction="http://soapi.ovh.com/manager#nicPublicInfo" />
  17752. <wsdl:input>
  17753. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17754. </wsdl:input>
  17755. <wsdl:output>
  17756. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17757. </wsdl:output>
  17758. <wsdl:fault name="failure">
  17759. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17760. </wsdl:fault>
  17761. </wsdl:operation>
  17762. <wsdl:operation name="sqlpriveAlertSet">
  17763. <soap:operation soapAction="http://soapi.ovh.com/manager#sqlpriveAlertSet" />
  17764. <wsdl:input>
  17765. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17766. </wsdl:input>
  17767. <wsdl:output>
  17768. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17769. </wsdl:output>
  17770. <wsdl:fault name="failure">
  17771. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17772. </wsdl:fault>
  17773. </wsdl:operation>
  17774. <wsdl:operation name="telephonyNicSetIpRestriction">
  17775. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyNicSetIpRestriction" />
  17776. <wsdl:input>
  17777. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17778. </wsdl:input>
  17779. <wsdl:output>
  17780. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17781. </wsdl:output>
  17782. <wsdl:fault name="failure">
  17783. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17784. </wsdl:fault>
  17785. </wsdl:operation>
  17786. <wsdl:operation name="dedicatedBackupIncludeDel">
  17787. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedBackupIncludeDel" />
  17788. <wsdl:input>
  17789. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17790. </wsdl:input>
  17791. <wsdl:output>
  17792. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17793. </wsdl:output>
  17794. <wsdl:fault name="failure">
  17795. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17796. </wsdl:fault>
  17797. </wsdl:operation>
  17798. <wsdl:operation name="dedicatedBandwidthSwitching">
  17799. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedBandwidthSwitching" />
  17800. <wsdl:input>
  17801. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17802. </wsdl:input>
  17803. <wsdl:output>
  17804. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17805. </wsdl:output>
  17806. <wsdl:fault name="failure">
  17807. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17808. </wsdl:fault>
  17809. </wsdl:operation>
  17810. <wsdl:operation name="dedicatedIpLoadBalancingDel">
  17811. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedIpLoadBalancingDel" />
  17812. <wsdl:input>
  17813. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17814. </wsdl:input>
  17815. <wsdl:output>
  17816. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17817. </wsdl:output>
  17818. <wsdl:fault name="failure">
  17819. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17820. </wsdl:fault>
  17821. </wsdl:operation>
  17822. <wsdl:operation name="sqlpriveMysqlOvhMyAdmin">
  17823. <soap:operation soapAction="http://soapi.ovh.com/manager#sqlpriveMysqlOvhMyAdmin" />
  17824. <wsdl:input>
  17825. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17826. </wsdl:input>
  17827. <wsdl:output>
  17828. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17829. </wsdl:output>
  17830. <wsdl:fault name="failure">
  17831. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17832. </wsdl:fault>
  17833. </wsdl:operation>
  17834. <wsdl:operation name="ftpInfo">
  17835. <soap:operation soapAction="http://soapi.ovh.com/manager#ftpInfo" />
  17836. <wsdl:input>
  17837. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17838. </wsdl:input>
  17839. <wsdl:output>
  17840. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17841. </wsdl:output>
  17842. <wsdl:fault name="failure">
  17843. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17844. </wsdl:fault>
  17845. </wsdl:operation>
  17846. <wsdl:operation name="telephonyPortabilityStatus">
  17847. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPortabilityStatus" />
  17848. <wsdl:input>
  17849. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17850. </wsdl:input>
  17851. <wsdl:output>
  17852. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17853. </wsdl:output>
  17854. <wsdl:fault name="failure">
  17855. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17856. </wsdl:fault>
  17857. </wsdl:operation>
  17858. <wsdl:operation name="hostingList">
  17859. <soap:operation soapAction="http://soapi.ovh.com/manager#hostingList" />
  17860. <wsdl:input>
  17861. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17862. </wsdl:input>
  17863. <wsdl:output>
  17864. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17865. </wsdl:output>
  17866. <wsdl:fault name="failure">
  17867. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17868. </wsdl:fault>
  17869. </wsdl:operation>
  17870. <wsdl:operation name="orderEmailMxPlan">
  17871. <soap:operation soapAction="http://soapi.ovh.com/manager#orderEmailMxPlan" />
  17872. <wsdl:input>
  17873. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17874. </wsdl:input>
  17875. <wsdl:output>
  17876. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17877. </wsdl:output>
  17878. <wsdl:fault name="failure">
  17879. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17880. </wsdl:fault>
  17881. </wsdl:operation>
  17882. <wsdl:operation name="dedicatedInstallationTemplateUse">
  17883. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedInstallationTemplateUse" />
  17884. <wsdl:input>
  17885. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17886. </wsdl:input>
  17887. <wsdl:output>
  17888. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17889. </wsdl:output>
  17890. <wsdl:fault name="failure">
  17891. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17892. </wsdl:fault>
  17893. </wsdl:operation>
  17894. <wsdl:operation name="mailingListSubscriberList">
  17895. <soap:operation soapAction="http://soapi.ovh.com/manager#mailingListSubscriberList" />
  17896. <wsdl:input>
  17897. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17898. </wsdl:input>
  17899. <wsdl:output>
  17900. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17901. </wsdl:output>
  17902. <wsdl:fault name="failure">
  17903. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17904. </wsdl:fault>
  17905. </wsdl:operation>
  17906. <wsdl:operation name="mailingListSubscriberDel">
  17907. <soap:operation soapAction="http://soapi.ovh.com/manager#mailingListSubscriberDel" />
  17908. <wsdl:input>
  17909. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17910. </wsdl:input>
  17911. <wsdl:output>
  17912. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17913. </wsdl:output>
  17914. <wsdl:fault name="failure">
  17915. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17916. </wsdl:fault>
  17917. </wsdl:operation>
  17918. <wsdl:operation name="domainLockStatus">
  17919. <soap:operation soapAction="http://soapi.ovh.com/manager#domainLockStatus" />
  17920. <wsdl:input>
  17921. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17922. </wsdl:input>
  17923. <wsdl:output>
  17924. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17925. </wsdl:output>
  17926. <wsdl:fault name="failure">
  17927. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17928. </wsdl:fault>
  17929. </wsdl:operation>
  17930. <wsdl:operation name="prepaidDomainRenew">
  17931. <soap:operation soapAction="http://soapi.ovh.com/manager#prepaidDomainRenew" />
  17932. <wsdl:input>
  17933. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17934. </wsdl:input>
  17935. <wsdl:output>
  17936. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17937. </wsdl:output>
  17938. <wsdl:fault name="failure">
  17939. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17940. </wsdl:fault>
  17941. </wsdl:operation>
  17942. <wsdl:operation name="orderEmailMxLarge">
  17943. <soap:operation soapAction="http://soapi.ovh.com/manager#orderEmailMxLarge" />
  17944. <wsdl:input>
  17945. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17946. </wsdl:input>
  17947. <wsdl:output>
  17948. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17949. </wsdl:output>
  17950. <wsdl:fault name="failure">
  17951. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17952. </wsdl:fault>
  17953. </wsdl:operation>
  17954. <wsdl:operation name="emailFilterActive">
  17955. <soap:operation soapAction="http://soapi.ovh.com/manager#emailFilterActive" />
  17956. <wsdl:input>
  17957. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17958. </wsdl:input>
  17959. <wsdl:output>
  17960. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17961. </wsdl:output>
  17962. <wsdl:fault name="failure">
  17963. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17964. </wsdl:fault>
  17965. </wsdl:operation>
  17966. <wsdl:operation name="telephonySecurityDepositInfo">
  17967. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySecurityDepositInfo" />
  17968. <wsdl:input>
  17969. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17970. </wsdl:input>
  17971. <wsdl:output>
  17972. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17973. </wsdl:output>
  17974. <wsdl:fault name="failure">
  17975. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17976. </wsdl:fault>
  17977. </wsdl:operation>
  17978. <wsdl:operation name="databaseList">
  17979. <soap:operation soapAction="http://soapi.ovh.com/manager#databaseList" />
  17980. <wsdl:input>
  17981. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17982. </wsdl:input>
  17983. <wsdl:output>
  17984. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17985. </wsdl:output>
  17986. <wsdl:fault name="failure">
  17987. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  17988. </wsdl:fault>
  17989. </wsdl:operation>
  17990. <wsdl:operation name="dedicatedIpLoadBalancingServerAdd">
  17991. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedIpLoadBalancingServerAdd" />
  17992. <wsdl:input>
  17993. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17994. </wsdl:input>
  17995. <wsdl:output>
  17996. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  17997. </wsdl:output>
  17998. <wsdl:fault name="failure">
  17999. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18000. </wsdl:fault>
  18001. </wsdl:operation>
  18002. <wsdl:operation name="resellerDomainCreateCAT">
  18003. <soap:operation soapAction="http://soapi.ovh.com/manager#resellerDomainCreateCAT" />
  18004. <wsdl:input>
  18005. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18006. </wsdl:input>
  18007. <wsdl:output>
  18008. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18009. </wsdl:output>
  18010. <wsdl:fault name="failure">
  18011. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18012. </wsdl:fault>
  18013. </wsdl:operation>
  18014. <wsdl:operation name="telephonySmsListCsvAttachment">
  18015. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsListCsvAttachment" />
  18016. <wsdl:input>
  18017. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18018. </wsdl:input>
  18019. <wsdl:output>
  18020. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18021. </wsdl:output>
  18022. <wsdl:fault name="failure">
  18023. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18024. </wsdl:fault>
  18025. </wsdl:operation>
  18026. <wsdl:operation name="ftpChangePassword">
  18027. <soap:operation soapAction="http://soapi.ovh.com/manager#ftpChangePassword" />
  18028. <wsdl:input>
  18029. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18030. </wsdl:input>
  18031. <wsdl:output>
  18032. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18033. </wsdl:output>
  18034. <wsdl:fault name="failure">
  18035. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18036. </wsdl:fault>
  18037. </wsdl:operation>
  18038. <wsdl:operation name="orderDedicatedFailover">
  18039. <soap:operation soapAction="http://soapi.ovh.com/manager#orderDedicatedFailover" />
  18040. <wsdl:input>
  18041. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18042. </wsdl:input>
  18043. <wsdl:output>
  18044. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18045. </wsdl:output>
  18046. <wsdl:fault name="failure">
  18047. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18048. </wsdl:fault>
  18049. </wsdl:operation>
  18050. <wsdl:operation name="rpsGetIoStats">
  18051. <soap:operation soapAction="http://soapi.ovh.com/manager#rpsGetIoStats" />
  18052. <wsdl:input>
  18053. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18054. </wsdl:input>
  18055. <wsdl:output>
  18056. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18057. </wsdl:output>
  18058. <wsdl:fault name="failure">
  18059. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18060. </wsdl:fault>
  18061. </wsdl:operation>
  18062. <wsdl:operation name="dedicatedRipeUpdateOrganisation">
  18063. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedRipeUpdateOrganisation" />
  18064. <wsdl:input>
  18065. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18066. </wsdl:input>
  18067. <wsdl:output>
  18068. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18069. </wsdl:output>
  18070. <wsdl:fault name="failure">
  18071. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18072. </wsdl:fault>
  18073. </wsdl:operation>
  18074. <wsdl:operation name="cmsRenewAdminPassword">
  18075. <soap:operation soapAction="http://soapi.ovh.com/manager#cmsRenewAdminPassword" />
  18076. <wsdl:input>
  18077. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18078. </wsdl:input>
  18079. <wsdl:output>
  18080. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18081. </wsdl:output>
  18082. <wsdl:fault name="failure">
  18083. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18084. </wsdl:fault>
  18085. </wsdl:operation>
  18086. <wsdl:operation name="dedicatedNetbootModifyById">
  18087. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedNetbootModifyById" />
  18088. <wsdl:input>
  18089. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18090. </wsdl:input>
  18091. <wsdl:output>
  18092. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18093. </wsdl:output>
  18094. <wsdl:fault name="failure">
  18095. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18096. </wsdl:fault>
  18097. </wsdl:operation>
  18098. <wsdl:operation name="telephonySmsCancelSending">
  18099. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsCancelSending" />
  18100. <wsdl:input>
  18101. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18102. </wsdl:input>
  18103. <wsdl:output>
  18104. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18105. </wsdl:output>
  18106. <wsdl:fault name="failure">
  18107. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18108. </wsdl:fault>
  18109. </wsdl:operation>
  18110. <wsdl:operation name="telephonyScreenListInfo">
  18111. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyScreenListInfo" />
  18112. <wsdl:input>
  18113. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18114. </wsdl:input>
  18115. <wsdl:output>
  18116. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18117. </wsdl:output>
  18118. <wsdl:fault name="failure">
  18119. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18120. </wsdl:fault>
  18121. </wsdl:operation>
  18122. <wsdl:operation name="telephonyLineLogsOnGroup">
  18123. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyLineLogsOnGroup" />
  18124. <wsdl:input>
  18125. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18126. </wsdl:input>
  18127. <wsdl:output>
  18128. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18129. </wsdl:output>
  18130. <wsdl:fault name="failure">
  18131. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18132. </wsdl:fault>
  18133. </wsdl:operation>
  18134. <wsdl:operation name="telephonyLineGetMgcpIpRestriction">
  18135. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyLineGetMgcpIpRestriction" />
  18136. <wsdl:input>
  18137. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18138. </wsdl:input>
  18139. <wsdl:output>
  18140. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18141. </wsdl:output>
  18142. <wsdl:fault name="failure">
  18143. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18144. </wsdl:fault>
  18145. </wsdl:operation>
  18146. <wsdl:operation name="databaseDelete">
  18147. <soap:operation soapAction="http://soapi.ovh.com/manager#databaseDelete" />
  18148. <wsdl:input>
  18149. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18150. </wsdl:input>
  18151. <wsdl:output>
  18152. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18153. </wsdl:output>
  18154. <wsdl:fault name="failure">
  18155. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18156. </wsdl:fault>
  18157. </wsdl:operation>
  18158. <wsdl:operation name="resellerDomainCreateASIA">
  18159. <soap:operation soapAction="http://soapi.ovh.com/manager#resellerDomainCreateASIA" />
  18160. <wsdl:input>
  18161. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18162. </wsdl:input>
  18163. <wsdl:output>
  18164. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18165. </wsdl:output>
  18166. <wsdl:fault name="failure">
  18167. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18168. </wsdl:fault>
  18169. </wsdl:operation>
  18170. <wsdl:operation name="telephonyLineDetails">
  18171. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyLineDetails" />
  18172. <wsdl:input>
  18173. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18174. </wsdl:input>
  18175. <wsdl:output>
  18176. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18177. </wsdl:output>
  18178. <wsdl:fault name="failure">
  18179. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18180. </wsdl:fault>
  18181. </wsdl:operation>
  18182. <wsdl:operation name="telephonyPhonebookContactDel">
  18183. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPhonebookContactDel" />
  18184. <wsdl:input>
  18185. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18186. </wsdl:input>
  18187. <wsdl:output>
  18188. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18189. </wsdl:output>
  18190. <wsdl:fault name="failure">
  18191. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18192. </wsdl:fault>
  18193. </wsdl:operation>
  18194. <wsdl:operation name="ticketCreate">
  18195. <soap:operation soapAction="http://soapi.ovh.com/manager#ticketCreate" />
  18196. <wsdl:input>
  18197. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18198. </wsdl:input>
  18199. <wsdl:output>
  18200. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18201. </wsdl:output>
  18202. <wsdl:fault name="failure">
  18203. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18204. </wsdl:fault>
  18205. </wsdl:operation>
  18206. <wsdl:operation name="notepadAdd">
  18207. <soap:operation soapAction="http://soapi.ovh.com/manager#notepadAdd" />
  18208. <wsdl:input>
  18209. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18210. </wsdl:input>
  18211. <wsdl:output>
  18212. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18213. </wsdl:output>
  18214. <wsdl:fault name="failure">
  18215. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18216. </wsdl:fault>
  18217. </wsdl:operation>
  18218. <wsdl:operation name="subDomainAdd">
  18219. <soap:operation soapAction="http://soapi.ovh.com/manager#subDomainAdd" />
  18220. <wsdl:input>
  18221. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18222. </wsdl:input>
  18223. <wsdl:output>
  18224. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18225. </wsdl:output>
  18226. <wsdl:fault name="failure">
  18227. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18228. </wsdl:fault>
  18229. </wsdl:operation>
  18230. <wsdl:operation name="dedicatedBackupGetDate">
  18231. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedBackupGetDate" />
  18232. <wsdl:input>
  18233. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18234. </wsdl:input>
  18235. <wsdl:output>
  18236. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18237. </wsdl:output>
  18238. <wsdl:fault name="failure">
  18239. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18240. </wsdl:fault>
  18241. </wsdl:operation>
  18242. <wsdl:operation name="dedicatedSecondaryDNSDel">
  18243. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedSecondaryDNSDel" />
  18244. <wsdl:input>
  18245. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18246. </wsdl:input>
  18247. <wsdl:output>
  18248. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18249. </wsdl:output>
  18250. <wsdl:fault name="failure">
  18251. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18252. </wsdl:fault>
  18253. </wsdl:operation>
  18254. <wsdl:operation name="domainLock">
  18255. <soap:operation soapAction="http://soapi.ovh.com/manager#domainLock" />
  18256. <wsdl:input>
  18257. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18258. </wsdl:input>
  18259. <wsdl:output>
  18260. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18261. </wsdl:output>
  18262. <wsdl:fault name="failure">
  18263. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18264. </wsdl:fault>
  18265. </wsdl:operation>
  18266. <wsdl:operation name="telephonyRatesListCsv">
  18267. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyRatesListCsv" />
  18268. <wsdl:input>
  18269. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18270. </wsdl:input>
  18271. <wsdl:output>
  18272. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18273. </wsdl:output>
  18274. <wsdl:fault name="failure">
  18275. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18276. </wsdl:fault>
  18277. </wsdl:operation>
  18278. <wsdl:operation name="emailFilterList">
  18279. <soap:operation soapAction="http://soapi.ovh.com/manager#emailFilterList" />
  18280. <wsdl:input>
  18281. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18282. </wsdl:input>
  18283. <wsdl:output>
  18284. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18285. </wsdl:output>
  18286. <wsdl:fault name="failure">
  18287. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18288. </wsdl:fault>
  18289. </wsdl:operation>
  18290. <wsdl:operation name="zoneEntryAdd">
  18291. <soap:operation soapAction="http://soapi.ovh.com/manager#zoneEntryAdd" />
  18292. <wsdl:input>
  18293. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18294. </wsdl:input>
  18295. <wsdl:output>
  18296. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18297. </wsdl:output>
  18298. <wsdl:fault name="failure">
  18299. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18300. </wsdl:fault>
  18301. </wsdl:operation>
  18302. <wsdl:operation name="telephonyConferenceGetInfos">
  18303. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyConferenceGetInfos" />
  18304. <wsdl:input>
  18305. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18306. </wsdl:input>
  18307. <wsdl:output>
  18308. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18309. </wsdl:output>
  18310. <wsdl:fault name="failure">
  18311. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18312. </wsdl:fault>
  18313. </wsdl:operation>
  18314. <wsdl:operation name="dedicatedSecondaryDNSGetAll">
  18315. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedSecondaryDNSGetAll" />
  18316. <wsdl:input>
  18317. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18318. </wsdl:input>
  18319. <wsdl:output>
  18320. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18321. </wsdl:output>
  18322. <wsdl:fault name="failure">
  18323. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18324. </wsdl:fault>
  18325. </wsdl:operation>
  18326. <wsdl:operation name="infrastructureIpListGet">
  18327. <soap:operation soapAction="http://soapi.ovh.com/manager#infrastructureIpListGet" />
  18328. <wsdl:input>
  18329. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18330. </wsdl:input>
  18331. <wsdl:output>
  18332. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18333. </wsdl:output>
  18334. <wsdl:fault name="failure">
  18335. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18336. </wsdl:fault>
  18337. </wsdl:operation>
  18338. <wsdl:operation name="mailingListInfo">
  18339. <soap:operation soapAction="http://soapi.ovh.com/manager#mailingListInfo" />
  18340. <wsdl:input>
  18341. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18342. </wsdl:input>
  18343. <wsdl:output>
  18344. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18345. </wsdl:output>
  18346. <wsdl:fault name="failure">
  18347. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18348. </wsdl:fault>
  18349. </wsdl:operation>
  18350. <wsdl:operation name="serviceList">
  18351. <soap:operation soapAction="http://soapi.ovh.com/manager#serviceList" />
  18352. <wsdl:input>
  18353. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18354. </wsdl:input>
  18355. <wsdl:output>
  18356. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18357. </wsdl:output>
  18358. <wsdl:fault name="failure">
  18359. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18360. </wsdl:fault>
  18361. </wsdl:operation>
  18362. <wsdl:operation name="serviceGroupSetComment">
  18363. <soap:operation soapAction="http://soapi.ovh.com/manager#serviceGroupSetComment" />
  18364. <wsdl:input>
  18365. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18366. </wsdl:input>
  18367. <wsdl:output>
  18368. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18369. </wsdl:output>
  18370. <wsdl:fault name="failure">
  18371. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18372. </wsdl:fault>
  18373. </wsdl:operation>
  18374. <wsdl:operation name="telephonyPhonebookOnSmsContactList">
  18375. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPhonebookOnSmsContactList" />
  18376. <wsdl:input>
  18377. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18378. </wsdl:input>
  18379. <wsdl:output>
  18380. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18381. </wsdl:output>
  18382. <wsdl:fault name="failure">
  18383. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18384. </wsdl:fault>
  18385. </wsdl:operation>
  18386. <wsdl:operation name="nicCreateIT">
  18387. <soap:operation soapAction="http://soapi.ovh.com/manager#nicCreateIT" />
  18388. <wsdl:input>
  18389. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18390. </wsdl:input>
  18391. <wsdl:output>
  18392. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18393. </wsdl:output>
  18394. <wsdl:fault name="failure">
  18395. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18396. </wsdl:fault>
  18397. </wsdl:operation>
  18398. <wsdl:operation name="telephonyPhonebookOnSmsContactAdd">
  18399. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPhonebookOnSmsContactAdd" />
  18400. <wsdl:input>
  18401. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18402. </wsdl:input>
  18403. <wsdl:output>
  18404. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18405. </wsdl:output>
  18406. <wsdl:fault name="failure">
  18407. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18408. </wsdl:fault>
  18409. </wsdl:operation>
  18410. <wsdl:operation name="dedicatedMonitoringNotificationDel">
  18411. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedMonitoringNotificationDel" />
  18412. <wsdl:input>
  18413. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18414. </wsdl:input>
  18415. <wsdl:output>
  18416. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18417. </wsdl:output>
  18418. <wsdl:fault name="failure">
  18419. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18420. </wsdl:fault>
  18421. </wsdl:operation>
  18422. <wsdl:operation name="domainOperationCancel">
  18423. <soap:operation soapAction="http://soapi.ovh.com/manager#domainOperationCancel" />
  18424. <wsdl:input>
  18425. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18426. </wsdl:input>
  18427. <wsdl:output>
  18428. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18429. </wsdl:output>
  18430. <wsdl:fault name="failure">
  18431. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18432. </wsdl:fault>
  18433. </wsdl:operation>
  18434. <wsdl:operation name="telephonyFMHuntingModificationAnonymousCallRejection">
  18435. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyFMHuntingModificationAnonymousCallRejection" />
  18436. <wsdl:input>
  18437. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18438. </wsdl:input>
  18439. <wsdl:output>
  18440. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18441. </wsdl:output>
  18442. <wsdl:fault name="failure">
  18443. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18444. </wsdl:fault>
  18445. </wsdl:operation>
  18446. <wsdl:operation name="dedicatedBandwidthManagementGet">
  18447. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedBandwidthManagementGet" />
  18448. <wsdl:input>
  18449. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18450. </wsdl:input>
  18451. <wsdl:output>
  18452. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18453. </wsdl:output>
  18454. <wsdl:fault name="failure">
  18455. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18456. </wsdl:fault>
  18457. </wsdl:operation>
  18458. <wsdl:operation name="telephonyDdiModify">
  18459. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyDdiModify" />
  18460. <wsdl:input>
  18461. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18462. </wsdl:input>
  18463. <wsdl:output>
  18464. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18465. </wsdl:output>
  18466. <wsdl:fault name="failure">
  18467. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18468. </wsdl:fault>
  18469. </wsdl:operation>
  18470. <wsdl:operation name="dedicatedMonitoringStatusUpdate">
  18471. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedMonitoringStatusUpdate" />
  18472. <wsdl:input>
  18473. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18474. </wsdl:input>
  18475. <wsdl:output>
  18476. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18477. </wsdl:output>
  18478. <wsdl:fault name="failure">
  18479. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18480. </wsdl:fault>
  18481. </wsdl:operation>
  18482. <wsdl:operation name="dedicatedIPForUDPMoveGetStatus">
  18483. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedIPForUDPMoveGetStatus" />
  18484. <wsdl:input>
  18485. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18486. </wsdl:input>
  18487. <wsdl:output>
  18488. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18489. </wsdl:output>
  18490. <wsdl:fault name="failure">
  18491. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18492. </wsdl:fault>
  18493. </wsdl:operation>
  18494. <wsdl:operation name="telephonyRedirectInfo">
  18495. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyRedirectInfo" />
  18496. <wsdl:input>
  18497. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18498. </wsdl:input>
  18499. <wsdl:output>
  18500. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18501. </wsdl:output>
  18502. <wsdl:fault name="failure">
  18503. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18504. </wsdl:fault>
  18505. </wsdl:operation>
  18506. <wsdl:operation name="anonymousFtpChangePassword">
  18507. <soap:operation soapAction="http://soapi.ovh.com/manager#anonymousFtpChangePassword" />
  18508. <wsdl:input>
  18509. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18510. </wsdl:input>
  18511. <wsdl:output>
  18512. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18513. </wsdl:output>
  18514. <wsdl:fault name="failure">
  18515. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18516. </wsdl:fault>
  18517. </wsdl:operation>
  18518. <wsdl:operation name="telephonySmsSend">
  18519. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsSend" />
  18520. <wsdl:input>
  18521. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18522. </wsdl:input>
  18523. <wsdl:output>
  18524. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18525. </wsdl:output>
  18526. <wsdl:fault name="failure">
  18527. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18528. </wsdl:fault>
  18529. </wsdl:operation>
  18530. <wsdl:operation name="automatedMailLock">
  18531. <soap:operation soapAction="http://soapi.ovh.com/manager#automatedMailLock" />
  18532. <wsdl:input>
  18533. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18534. </wsdl:input>
  18535. <wsdl:output>
  18536. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18537. </wsdl:output>
  18538. <wsdl:fault name="failure">
  18539. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18540. </wsdl:fault>
  18541. </wsdl:operation>
  18542. <wsdl:operation name="dedicatedRipeDeleteOrganisation">
  18543. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedRipeDeleteOrganisation" />
  18544. <wsdl:input>
  18545. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18546. </wsdl:input>
  18547. <wsdl:output>
  18548. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18549. </wsdl:output>
  18550. <wsdl:fault name="failure">
  18551. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18552. </wsdl:fault>
  18553. </wsdl:operation>
  18554. <wsdl:operation name="dedicatedFailoverRipeGetIp">
  18555. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedFailoverRipeGetIp" />
  18556. <wsdl:input>
  18557. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18558. </wsdl:input>
  18559. <wsdl:output>
  18560. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18561. </wsdl:output>
  18562. <wsdl:fault name="failure">
  18563. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18564. </wsdl:fault>
  18565. </wsdl:operation>
  18566. <wsdl:operation name="responderEmailModify">
  18567. <soap:operation soapAction="http://soapi.ovh.com/manager#responderEmailModify" />
  18568. <wsdl:input>
  18569. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18570. </wsdl:input>
  18571. <wsdl:output>
  18572. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18573. </wsdl:output>
  18574. <wsdl:fault name="failure">
  18575. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18576. </wsdl:fault>
  18577. </wsdl:operation>
  18578. <wsdl:operation name="dedicatedInstallBasic">
  18579. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedInstallBasic" />
  18580. <wsdl:input>
  18581. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18582. </wsdl:input>
  18583. <wsdl:output>
  18584. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18585. </wsdl:output>
  18586. <wsdl:fault name="failure">
  18587. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18588. </wsdl:fault>
  18589. </wsdl:operation>
  18590. <wsdl:operation name="emailGetDomainMxFiltering">
  18591. <soap:operation soapAction="http://soapi.ovh.com/manager#emailGetDomainMxFiltering" />
  18592. <wsdl:input>
  18593. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18594. </wsdl:input>
  18595. <wsdl:output>
  18596. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18597. </wsdl:output>
  18598. <wsdl:fault name="failure">
  18599. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18600. </wsdl:fault>
  18601. </wsdl:operation>
  18602. <wsdl:operation name="managedServicesPartitionCreate">
  18603. <soap:operation soapAction="http://soapi.ovh.com/manager#managedServicesPartitionCreate" />
  18604. <wsdl:input>
  18605. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18606. </wsdl:input>
  18607. <wsdl:output>
  18608. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18609. </wsdl:output>
  18610. <wsdl:fault name="failure">
  18611. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18612. </wsdl:fault>
  18613. </wsdl:operation>
  18614. <wsdl:operation name="telephonyLineGetSipDomain">
  18615. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyLineGetSipDomain" />
  18616. <wsdl:input>
  18617. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18618. </wsdl:input>
  18619. <wsdl:output>
  18620. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18621. </wsdl:output>
  18622. <wsdl:fault name="failure">
  18623. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18624. </wsdl:fault>
  18625. </wsdl:operation>
  18626. <wsdl:operation name="nicModifyEmail">
  18627. <soap:operation soapAction="http://soapi.ovh.com/manager#nicModifyEmail" />
  18628. <wsdl:input>
  18629. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18630. </wsdl:input>
  18631. <wsdl:output>
  18632. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18633. </wsdl:output>
  18634. <wsdl:fault name="failure">
  18635. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18636. </wsdl:fault>
  18637. </wsdl:operation>
  18638. <wsdl:operation name="telephonyToneDelete">
  18639. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyToneDelete" />
  18640. <wsdl:input>
  18641. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18642. </wsdl:input>
  18643. <wsdl:output>
  18644. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18645. </wsdl:output>
  18646. <wsdl:fault name="failure">
  18647. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18648. </wsdl:fault>
  18649. </wsdl:operation>
  18650. <wsdl:operation name="telephonyLineSetMgcpIpRestriction">
  18651. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyLineSetMgcpIpRestriction" />
  18652. <wsdl:input>
  18653. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18654. </wsdl:input>
  18655. <wsdl:output>
  18656. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18657. </wsdl:output>
  18658. <wsdl:fault name="failure">
  18659. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18660. </wsdl:fault>
  18661. </wsdl:operation>
  18662. <wsdl:operation name="dedicatedInstallReset">
  18663. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedInstallReset" />
  18664. <wsdl:input>
  18665. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18666. </wsdl:input>
  18667. <wsdl:output>
  18668. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18669. </wsdl:output>
  18670. <wsdl:fault name="failure">
  18671. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18672. </wsdl:fault>
  18673. </wsdl:operation>
  18674. <wsdl:operation name="dedicatedMonitoringServiceAddNotification">
  18675. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedMonitoringServiceAddNotification" />
  18676. <wsdl:input>
  18677. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18678. </wsdl:input>
  18679. <wsdl:output>
  18680. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18681. </wsdl:output>
  18682. <wsdl:fault name="failure">
  18683. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18684. </wsdl:fault>
  18685. </wsdl:operation>
  18686. <wsdl:operation name="orderDedicatedFailoverRipe">
  18687. <soap:operation soapAction="http://soapi.ovh.com/manager#orderDedicatedFailoverRipe" />
  18688. <wsdl:input>
  18689. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18690. </wsdl:input>
  18691. <wsdl:output>
  18692. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18693. </wsdl:output>
  18694. <wsdl:fault name="failure">
  18695. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18696. </wsdl:fault>
  18697. </wsdl:operation>
  18698. <wsdl:operation name="telephonyPhonebookOnGroupContactModify">
  18699. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPhonebookOnGroupContactModify" />
  18700. <wsdl:input>
  18701. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18702. </wsdl:input>
  18703. <wsdl:output>
  18704. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18705. </wsdl:output>
  18706. <wsdl:fault name="failure">
  18707. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18708. </wsdl:fault>
  18709. </wsdl:operation>
  18710. <wsdl:operation name="serviceGroupRemoveService">
  18711. <soap:operation soapAction="http://soapi.ovh.com/manager#serviceGroupRemoveService" />
  18712. <wsdl:input>
  18713. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18714. </wsdl:input>
  18715. <wsdl:output>
  18716. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18717. </wsdl:output>
  18718. <wsdl:fault name="failure">
  18719. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18720. </wsdl:fault>
  18721. </wsdl:operation>
  18722. <wsdl:operation name="telephonyScreenListBlackWhiteChoiceModify">
  18723. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyScreenListBlackWhiteChoiceModify" />
  18724. <wsdl:input>
  18725. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18726. </wsdl:input>
  18727. <wsdl:output>
  18728. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18729. </wsdl:output>
  18730. <wsdl:fault name="failure">
  18731. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18732. </wsdl:fault>
  18733. </wsdl:operation>
  18734. <wsdl:operation name="telephonySmsplusServiceDetails">
  18735. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsplusServiceDetails" />
  18736. <wsdl:input>
  18737. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18738. </wsdl:input>
  18739. <wsdl:output>
  18740. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18741. </wsdl:output>
  18742. <wsdl:fault name="failure">
  18743. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18744. </wsdl:fault>
  18745. </wsdl:operation>
  18746. <wsdl:operation name="dedicatedFilterIrcClientRuleDel">
  18747. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedFilterIrcClientRuleDel" />
  18748. <wsdl:input>
  18749. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18750. </wsdl:input>
  18751. <wsdl:output>
  18752. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18753. </wsdl:output>
  18754. <wsdl:fault name="failure">
  18755. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18756. </wsdl:fault>
  18757. </wsdl:operation>
  18758. <wsdl:operation name="domainHostAdd">
  18759. <soap:operation soapAction="http://soapi.ovh.com/manager#domainHostAdd" />
  18760. <wsdl:input>
  18761. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18762. </wsdl:input>
  18763. <wsdl:output>
  18764. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18765. </wsdl:output>
  18766. <wsdl:fault name="failure">
  18767. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18768. </wsdl:fault>
  18769. </wsdl:operation>
  18770. <wsdl:operation name="popModifyDescription">
  18771. <soap:operation soapAction="http://soapi.ovh.com/manager#popModifyDescription" />
  18772. <wsdl:input>
  18773. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18774. </wsdl:input>
  18775. <wsdl:output>
  18776. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18777. </wsdl:output>
  18778. <wsdl:fault name="failure">
  18779. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18780. </wsdl:fault>
  18781. </wsdl:operation>
  18782. <wsdl:operation name="telephonyAbbreviatedNumberOnGroupDel">
  18783. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyAbbreviatedNumberOnGroupDel" />
  18784. <wsdl:input>
  18785. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18786. </wsdl:input>
  18787. <wsdl:output>
  18788. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18789. </wsdl:output>
  18790. <wsdl:fault name="failure">
  18791. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18792. </wsdl:fault>
  18793. </wsdl:operation>
  18794. <wsdl:operation name="crontabAdd">
  18795. <soap:operation soapAction="http://soapi.ovh.com/manager#crontabAdd" />
  18796. <wsdl:input>
  18797. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18798. </wsdl:input>
  18799. <wsdl:output>
  18800. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18801. </wsdl:output>
  18802. <wsdl:fault name="failure">
  18803. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18804. </wsdl:fault>
  18805. </wsdl:operation>
  18806. <wsdl:operation name="telephonySmsSenderDescription">
  18807. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsSenderDescription" />
  18808. <wsdl:input>
  18809. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18810. </wsdl:input>
  18811. <wsdl:output>
  18812. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18813. </wsdl:output>
  18814. <wsdl:fault name="failure">
  18815. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18816. </wsdl:fault>
  18817. </wsdl:operation>
  18818. <wsdl:operation name="mailingListModify">
  18819. <soap:operation soapAction="http://soapi.ovh.com/manager#mailingListModify" />
  18820. <wsdl:input>
  18821. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18822. </wsdl:input>
  18823. <wsdl:output>
  18824. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18825. </wsdl:output>
  18826. <wsdl:fault name="failure">
  18827. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18828. </wsdl:fault>
  18829. </wsdl:operation>
  18830. <wsdl:operation name="managedServicesPartitionGet">
  18831. <soap:operation soapAction="http://soapi.ovh.com/manager#managedServicesPartitionGet" />
  18832. <wsdl:input>
  18833. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18834. </wsdl:input>
  18835. <wsdl:output>
  18836. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18837. </wsdl:output>
  18838. <wsdl:fault name="failure">
  18839. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18840. </wsdl:fault>
  18841. </wsdl:operation>
  18842. <wsdl:operation name="telephonyAbbreviatedNumberListPaginated">
  18843. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyAbbreviatedNumberListPaginated" />
  18844. <wsdl:input>
  18845. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18846. </wsdl:input>
  18847. <wsdl:output>
  18848. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18849. </wsdl:output>
  18850. <wsdl:fault name="failure">
  18851. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18852. </wsdl:fault>
  18853. </wsdl:operation>
  18854. <wsdl:operation name="telephonySetDefaultPrivateHolidaysEvents">
  18855. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySetDefaultPrivateHolidaysEvents" />
  18856. <wsdl:input>
  18857. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18858. </wsdl:input>
  18859. <wsdl:output>
  18860. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18861. </wsdl:output>
  18862. <wsdl:fault name="failure">
  18863. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18864. </wsdl:fault>
  18865. </wsdl:operation>
  18866. <wsdl:operation name="emailDelMasterNic">
  18867. <soap:operation soapAction="http://soapi.ovh.com/manager#emailDelMasterNic" />
  18868. <wsdl:input>
  18869. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18870. </wsdl:input>
  18871. <wsdl:output>
  18872. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18873. </wsdl:output>
  18874. <wsdl:fault name="failure">
  18875. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18876. </wsdl:fault>
  18877. </wsdl:operation>
  18878. <wsdl:operation name="redirectedEmailModify">
  18879. <soap:operation soapAction="http://soapi.ovh.com/manager#redirectedEmailModify" />
  18880. <wsdl:input>
  18881. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18882. </wsdl:input>
  18883. <wsdl:output>
  18884. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18885. </wsdl:output>
  18886. <wsdl:fault name="failure">
  18887. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18888. </wsdl:fault>
  18889. </wsdl:operation>
  18890. <wsdl:operation name="telephonySpareServiceList">
  18891. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySpareServiceList" />
  18892. <wsdl:input>
  18893. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18894. </wsdl:input>
  18895. <wsdl:output>
  18896. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18897. </wsdl:output>
  18898. <wsdl:fault name="failure">
  18899. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18900. </wsdl:fault>
  18901. </wsdl:operation>
  18902. <wsdl:operation name="popInfo">
  18903. <soap:operation soapAction="http://soapi.ovh.com/manager#popInfo" />
  18904. <wsdl:input>
  18905. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18906. </wsdl:input>
  18907. <wsdl:output>
  18908. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18909. </wsdl:output>
  18910. <wsdl:fault name="failure">
  18911. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18912. </wsdl:fault>
  18913. </wsdl:operation>
  18914. <wsdl:operation name="zoneExport">
  18915. <soap:operation soapAction="http://soapi.ovh.com/manager#zoneExport" />
  18916. <wsdl:input>
  18917. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18918. </wsdl:input>
  18919. <wsdl:output>
  18920. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18921. </wsdl:output>
  18922. <wsdl:fault name="failure">
  18923. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18924. </wsdl:fault>
  18925. </wsdl:operation>
  18926. <wsdl:operation name="dedicatedMrtgInfo">
  18927. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedMrtgInfo" />
  18928. <wsdl:input>
  18929. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18930. </wsdl:input>
  18931. <wsdl:output>
  18932. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18933. </wsdl:output>
  18934. <wsdl:fault name="failure">
  18935. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18936. </wsdl:fault>
  18937. </wsdl:operation>
  18938. <wsdl:operation name="dedicatedBackupReinstallData">
  18939. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedBackupReinstallData" />
  18940. <wsdl:input>
  18941. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18942. </wsdl:input>
  18943. <wsdl:output>
  18944. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18945. </wsdl:output>
  18946. <wsdl:fault name="failure">
  18947. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18948. </wsdl:fault>
  18949. </wsdl:operation>
  18950. <wsdl:operation name="serviceFreedomList">
  18951. <soap:operation soapAction="http://soapi.ovh.com/manager#serviceFreedomList" />
  18952. <wsdl:input>
  18953. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18954. </wsdl:input>
  18955. <wsdl:output>
  18956. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18957. </wsdl:output>
  18958. <wsdl:fault name="failure">
  18959. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18960. </wsdl:fault>
  18961. </wsdl:operation>
  18962. <wsdl:operation name="supportGetFullMessage">
  18963. <soap:operation soapAction="http://soapi.ovh.com/manager#supportGetFullMessage" />
  18964. <wsdl:input>
  18965. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18966. </wsdl:input>
  18967. <wsdl:output>
  18968. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18969. </wsdl:output>
  18970. <wsdl:fault name="failure">
  18971. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18972. </wsdl:fault>
  18973. </wsdl:operation>
  18974. <wsdl:operation name="telephonySmsUserListCsvAttachment">
  18975. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsUserListCsvAttachment" />
  18976. <wsdl:input>
  18977. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18978. </wsdl:input>
  18979. <wsdl:output>
  18980. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18981. </wsdl:output>
  18982. <wsdl:fault name="failure">
  18983. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18984. </wsdl:fault>
  18985. </wsdl:operation>
  18986. <wsdl:operation name="emailGetDomainCatchAll">
  18987. <soap:operation soapAction="http://soapi.ovh.com/manager#emailGetDomainCatchAll" />
  18988. <wsdl:input>
  18989. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18990. </wsdl:input>
  18991. <wsdl:output>
  18992. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  18993. </wsdl:output>
  18994. <wsdl:fault name="failure">
  18995. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  18996. </wsdl:fault>
  18997. </wsdl:operation>
  18998. <wsdl:operation name="telephonyFaxCallList">
  18999. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyFaxCallList" />
  19000. <wsdl:input>
  19001. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19002. </wsdl:input>
  19003. <wsdl:output>
  19004. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19005. </wsdl:output>
  19006. <wsdl:fault name="failure">
  19007. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19008. </wsdl:fault>
  19009. </wsdl:operation>
  19010. <wsdl:operation name="telephonySmsUserSend">
  19011. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsUserSend" />
  19012. <wsdl:input>
  19013. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19014. </wsdl:input>
  19015. <wsdl:output>
  19016. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19017. </wsdl:output>
  19018. <wsdl:fault name="failure">
  19019. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19020. </wsdl:fault>
  19021. </wsdl:operation>
  19022. <wsdl:operation name="mailingListAdd">
  19023. <soap:operation soapAction="http://soapi.ovh.com/manager#mailingListAdd" />
  19024. <wsdl:input>
  19025. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19026. </wsdl:input>
  19027. <wsdl:output>
  19028. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19029. </wsdl:output>
  19030. <wsdl:fault name="failure">
  19031. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19032. </wsdl:fault>
  19033. </wsdl:operation>
  19034. <wsdl:operation name="dedicatedBackupFtpInfo">
  19035. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedBackupFtpInfo" />
  19036. <wsdl:input>
  19037. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19038. </wsdl:input>
  19039. <wsdl:output>
  19040. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19041. </wsdl:output>
  19042. <wsdl:fault name="failure">
  19043. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19044. </wsdl:fault>
  19045. </wsdl:operation>
  19046. <wsdl:operation name="telephonyPhonebookOnGroupGroupList">
  19047. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPhonebookOnGroupGroupList" />
  19048. <wsdl:input>
  19049. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19050. </wsdl:input>
  19051. <wsdl:output>
  19052. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19053. </wsdl:output>
  19054. <wsdl:fault name="failure">
  19055. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19056. </wsdl:fault>
  19057. </wsdl:operation>
  19058. <wsdl:operation name="telephonyClick2CallUserPassword">
  19059. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyClick2CallUserPassword" />
  19060. <wsdl:input>
  19061. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19062. </wsdl:input>
  19063. <wsdl:output>
  19064. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19065. </wsdl:output>
  19066. <wsdl:fault name="failure">
  19067. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19068. </wsdl:fault>
  19069. </wsdl:operation>
  19070. <wsdl:operation name="dedicatedMonitoringModify">
  19071. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedMonitoringModify" />
  19072. <wsdl:input>
  19073. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19074. </wsdl:input>
  19075. <wsdl:output>
  19076. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19077. </wsdl:output>
  19078. <wsdl:fault name="failure">
  19079. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19080. </wsdl:fault>
  19081. </wsdl:operation>
  19082. <wsdl:operation name="emailSetMasterNic">
  19083. <soap:operation soapAction="http://soapi.ovh.com/manager#emailSetMasterNic" />
  19084. <wsdl:input>
  19085. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19086. </wsdl:input>
  19087. <wsdl:output>
  19088. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19089. </wsdl:output>
  19090. <wsdl:fault name="failure">
  19091. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19092. </wsdl:fault>
  19093. </wsdl:operation>
  19094. <wsdl:operation name="sqlpriveMysqlDatabaseList">
  19095. <soap:operation soapAction="http://soapi.ovh.com/manager#sqlpriveMysqlDatabaseList" />
  19096. <wsdl:input>
  19097. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19098. </wsdl:input>
  19099. <wsdl:output>
  19100. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19101. </wsdl:output>
  19102. <wsdl:fault name="failure">
  19103. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19104. </wsdl:fault>
  19105. </wsdl:operation>
  19106. <wsdl:operation name="automatedMailReturnSet">
  19107. <soap:operation soapAction="http://soapi.ovh.com/manager#automatedMailReturnSet" />
  19108. <wsdl:input>
  19109. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19110. </wsdl:input>
  19111. <wsdl:output>
  19112. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19113. </wsdl:output>
  19114. <wsdl:fault name="failure">
  19115. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19116. </wsdl:fault>
  19117. </wsdl:operation>
  19118. <wsdl:operation name="databaseRecreate">
  19119. <soap:operation soapAction="http://soapi.ovh.com/manager#databaseRecreate" />
  19120. <wsdl:input>
  19121. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19122. </wsdl:input>
  19123. <wsdl:output>
  19124. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19125. </wsdl:output>
  19126. <wsdl:fault name="failure">
  19127. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19128. </wsdl:fault>
  19129. </wsdl:operation>
  19130. <wsdl:operation name="popModifyPassword">
  19131. <soap:operation soapAction="http://soapi.ovh.com/manager#popModifyPassword" />
  19132. <wsdl:input>
  19133. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19134. </wsdl:input>
  19135. <wsdl:output>
  19136. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19137. </wsdl:output>
  19138. <wsdl:fault name="failure">
  19139. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19140. </wsdl:fault>
  19141. </wsdl:operation>
  19142. <wsdl:operation name="responderEmailAdd">
  19143. <soap:operation soapAction="http://soapi.ovh.com/manager#responderEmailAdd" />
  19144. <wsdl:input>
  19145. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19146. </wsdl:input>
  19147. <wsdl:output>
  19148. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19149. </wsdl:output>
  19150. <wsdl:fault name="failure">
  19151. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19152. </wsdl:fault>
  19153. </wsdl:operation>
  19154. <wsdl:operation name="sqlpriveMysqlProcessList">
  19155. <soap:operation soapAction="http://soapi.ovh.com/manager#sqlpriveMysqlProcessList" />
  19156. <wsdl:input>
  19157. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19158. </wsdl:input>
  19159. <wsdl:output>
  19160. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19161. </wsdl:output>
  19162. <wsdl:fault name="failure">
  19163. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19164. </wsdl:fault>
  19165. </wsdl:operation>
  19166. <wsdl:operation name="telephonySmsGetUserQuota">
  19167. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsGetUserQuota" />
  19168. <wsdl:input>
  19169. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19170. </wsdl:input>
  19171. <wsdl:output>
  19172. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19173. </wsdl:output>
  19174. <wsdl:fault name="failure">
  19175. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19176. </wsdl:fault>
  19177. </wsdl:operation>
  19178. <wsdl:operation name="dedicatedGetRandomAvailableIpFromCountry">
  19179. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedGetRandomAvailableIpFromCountry" />
  19180. <wsdl:input>
  19181. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19182. </wsdl:input>
  19183. <wsdl:output>
  19184. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19185. </wsdl:output>
  19186. <wsdl:fault name="failure">
  19187. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19188. </wsdl:fault>
  19189. </wsdl:operation>
  19190. <wsdl:operation name="telephonySmsSenderDelete">
  19191. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsSenderDelete" />
  19192. <wsdl:input>
  19193. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19194. </wsdl:input>
  19195. <wsdl:output>
  19196. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19197. </wsdl:output>
  19198. <wsdl:fault name="failure">
  19199. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19200. </wsdl:fault>
  19201. </wsdl:operation>
  19202. <wsdl:operation name="telephonyToneStatus">
  19203. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyToneStatus" />
  19204. <wsdl:input>
  19205. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19206. </wsdl:input>
  19207. <wsdl:output>
  19208. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19209. </wsdl:output>
  19210. <wsdl:fault name="failure">
  19211. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19212. </wsdl:fault>
  19213. </wsdl:operation>
  19214. <wsdl:operation name="telephonyDdiInfo">
  19215. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyDdiInfo" />
  19216. <wsdl:input>
  19217. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19218. </wsdl:input>
  19219. <wsdl:output>
  19220. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19221. </wsdl:output>
  19222. <wsdl:fault name="failure">
  19223. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19224. </wsdl:fault>
  19225. </wsdl:operation>
  19226. <wsdl:operation name="dedicatedInstallBasicProgress">
  19227. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedInstallBasicProgress" />
  19228. <wsdl:input>
  19229. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19230. </wsdl:input>
  19231. <wsdl:output>
  19232. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19233. </wsdl:output>
  19234. <wsdl:fault name="failure">
  19235. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19236. </wsdl:fault>
  19237. </wsdl:operation>
  19238. <wsdl:operation name="dedicatedAddServiceMonitoringAlertEmail">
  19239. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedAddServiceMonitoringAlertEmail" />
  19240. <wsdl:input>
  19241. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19242. </wsdl:input>
  19243. <wsdl:output>
  19244. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19245. </wsdl:output>
  19246. <wsdl:fault name="failure">
  19247. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19248. </wsdl:fault>
  19249. </wsdl:operation>
  19250. <wsdl:operation name="telephonyHuntingGroupList">
  19251. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyHuntingGroupList" />
  19252. <wsdl:input>
  19253. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19254. </wsdl:input>
  19255. <wsdl:output>
  19256. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19257. </wsdl:output>
  19258. <wsdl:fault name="failure">
  19259. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19260. </wsdl:fault>
  19261. </wsdl:operation>
  19262. <wsdl:operation name="dedicatedFailoverUpdate">
  19263. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedFailoverUpdate" />
  19264. <wsdl:input>
  19265. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19266. </wsdl:input>
  19267. <wsdl:output>
  19268. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19269. </wsdl:output>
  19270. <wsdl:fault name="failure">
  19271. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19272. </wsdl:fault>
  19273. </wsdl:operation>
  19274. <wsdl:operation name="telephonyTrunkExternalDisplayedNumberList">
  19275. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyTrunkExternalDisplayedNumberList" />
  19276. <wsdl:input>
  19277. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19278. </wsdl:input>
  19279. <wsdl:output>
  19280. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19281. </wsdl:output>
  19282. <wsdl:fault name="failure">
  19283. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19284. </wsdl:fault>
  19285. </wsdl:operation>
  19286. <wsdl:operation name="telephonyDirectoryListWayType">
  19287. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyDirectoryListWayType" />
  19288. <wsdl:input>
  19289. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19290. </wsdl:input>
  19291. <wsdl:output>
  19292. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19293. </wsdl:output>
  19294. <wsdl:fault name="failure">
  19295. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19296. </wsdl:fault>
  19297. </wsdl:operation>
  19298. <wsdl:operation name="telephonySmsUserHistoryCsv">
  19299. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsUserHistoryCsv" />
  19300. <wsdl:input>
  19301. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19302. </wsdl:input>
  19303. <wsdl:output>
  19304. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19305. </wsdl:output>
  19306. <wsdl:fault name="failure">
  19307. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19308. </wsdl:fault>
  19309. </wsdl:operation>
  19310. <wsdl:operation name="telephonyCallList">
  19311. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyCallList" />
  19312. <wsdl:input>
  19313. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19314. </wsdl:input>
  19315. <wsdl:output>
  19316. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19317. </wsdl:output>
  19318. <wsdl:fault name="failure">
  19319. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19320. </wsdl:fault>
  19321. </wsdl:operation>
  19322. <wsdl:operation name="managedServicesPartitionUpdate">
  19323. <soap:operation soapAction="http://soapi.ovh.com/manager#managedServicesPartitionUpdate" />
  19324. <wsdl:input>
  19325. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19326. </wsdl:input>
  19327. <wsdl:output>
  19328. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19329. </wsdl:output>
  19330. <wsdl:fault name="failure">
  19331. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19332. </wsdl:fault>
  19333. </wsdl:operation>
  19334. <wsdl:operation name="telephonyGetDefaultPrivateHolidaysEvents">
  19335. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyGetDefaultPrivateHolidaysEvents" />
  19336. <wsdl:input>
  19337. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19338. </wsdl:input>
  19339. <wsdl:output>
  19340. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19341. </wsdl:output>
  19342. <wsdl:fault name="failure">
  19343. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19344. </wsdl:fault>
  19345. </wsdl:operation>
  19346. <wsdl:operation name="telephonySmsplusShortCodesList">
  19347. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsplusShortCodesList" />
  19348. <wsdl:input>
  19349. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19350. </wsdl:input>
  19351. <wsdl:output>
  19352. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19353. </wsdl:output>
  19354. <wsdl:fault name="failure">
  19355. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19356. </wsdl:fault>
  19357. </wsdl:operation>
  19358. <wsdl:operation name="dedicatedFilterIrcServerRuleAdd">
  19359. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedFilterIrcServerRuleAdd" />
  19360. <wsdl:input>
  19361. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19362. </wsdl:input>
  19363. <wsdl:output>
  19364. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19365. </wsdl:output>
  19366. <wsdl:fault name="failure">
  19367. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19368. </wsdl:fault>
  19369. </wsdl:operation>
  19370. <wsdl:operation name="dedicatedVirtualMacIpAdd">
  19371. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedVirtualMacIpAdd" />
  19372. <wsdl:input>
  19373. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19374. </wsdl:input>
  19375. <wsdl:output>
  19376. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19377. </wsdl:output>
  19378. <wsdl:fault name="failure">
  19379. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19380. </wsdl:fault>
  19381. </wsdl:operation>
  19382. <wsdl:operation name="telephonyAliasToSipPossibilities">
  19383. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyAliasToSipPossibilities" />
  19384. <wsdl:input>
  19385. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19386. </wsdl:input>
  19387. <wsdl:output>
  19388. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19389. </wsdl:output>
  19390. <wsdl:fault name="failure">
  19391. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19392. </wsdl:fault>
  19393. </wsdl:operation>
  19394. <wsdl:operation name="telephonyAbbreviatedNumberOnGroupAdd">
  19395. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyAbbreviatedNumberOnGroupAdd" />
  19396. <wsdl:input>
  19397. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19398. </wsdl:input>
  19399. <wsdl:output>
  19400. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19401. </wsdl:output>
  19402. <wsdl:fault name="failure">
  19403. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19404. </wsdl:fault>
  19405. </wsdl:operation>
  19406. <wsdl:operation name="telephonyHuntingModificationQueue">
  19407. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyHuntingModificationQueue" />
  19408. <wsdl:input>
  19409. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19410. </wsdl:input>
  19411. <wsdl:output>
  19412. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19413. </wsdl:output>
  19414. <wsdl:fault name="failure">
  19415. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19416. </wsdl:fault>
  19417. </wsdl:operation>
  19418. <wsdl:operation name="telephonyDirectoryInfo">
  19419. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyDirectoryInfo" />
  19420. <wsdl:input>
  19421. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19422. </wsdl:input>
  19423. <wsdl:output>
  19424. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19425. </wsdl:output>
  19426. <wsdl:fault name="failure">
  19427. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19428. </wsdl:fault>
  19429. </wsdl:operation>
  19430. <wsdl:operation name="telephonyBillDetails">
  19431. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyBillDetails" />
  19432. <wsdl:input>
  19433. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19434. </wsdl:input>
  19435. <wsdl:output>
  19436. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19437. </wsdl:output>
  19438. <wsdl:fault name="failure">
  19439. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19440. </wsdl:fault>
  19441. </wsdl:operation>
  19442. <wsdl:operation name="dedicatedRipeGetRipeIds">
  19443. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedRipeGetRipeIds" />
  19444. <wsdl:input>
  19445. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19446. </wsdl:input>
  19447. <wsdl:output>
  19448. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19449. </wsdl:output>
  19450. <wsdl:fault name="failure">
  19451. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19452. </wsdl:fault>
  19453. </wsdl:operation>
  19454. <wsdl:operation name="telephonyLineLogsNotificationOptionsModify">
  19455. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyLineLogsNotificationOptionsModify" />
  19456. <wsdl:input>
  19457. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19458. </wsdl:input>
  19459. <wsdl:output>
  19460. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19461. </wsdl:output>
  19462. <wsdl:fault name="failure">
  19463. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19464. </wsdl:fault>
  19465. </wsdl:operation>
  19466. <wsdl:operation name="dnsInstallCustom">
  19467. <soap:operation soapAction="http://soapi.ovh.com/manager#dnsInstallCustom" />
  19468. <wsdl:input>
  19469. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19470. </wsdl:input>
  19471. <wsdl:output>
  19472. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19473. </wsdl:output>
  19474. <wsdl:fault name="failure">
  19475. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19476. </wsdl:fault>
  19477. </wsdl:operation>
  19478. <wsdl:operation name="sqlpriveMysqlActivateOvhManagement">
  19479. <soap:operation soapAction="http://soapi.ovh.com/manager#sqlpriveMysqlActivateOvhManagement" />
  19480. <wsdl:input>
  19481. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19482. </wsdl:input>
  19483. <wsdl:output>
  19484. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19485. </wsdl:output>
  19486. <wsdl:fault name="failure">
  19487. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19488. </wsdl:fault>
  19489. </wsdl:operation>
  19490. <wsdl:operation name="telephonyClick2CallDoBySession">
  19491. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyClick2CallDoBySession" />
  19492. <wsdl:input>
  19493. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19494. </wsdl:input>
  19495. <wsdl:output>
  19496. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19497. </wsdl:output>
  19498. <wsdl:fault name="failure">
  19499. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19500. </wsdl:fault>
  19501. </wsdl:operation>
  19502. <wsdl:operation name="telephonyAbbreviatedNumberAdd">
  19503. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyAbbreviatedNumberAdd" />
  19504. <wsdl:input>
  19505. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19506. </wsdl:input>
  19507. <wsdl:output>
  19508. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19509. </wsdl:output>
  19510. <wsdl:fault name="failure">
  19511. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19512. </wsdl:fault>
  19513. </wsdl:operation>
  19514. <wsdl:operation name="prepaidGetThreshold">
  19515. <soap:operation soapAction="http://soapi.ovh.com/manager#prepaidGetThreshold" />
  19516. <wsdl:input>
  19517. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19518. </wsdl:input>
  19519. <wsdl:output>
  19520. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19521. </wsdl:output>
  19522. <wsdl:fault name="failure">
  19523. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19524. </wsdl:fault>
  19525. </wsdl:operation>
  19526. <wsdl:operation name="domainWhoisObfuscatorUnsetAll">
  19527. <soap:operation soapAction="http://soapi.ovh.com/manager#domainWhoisObfuscatorUnsetAll" />
  19528. <wsdl:input>
  19529. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19530. </wsdl:input>
  19531. <wsdl:output>
  19532. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19533. </wsdl:output>
  19534. <wsdl:fault name="failure">
  19535. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19536. </wsdl:fault>
  19537. </wsdl:operation>
  19538. <wsdl:operation name="multiFtpDel">
  19539. <soap:operation soapAction="http://soapi.ovh.com/manager#multiFtpDel" />
  19540. <wsdl:input>
  19541. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19542. </wsdl:input>
  19543. <wsdl:output>
  19544. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19545. </wsdl:output>
  19546. <wsdl:fault name="failure">
  19547. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19548. </wsdl:fault>
  19549. </wsdl:operation>
  19550. <wsdl:operation name="sqlpriveMysqlGetPossibleDump">
  19551. <soap:operation soapAction="http://soapi.ovh.com/manager#sqlpriveMysqlGetPossibleDump" />
  19552. <wsdl:input>
  19553. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19554. </wsdl:input>
  19555. <wsdl:output>
  19556. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19557. </wsdl:output>
  19558. <wsdl:fault name="failure">
  19559. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19560. </wsdl:fault>
  19561. </wsdl:operation>
  19562. <wsdl:operation name="telephonyNumberOrder">
  19563. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyNumberOrder" />
  19564. <wsdl:input>
  19565. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19566. </wsdl:input>
  19567. <wsdl:output>
  19568. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19569. </wsdl:output>
  19570. <wsdl:fault name="failure">
  19571. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19572. </wsdl:fault>
  19573. </wsdl:operation>
  19574. <wsdl:operation name="telephonyLineSetIpRestriction">
  19575. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyLineSetIpRestriction" />
  19576. <wsdl:input>
  19577. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19578. </wsdl:input>
  19579. <wsdl:output>
  19580. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19581. </wsdl:output>
  19582. <wsdl:fault name="failure">
  19583. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19584. </wsdl:fault>
  19585. </wsdl:operation>
  19586. <wsdl:operation name="prepaidGetHistory">
  19587. <soap:operation soapAction="http://soapi.ovh.com/manager#prepaidGetHistory" />
  19588. <wsdl:input>
  19589. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19590. </wsdl:input>
  19591. <wsdl:output>
  19592. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19593. </wsdl:output>
  19594. <wsdl:fault name="failure">
  19595. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19596. </wsdl:fault>
  19597. </wsdl:operation>
  19598. <wsdl:operation name="telephonyLineSetCodecs">
  19599. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyLineSetCodecs" />
  19600. <wsdl:input>
  19601. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19602. </wsdl:input>
  19603. <wsdl:output>
  19604. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19605. </wsdl:output>
  19606. <wsdl:fault name="failure">
  19607. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19608. </wsdl:fault>
  19609. </wsdl:operation>
  19610. <wsdl:operation name="telephonyNumberCityForZoneList">
  19611. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyNumberCityForZoneList" />
  19612. <wsdl:input>
  19613. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19614. </wsdl:input>
  19615. <wsdl:output>
  19616. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19617. </wsdl:output>
  19618. <wsdl:fault name="failure">
  19619. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19620. </wsdl:fault>
  19621. </wsdl:operation>
  19622. <wsdl:operation name="redirectedEmailDel">
  19623. <soap:operation soapAction="http://soapi.ovh.com/manager#redirectedEmailDel" />
  19624. <wsdl:input>
  19625. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19626. </wsdl:input>
  19627. <wsdl:output>
  19628. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19629. </wsdl:output>
  19630. <wsdl:fault name="failure">
  19631. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19632. </wsdl:fault>
  19633. </wsdl:operation>
  19634. <wsdl:operation name="dedicatedInfo">
  19635. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedInfo" />
  19636. <wsdl:input>
  19637. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19638. </wsdl:input>
  19639. <wsdl:output>
  19640. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19641. </wsdl:output>
  19642. <wsdl:fault name="failure">
  19643. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19644. </wsdl:fault>
  19645. </wsdl:operation>
  19646. <wsdl:operation name="dedicatedBackupUpdateDate">
  19647. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedBackupUpdateDate" />
  19648. <wsdl:input>
  19649. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19650. </wsdl:input>
  19651. <wsdl:output>
  19652. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19653. </wsdl:output>
  19654. <wsdl:fault name="failure">
  19655. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19656. </wsdl:fault>
  19657. </wsdl:operation>
  19658. <wsdl:operation name="domainOperationList">
  19659. <soap:operation soapAction="http://soapi.ovh.com/manager#domainOperationList" />
  19660. <wsdl:input>
  19661. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19662. </wsdl:input>
  19663. <wsdl:output>
  19664. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19665. </wsdl:output>
  19666. <wsdl:fault name="failure">
  19667. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19668. </wsdl:fault>
  19669. </wsdl:operation>
  19670. <wsdl:operation name="telephonyTonesOptionsModify">
  19671. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyTonesOptionsModify" />
  19672. <wsdl:input>
  19673. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19674. </wsdl:input>
  19675. <wsdl:output>
  19676. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19677. </wsdl:output>
  19678. <wsdl:fault name="failure">
  19679. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19680. </wsdl:fault>
  19681. </wsdl:operation>
  19682. <wsdl:operation name="popAttachMasterNic">
  19683. <soap:operation soapAction="http://soapi.ovh.com/manager#popAttachMasterNic" />
  19684. <wsdl:input>
  19685. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19686. </wsdl:input>
  19687. <wsdl:output>
  19688. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19689. </wsdl:output>
  19690. <wsdl:fault name="failure">
  19691. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19692. </wsdl:fault>
  19693. </wsdl:operation>
  19694. <wsdl:operation name="telephonyVoicemailMessagesRemoteUpload">
  19695. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyVoicemailMessagesRemoteUpload" />
  19696. <wsdl:input>
  19697. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19698. </wsdl:input>
  19699. <wsdl:output>
  19700. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19701. </wsdl:output>
  19702. <wsdl:fault name="failure">
  19703. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19704. </wsdl:fault>
  19705. </wsdl:operation>
  19706. <wsdl:operation name="crontabInfo">
  19707. <soap:operation soapAction="http://soapi.ovh.com/manager#crontabInfo" />
  19708. <wsdl:input>
  19709. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19710. </wsdl:input>
  19711. <wsdl:output>
  19712. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19713. </wsdl:output>
  19714. <wsdl:fault name="failure">
  19715. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19716. </wsdl:fault>
  19717. </wsdl:operation>
  19718. <wsdl:operation name="serviceGroupSetName">
  19719. <soap:operation soapAction="http://soapi.ovh.com/manager#serviceGroupSetName" />
  19720. <wsdl:input>
  19721. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19722. </wsdl:input>
  19723. <wsdl:output>
  19724. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19725. </wsdl:output>
  19726. <wsdl:fault name="failure">
  19727. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19728. </wsdl:fault>
  19729. </wsdl:operation>
  19730. <wsdl:operation name="telephonyOfferInfo">
  19731. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyOfferInfo" />
  19732. <wsdl:input>
  19733. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19734. </wsdl:input>
  19735. <wsdl:output>
  19736. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19737. </wsdl:output>
  19738. <wsdl:fault name="failure">
  19739. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19740. </wsdl:fault>
  19741. </wsdl:operation>
  19742. <wsdl:operation name="multiDomainAdd">
  19743. <soap:operation soapAction="http://soapi.ovh.com/manager#multiDomainAdd" />
  19744. <wsdl:input>
  19745. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19746. </wsdl:input>
  19747. <wsdl:output>
  19748. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19749. </wsdl:output>
  19750. <wsdl:fault name="failure">
  19751. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19752. </wsdl:fault>
  19753. </wsdl:operation>
  19754. <wsdl:operation name="telephonyPhonebookDel">
  19755. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPhonebookDel" />
  19756. <wsdl:input>
  19757. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19758. </wsdl:input>
  19759. <wsdl:output>
  19760. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19761. </wsdl:output>
  19762. <wsdl:fault name="failure">
  19763. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19764. </wsdl:fault>
  19765. </wsdl:operation>
  19766. <wsdl:operation name="redirectedEmailList">
  19767. <soap:operation soapAction="http://soapi.ovh.com/manager#redirectedEmailList" />
  19768. <wsdl:input>
  19769. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19770. </wsdl:input>
  19771. <wsdl:output>
  19772. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19773. </wsdl:output>
  19774. <wsdl:fault name="failure">
  19775. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19776. </wsdl:fault>
  19777. </wsdl:operation>
  19778. <wsdl:operation name="telephonySmsUserAdd">
  19779. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsUserAdd" />
  19780. <wsdl:input>
  19781. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19782. </wsdl:input>
  19783. <wsdl:output>
  19784. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19785. </wsdl:output>
  19786. <wsdl:fault name="failure">
  19787. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19788. </wsdl:fault>
  19789. </wsdl:operation>
  19790. <wsdl:operation name="nicUpdateIT">
  19791. <soap:operation soapAction="http://soapi.ovh.com/manager#nicUpdateIT" />
  19792. <wsdl:input>
  19793. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19794. </wsdl:input>
  19795. <wsdl:output>
  19796. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19797. </wsdl:output>
  19798. <wsdl:fault name="failure">
  19799. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19800. </wsdl:fault>
  19801. </wsdl:operation>
  19802. <wsdl:operation name="telephonySmsUserHistory">
  19803. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsUserHistory" />
  19804. <wsdl:input>
  19805. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19806. </wsdl:input>
  19807. <wsdl:output>
  19808. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19809. </wsdl:output>
  19810. <wsdl:fault name="failure">
  19811. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19812. </wsdl:fault>
  19813. </wsdl:operation>
  19814. <wsdl:operation name="dedicatedMonitoringStatusGet">
  19815. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedMonitoringStatusGet" />
  19816. <wsdl:input>
  19817. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19818. </wsdl:input>
  19819. <wsdl:output>
  19820. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19821. </wsdl:output>
  19822. <wsdl:fault name="failure">
  19823. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19824. </wsdl:fault>
  19825. </wsdl:operation>
  19826. <wsdl:operation name="ripeUpdateOrganisation">
  19827. <soap:operation soapAction="http://soapi.ovh.com/manager#ripeUpdateOrganisation" />
  19828. <wsdl:input>
  19829. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19830. </wsdl:input>
  19831. <wsdl:output>
  19832. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19833. </wsdl:output>
  19834. <wsdl:fault name="failure">
  19835. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19836. </wsdl:fault>
  19837. </wsdl:operation>
  19838. <wsdl:operation name="telephonySmsUserGetCallBack">
  19839. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsUserGetCallBack" />
  19840. <wsdl:input>
  19841. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19842. </wsdl:input>
  19843. <wsdl:output>
  19844. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19845. </wsdl:output>
  19846. <wsdl:fault name="failure">
  19847. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19848. </wsdl:fault>
  19849. </wsdl:operation>
  19850. <wsdl:operation name="dedicatedNetbootModify">
  19851. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedNetbootModify" />
  19852. <wsdl:input>
  19853. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19854. </wsdl:input>
  19855. <wsdl:output>
  19856. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19857. </wsdl:output>
  19858. <wsdl:fault name="failure">
  19859. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19860. </wsdl:fault>
  19861. </wsdl:operation>
  19862. <wsdl:operation name="subDomainList">
  19863. <soap:operation soapAction="http://soapi.ovh.com/manager#subDomainList" />
  19864. <wsdl:input>
  19865. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19866. </wsdl:input>
  19867. <wsdl:output>
  19868. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19869. </wsdl:output>
  19870. <wsdl:fault name="failure">
  19871. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19872. </wsdl:fault>
  19873. </wsdl:operation>
  19874. <wsdl:operation name="sqlpriveFtpPassword">
  19875. <soap:operation soapAction="http://soapi.ovh.com/manager#sqlpriveFtpPassword" />
  19876. <wsdl:input>
  19877. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19878. </wsdl:input>
  19879. <wsdl:output>
  19880. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19881. </wsdl:output>
  19882. <wsdl:fault name="failure">
  19883. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19884. </wsdl:fault>
  19885. </wsdl:operation>
  19886. <wsdl:operation name="telephonyOfferModifyPassword">
  19887. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyOfferModifyPassword" />
  19888. <wsdl:input>
  19889. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19890. </wsdl:input>
  19891. <wsdl:output>
  19892. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19893. </wsdl:output>
  19894. <wsdl:fault name="failure">
  19895. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19896. </wsdl:fault>
  19897. </wsdl:operation>
  19898. <wsdl:operation name="dnsUninstall">
  19899. <soap:operation soapAction="http://soapi.ovh.com/manager#dnsUninstall" />
  19900. <wsdl:input>
  19901. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19902. </wsdl:input>
  19903. <wsdl:output>
  19904. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19905. </wsdl:output>
  19906. <wsdl:fault name="failure">
  19907. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19908. </wsdl:fault>
  19909. </wsdl:operation>
  19910. <wsdl:operation name="dedicatedFilterIrcClientRuleList">
  19911. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedFilterIrcClientRuleList" />
  19912. <wsdl:input>
  19913. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19914. </wsdl:input>
  19915. <wsdl:output>
  19916. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19917. </wsdl:output>
  19918. <wsdl:fault name="failure">
  19919. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19920. </wsdl:fault>
  19921. </wsdl:operation>
  19922. <wsdl:operation name="telephonyFunctionKeyAdd">
  19923. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyFunctionKeyAdd" />
  19924. <wsdl:input>
  19925. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19926. </wsdl:input>
  19927. <wsdl:output>
  19928. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19929. </wsdl:output>
  19930. <wsdl:fault name="failure">
  19931. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19932. </wsdl:fault>
  19933. </wsdl:operation>
  19934. <wsdl:operation name="telephonyPhonebookList">
  19935. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPhonebookList" />
  19936. <wsdl:input>
  19937. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19938. </wsdl:input>
  19939. <wsdl:output>
  19940. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19941. </wsdl:output>
  19942. <wsdl:fault name="failure">
  19943. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19944. </wsdl:fault>
  19945. </wsdl:operation>
  19946. <wsdl:operation name="telephonyPlugAndPhoneReset">
  19947. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPlugAndPhoneReset" />
  19948. <wsdl:input>
  19949. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19950. </wsdl:input>
  19951. <wsdl:output>
  19952. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19953. </wsdl:output>
  19954. <wsdl:fault name="failure">
  19955. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19956. </wsdl:fault>
  19957. </wsdl:operation>
  19958. <wsdl:operation name="sqlpriveMysqlRootPassword">
  19959. <soap:operation soapAction="http://soapi.ovh.com/manager#sqlpriveMysqlRootPassword" />
  19960. <wsdl:input>
  19961. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19962. </wsdl:input>
  19963. <wsdl:output>
  19964. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19965. </wsdl:output>
  19966. <wsdl:fault name="failure">
  19967. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19968. </wsdl:fault>
  19969. </wsdl:operation>
  19970. <wsdl:operation name="telephonySpareInfo">
  19971. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySpareInfo" />
  19972. <wsdl:input>
  19973. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19974. </wsdl:input>
  19975. <wsdl:output>
  19976. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19977. </wsdl:output>
  19978. <wsdl:fault name="failure">
  19979. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19980. </wsdl:fault>
  19981. </wsdl:operation>
  19982. <wsdl:operation name="telephonySmsUserDel">
  19983. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsUserDel" />
  19984. <wsdl:input>
  19985. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19986. </wsdl:input>
  19987. <wsdl:output>
  19988. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19989. </wsdl:output>
  19990. <wsdl:fault name="failure">
  19991. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  19992. </wsdl:fault>
  19993. </wsdl:operation>
  19994. <wsdl:operation name="emailSetDomainMxFiltering">
  19995. <soap:operation soapAction="http://soapi.ovh.com/manager#emailSetDomainMxFiltering" />
  19996. <wsdl:input>
  19997. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  19998. </wsdl:input>
  19999. <wsdl:output>
  20000. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20001. </wsdl:output>
  20002. <wsdl:fault name="failure">
  20003. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  20004. </wsdl:fault>
  20005. </wsdl:operation>
  20006. <wsdl:operation name="telephonyVoicemailMessagesStatus">
  20007. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyVoicemailMessagesStatus" />
  20008. <wsdl:input>
  20009. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20010. </wsdl:input>
  20011. <wsdl:output>
  20012. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20013. </wsdl:output>
  20014. <wsdl:fault name="failure">
  20015. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  20016. </wsdl:fault>
  20017. </wsdl:operation>
  20018. <wsdl:operation name="telephonyPhonebookModify">
  20019. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPhonebookModify" />
  20020. <wsdl:input>
  20021. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20022. </wsdl:input>
  20023. <wsdl:output>
  20024. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20025. </wsdl:output>
  20026. <wsdl:fault name="failure">
  20027. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  20028. </wsdl:fault>
  20029. </wsdl:operation>
  20030. <wsdl:operation name="dedicatedIPForUDPMove">
  20031. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedIPForUDPMove" />
  20032. <wsdl:input>
  20033. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20034. </wsdl:input>
  20035. <wsdl:output>
  20036. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20037. </wsdl:output>
  20038. <wsdl:fault name="failure">
  20039. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  20040. </wsdl:fault>
  20041. </wsdl:operation>
  20042. <wsdl:operation name="nicUpdate">
  20043. <soap:operation soapAction="http://soapi.ovh.com/manager#nicUpdate" />
  20044. <wsdl:input>
  20045. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20046. </wsdl:input>
  20047. <wsdl:output>
  20048. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20049. </wsdl:output>
  20050. <wsdl:fault name="failure">
  20051. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  20052. </wsdl:fault>
  20053. </wsdl:operation>
  20054. <wsdl:operation name="passwordManager">
  20055. <soap:operation soapAction="http://soapi.ovh.com/manager#passwordManager" />
  20056. <wsdl:input>
  20057. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20058. </wsdl:input>
  20059. <wsdl:output>
  20060. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20061. </wsdl:output>
  20062. <wsdl:fault name="failure">
  20063. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  20064. </wsdl:fault>
  20065. </wsdl:operation>
  20066. <wsdl:operation name="telephonyOfferModifyName">
  20067. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyOfferModifyName" />
  20068. <wsdl:input>
  20069. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20070. </wsdl:input>
  20071. <wsdl:output>
  20072. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20073. </wsdl:output>
  20074. <wsdl:fault name="failure">
  20075. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  20076. </wsdl:fault>
  20077. </wsdl:operation>
  20078. <wsdl:operation name="notepadFlush">
  20079. <soap:operation soapAction="http://soapi.ovh.com/manager#notepadFlush" />
  20080. <wsdl:input>
  20081. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20082. </wsdl:input>
  20083. <wsdl:output>
  20084. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20085. </wsdl:output>
  20086. <wsdl:fault name="failure">
  20087. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  20088. </wsdl:fault>
  20089. </wsdl:operation>
  20090. <wsdl:operation name="telephonySmsSetCallBack">
  20091. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsSetCallBack" />
  20092. <wsdl:input>
  20093. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20094. </wsdl:input>
  20095. <wsdl:output>
  20096. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20097. </wsdl:output>
  20098. <wsdl:fault name="failure">
  20099. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  20100. </wsdl:fault>
  20101. </wsdl:operation>
  20102. <wsdl:operation name="multiDomainModify">
  20103. <soap:operation soapAction="http://soapi.ovh.com/manager#multiDomainModify" />
  20104. <wsdl:input>
  20105. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20106. </wsdl:input>
  20107. <wsdl:output>
  20108. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20109. </wsdl:output>
  20110. <wsdl:fault name="failure">
  20111. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  20112. </wsdl:fault>
  20113. </wsdl:operation>
  20114. <wsdl:operation name="language">
  20115. <soap:operation soapAction="http://soapi.ovh.com/manager#language" />
  20116. <wsdl:input>
  20117. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20118. </wsdl:input>
  20119. <wsdl:output>
  20120. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20121. </wsdl:output>
  20122. <wsdl:fault name="failure">
  20123. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  20124. </wsdl:fault>
  20125. </wsdl:operation>
  20126. <wsdl:operation name="dedicatedMonitoringSMSModify">
  20127. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedMonitoringSMSModify" />
  20128. <wsdl:input>
  20129. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20130. </wsdl:input>
  20131. <wsdl:output>
  20132. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20133. </wsdl:output>
  20134. <wsdl:fault name="failure">
  20135. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  20136. </wsdl:fault>
  20137. </wsdl:operation>
  20138. <wsdl:operation name="telephonyPhonebookGroupList">
  20139. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPhonebookGroupList" />
  20140. <wsdl:input>
  20141. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20142. </wsdl:input>
  20143. <wsdl:output>
  20144. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20145. </wsdl:output>
  20146. <wsdl:fault name="failure">
  20147. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  20148. </wsdl:fault>
  20149. </wsdl:operation>
  20150. <wsdl:operation name="logsAccessDel">
  20151. <soap:operation soapAction="http://soapi.ovh.com/manager#logsAccessDel" />
  20152. <wsdl:input>
  20153. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20154. </wsdl:input>
  20155. <wsdl:output>
  20156. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20157. </wsdl:output>
  20158. <wsdl:fault name="failure">
  20159. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  20160. </wsdl:fault>
  20161. </wsdl:operation>
  20162. <wsdl:operation name="logsAccessAdd">
  20163. <soap:operation soapAction="http://soapi.ovh.com/manager#logsAccessAdd" />
  20164. <wsdl:input>
  20165. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20166. </wsdl:input>
  20167. <wsdl:output>
  20168. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20169. </wsdl:output>
  20170. <wsdl:fault name="failure">
  20171. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  20172. </wsdl:fault>
  20173. </wsdl:operation>
  20174. <wsdl:operation name="multiDomainInfo">
  20175. <soap:operation soapAction="http://soapi.ovh.com/manager#multiDomainInfo" />
  20176. <wsdl:input>
  20177. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20178. </wsdl:input>
  20179. <wsdl:output>
  20180. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20181. </wsdl:output>
  20182. <wsdl:fault name="failure">
  20183. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  20184. </wsdl:fault>
  20185. </wsdl:operation>
  20186. <wsdl:operation name="domainWhoisObfuscatorList">
  20187. <soap:operation soapAction="http://soapi.ovh.com/manager#domainWhoisObfuscatorList" />
  20188. <wsdl:input>
  20189. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20190. </wsdl:input>
  20191. <wsdl:output>
  20192. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20193. </wsdl:output>
  20194. <wsdl:fault name="failure">
  20195. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  20196. </wsdl:fault>
  20197. </wsdl:operation>
  20198. <wsdl:operation name="sqlpriveMysqlProcessKill">
  20199. <soap:operation soapAction="http://soapi.ovh.com/manager#sqlpriveMysqlProcessKill" />
  20200. <wsdl:input>
  20201. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20202. </wsdl:input>
  20203. <wsdl:output>
  20204. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20205. </wsdl:output>
  20206. <wsdl:fault name="failure">
  20207. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  20208. </wsdl:fault>
  20209. </wsdl:operation>
  20210. <wsdl:operation name="telephonyBillingAccountInfo">
  20211. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyBillingAccountInfo" />
  20212. <wsdl:input>
  20213. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20214. </wsdl:input>
  20215. <wsdl:output>
  20216. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20217. </wsdl:output>
  20218. <wsdl:fault name="failure">
  20219. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  20220. </wsdl:fault>
  20221. </wsdl:operation>
  20222. <wsdl:operation name="mailingListList">
  20223. <soap:operation soapAction="http://soapi.ovh.com/manager#mailingListList" />
  20224. <wsdl:input>
  20225. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20226. </wsdl:input>
  20227. <wsdl:output>
  20228. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20229. </wsdl:output>
  20230. <wsdl:fault name="failure">
  20231. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  20232. </wsdl:fault>
  20233. </wsdl:operation>
  20234. <wsdl:operation name="telephonySmsSenderAdd">
  20235. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsSenderAdd" />
  20236. <wsdl:input>
  20237. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20238. </wsdl:input>
  20239. <wsdl:output>
  20240. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20241. </wsdl:output>
  20242. <wsdl:fault name="failure">
  20243. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  20244. </wsdl:fault>
  20245. </wsdl:operation>
  20246. <wsdl:operation name="telephonyLineConsumptionCSVByMail">
  20247. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyLineConsumptionCSVByMail" />
  20248. <wsdl:input>
  20249. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20250. </wsdl:input>
  20251. <wsdl:output>
  20252. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20253. </wsdl:output>
  20254. <wsdl:fault name="failure">
  20255. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  20256. </wsdl:fault>
  20257. </wsdl:operation>
  20258. <wsdl:operation name="telephonySmsUserDeleteCsvAttachment">
  20259. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsUserDeleteCsvAttachment" />
  20260. <wsdl:input>
  20261. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20262. </wsdl:input>
  20263. <wsdl:output>
  20264. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20265. </wsdl:output>
  20266. <wsdl:fault name="failure">
  20267. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  20268. </wsdl:fault>
  20269. </wsdl:operation>
  20270. <wsdl:operation name="mailingListSubscriberListByEmail">
  20271. <soap:operation soapAction="http://soapi.ovh.com/manager#mailingListSubscriberListByEmail" />
  20272. <wsdl:input>
  20273. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20274. </wsdl:input>
  20275. <wsdl:output>
  20276. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20277. </wsdl:output>
  20278. <wsdl:fault name="failure">
  20279. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  20280. </wsdl:fault>
  20281. </wsdl:operation>
  20282. <wsdl:operation name="supportCloseThreads">
  20283. <soap:operation soapAction="http://soapi.ovh.com/manager#supportCloseThreads" />
  20284. <wsdl:input>
  20285. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20286. </wsdl:input>
  20287. <wsdl:output>
  20288. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20289. </wsdl:output>
  20290. <wsdl:fault name="failure">
  20291. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  20292. </wsdl:fault>
  20293. </wsdl:operation>
  20294. <wsdl:operation name="sqlpriveMysqlDatabaseSave">
  20295. <soap:operation soapAction="http://soapi.ovh.com/manager#sqlpriveMysqlDatabaseSave" />
  20296. <wsdl:input>
  20297. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20298. </wsdl:input>
  20299. <wsdl:output>
  20300. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20301. </wsdl:output>
  20302. <wsdl:fault name="failure">
  20303. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  20304. </wsdl:fault>
  20305. </wsdl:operation>
  20306. <wsdl:operation name="telephonyListReversableCallsFromNumber">
  20307. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyListReversableCallsFromNumber" />
  20308. <wsdl:input>
  20309. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20310. </wsdl:input>
  20311. <wsdl:output>
  20312. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20313. </wsdl:output>
  20314. <wsdl:fault name="failure">
  20315. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  20316. </wsdl:fault>
  20317. </wsdl:operation>
  20318. <wsdl:operation name="telephonyBillingAccountList">
  20319. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyBillingAccountList" />
  20320. <wsdl:input>
  20321. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20322. </wsdl:input>
  20323. <wsdl:output>
  20324. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20325. </wsdl:output>
  20326. <wsdl:fault name="failure">
  20327. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  20328. </wsdl:fault>
  20329. </wsdl:operation>
  20330. <wsdl:operation name="telephonySmsGetQuotaNotificationForUser">
  20331. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsGetQuotaNotificationForUser" />
  20332. <wsdl:input>
  20333. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20334. </wsdl:input>
  20335. <wsdl:output>
  20336. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20337. </wsdl:output>
  20338. <wsdl:fault name="failure">
  20339. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  20340. </wsdl:fault>
  20341. </wsdl:operation>
  20342. <wsdl:operation name="dedicatedMonitoringDel">
  20343. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedMonitoringDel" />
  20344. <wsdl:input>
  20345. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20346. </wsdl:input>
  20347. <wsdl:output>
  20348. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20349. </wsdl:output>
  20350. <wsdl:fault name="failure">
  20351. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  20352. </wsdl:fault>
  20353. </wsdl:operation>
  20354. <wsdl:operation name="telephonyChangeNicModify">
  20355. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyChangeNicModify" />
  20356. <wsdl:input>
  20357. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20358. </wsdl:input>
  20359. <wsdl:output>
  20360. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20361. </wsdl:output>
  20362. <wsdl:fault name="failure">
  20363. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  20364. </wsdl:fault>
  20365. </wsdl:operation>
  20366. <wsdl:operation name="dedicatedMonitoringServiceAddSMS">
  20367. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedMonitoringServiceAddSMS" />
  20368. <wsdl:input>
  20369. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20370. </wsdl:input>
  20371. <wsdl:output>
  20372. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20373. </wsdl:output>
  20374. <wsdl:fault name="failure">
  20375. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  20376. </wsdl:fault>
  20377. </wsdl:operation>
  20378. <wsdl:operation name="prepaidGetBalance">
  20379. <soap:operation soapAction="http://soapi.ovh.com/manager#prepaidGetBalance" />
  20380. <wsdl:input>
  20381. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20382. </wsdl:input>
  20383. <wsdl:output>
  20384. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20385. </wsdl:output>
  20386. <wsdl:fault name="failure">
  20387. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  20388. </wsdl:fault>
  20389. </wsdl:operation>
  20390. <wsdl:operation name="telephonySviInfo">
  20391. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySviInfo" />
  20392. <wsdl:input>
  20393. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20394. </wsdl:input>
  20395. <wsdl:output>
  20396. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20397. </wsdl:output>
  20398. <wsdl:fault name="failure">
  20399. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  20400. </wsdl:fault>
  20401. </wsdl:operation>
  20402. <wsdl:operation name="dnsGeolocalizeHosting">
  20403. <soap:operation soapAction="http://soapi.ovh.com/manager#dnsGeolocalizeHosting" />
  20404. <wsdl:input>
  20405. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20406. </wsdl:input>
  20407. <wsdl:output>
  20408. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20409. </wsdl:output>
  20410. <wsdl:fault name="failure">
  20411. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  20412. </wsdl:fault>
  20413. </wsdl:operation>
  20414. <wsdl:operation name="popAdd">
  20415. <soap:operation soapAction="http://soapi.ovh.com/manager#popAdd" />
  20416. <wsdl:input>
  20417. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20418. </wsdl:input>
  20419. <wsdl:output>
  20420. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20421. </wsdl:output>
  20422. <wsdl:fault name="failure">
  20423. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  20424. </wsdl:fault>
  20425. </wsdl:operation>
  20426. <wsdl:operation name="telephonyClick2CallUserAdd">
  20427. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyClick2CallUserAdd" />
  20428. <wsdl:input>
  20429. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20430. </wsdl:input>
  20431. <wsdl:output>
  20432. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20433. </wsdl:output>
  20434. <wsdl:fault name="failure">
  20435. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  20436. </wsdl:fault>
  20437. </wsdl:operation>
  20438. <wsdl:operation name="domainHostInfo">
  20439. <soap:operation soapAction="http://soapi.ovh.com/manager#domainHostInfo" />
  20440. <wsdl:input>
  20441. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20442. </wsdl:input>
  20443. <wsdl:output>
  20444. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20445. </wsdl:output>
  20446. <wsdl:fault name="failure">
  20447. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  20448. </wsdl:fault>
  20449. </wsdl:operation>
  20450. <wsdl:operation name="dedicatedList">
  20451. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedList" />
  20452. <wsdl:input>
  20453. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20454. </wsdl:input>
  20455. <wsdl:output>
  20456. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20457. </wsdl:output>
  20458. <wsdl:fault name="failure">
  20459. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  20460. </wsdl:fault>
  20461. </wsdl:operation>
  20462. <wsdl:operation name="dedicatedIPForUDPGet">
  20463. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedIPForUDPGet" />
  20464. <wsdl:input>
  20465. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20466. </wsdl:input>
  20467. <wsdl:output>
  20468. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20469. </wsdl:output>
  20470. <wsdl:fault name="failure">
  20471. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  20472. </wsdl:fault>
  20473. </wsdl:operation>
  20474. <wsdl:operation name="dedicatedGetAvailableIpFromNetwork">
  20475. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedGetAvailableIpFromNetwork" />
  20476. <wsdl:input>
  20477. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20478. </wsdl:input>
  20479. <wsdl:output>
  20480. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20481. </wsdl:output>
  20482. <wsdl:fault name="failure">
  20483. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  20484. </wsdl:fault>
  20485. </wsdl:operation>
  20486. <wsdl:operation name="crontabModify">
  20487. <soap:operation soapAction="http://soapi.ovh.com/manager#crontabModify" />
  20488. <wsdl:input>
  20489. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20490. </wsdl:input>
  20491. <wsdl:output>
  20492. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20493. </wsdl:output>
  20494. <wsdl:fault name="failure">
  20495. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  20496. </wsdl:fault>
  20497. </wsdl:operation>
  20498. <wsdl:operation name="sqlpriveCronGet">
  20499. <soap:operation soapAction="http://soapi.ovh.com/manager#sqlpriveCronGet" />
  20500. <wsdl:input>
  20501. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20502. </wsdl:input>
  20503. <wsdl:output>
  20504. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20505. </wsdl:output>
  20506. <wsdl:fault name="failure">
  20507. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  20508. </wsdl:fault>
  20509. </wsdl:operation>
  20510. <wsdl:operation name="supportReactivateThread">
  20511. <soap:operation soapAction="http://soapi.ovh.com/manager#supportReactivateThread" />
  20512. <wsdl:input>
  20513. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20514. </wsdl:input>
  20515. <wsdl:output>
  20516. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20517. </wsdl:output>
  20518. <wsdl:fault name="failure">
  20519. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  20520. </wsdl:fault>
  20521. </wsdl:operation>
  20522. <wsdl:operation name="telephonySmsBlacklistedSendersDelete">
  20523. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsBlacklistedSendersDelete" />
  20524. <wsdl:input>
  20525. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20526. </wsdl:input>
  20527. <wsdl:output>
  20528. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20529. </wsdl:output>
  20530. <wsdl:fault name="failure">
  20531. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  20532. </wsdl:fault>
  20533. </wsdl:operation>
  20534. <wsdl:operation name="zoneImport">
  20535. <soap:operation soapAction="http://soapi.ovh.com/manager#zoneImport" />
  20536. <wsdl:input>
  20537. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20538. </wsdl:input>
  20539. <wsdl:output>
  20540. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20541. </wsdl:output>
  20542. <wsdl:fault name="failure">
  20543. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  20544. </wsdl:fault>
  20545. </wsdl:operation>
  20546. <wsdl:operation name="telephonySmsplusServiceAdd">
  20547. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsplusServiceAdd" />
  20548. <wsdl:input>
  20549. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20550. </wsdl:input>
  20551. <wsdl:output>
  20552. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20553. </wsdl:output>
  20554. <wsdl:fault name="failure">
  20555. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  20556. </wsdl:fault>
  20557. </wsdl:operation>
  20558. <wsdl:operation name="multiDomainDel">
  20559. <soap:operation soapAction="http://soapi.ovh.com/manager#multiDomainDel" />
  20560. <wsdl:input>
  20561. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20562. </wsdl:input>
  20563. <wsdl:output>
  20564. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20565. </wsdl:output>
  20566. <wsdl:fault name="failure">
  20567. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  20568. </wsdl:fault>
  20569. </wsdl:operation>
  20570. <wsdl:operation name="telephonySpareCreateRMA">
  20571. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySpareCreateRMA" />
  20572. <wsdl:input>
  20573. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20574. </wsdl:input>
  20575. <wsdl:output>
  20576. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20577. </wsdl:output>
  20578. <wsdl:fault name="failure">
  20579. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  20580. </wsdl:fault>
  20581. </wsdl:operation>
  20582. <wsdl:operation name="telephonySmsplusServiceEdit">
  20583. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsplusServiceEdit" />
  20584. <wsdl:input>
  20585. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20586. </wsdl:input>
  20587. <wsdl:output>
  20588. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20589. </wsdl:output>
  20590. <wsdl:fault name="failure">
  20591. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  20592. </wsdl:fault>
  20593. </wsdl:operation>
  20594. <wsdl:operation name="dedicatedMailinglistSubscribe">
  20595. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedMailinglistSubscribe" />
  20596. <wsdl:input>
  20597. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20598. </wsdl:input>
  20599. <wsdl:output>
  20600. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20601. </wsdl:output>
  20602. <wsdl:fault name="failure">
  20603. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  20604. </wsdl:fault>
  20605. </wsdl:operation>
  20606. <wsdl:operation name="serviceGroupInfo">
  20607. <soap:operation soapAction="http://soapi.ovh.com/manager#serviceGroupInfo" />
  20608. <wsdl:input>
  20609. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20610. </wsdl:input>
  20611. <wsdl:output>
  20612. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20613. </wsdl:output>
  20614. <wsdl:fault name="failure">
  20615. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  20616. </wsdl:fault>
  20617. </wsdl:operation>
  20618. <wsdl:operation name="automatedMailFlush">
  20619. <soap:operation soapAction="http://soapi.ovh.com/manager#automatedMailFlush" />
  20620. <wsdl:input>
  20621. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20622. </wsdl:input>
  20623. <wsdl:output>
  20624. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20625. </wsdl:output>
  20626. <wsdl:fault name="failure">
  20627. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  20628. </wsdl:fault>
  20629. </wsdl:operation>
  20630. <wsdl:operation name="managedServicesNameUpdate">
  20631. <soap:operation soapAction="http://soapi.ovh.com/manager#managedServicesNameUpdate" />
  20632. <wsdl:input>
  20633. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20634. </wsdl:input>
  20635. <wsdl:output>
  20636. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20637. </wsdl:output>
  20638. <wsdl:fault name="failure">
  20639. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  20640. </wsdl:fault>
  20641. </wsdl:operation>
  20642. <wsdl:operation name="popGetQuota">
  20643. <soap:operation soapAction="http://soapi.ovh.com/manager#popGetQuota" />
  20644. <wsdl:input>
  20645. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20646. </wsdl:input>
  20647. <wsdl:output>
  20648. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20649. </wsdl:output>
  20650. <wsdl:fault name="failure">
  20651. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  20652. </wsdl:fault>
  20653. </wsdl:operation>
  20654. <wsdl:operation name="telephonyHuntingGenericScreenOptionsModify">
  20655. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyHuntingGenericScreenOptionsModify" />
  20656. <wsdl:input>
  20657. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20658. </wsdl:input>
  20659. <wsdl:output>
  20660. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20661. </wsdl:output>
  20662. <wsdl:fault name="failure">
  20663. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  20664. </wsdl:fault>
  20665. </wsdl:operation>
  20666. <wsdl:operation name="ripeCreateOrganisation">
  20667. <soap:operation soapAction="http://soapi.ovh.com/manager#ripeCreateOrganisation" />
  20668. <wsdl:input>
  20669. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20670. </wsdl:input>
  20671. <wsdl:output>
  20672. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20673. </wsdl:output>
  20674. <wsdl:fault name="failure">
  20675. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  20676. </wsdl:fault>
  20677. </wsdl:operation>
  20678. <wsdl:operation name="telephonyPlugAndPhoneInfo">
  20679. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPlugAndPhoneInfo" />
  20680. <wsdl:input>
  20681. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20682. </wsdl:input>
  20683. <wsdl:output>
  20684. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20685. </wsdl:output>
  20686. <wsdl:fault name="failure">
  20687. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  20688. </wsdl:fault>
  20689. </wsdl:operation>
  20690. <wsdl:operation name="telephonyFaxCampaignDelete">
  20691. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyFaxCampaignDelete" />
  20692. <wsdl:input>
  20693. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20694. </wsdl:input>
  20695. <wsdl:output>
  20696. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20697. </wsdl:output>
  20698. <wsdl:fault name="failure">
  20699. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  20700. </wsdl:fault>
  20701. </wsdl:operation>
  20702. <wsdl:operation name="telephonyReversmentsRefundFromBillingAccount">
  20703. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyReversmentsRefundFromBillingAccount" />
  20704. <wsdl:input>
  20705. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20706. </wsdl:input>
  20707. <wsdl:output>
  20708. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20709. </wsdl:output>
  20710. <wsdl:fault name="failure">
  20711. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  20712. </wsdl:fault>
  20713. </wsdl:operation>
  20714. <wsdl:operation name="telephonyVoicemailMessageDelete">
  20715. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyVoicemailMessageDelete" />
  20716. <wsdl:input>
  20717. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20718. </wsdl:input>
  20719. <wsdl:output>
  20720. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20721. </wsdl:output>
  20722. <wsdl:fault name="failure">
  20723. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  20724. </wsdl:fault>
  20725. </wsdl:operation>
  20726. <wsdl:operation name="dedicatedIpLoadBalancingNameModify">
  20727. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedIpLoadBalancingNameModify" />
  20728. <wsdl:input>
  20729. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20730. </wsdl:input>
  20731. <wsdl:output>
  20732. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20733. </wsdl:output>
  20734. <wsdl:fault name="failure">
  20735. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  20736. </wsdl:fault>
  20737. </wsdl:operation>
  20738. <wsdl:operation name="telephonyLineOptionsList">
  20739. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyLineOptionsList" />
  20740. <wsdl:input>
  20741. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20742. </wsdl:input>
  20743. <wsdl:output>
  20744. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20745. </wsdl:output>
  20746. <wsdl:fault name="failure">
  20747. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  20748. </wsdl:fault>
  20749. </wsdl:operation>
  20750. <wsdl:operation name="telephonySpareServiceInfo">
  20751. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySpareServiceInfo" />
  20752. <wsdl:input>
  20753. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20754. </wsdl:input>
  20755. <wsdl:output>
  20756. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20757. </wsdl:output>
  20758. <wsdl:fault name="failure">
  20759. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  20760. </wsdl:fault>
  20761. </wsdl:operation>
  20762. <wsdl:operation name="telephonyAbbreviatedNumberModify">
  20763. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyAbbreviatedNumberModify" />
  20764. <wsdl:input>
  20765. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20766. </wsdl:input>
  20767. <wsdl:output>
  20768. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20769. </wsdl:output>
  20770. <wsdl:fault name="failure">
  20771. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  20772. </wsdl:fault>
  20773. </wsdl:operation>
  20774. <wsdl:operation name="telephonyOfferSimultaneousLinesModify">
  20775. <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyOfferSimultaneousLinesModify" />
  20776. <wsdl:input>
  20777. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20778. </wsdl:input>
  20779. <wsdl:output>
  20780. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20781. </wsdl:output>
  20782. <wsdl:fault name="failure">
  20783. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  20784. </wsdl:fault>
  20785. </wsdl:operation>
  20786. <wsdl:operation name="dedicatedMonitoringServiceList">
  20787. <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedMonitoringServiceList" />
  20788. <wsdl:input>
  20789. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20790. </wsdl:input>
  20791. <wsdl:output>
  20792. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20793. </wsdl:output>
  20794. <wsdl:fault name="failure">
  20795. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  20796. </wsdl:fault>
  20797. </wsdl:operation>
  20798. <wsdl:operation name="resellerDomainTransfer">
  20799. <soap:operation soapAction="http://soapi.ovh.com/manager#resellerDomainTransfer" />
  20800. <wsdl:input>
  20801. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20802. </wsdl:input>
  20803. <wsdl:output>
  20804. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20805. </wsdl:output>
  20806. <wsdl:fault name="failure">
  20807. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  20808. </wsdl:fault>
  20809. </wsdl:operation>
  20810. <wsdl:operation name="serviceGroupAddService">
  20811. <soap:operation soapAction="http://soapi.ovh.com/manager#serviceGroupAddService" />
  20812. <wsdl:input>
  20813. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20814. </wsdl:input>
  20815. <wsdl:output>
  20816. <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" />
  20817. </wsdl:output>
  20818. <wsdl:fault name="failure">
  20819. <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" />
  20820. </wsdl:fault>
  20821. </wsdl:operation>
  20822. </wsdl:binding>
  20823. <wsdl:service name="managerService">
  20824. <wsdl:port name="managerPort" binding="wsdlns:managerBinding">
  20825. <soap:address location="https://www.ovh.com:1664" />
  20826. </wsdl:port>
  20827. </wsdl:service>
  20828. </wsdl:definitions>