diff options
| author | makefu <github@syntax-fehler.de> | 2013-09-25 23:21:00 +0200 |
|---|---|---|
| committer | makefu <github@syntax-fehler.de> | 2013-09-25 23:21:00 +0200 |
| commit | 5ff7f557b8e9f5a0966ec029c6f7a5dd15a2dcc8 (patch) | |
| tree | 1a0922ec1677efe9c2c926d0316bdc69c1e886d5 /ext | |
| parent | 67ddf2c41e1285b2a1f11ff3eca8c3d9a7a377c5 (diff) | |
| parent | 9f3a8aff6cfb84cf7ad43d917050126cf54c7d8b (diff) | |
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'ext')
| -rwxr-xr-x | ext/ovh/soapi/domainCapabilities | 2 | ||||
| -rwxr-xr-x | ext/ovh/soapi/domainInfo | 2 | ||||
| -rwxr-xr-x | ext/ovh/soapi/domainList | 2 | ||||
| -rw-r--r-- | ext/ovh/soapi/soapi.wsdl (renamed from ext/ovh/soapi/soapi-re-1.24.wsdl) | 5056 | ||||
| -rwxr-xr-x | ext/ovh/soapi/zoneEntryAdd | 2 | ||||
| -rwxr-xr-x | ext/ovh/soapi/zoneEntryDel | 2 | ||||
| -rwxr-xr-x | ext/ovh/soapi/zoneEntryList | 2 | ||||
| -rwxr-xr-x | ext/ovh/soapi/zoneExport | 3 | ||||
| -rwxr-xr-x | ext/ovh/soapi/zoneImport | 2 |
9 files changed, 4452 insertions, 621 deletions
diff --git a/ext/ovh/soapi/domainCapabilities b/ext/ovh/soapi/domainCapabilities index a438e0b8..252e2ca1 100755 --- a/ext/ovh/soapi/domainCapabilities +++ b/ext/ovh/soapi/domainCapabilities @@ -14,7 +14,7 @@ def default(o): return list(iterable) return JSONEncoder.default(o) -wsdl = dirname(realpath(__file__)) + '/soapi-re-1.24.wsdl' +wsdl = dirname(realpath(__file__)) + '/soapi.wsdl' soap = WSDL.Proxy(wsdl) username = environ['KREBS_OVH_USER'] diff --git a/ext/ovh/soapi/domainInfo b/ext/ovh/soapi/domainInfo index 35459d06..4bfad237 100755 --- a/ext/ovh/soapi/domainInfo +++ b/ext/ovh/soapi/domainInfo @@ -14,7 +14,7 @@ def default(o): return list(iterable) return JSONEncoder.default(o) -wsdl = dirname(realpath(__file__)) + '/soapi-re-1.24.wsdl' +wsdl = dirname(realpath(__file__)) + '/soapi.wsdl' soap = WSDL.Proxy(wsdl) username = environ['KREBS_OVH_USER'] diff --git a/ext/ovh/soapi/domainList b/ext/ovh/soapi/domainList index 342eec72..8f80793b 100755 --- a/ext/ovh/soapi/domainList +++ b/ext/ovh/soapi/domainList @@ -14,7 +14,7 @@ def default(o): return list(iterable) return JSONEncoder.default(o) -wsdl = dirname(realpath(__file__)) + '/soapi-re-1.24.wsdl' +wsdl = dirname(realpath(__file__)) + '/soapi.wsdl' soap = WSDL.Proxy(wsdl) username = environ['KREBS_OVH_USER'] diff --git a/ext/ovh/soapi/soapi-re-1.24.wsdl b/ext/ovh/soapi/soapi.wsdl index c628c564..82398e90 100644 --- a/ext/ovh/soapi/soapi-re-1.24.wsdl +++ b/ext/ovh/soapi/soapi.wsdl @@ -2,11 +2,11 @@ <!-- - SOAPI WSDL, RPC/Encoded style, version 1.24 + SOAPI WSDL, RPC/Encoded style, version 1.61 The SOAPI technical specifications are available at this url : http://www.ovh.com/soapi . - copyright 1999-2011 OVH + copyright 1999-2013 OVH --> @@ -165,11 +165,14 @@ <xsd:element name="type" type="xsd:string"/> <xsd:element name="expirationDate" type="xsd:string"/> <xsd:element name="description" type="xsd:string"/> + <xsd:element name="simultaneousLines" type="xsd:int"/> </xsd:all> </xsd:complexType> <xsd:complexType name="telephonyBillingAccountInfoReturn"> <xsd:all> + <xsd:element name="name" type="xsd:string"/> + <xsd:element name="description" type="xsd:string"/> <xsd:element name="offer" type="xsd:string"/> <xsd:element name="consumtionTime" type="xsd:string"/> <xsd:element name="outPlan" type="xsd:string"/> @@ -199,6 +202,7 @@ <xsd:element name="setOn" type="xsd:string"/> <xsd:element name="aliasPool" type="typens:telephonyLineAliasPoolStruct"/> <xsd:element name="pendingAction" type="typens:telephonyPendingActionStruct"/> + <xsd:element name="simultaneousLines" type="xsd:int"/> </xsd:all> </xsd:complexType> @@ -249,14 +253,31 @@ </xsd:all> </xsd:complexType> + <xsd:complexType name="bufferStepStruct"> + <xsd:all> + <xsd:element name="durationUnit" type="xsd:string"/> + <xsd:element name="durationValue" type="xsd:string"/> + <xsd:element name="date" type="xsd:string"/> + <xsd:element name="extraInfo" type="xsd:string"/> + </xsd:all> + </xsd:complexType> + <xsd:complexType name="orderFollowingUpStruct"> <xsd:all> <xsd:element name="id" type="xsd:string"/> <xsd:element name="urlId" type="xsd:string"/> + <xsd:element name="type" type="xsd:string"/> + <xsd:element name="creationDate" type="xsd:string"/> + <xsd:element name="payment" type="xsd:string"/> <xsd:element name="procedure" type="xsd:string"/> <xsd:element name="install" type="xsd:string"/> <xsd:element name="shipping" type="xsd:string"/> <xsd:element name="cloture" type="xsd:string"/> + <xsd:element name="paymentBuffer" type="typens:bufferStepStruct"/> + <xsd:element name="procedureBuffer" type="typens:bufferStepStruct"/> + <xsd:element name="installBuffer" type="typens:bufferStepStruct"/> + <xsd:element name="shippingBuffer" type="typens:bufferStepStruct"/> + <xsd:element name="clotureBuffer" type="typens:bufferStepStruct"/> <xsd:element name="avancement" type="xsd:string"/> </xsd:all> </xsd:complexType> @@ -314,10 +335,10 @@ </xsd:all> </xsd:complexType> - <xsd:complexType name="telephonyReversmentsDetailsStructReturn"> + <xsd:complexType name="telephonyListReversableCallsFromNumberReturn"> <xsd:all> - <xsd:element name="totalRecords" type="xsd:float"/> - <xsd:element name="reversementsDetailsStruct" type="typens:MyArrayOfTelephonyReversmentsDetailsStructType"/> + <xsd:element name="totalRecords" type="xsd:int"/> + <xsd:element name="list" type="typens:MyArrayOfTelephonyReversmentsDetailsStructType"/> </xsd:all> </xsd:complexType> @@ -331,13 +352,6 @@ </xsd:all> </xsd:complexType> - <xsd:complexType name="telephonyReversmentsSummationStructReturn"> - <xsd:all> - <xsd:element name="totalRecords" type="xsd:float"/> - <xsd:element name="reversementsSummationStruct" type="typens:MyArrayOfTelephonyReversmentsSummationStructType"/> - </xsd:all> - </xsd:complexType> - <xsd:complexType name="telephonyReversmentsSummationStruct"> <xsd:all> <xsd:element name="type" type="xsd:string"/> @@ -351,7 +365,7 @@ <xsd:complexType name="telephonyReversmentsSummationNumbersStruct"> <xsd:all> <xsd:element name="number" type="xsd:string"/> - <xsd:element name="reversementsSummationStruct" type="typens:MyArrayOfTelephonyReversmentsSummationStructType"/> + <xsd:element name="list" type="typens:MyArrayOfTelephonyReversmentsSummationStructType"/> </xsd:all> </xsd:complexType> @@ -367,8 +381,9 @@ <xsd:element name="overLimit" type="xsd:boolean"/> <xsd:element name="type" type="xsd:string"/> <xsd:element name="callingNumber" type="xsd:string"/> - <xsd:element name="presentation" type="xsd:string"/> + <xsd:element name="presentation" type="xsd:boolean"/> <xsd:element name="designation" type="xsd:string"/> + <xsd:element name="calledNumber" type="xsd:string"/> </xsd:all> </xsd:complexType> @@ -416,6 +431,7 @@ <xsd:complexType name="telephonyBillingAccountSummaryBillingAccountStruct"> <xsd:all> <xsd:element name="name" type="xsd:string"/> + <xsd:element name="description" type="xsd:string"/> <xsd:element name="betaGammaOffer" type="xsd:boolean"/> <xsd:element name="mobile" type="typens:telephonyCallsSummaryStruct"/> </xsd:all> @@ -443,6 +459,7 @@ <xsd:element name="orderId" type="xsd:int"/> <xsd:element name="orderPaid" type="xsd:boolean"/> <xsd:element name="orderUrl" type="xsd:string"/> + <xsd:element name="billUrl" type="xsd:string"/> </xsd:all> </xsd:complexType> @@ -472,6 +489,7 @@ <xsd:element name="fromEmail" type="xsd:string"/> <xsd:element name="fromName" type="xsd:string"/> <xsd:element name="forcePassword" type="xsd:boolean"/> + <xsd:element name="doNotRecord" type="xsd:boolean"/> </xsd:all> </xsd:complexType> @@ -504,6 +522,14 @@ </xsd:all> </xsd:complexType> + <xsd:complexType name="telephonyVoicemailMessagesDownloadReturn"> + <xsd:all> + <xsd:element name="fileName" type="xsd:string"/> + <xsd:element name="fileData" type="xsd:string"/> + <xsd:element name="md5sum" type="xsd:string"/> + </xsd:all> + </xsd:complexType> + <xsd:complexType name="telephonyPhonebookStruct"> <xsd:all> <xsd:element name="id" type="xsd:int"/> @@ -586,6 +612,50 @@ </xsd:all> </xsd:complexType> + <xsd:complexType name="telephonyConferenceGetInfosReturn"> + <xsd:all> + <xsd:element name="parties" type="xsd:int"/> + <xsd:element name="locked" type="xsd:boolean"/> + <xsd:element name="participants" type="typens:MyArrayOfTelephonyConferenceParticipantStructType"/> + </xsd:all> + </xsd:complexType> + + <xsd:complexType name="telephonyConferenceParticipantStruct"> + <xsd:all> + <xsd:element name="callerid" type="xsd:string"/> + <xsd:element name="callername" type="xsd:string"/> + <xsd:element name="talking" type="xsd:boolean"/> + <xsd:element name="deaf" type="xsd:boolean"/> + <xsd:element name="muted" type="xsd:boolean"/> + <xsd:element name="joinsince" type="xsd:int"/> + <xsd:element name="memberid" type="xsd:int"/> + </xsd:all> + </xsd:complexType> + + <xsd:complexType name="telephonyConferenceParamsReturn"> + <xsd:all> + <xsd:element name="number" type="xsd:string"/> + <xsd:element name="lang" type="xsd:string"/> + <xsd:element name="pin" type="xsd:int"/> + <xsd:element name="enterMuted" type="xsd:boolean"/> + <xsd:element name="announceStatus" type="xsd:boolean"/> + <xsd:element name="announceFilename" type="xsd:string"/> + <xsd:element name="recordStatus" type="xsd:boolean"/> + <xsd:element name="reportStatus" type="xsd:string"/> + <xsd:element name="reportMail" type="xsd:string"/> + <xsd:element name="eventsHash" type="xsd:string"/> + </xsd:all> + </xsd:complexType> + + <xsd:complexType name="telephonySmsCsvSlotStruct"> + <xsd:all> + <xsd:element name="id" type="xsd:string"/> + <xsd:element name="name" type="xsd:string"/> + <xsd:element name="date" type="xsd:string"/> + <xsd:element name="records" type="xsd:string"/> + </xsd:all> + </xsd:complexType> + <xsd:complexType name="telephonySmsUserQuotaStruct"> <xsd:all> <xsd:element name="quotaLeft" type="xsd:string"/> @@ -596,8 +666,9 @@ <xsd:complexType name="telephonyNotificationSmsUserStruct"> <xsd:all> <xsd:element name="support" type="xsd:string"/> - <xsd:element name="alertThreshold" type="xsd:string"/> + <xsd:element name="alertThreshold" type="xsd:int"/> <xsd:element name="alertNumber" type="xsd:string"/> + <xsd:element name="alertEmail" type="xsd:string"/> </xsd:all> </xsd:complexType> @@ -630,6 +701,9 @@ <xsd:element name="text" type="xsd:string"/> <xsd:element name="user" type="xsd:string"/> <xsd:element name="tag" type="xsd:string"/> + <xsd:element name="pttDescription" type="xsd:string"/> + <xsd:element name="deliveryReceiptDescription" type="xsd:string"/> + <xsd:element name="pttDescriptionDetail" type="xsd:string"/> </xsd:all> </xsd:complexType> @@ -655,6 +729,7 @@ <xsd:element name="codePJ" type="xsd:string"/> <xsd:element name="labelPJ" type="xsd:string"/> <xsd:element name="isAssociatedWithAPE" type="xsd:string"/> + <xsd:element name="notification" type="xsd:string"/> </xsd:all> </xsd:complexType> @@ -698,9 +773,36 @@ <xsd:element name="displayMarketingDirectory" type="xsd:string"/> <xsd:element name="displaySearchReverse" type="xsd:string"/> <xsd:element name="receivePJDirectory" type="xsd:string"/> - <xsd:element name="inseeCode" type="xsd:string"/> + <xsd:element name="inseeCode" type="xsd:int"/> <xsd:element name="codePJ" type="xsd:string"/> <xsd:element name="labelPJ" type="xsd:string"/> + <xsd:element name="modificationType" type="xsd:string"/> + <xsd:element name="modificationDate" type="xsd:string"/> + <xsd:element name="status" type="xsd:string"/> + <xsd:element name="status_pagesjaunes" type="xsd:string"/> + <xsd:element name="status_118712" type="xsd:string"/> + <xsd:element name="address" type="xsd:string"/> + </xsd:all> + </xsd:complexType> + + <xsd:complexType name="telephonyDirectoryInfoGetSiretReturn"> + <xsd:all> + <xsd:element name="name" type="xsd:string"/> + <xsd:element name="siret" type="xsd:int"/> + <xsd:element name="siren" type="xsd:int"/> + <xsd:element name="ape" type="xsd:string"/> + <xsd:element name="address" type="xsd:string"/> + <xsd:element name="juridicCategory" type="xsd:string"/> + <xsd:element name="brand" type="xsd:string"/> + </xsd:all> + </xsd:complexType> + + <xsd:complexType name="telephonyAvailableFunctionStruct"> + <xsd:all> + <xsd:element name="function" type="xsd:string"/> + <xsd:element name="relatedValue" type="xsd:string"/> + <xsd:element name="defaultValue" type="xsd:string"/> + <xsd:element name="possibilities" type="typens:MyArrayOfStringType"/> </xsd:all> </xsd:complexType> @@ -709,6 +811,52 @@ <xsd:element name="keyNum" type="xsd:int"/> <xsd:element name="function" type="xsd:string"/> <xsd:element name="relatedNumber" type="xsd:string"/> + <xsd:element name="label" type="xsd:string"/> + <xsd:element name="default" type="xsd:string"/> + <xsd:element name="type" type="xsd:string"/> + <xsd:element name="functionList" type="typens:MyArrayOfTelephonyAvailableFunctionStructType"/> + </xsd:all> + </xsd:complexType> + + <xsd:complexType name="telephonyFaxCallStruct"> + <xsd:all> + <xsd:element name="calledNumber" type="xsd:string"/> + <xsd:element name="callingNumber" type="xsd:string"/> + <xsd:element name="destination" type="xsd:string"/> + <xsd:element name="jobid" type="xsd:int"/> + <xsd:element name="nature" type="xsd:string"/> + <xsd:element name="countryCode" type="xsd:int"/> + <xsd:element name="designation" type="xsd:string"/> + <xsd:element name="jobtag" type="xsd:string"/> + <xsd:element name="idkey" type="xsd:string"/> + <xsd:element name="priceWithoutVAT" type="xsd:float"/> + <xsd:element name="quality" type="xsd:string"/> + <xsd:element name="callDate" type="xsd:string"/> + <xsd:element name="pages" type="xsd:int"/> + </xsd:all> + </xsd:complexType> + + <xsd:complexType name="telephonyFaxCallsSummaryDetailsStruct"> + <xsd:all> + <xsd:element name="faxNumber" type="xsd:int"/> + <xsd:element name="pages" type="xsd:int"/> + <xsd:element name="priceWithoutVAT" type="xsd:float"/> + </xsd:all> + </xsd:complexType> + + <xsd:complexType name="telephonyFaxCallsSummaryStruct"> + <xsd:all> + <xsd:element name="high" type="typens:telephonyFaxCallsSummaryDetailsStruct"/> + <xsd:element name="low" type="typens:telephonyFaxCallsSummaryDetailsStruct"/> + </xsd:all> + </xsd:complexType> + + <xsd:complexType name="telephonyFaxCallListReturn"> + <xsd:all> + <xsd:element name="fromDate" type="xsd:string"/> + <xsd:element name="toDate" type="xsd:string"/> + <xsd:element name="list" type="typens:MyArrayOfTelephonyFaxCallStructType"/> + <xsd:element name="summary" type="typens:telephonyFaxCallsSummaryStruct"/> </xsd:all> </xsd:complexType> @@ -768,10 +916,17 @@ </xsd:all> </xsd:complexType> - <xsd:complexType name="telephonyFaxCampaignStructReturn"> + <xsd:complexType name="telephonyAbbreviatedNumberListPaginatedReturn"> <xsd:all> - <xsd:element name="totalRecords" type="xsd:float"/> - <xsd:element name="telephonyfaxCampaignStruct" type="typens:MyArrayOfTelephonyFaxCampaignStructType"/> + <xsd:element name="totalRecords" type="xsd:int"/> + <xsd:element name="list" type="typens:MyArrayOfTelephonyAbbreviatedNumberStructType"/> + </xsd:all> + </xsd:complexType> + + <xsd:complexType name="telephonyFaxCampaignListReturn"> + <xsd:all> + <xsd:element name="totalRecords" type="xsd:int"/> + <xsd:element name="list" type="typens:MyArrayOfTelephonyFaxCampaignStructType"/> </xsd:all> </xsd:complexType> @@ -791,16 +946,31 @@ <xsd:complexType name="telephonyPortabilityStruct"> <xsd:all> <xsd:element name="id" type="xsd:int"/> - <xsd:element name="number" type="xsd:string"/> - <xsd:element name="name" type="xsd:string"/> - <xsd:element name="planDate" type="xsd:string"/> + <xsd:element name="customerFullName" type="xsd:string"/> <xsd:element name="billingAccount" type="xsd:string"/> - <xsd:element name="type" type="xsd:string"/> - <xsd:element name="operator" type="xsd:string"/> - <xsd:element name="status" type="xsd:string"/> - <xsd:element name="reason" type="xsd:string"/> - <xsd:element name="askingCustomer" type="typens:MyArrayOfStringType"/> + <xsd:element name="callNumber" type="xsd:string"/> <xsd:element name="extraNumbers" type="typens:MyArrayOfStringType"/> + <xsd:element name="planDate" type="xsd:string"/> + <xsd:element name="resellerOrder" type="xsd:boolean"/> + <xsd:element name="customerMailSent" type="xsd:boolean"/> + <xsd:element name="customerMailSendDate" type="xsd:string"/> + <xsd:element name="customerMailReturned" type="xsd:boolean"/> + <xsd:element name="customerMailReturnDate" type="xsd:string"/> + <xsd:element name="customerMailTracking" type="xsd:string"/> + <xsd:element name="rangeHolderName" type="xsd:string"/> + <xsd:element name="losingCpName" type="xsd:string"/> + <xsd:element name="rhOrderSent" type="xsd:boolean"/> + <xsd:element name="rhOrderReceived" type="xsd:boolean"/> + <xsd:element name="rhOrderAck" type="xsd:string"/> + <xsd:element name="rhOrderAckComment" type="xsd:string"/> + <xsd:element name="rhOrderPort" type="xsd:string"/> + <xsd:element name="rhOrderPortComment" type="xsd:string"/> + <xsd:element name="lcpOrderSent" type="xsd:boolean"/> + <xsd:element name="lcpOrderReceived" type="xsd:boolean"/> + <xsd:element name="lcpOrderAck" type="xsd:string"/> + <xsd:element name="lcpOrderAckComment" type="xsd:string"/> + <xsd:element name="lcpOrderPort" type="xsd:string"/> + <xsd:element name="lcpOrderPortComment" type="xsd:string"/> </xsd:all> </xsd:complexType> @@ -815,6 +985,8 @@ <xsd:complexType name="telephonyNumberZoneAndPrefixStruct"> <xsd:all> + <xsd:element name="country" type="xsd:string"/> + <xsd:element name="type" type="xsd:string"/> <xsd:element name="zone" type="xsd:string"/> <xsd:element name="prefix" type="xsd:string"/> </xsd:all> @@ -829,10 +1001,10 @@ <xsd:complexType name="telephonyTonesOptionsListReturn"> <xsd:all> - <xsd:element name="toneRingback" type="xsd:boolean"/> - <xsd:element name="toneOnHold" type="xsd:boolean"/> - <xsd:element name="toneOnClosure" type="xsd:boolean"/> - <xsd:element name="toneOnCallWaiting" type="xsd:boolean"/> + <xsd:element name="toneRingback" type="xsd:string"/> + <xsd:element name="toneOnHold" type="xsd:string"/> + <xsd:element name="toneOnClosure" type="xsd:string"/> + <xsd:element name="toneOnCallWaiting" type="xsd:string"/> </xsd:all> </xsd:complexType> @@ -883,6 +1055,7 @@ <xsd:complexType name="telephonyHuntingInfoMemberStruct"> <xsd:all> <xsd:element name="number" type="xsd:string"/> + <xsd:element name="numberInternational" type="xsd:string"/> <xsd:element name="status" type="xsd:string"/> <xsd:element name="logged" type="xsd:boolean"/> <xsd:element name="noReplyTimer" type="xsd:int"/> @@ -893,6 +1066,7 @@ <xsd:all> <xsd:element name="status" type="xsd:string"/> <xsd:element name="numberScreen" type="xsd:string"/> + <xsd:element name="natureScreen" type="xsd:string"/> </xsd:all> </xsd:complexType> @@ -929,11 +1103,18 @@ <xsd:element name="protocol" type="xsd:string"/> <xsd:element name="mac" type="xsd:string"/> <xsd:element name="gfKeyCount" type="xsd:int"/> - <xsd:element name="pbLevel" type="xsd:int"/> <xsd:element name="skin" type="xsd:string"/> </xsd:all> </xsd:complexType> + <xsd:complexType name="telephonyPlugAndPhoneReinitConfigurationReturn"> + <xsd:all> + <xsd:element name="autoConfigurationCode" type="xsd:string"/> + <xsd:element name="contactsBookKey" type="xsd:string"/> + <xsd:element name="serverUrl" type="xsd:string"/> + </xsd:all> + </xsd:complexType> + <xsd:complexType name="telephonyAliasToLinePossibilityPriceStruct"> <xsd:all> <xsd:element name="offer" type="xsd:string"/> @@ -957,6 +1138,271 @@ </xsd:all> </xsd:complexType> + <xsd:complexType name="telephonyLineLogsNotificationOptionsReturn"> + <xsd:all> + <xsd:element name="frequency" type="xsd:string"/> + <xsd:element name="sendIfNull" type="xsd:boolean"/> + <xsd:element name="email" type="xsd:string"/> + </xsd:all> + </xsd:complexType> + + <xsd:complexType name="telephonyFreefaxToVoicefaxCheckStruct"> + <xsd:all> + <xsd:element name="domain" type="xsd:string"/> + <xsd:element name="number" type="xsd:string"/> + </xsd:all> + </xsd:complexType> + + <xsd:complexType name="telephonySipDomainStruct"> + <xsd:all> + <xsd:element name="domain" type="xsd:string"/> + <xsd:element name="country" type="xsd:string"/> + <xsd:element name="list" type="typens:MyArrayOfStringType"/> + </xsd:all> + </xsd:complexType> + + <xsd:complexType name="telephonyRateStruct"> + <xsd:all> + <xsd:element name="country" type="xsd:string"/> + <xsd:element name="countrySuffixe" type="xsd:string"/> + <xsd:element name="price" type="xsd:float"/> + <xsd:element name="type" type="xsd:string"/> + </xsd:all> + </xsd:complexType> + + <xsd:complexType name="telephonySmsBlacklistedSenderStruct"> + <xsd:all> + <xsd:element name="id" type="xsd:int"/> + <xsd:element name="date" type="xsd:string"/> + <xsd:element name="number" type="xsd:string"/> + </xsd:all> + </xsd:complexType> + + <xsd:complexType name="telephonySmsBlacklistedSendersListReturn"> + <xsd:all> + <xsd:element name="totalRecords" type="xsd:int"/> + <xsd:element name="list" type="typens:MyArrayOfTelephonySmsBlacklistedSenderStructType"/> + </xsd:all> + </xsd:complexType> + + <xsd:complexType name="telephonyDefaultPrivateHolidaysEventsCountryStruct"> + <xsd:all> + <xsd:element name="dates" type="typens:MyArrayOfStringType"/> + <xsd:element name="tzid" type="xsd:string"/> + </xsd:all> + </xsd:complexType> + + <xsd:complexType name="telephonyGetDefaultPrivateHolidaysEventsReturn"> + <xsd:all> + <xsd:element name="fr" type="typens:telephonyDefaultPrivateHolidaysEventsCountryStruct"/> + <xsd:element name="be" type="typens:telephonyDefaultPrivateHolidaysEventsCountryStruct"/> + <xsd:element name="uk" type="typens:telephonyDefaultPrivateHolidaysEventsCountryStruct"/> + <xsd:element name="de" type="typens:telephonyDefaultPrivateHolidaysEventsCountryStruct"/> + <xsd:element name="es" type="typens:telephonyDefaultPrivateHolidaysEventsCountryStruct"/> + </xsd:all> + </xsd:complexType> + + <xsd:complexType name="telephonyGetClosureEventsAsIcsStruct"> + <xsd:all> + <xsd:element name="numberOfEvents" type="xsd:int"/> + <xsd:element name="datas" type="xsd:string"/> + </xsd:all> + </xsd:complexType> + + <xsd:complexType name="telephonyGetClosureEventsAsArrayEventStruct"> + <xsd:all> + <xsd:element name="uid" type="xsd:string"/> + <xsd:element name="summary" type="xsd:string"/> + <xsd:element name="description" type="xsd:string"/> + <xsd:element name="categories" type="xsd:string"/> + <xsd:element name="created" type="xsd:string"/> + <xsd:element name="lastModified" type="xsd:string"/> + <xsd:element name="dtStart" type="xsd:string"/> + <xsd:element name="dtStartValue" type="xsd:string"/> + <xsd:element name="dtStartTzid" type="xsd:string"/> + <xsd:element name="dtStartUserValue" type="xsd:string"/> + <xsd:element name="dtEnd" type="xsd:string"/> + <xsd:element name="dtEndValue" type="xsd:string"/> + <xsd:element name="dtEndTzid" type="xsd:string"/> + <xsd:element name="dtEndUserValue" type="xsd:string"/> + </xsd:all> + </xsd:complexType> + + <xsd:complexType name="telephonyGetClosureEventsAsArrayStruct"> + <xsd:all> + <xsd:element name="numberOfEvents" type="xsd:int"/> + <xsd:element name="events" type="typens:MyArrayOfTelephonyGetClosureEventsAsArrayEventStructType"/> + </xsd:all> + </xsd:complexType> + + <xsd:complexType name="telephonyTrunkExternalDisplayedNumberStruct"> + <xsd:all> + <xsd:element name="number" type="xsd:string"/> + <xsd:element name="status" type="xsd:string"/> + </xsd:all> + </xsd:complexType> + + <xsd:complexType name="telephonySmsplusOptionsStruct"> + <xsd:all> + <xsd:element name="sendingNoSmsMt" type="xsd:boolean"/> + <xsd:element name="defaultSmsAccount" type="xsd:string"/> + <xsd:element name="defaultSmsSender" type="xsd:string"/> + <xsd:element name="defaultSmsAccountMtBilling" type="xsd:string"/> + <xsd:element name="trackingMedias" type="typens:MyArrayOfStringType"/> + <xsd:element name="trackingTargets" type="typens:MyArrayOfStringType"/> + </xsd:all> + </xsd:complexType> + + <xsd:complexType name="telephonyApplicationTypeStruct"> + <xsd:all> + <xsd:element name="label" type="xsd:string"/> + <xsd:element name="description" type="xsd:string"/> + </xsd:all> + </xsd:complexType> + + <xsd:complexType name="telephonySmsplusChoicesStruct"> + <xsd:all> + <xsd:element name="level" type="xsd:int"/> + <xsd:element name="price" type="xsd:float"/> + <xsd:element name="priceReversed" type="xsd:float"/> + <xsd:element name="shortCodeCategory" type="xsd:int"/> + <xsd:element name="publicType" type="xsd:string"/> + <xsd:element name="rates" type="xsd:string"/> + <xsd:element name="applicationTypes" type="typens:MyArrayOfTelephonyApplicationTypeStructType"/> + <xsd:element name="shortCodes" type="typens:MyArrayOfStringType"/> + </xsd:all> + </xsd:complexType> + + <xsd:complexType name="telephonySmsplusDetailsStruct"> + <xsd:all> + <xsd:element name="shortCodeCategory" type="xsd:string"/> + <xsd:element name="shortCode" type="xsd:string"/> + <xsd:element name="keyword" type="xsd:string"/> + <xsd:element name="domain" type="xsd:string"/> + <xsd:element name="publicType" type="xsd:string"/> + <xsd:element name="price" type="xsd:float"/> + <xsd:element name="priceReversed" type="xsd:float"/> + <xsd:element name="rates" type="xsd:string"/> + <xsd:element name="level" type="xsd:string"/> + <xsd:element name="company" type="xsd:string"/> + <xsd:element name="applicationDescription" type="xsd:string"/> + <xsd:element name="applicationType" type="xsd:string"/> + <xsd:element name="cgiUrl" type="xsd:string"/> + <xsd:element name="text" type="xsd:string"/> + <xsd:element name="cgiActivation" type="xsd:boolean"/> + <xsd:element name="options" type="typens:telephonySmsplusOptionsStruct"/> + <xsd:element name="description" type="xsd:string"/> + </xsd:all> + </xsd:complexType> + + <xsd:complexType name="telephonySmsplusSummaryInfosStruct"> + <xsd:all> + <xsd:element name="quantity" type="xsd:string"/> + <xsd:element name="priceReversed" type="xsd:float"/> + <xsd:element name="price" type="xsd:float"/> + </xsd:all> + </xsd:complexType> + + <xsd:complexType name="telephonySmsplusTicketsStruct"> + <xsd:all> + <xsd:element name="id" type="xsd:string"/> + <xsd:element name="date" type="xsd:string"/> + <xsd:element name="from" type="xsd:string"/> + <xsd:element name="to" type="xsd:string"/> + <xsd:element name="operator" type="xsd:string"/> + <xsd:element name="priceReversed" type="xsd:float"/> + <xsd:element name="message" type="xsd:string"/> + <xsd:element name="status" type="xsd:string"/> + </xsd:all> + </xsd:complexType> + + <xsd:complexType name="telephonyNumberWayNameStruct"> + <xsd:all> + <xsd:element name="name" type="xsd:string"/> + <xsd:element name="code" type="xsd:string"/> + </xsd:all> + </xsd:complexType> + + <xsd:complexType name="telephonyLineGetCodecsReturn"> + <xsd:all> + <xsd:element name="codecs" type="xsd:string"/> + <xsd:element name="availableCodecsList" type="typens:MyArrayOfStringType"/> + <xsd:element name="defaultCodecs" type="xsd:string"/> + </xsd:all> + </xsd:complexType> + + <xsd:complexType name="telephonyCitiesFromZipStruct"> + <xsd:all> + <xsd:element name="insee" type="xsd:string"/> + <xsd:element name="city" type="xsd:string"/> + <xsd:element name="zip" type="xsd:string"/> + <xsd:element name="zne" type="xsd:string"/> + </xsd:all> + </xsd:complexType> + + <xsd:complexType name="telephonySpareActionsStruct"> + <xsd:all> + <xsd:element name="toSpare" type="xsd:boolean"/> + <xsd:element name="toRma" type="xsd:boolean"/> + <xsd:element name="rmaType" type="xsd:string"/> + <xsd:element name="toDelete" type="xsd:boolean"/> + </xsd:all> + </xsd:complexType> + + <xsd:complexType name="telephonySpareDetailStruct"> + <xsd:all> + <xsd:element name="model" type="xsd:string"/> + <xsd:element name="price_fr" type="xsd:float"/> + </xsd:all> + </xsd:complexType> + + <xsd:complexType name="telephonySpareServiceInfoStruct"> + <xsd:all> + <xsd:element name="service" type="xsd:string"/> + <xsd:element name="reference" type="xsd:string"/> + <xsd:element name="parents" type="typens:MyArrayOfStringType"/> + <xsd:element name="actions" type="typens:telephonySpareActionsStruct"/> + </xsd:all> + </xsd:complexType> + + <xsd:complexType name="telephonySpareInfoStruct"> + <xsd:all> + <xsd:element name="type" type="xsd:string"/> + <xsd:element name="family" type="xsd:string"/> + <xsd:element name="spare" type="xsd:string"/> + <xsd:element name="model" type="xsd:string"/> + <xsd:element name="mac" type="xsd:string"/> + <xsd:element name="compatibles" type="typens:MyArrayOfStringType"/> + <xsd:element name="actions" type="typens:telephonySpareActionsStruct"/> + </xsd:all> + </xsd:complexType> + + <xsd:complexType name="telephonySpareListReturn"> + <xsd:all> + <xsd:element name="list" type="typens:MyArrayOfTelephonySpareInfoStructType"/> + <xsd:element name="total" type="xsd:int"/> + <xsd:element name="serviceInfo" type="typens:telephonySpareServiceInfoStruct"/> + </xsd:all> + </xsd:complexType> + + <xsd:complexType name="telephonySpareFamilyStruct"> + <xsd:all> + <xsd:element name="type" type="xsd:string"/> + <xsd:element name="family" type="xsd:string"/> + <xsd:element name="compatibles" type="typens:MyArrayOfStringType"/> + <xsd:element name="spares" type="typens:MyArrayOfTelephonySpareDetailStructType"/> + </xsd:all> + </xsd:complexType> + + <xsd:complexType name="telephonySviInfoReturn"> + <xsd:all> + <xsd:element name="number" type="xsd:string"/> + <xsd:element name="country" type="xsd:string"/> + <xsd:element name="url" type="xsd:string"/> + <xsd:element name="recordinfo" type="xsd:string"/> + </xsd:all> + </xsd:complexType> + <xsd:complexType name="MyArrayOfTelephonyBillingAccountStructType"> <xsd:complexContent> <xsd:restriction base="soapenc:Array"> @@ -1021,6 +1467,14 @@ </xsd:complexContent> </xsd:complexType> + <xsd:complexType name="MyArrayOfTelephonyRateStructType"> + <xsd:complexContent> + <xsd:restriction base="soapenc:Array"> + <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyRateStruct[]"/> + </xsd:restriction> + </xsd:complexContent> + </xsd:complexType> + <xsd:complexType name="MyArrayOfTelephonyVoicemailMailboxStructType"> <xsd:complexContent> <xsd:restriction base="soapenc:Array"> @@ -1061,10 +1515,10 @@ </xsd:complexContent> </xsd:complexType> - <xsd:complexType name="MyArrayOfTelephonyConferenceStructType"> + <xsd:complexType name="MyArrayOfTelephonySmsCsvSlotStructType"> <xsd:complexContent> <xsd:restriction base="soapenc:Array"> - <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyConferenceStruct[]"/> + <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonySmsCsvSlotStruct[]"/> </xsd:restriction> </xsd:complexContent> </xsd:complexType> @@ -1173,6 +1627,14 @@ </xsd:complexContent> </xsd:complexType> + <xsd:complexType name="MyArrayOfTelephonyNumberWayNameStructType"> + <xsd:complexContent> + <xsd:restriction base="soapenc:Array"> + <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyNumberWayNameStruct[]"/> + </xsd:restriction> + </xsd:complexContent> + </xsd:complexType> + <xsd:complexType name="MyArrayOfTelephonyNumberZoneAndPrefixStructType"> <xsd:complexContent> <xsd:restriction base="soapenc:Array"> @@ -1205,6 +1667,78 @@ </xsd:complexContent> </xsd:complexType> + <xsd:complexType name="MyArrayOfTelephonyFreefaxToVoicefaxCheckStructType"> + <xsd:complexContent> + <xsd:restriction base="soapenc:Array"> + <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyFreefaxToVoicefaxCheckStruct[]"/> + </xsd:restriction> + </xsd:complexContent> + </xsd:complexType> + + <xsd:complexType name="MyArrayOfTelephonySipDomainStructType"> + <xsd:complexContent> + <xsd:restriction base="soapenc:Array"> + <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonySipDomainStruct[]"/> + </xsd:restriction> + </xsd:complexContent> + </xsd:complexType> + + <xsd:complexType name="MyArrayOfTelephonyTrunkExternalDisplayedNumberStructType"> + <xsd:complexContent> + <xsd:restriction base="soapenc:Array"> + <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyTrunkExternalDisplayedNumberStruct[]"/> + </xsd:restriction> + </xsd:complexContent> + </xsd:complexType> + + <xsd:complexType name="MyArrayOfTelephonySmsplusChoicesStructType"> + <xsd:complexContent> + <xsd:restriction base="soapenc:Array"> + <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonySmsplusChoicesStruct[]"/> + </xsd:restriction> + </xsd:complexContent> + </xsd:complexType> + + <xsd:complexType name="MyArrayOfTelephonySmsplusDetailsStructType"> + <xsd:complexContent> + <xsd:restriction base="soapenc:Array"> + <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonySmsplusDetailsStruct[]"/> + </xsd:restriction> + </xsd:complexContent> + </xsd:complexType> + + <xsd:complexType name="MyArrayOfTelephonySmsplusTicketsStructType"> + <xsd:complexContent> + <xsd:restriction base="soapenc:Array"> + <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonySmsplusTicketsStruct[]"/> + </xsd:restriction> + </xsd:complexContent> + </xsd:complexType> + + <xsd:complexType name="MyArrayOfTelephonyCitiesFromZipStructType"> + <xsd:complexContent> + <xsd:restriction base="soapenc:Array"> + <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyCitiesFromZipStruct[]"/> + </xsd:restriction> + </xsd:complexContent> + </xsd:complexType> + + <xsd:complexType name="MyArrayOfTelephonySpareFamilyStructType"> + <xsd:complexContent> + <xsd:restriction base="soapenc:Array"> + <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonySpareFamilyStruct[]"/> + </xsd:restriction> + </xsd:complexContent> + </xsd:complexType> + + <xsd:complexType name="MyArrayOfTelephonySpareServiceInfoStructType"> + <xsd:complexContent> + <xsd:restriction base="soapenc:Array"> + <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonySpareServiceInfoStruct[]"/> + </xsd:restriction> + </xsd:complexContent> + </xsd:complexType> + <xsd:complexType name="MyArrayOfTelephonyBillingAccountInfoChildrenStructType"> <xsd:complexContent> <xsd:restriction base="soapenc:Array"> @@ -1245,6 +1779,30 @@ </xsd:complexContent> </xsd:complexType> + <xsd:complexType name="MyArrayOfTelephonyConferenceParticipantStructType"> + <xsd:complexContent> + <xsd:restriction base="soapenc:Array"> + <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyConferenceParticipantStruct[]"/> + </xsd:restriction> + </xsd:complexContent> + </xsd:complexType> + + <xsd:complexType name="MyArrayOfTelephonyAvailableFunctionStructType"> + <xsd:complexContent> + <xsd:restriction base="soapenc:Array"> + <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyAvailableFunctionStruct[]"/> + </xsd:restriction> + </xsd:complexContent> + </xsd:complexType> + + <xsd:complexType name="MyArrayOfTelephonyFaxCallStructType"> + <xsd:complexContent> + <xsd:restriction base="soapenc:Array"> + <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyFaxCallStruct[]"/> + </xsd:restriction> + </xsd:complexContent> + </xsd:complexType> + <xsd:complexType name="MyArrayOfTelephonyRecipientStructType"> <xsd:complexContent> <xsd:restriction base="soapenc:Array"> @@ -1277,6 +1835,46 @@ </xsd:complexContent> </xsd:complexType> + <xsd:complexType name="MyArrayOfTelephonySmsBlacklistedSenderStructType"> + <xsd:complexContent> + <xsd:restriction base="soapenc:Array"> + <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonySmsBlacklistedSenderStruct[]"/> + </xsd:restriction> + </xsd:complexContent> + </xsd:complexType> + + <xsd:complexType name="MyArrayOfTelephonyGetClosureEventsAsArrayEventStructType"> + <xsd:complexContent> + <xsd:restriction base="soapenc:Array"> + <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyGetClosureEventsAsArrayEventStruct[]"/> + </xsd:restriction> + </xsd:complexContent> + </xsd:complexType> + + <xsd:complexType name="MyArrayOfTelephonyApplicationTypeStructType"> + <xsd:complexContent> + <xsd:restriction base="soapenc:Array"> + <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyApplicationTypeStruct[]"/> + </xsd:restriction> + </xsd:complexContent> + </xsd:complexType> + + <xsd:complexType name="MyArrayOfTelephonySpareInfoStructType"> + <xsd:complexContent> + <xsd:restriction base="soapenc:Array"> + <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonySpareInfoStruct[]"/> + </xsd:restriction> + </xsd:complexContent> + </xsd:complexType> + + <xsd:complexType name="MyArrayOfTelephonySpareDetailStructType"> + <xsd:complexContent> + <xsd:restriction base="soapenc:Array"> + <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonySpareDetailStruct[]"/> + </xsd:restriction> + </xsd:complexContent> + </xsd:complexType> + <xsd:complexType name="nicInfoReturn"> <xsd:all> <xsd:element name="nic" type="xsd:string"/> @@ -1557,6 +2155,7 @@ <xsd:element name="language" type="xsd:string"/> <xsd:element name="status" type="xsd:string"/> <xsd:element name="service" type="xsd:string"/> + <xsd:element name="smsAccount" type="xsd:string"/> </xsd:all> </xsd:complexType> @@ -1805,6 +2404,7 @@ <xsd:element name="device" type="xsd:string"/> <xsd:element name="model" type="xsd:string"/> <xsd:element name="capacity" type="xsd:string"/> + <xsd:element name="status" type="xsd:string"/> <xsd:element name="partitions" type="typens:MyArrayOfRtmHddPartitionStructType"/> <xsd:element name="smart" type="typens:rtmHddSmartStruct"/> <xsd:element name="temperature" type="xsd:int"/> @@ -1914,7 +2514,7 @@ <xsd:all> <xsd:element name="port" type="xsd:string"/> <xsd:element name="procname" type="xsd:string"/> - <xsd:element name="uid" type="xsd:int"/> + <xsd:element name="uid" type="xsd:string"/> <xsd:element name="pid" type="xsd:int"/> <xsd:element name="cmdline" type="xsd:string"/> <xsd:element name="exe" type="xsd:string"/> @@ -2117,6 +2717,31 @@ </xsd:all> </xsd:complexType> + <xsd:complexType name="dedicatedInstallationTemplateStruct"> + <xsd:all> + <xsd:element name="name" type="xsd:string"/> + <xsd:element name="os" type="xsd:string"/> + </xsd:all> + </xsd:complexType> + + <xsd:complexType name="dedicatedIPForUDPStruct"> + <xsd:all> + <xsd:element name="ip" type="xsd:string"/> + <xsd:element name="routedTo" type="xsd:string"/> + <xsd:element name="status" type="xsd:string"/> + <xsd:element name="mac" type="xsd:string"/> + <xsd:element name="reverse" type="xsd:string"/> + </xsd:all> + </xsd:complexType> + + <xsd:complexType name="IPForUDPServerListStruct"> + <xsd:all> + <xsd:element name="server" type="xsd:string"/> + <xsd:element name="reverse" type="xsd:string"/> + <xsd:element name="ipList" type="typens:MyArrayOfDedicatedIPForUDPStructType"/> + </xsd:all> + </xsd:complexType> + <xsd:complexType name="MyArrayOfDedicatedCapabilitiesStructType"> <xsd:complexContent> <xsd:restriction base="soapenc:Array"> @@ -2269,6 +2894,30 @@ </xsd:complexContent> </xsd:complexType> + <xsd:complexType name="MyArrayOfDedicatedInstallationTemplateStructType"> + <xsd:complexContent> + <xsd:restriction base="soapenc:Array"> + <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:dedicatedInstallationTemplateStruct[]"/> + </xsd:restriction> + </xsd:complexContent> + </xsd:complexType> + + <xsd:complexType name="MyArrayOfDedicatedIPForUDPStructType"> + <xsd:complexContent> + <xsd:restriction base="soapenc:Array"> + <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:dedicatedIPForUDPStruct[]"/> + </xsd:restriction> + </xsd:complexContent> + </xsd:complexType> + + <xsd:complexType name="MyArrayOfIPForUDPServerListStructType"> + <xsd:complexContent> + <xsd:restriction base="soapenc:Array"> + <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:IPForUDPServerListStruct[]"/> + </xsd:restriction> + </xsd:complexContent> + </xsd:complexType> + <xsd:complexType name="MyArrayOfDedicatedNetworkInterfaceStructType"> <xsd:complexContent> <xsd:restriction base="soapenc:Array"> @@ -2670,6 +3319,53 @@ </xsd:all> </xsd:complexType> + <xsd:complexType name="ripeReturn"> + <xsd:all> + <xsd:element name="inetnum" type="typens:ripeInetnumStruct"/> + <xsd:element name="organisation" type="typens:ripeOrganisationStruct"/> + </xsd:all> + </xsd:complexType> + + <xsd:complexType name="ripeInetnumStruct"> + <xsd:all> + <xsd:element name="inetnum" type="xsd:string"/> + <xsd:element name="netname" type="xsd:string"/> + <xsd:element name="descr" type="typens:MyArrayOfStringType"/> + <xsd:element name="org" type="xsd:string"/> + <xsd:element name="country" type="xsd:string"/> + <xsd:element name="adminc" type="xsd:string"/> + <xsd:element name="techc" type="xsd:string"/> + <xsd:element name="status" type="xsd:string"/> + <xsd:element name="mntby" type="xsd:string"/> + <xsd:element name="changed" type="xsd:string"/> + <xsd:element name="source" type="xsd:string"/> + </xsd:all> + </xsd:complexType> + + <xsd:complexType name="ripeOrganisationStruct"> + <xsd:all> + <xsd:element name="organisation" type="xsd:string"/> + <xsd:element name="orgname" type="xsd:string"/> + <xsd:element name="orgtype" type="xsd:string"/> + <xsd:element name="address" type="typens:MyArrayOfStringType"/> + <xsd:element name="email" type="xsd:string"/> + <xsd:element name="abusemailbox" type="xsd:string"/> + <xsd:element name="mntref" type="xsd:string"/> + <xsd:element name="mntby" type="xsd:string"/> + <xsd:element name="changed" type="xsd:string"/> + <xsd:element name="source" type="xsd:string"/> + </xsd:all> + </xsd:complexType> + + <xsd:complexType name="ripeUpdateReturn"> + <xsd:all> + <xsd:element name="object" type="xsd:string"/> + <xsd:element name="value" type="xsd:string"/> + <xsd:element name="operation" type="xsd:string"/> + <xsd:element name="result" type="xsd:string"/> + </xsd:all> + </xsd:complexType> + <xsd:complexType name="MyArrayOfInfrastructureIpStructType"> <xsd:complexContent> <xsd:restriction base="soapenc:Array"> @@ -2790,6 +3486,7 @@ <xsd:element name="quota" type="xsd:int"/> <xsd:element name="maxQuota" type="xsd:int"/> <xsd:element name="url" type="xsd:string"/> + <xsd:element name="hostedOn" type="xsd:string"/> <xsd:element name="isTodo" type="xsd:string"/> <xsd:element name="highCapacity" type="xsd:boolean"/> <xsd:element name="highSecurity" type="xsd:boolean"/> @@ -3529,9 +4226,9 @@ <xsd:complexType name="billingInvoiceStruct"> <xsd:all> - <xsd:element name="vat" type="xsd:string"/> - <xsd:element name="totalPrice" type="xsd:string"/> - <xsd:element name="totalPriceWithVat" type="xsd:string"/> + <xsd:element name="vat" type="xsd:float"/> + <xsd:element name="totalPrice" type="xsd:float"/> + <xsd:element name="totalPriceWithVat" type="xsd:float"/> <xsd:element name="date" type="xsd:string"/> <xsd:element name="nic" type="xsd:string"/> <xsd:element name="billnum" type="xsd:string"/> @@ -3637,15 +4334,6 @@ </xsd:schema> </wsdl:types> - <wsdl:message name="telephonyConferenceDelRequest"> - <wsdl:part name="session" type="xsd:string" /> - <wsdl:part name="number" type="xsd:string" /> - <wsdl:part name="country" type="xsd:string" /> - <wsdl:part name="room" type="xsd:string" /> - </wsdl:message> - - <wsdl:message name="telephonyConferenceDelResponse" /> - <wsdl:message name="mailingListModeratorDelRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="domain" type="xsd:string" /> @@ -3777,6 +4465,14 @@ <wsdl:message name="nicModifyInfosResponse" /> + <wsdl:message name="ripeGetRipeIdsRequest"> + <wsdl:part name="session" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="ripeGetRipeIdsResponse"> + <wsdl:part name="return" type="typens:MyArrayOfStringType" /> + </wsdl:message> + <wsdl:message name="telephonyRedirectModifyRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="number" type="xsd:string" /> @@ -3816,6 +4512,16 @@ <wsdl:message name="dedicatedAddServiceMonitoringAlertSMSResponse" /> + <wsdl:message name="telephonyGetCitiesFromZipRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="country" type="xsd:string" /> + <wsdl:part name="zip" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="telephonyGetCitiesFromZipResponse"> + <wsdl:part name="return" type="typens:MyArrayOfTelephonyCitiesFromZipStructType" /> + </wsdl:message> + <wsdl:message name="automatedMailGetVolumeHistoryRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="domain" type="xsd:string" /> @@ -3832,6 +4538,16 @@ <wsdl:message name="automatedMailGetTodoResponse" /> + <wsdl:message name="telephonySmsplusSendSmsMtRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="shortCode" type="xsd:string" /> + <wsdl:part name="keyword" type="xsd:string" /> + <wsdl:part name="message" type="xsd:string" /> + <wsdl:part name="idsList" type="typens:MyArrayOfIntType" /> + </wsdl:message> + + <wsdl:message name="telephonySmsplusSendSmsMtResponse" /> + <wsdl:message name="dedicatedIpLoadBalancingListRequest"> <wsdl:part name="session" type="xsd:string" /> </wsdl:message> @@ -3847,6 +4563,17 @@ <wsdl:message name="dedicatedBackupReinstallConfigurationResponse" /> + <wsdl:message name="telephonySmsUserGetCsvAttachmentRequest"> + <wsdl:part name="smsAccount" type="xsd:string" /> + <wsdl:part name="login" type="xsd:string" /> + <wsdl:part name="password" type="xsd:string" /> + <wsdl:part name="id" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="telephonySmsUserGetCsvAttachmentResponse"> + <wsdl:part name="return" type="xsd:string" /> + </wsdl:message> + <wsdl:message name="dedicatedBackupGetHistoRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="hostname" type="xsd:string" /> @@ -3882,6 +4609,15 @@ <wsdl:message name="dedicatedBackupUpdateResponse" /> + <wsdl:message name="telephonyPhonebookOnSmsListRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="smsAccount" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="telephonyPhonebookOnSmsListResponse"> + <wsdl:part name="return" type="typens:MyArrayOfTelephonyPhonebookStructType" /> + </wsdl:message> + <wsdl:message name="serviceGroupListRequest"> <wsdl:part name="session" type="xsd:string" /> </wsdl:message> @@ -3907,6 +4643,26 @@ <wsdl:part name="return" type="typens:MyArrayOfBillingInvoiceStructType" /> </wsdl:message> + <wsdl:message name="telephonySetClosureEventsRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="number" type="xsd:string" /> + <wsdl:part name="country" type="xsd:string" /> + <wsdl:part name="events" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="telephonySetClosureEventsResponse" /> + + <wsdl:message name="telephonyNicSetSipDomainRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="fr" type="xsd:string" /> + <wsdl:part name="de" type="xsd:string" /> + <wsdl:part name="es" type="xsd:string" /> + <wsdl:part name="uk" type="xsd:string" /> + <wsdl:part name="be" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="telephonyNicSetSipDomainResponse" /> + <wsdl:message name="globalAccessByNicRequest"> <wsdl:part name="session" type="xsd:string" /> </wsdl:message> @@ -3945,6 +4701,8 @@ <wsdl:part name="smsPriority" type="xsd:int" /> <wsdl:part name="smsCoding" type="xsd:int" /> <wsdl:part name="tag" type="xsd:string" /> + <wsdl:part name="numberToCsv" type="xsd:string" /> + <wsdl:part name="noStop" type="xsd:boolean" /> </wsdl:message> <wsdl:message name="telephonySmsMultiSendResponse"> @@ -3973,6 +4731,19 @@ <wsdl:part name="return" type="typens:MyArrayOfDedicatedRtmListBackdoorStructType" /> </wsdl:message> + <wsdl:message name="telephonySmsUserAddCsvAttachmentRequest"> + <wsdl:part name="smsAccount" type="xsd:string" /> + <wsdl:part name="login" type="xsd:string" /> + <wsdl:part name="password" type="xsd:string" /> + <wsdl:part name="csvUrl" type="xsd:string" /> + <wsdl:part name="id" type="xsd:string" /> + <wsdl:part name="name" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="telephonySmsUserAddCsvAttachmentResponse"> + <wsdl:part name="return" type="typens:telephonySmsCsvSlotStruct" /> + </wsdl:message> + <wsdl:message name="zoneEntryListRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="domain" type="xsd:string" /> @@ -3982,6 +4753,14 @@ <wsdl:part name="return" type="typens:MyArrayOfZoneStructType" /> </wsdl:message> + <wsdl:message name="telephonySpareDelRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="type" type="xsd:string" /> + <wsdl:part name="spare" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="telephonySpareDelResponse" /> + <wsdl:message name="dnsDefaultInstallCustomRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="domain" type="xsd:string" /> @@ -4016,6 +4795,17 @@ <wsdl:message name="multiFtpChangePasswordResponse" /> + <wsdl:message name="telephonyFreefaxToVoicefaxRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="billingAccount" type="xsd:string" /> + <wsdl:part name="number" type="xsd:string" /> + <wsdl:part name="country" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="telephonyFreefaxToVoicefaxResponse"> + <wsdl:part name="return" type="typens:orderStruct" /> + </wsdl:message> + <wsdl:message name="sqlpriveMysqlUserListRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="server" type="xsd:string" /> @@ -4025,6 +4815,19 @@ <wsdl:part name="return" type="typens:MyArrayOfStringType" /> </wsdl:message> + <wsdl:message name="telephonyFaxSendRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="number" type="xsd:string" /> + <wsdl:part name="country" type="xsd:string" /> + <wsdl:part name="pdfUrl" type="xsd:string" /> + <wsdl:part name="recipients" type="typens:MyArrayOfStringType" /> + <wsdl:part name="quality" type="xsd:string" /> + <wsdl:part name="email" type="xsd:string" /> + <wsdl:part name="referer" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="telephonyFaxSendResponse" /> + <wsdl:message name="domainUnlockRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="domain" type="xsd:string" /> @@ -4059,6 +4862,7 @@ <wsdl:message name="telephonyBillListRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="billingAccount" type="xsd:string" /> + <wsdl:part name="date" type="xsd:string" /> </wsdl:message> <wsdl:message name="telephonyBillListResponse"> @@ -4075,6 +4879,18 @@ <wsdl:part name="return" type="typens:telephonySpecialNumberCustomListReturn" /> </wsdl:message> + <wsdl:message name="dedicatedMonitoringNotificationCreateRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="hostname" type="xsd:string" /> + <wsdl:part name="nicAlert" type="xsd:string" /> + <wsdl:part name="language" type="xsd:string" /> + <wsdl:part name="status" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="dedicatedMonitoringNotificationCreateResponse"> + <wsdl:part name="return" type="xsd:string" /> + </wsdl:message> + <wsdl:message name="telephonyPlugAndPhoneSkinModifyRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="number" type="xsd:string" /> @@ -4130,6 +4946,17 @@ <wsdl:part name="return" type="typens:overquotaInfoReturn" /> </wsdl:message> + <wsdl:message name="telephonyConferenceSetAnnounceFileRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="number" type="xsd:string" /> + <wsdl:part name="country" type="xsd:string" /> + <wsdl:part name="filename" type="xsd:string" /> + <wsdl:part name="filedata" type="xsd:string" /> + <wsdl:part name="md5sum" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="telephonyConferenceSetAnnounceFileResponse" /> + <wsdl:message name="automatedMailGetErrorsRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="domain" type="xsd:string" /> @@ -4141,6 +4968,16 @@ <wsdl:part name="return" type="typens:MyArrayOfAutomatedMailGetErrorsStructType" /> </wsdl:message> + <wsdl:message name="telephonyPhonebookOnSmsAddRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="smsAccount" type="xsd:string" /> + <wsdl:part name="name" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="telephonyPhonebookOnSmsAddResponse"> + <wsdl:part name="return" type="xsd:int" /> + </wsdl:message> + <wsdl:message name="telephonyClick2CallUserDelRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="number" type="xsd:string" /> @@ -4168,6 +5005,7 @@ </wsdl:message> <wsdl:message name="telephonyBillingAccountConsumptionCSVByMailRequest"> + <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="billingAccount" type="xsd:string" /> <wsdl:part name="date" type="xsd:string" /> </wsdl:message> @@ -4198,6 +5036,7 @@ <wsdl:message name="telephonyOrdersFollowingUpRequest"> <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="isOrderDone" type="xsd:boolean" /> </wsdl:message> <wsdl:message name="telephonyOrdersFollowingUpResponse"> @@ -4244,6 +5083,7 @@ <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="billingAccount" type="xsd:string" /> <wsdl:part name="date" type="xsd:string" /> + <wsdl:part name="received" type="xsd:boolean" /> </wsdl:message> <wsdl:message name="telephonyBillDetailsCSVResponse"> @@ -4302,6 +5142,7 @@ <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="ape" type="xsd:string" /> <wsdl:part name="PJCode" type="xsd:string" /> + <wsdl:part name="showOnlyAssociatedWithAPE" type="xsd:boolean" /> </wsdl:message> <wsdl:message name="telephonyDirectoryPJCodeResponse"> @@ -4327,6 +5168,14 @@ <wsdl:part name="return" type="typens:rpsMigrationGetProgressStatusReturn" /> </wsdl:message> + <wsdl:message name="telephonyBillingAccountDescriptionModifyRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="billingAccount" type="xsd:string" /> + <wsdl:part name="description" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="telephonyBillingAccountDescriptionModifyResponse" /> + <wsdl:message name="dedicatedNetbootGetAllRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="hostname" type="xsd:string" /> @@ -4344,17 +5193,6 @@ <wsdl:part name="return" type="typens:MyArrayOfStringType" /> </wsdl:message> - <wsdl:message name="telephonyConferenceMailReportModifyRequest"> - <wsdl:part name="session" type="xsd:string" /> - <wsdl:part name="number" type="xsd:string" /> - <wsdl:part name="country" type="xsd:string" /> - <wsdl:part name="room" type="xsd:string" /> - <wsdl:part name="enable" type="xsd:boolean" /> - <wsdl:part name="email" type="xsd:string" /> - </wsdl:message> - - <wsdl:message name="telephonyConferenceMailReportModifyResponse" /> - <wsdl:message name="telephonyAbbreviatedNumberDelRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="number" type="xsd:string" /> @@ -4432,14 +5270,6 @@ <wsdl:message name="infrastructureReverseModifyResponse" /> - <wsdl:message name="telephonyVxmlDelRequest"> - <wsdl:part name="session" type="xsd:string" /> - <wsdl:part name="number" type="xsd:string" /> - <wsdl:part name="country" type="xsd:string" /> - </wsdl:message> - - <wsdl:message name="telephonyVxmlDelResponse" /> - <wsdl:message name="dedicatedMonitoringSMSCreateRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="hostname" type="xsd:string" /> @@ -4453,6 +5283,28 @@ <wsdl:part name="return" type="xsd:string" /> </wsdl:message> + <wsdl:message name="telephonyTrunkExternalDisplayedNumberAddRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="number" type="xsd:string" /> + <wsdl:part name="country" type="xsd:string" /> + <wsdl:part name="externalDisplayedNumber" type="xsd:string" /> + <wsdl:part name="whiteLabel" type="xsd:boolean" /> + </wsdl:message> + + <wsdl:message name="telephonyTrunkExternalDisplayedNumberAddResponse"> + <wsdl:part name="return" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="dedicatedRipeQueryRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="search" type="xsd:string" /> + <wsdl:part name="type" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="dedicatedRipeQueryResponse"> + <wsdl:part name="return" type="typens:ripeReturn" /> + </wsdl:message> + <wsdl:message name="responderEmailListRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="domain" type="xsd:string" /> @@ -4489,16 +5341,6 @@ <wsdl:message name="telephonyClick2CallDoResponse" /> - <wsdl:message name="telephonyVxmlInfoRequest"> - <wsdl:part name="session" type="xsd:string" /> - <wsdl:part name="number" type="xsd:string" /> - <wsdl:part name="country" type="xsd:string" /> - </wsdl:message> - - <wsdl:message name="telephonyVxmlInfoResponse"> - <wsdl:part name="return" type="xsd:string" /> - </wsdl:message> - <wsdl:message name="telephonySpecialNumberOrderRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="billingAccount" type="xsd:string" /> @@ -4507,6 +5349,20 @@ <wsdl:part name="prefix" type="xsd:string" /> <wsdl:part name="category" type="xsd:string" /> <wsdl:part name="numberToReserve" type="xsd:string" /> + <wsdl:part name="name" type="xsd:string" /> + <wsdl:part name="firstname" type="xsd:string" /> + <wsdl:part name="streetName" type="xsd:string" /> + <wsdl:part name="streetNumber" type="xsd:string" /> + <wsdl:part name="zip" type="xsd:string" /> + <wsdl:part name="city" type="xsd:string" /> + <wsdl:part name="email" type="xsd:string" /> + <wsdl:part name="procedureId" type="xsd:int" /> + <wsdl:part name="legalForm" type="xsd:string" /> + <wsdl:part name="siret" type="xsd:string" /> + <wsdl:part name="ape" type="xsd:string" /> + <wsdl:part name="socialNomination" type="xsd:string" /> + <wsdl:part name="displayUniversalDirectory" type="xsd:string" /> + <wsdl:part name="retractation" type="xsd:string" /> </wsdl:message> <wsdl:message name="telephonySpecialNumberOrderResponse"> @@ -4527,12 +5383,13 @@ <wsdl:part name="redirection4Email" type="xsd:string" /> <wsdl:part name="redirection5" type="xsd:string" /> <wsdl:part name="redirection5Email" type="xsd:string" /> - <wsdl:part name="annouceMessage" type="xsd:string" /> + <wsdl:part name="announceMessage" type="xsd:string" /> <wsdl:part name="keepMessage" type="xsd:boolean" /> <wsdl:part name="audioformat" type="xsd:string" /> <wsdl:part name="fromEmail" type="xsd:string" /> <wsdl:part name="fromName" type="xsd:string" /> <wsdl:part name="doNotRecord" type="xsd:boolean" /> + <wsdl:part name="forcePassword" type="xsd:boolean" /> </wsdl:message> <wsdl:message name="telephonyVoicemailOptionsModifyResponse" /> @@ -4584,6 +5441,27 @@ <wsdl:message name="ticketReopenResponse" /> + <wsdl:message name="telephonySpareAddRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="type" type="xsd:string" /> + <wsdl:part name="model" type="xsd:string" /> + <wsdl:part name="mac" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="telephonySpareAddResponse" /> + + <wsdl:message name="telephonySmsAddCsvAttachmentRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="smsAccount" type="xsd:string" /> + <wsdl:part name="csvUrl" type="xsd:string" /> + <wsdl:part name="id" type="xsd:string" /> + <wsdl:part name="name" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="telephonySmsAddCsvAttachmentResponse"> + <wsdl:part name="return" type="typens:telephonySmsCsvSlotStruct" /> + </wsdl:message> + <wsdl:message name="dedicatedBackupFtpPasswordRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="hostname" type="xsd:string" /> @@ -4593,25 +5471,22 @@ <wsdl:message name="dedicatedBackupFtpPasswordResponse" /> - <wsdl:message name="hostingAccessByNicRequest"> + <wsdl:message name="telephonyDefaultPrivateHolidaysEventsRequest"> <wsdl:part name="session" type="xsd:string" /> - <wsdl:part name="domain" type="xsd:string" /> </wsdl:message> - <wsdl:message name="hostingAccessByNicResponse"> - <wsdl:part name="return" type="typens:MyArrayOfStringType" /> + <wsdl:message name="telephonyDefaultPrivateHolidaysEventsResponse"> + <wsdl:part name="return" type="typens:telephonyGetDefaultPrivateHolidaysEventsReturn" /> </wsdl:message> - <wsdl:message name="telephonyConferenceModeratorCallNumberModifyRequest"> + <wsdl:message name="hostingAccessByNicRequest"> <wsdl:part name="session" type="xsd:string" /> - <wsdl:part name="number" type="xsd:string" /> - <wsdl:part name="country" type="xsd:string" /> - <wsdl:part name="room" type="xsd:string" /> - <wsdl:part name="moderatorCallNumber" type="xsd:string" /> - <wsdl:part name="moderatorCountryCode" type="xsd:string" /> + <wsdl:part name="domain" type="xsd:string" /> </wsdl:message> - <wsdl:message name="telephonyConferenceModeratorCallNumberModifyResponse" /> + <wsdl:message name="hostingAccessByNicResponse"> + <wsdl:part name="return" type="typens:MyArrayOfStringType" /> + </wsdl:message> <wsdl:message name="sqlpriveAlertInfoRequest"> <wsdl:part name="session" type="xsd:string" /> @@ -4622,17 +5497,6 @@ <wsdl:part name="return" type="typens:sqlpriveAlertInfotReturn" /> </wsdl:message> - <wsdl:message name="telephonyOfferSimultaneousLinesAddRequest"> - <wsdl:part name="session" type="xsd:string" /> - <wsdl:part name="number" type="xsd:string" /> - <wsdl:part name="country" type="xsd:string" /> - <wsdl:part name="simultaneousLines" type="xsd:int" /> - </wsdl:message> - - <wsdl:message name="telephonyOfferSimultaneousLinesAddResponse"> - <wsdl:part name="return" type="typens:orderStruct" /> - </wsdl:message> - <wsdl:message name="mailingListFullInfoRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="domain" type="xsd:string" /> @@ -4673,6 +5537,16 @@ <wsdl:message name="telephonyToneRemoteUploadResponse" /> + <wsdl:message name="telephonyNumberGetFrWayNamesFromInseeRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="insee" type="xsd:string" /> + <wsdl:part name="wayName" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="telephonyNumberGetFrWayNamesFromInseeResponse"> + <wsdl:part name="return" type="typens:MyArrayOfTelephonyNumberWayNameStructType" /> + </wsdl:message> + <wsdl:message name="dedicatedSecondaryDNSAddRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="hostname" type="xsd:string" /> @@ -4758,16 +5632,6 @@ <wsdl:part name="return" type="typens:dedicatedRtmStatusReturn" /> </wsdl:message> - <wsdl:message name="telephonyConferenceListRequest"> - <wsdl:part name="session" type="xsd:string" /> - <wsdl:part name="number" type="xsd:string" /> - <wsdl:part name="country" type="xsd:string" /> - </wsdl:message> - - <wsdl:message name="telephonyConferenceListResponse"> - <wsdl:part name="return" type="typens:MyArrayOfTelephonyConferenceStructType" /> - </wsdl:message> - <wsdl:message name="managedServicesPartitionQuotaUsedRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="storage" type="xsd:string" /> @@ -4800,12 +5664,24 @@ <wsdl:part name="smsPriority" type="xsd:int" /> <wsdl:part name="smsCoding" type="xsd:int" /> <wsdl:part name="tag" type="xsd:string" /> + <wsdl:part name="numberToCsv" type="xsd:string" /> + <wsdl:part name="noStop" type="xsd:boolean" /> </wsdl:message> <wsdl:message name="telephonySmsUserMultiSendResponse"> <wsdl:part name="return" type="typens:MyArrayOfIntType" /> </wsdl:message> + <wsdl:message name="telephonySmsGetCsvAttachmentRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="smsAccount" type="xsd:string" /> + <wsdl:part name="id" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="telephonySmsGetCsvAttachmentResponse"> + <wsdl:part name="return" type="xsd:string" /> + </wsdl:message> + <wsdl:message name="telephonySmsHistoryRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="smsAccount" type="xsd:string" /> @@ -4816,6 +5692,7 @@ <wsdl:part name="sortField" type="xsd:string" /> <wsdl:part name="sortOrder" type="xsd:string" /> <wsdl:part name="tag" type="xsd:string" /> + <wsdl:part name="filter" type="xsd:string" /> </wsdl:message> <wsdl:message name="telephonySmsHistoryResponse"> @@ -4952,6 +5829,18 @@ <wsdl:message name="dnsResetResponse" /> + <wsdl:message name="telephonyVoicemailMessagesDownloadRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="number" type="xsd:string" /> + <wsdl:part name="country" type="xsd:string" /> + <wsdl:part name="messType" type="xsd:string" /> + <wsdl:part name="format" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="telephonyVoicemailMessagesDownloadResponse"> + <wsdl:part name="return" type="typens:telephonyVoicemailMessagesDownloadReturn" /> + </wsdl:message> + <wsdl:message name="supportGetNicDomainsRequest"> <wsdl:part name="session" type="xsd:string" /> </wsdl:message> @@ -4971,6 +5860,7 @@ <wsdl:part name="faxQuality" type="xsd:string" /> <wsdl:part name="initialStatus" type="xsd:string" /> <wsdl:part name="launchDate" type="xsd:string" /> + <wsdl:part name="remoteRecipients" type="xsd:boolean" /> </wsdl:message> <wsdl:message name="telephonyFaxCampaignCreationResponse" /> @@ -5028,6 +5918,44 @@ <wsdl:message name="dedicatedFilterIrcClientRuleAddResponse" /> + <wsdl:message name="telephonyLineLogsNotificationOptionsRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="number" type="xsd:string" /> + <wsdl:part name="country" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="telephonyLineLogsNotificationOptionsResponse"> + <wsdl:part name="return" type="typens:telephonyLineLogsNotificationOptionsReturn" /> + </wsdl:message> + + <wsdl:message name="telephonyLineGetIpRestrictionRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="number" type="xsd:string" /> + <wsdl:part name="country" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="telephonyLineGetIpRestrictionResponse"> + <wsdl:part name="return" type="typens:MyArrayOfStringType" /> + </wsdl:message> + + <wsdl:message name="dedicatedInstallationTemplateListRequest"> + <wsdl:part name="session" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="dedicatedInstallationTemplateListResponse"> + <wsdl:part name="return" type="typens:MyArrayOfDedicatedInstallationTemplateStructType" /> + </wsdl:message> + + <wsdl:message name="telephonyGetTimeZoneNumberRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="number" type="xsd:string" /> + <wsdl:part name="countryCode" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="telephonyGetTimeZoneNumberResponse"> + <wsdl:part name="return" type="xsd:string" /> + </wsdl:message> + <wsdl:message name="dedicatedBackupGetCalendarRequest"> <wsdl:part name="session" type="xsd:string" /> </wsdl:message> @@ -5068,6 +5996,16 @@ <wsdl:message name="telephonyRestrictionModifyResponse" /> + <wsdl:message name="telephonyRatesListRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="countryCode" type="xsd:string" /> + <wsdl:part name="type" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="telephonyRatesListResponse"> + <wsdl:part name="return" type="typens:MyArrayOfTelephonyRateStructType" /> + </wsdl:message> + <wsdl:message name="crontabDelRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="domain" type="xsd:string" /> @@ -5160,14 +6098,22 @@ <wsdl:message name="dedicatedEditServiceMonitoringItemResponse" /> - <wsdl:message name="passwordRequest"> + <wsdl:message name="telephonySmsplusIsFreeKeywordRequest"> <wsdl:part name="session" type="xsd:string" /> - <wsdl:part name="nic" type="xsd:string" /> - <wsdl:part name="password" type="xsd:string" /> + <wsdl:part name="shortCode" type="xsd:string" /> + <wsdl:part name="keyword" type="xsd:string" /> </wsdl:message> - <wsdl:message name="passwordResponse"> - <wsdl:part name="return" type="xsd:string" /> + <wsdl:message name="telephonySmsplusIsFreeKeywordResponse" /> + + <wsdl:message name="telephonyLineGetCodecsRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="number" type="xsd:string" /> + <wsdl:part name="countryCode" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="telephonyLineGetCodecsResponse"> + <wsdl:part name="return" type="typens:telephonyLineGetCodecsReturn" /> </wsdl:message> <wsdl:message name="telephonySmsSenderValidateRequest"> @@ -5179,6 +6125,15 @@ <wsdl:message name="telephonySmsSenderValidateResponse" /> + <wsdl:message name="dedicatedIPForUDPServerListRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="hostname" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="dedicatedIPForUDPServerListResponse"> + <wsdl:part name="return" type="typens:MyArrayOfIPForUDPServerListStructType" /> + </wsdl:message> + <wsdl:message name="telephonyHuntingModificationSimultaneousCallsRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="number" type="xsd:string" /> @@ -5189,6 +6144,16 @@ <wsdl:message name="telephonyHuntingModificationSimultaneousCallsResponse" /> + <wsdl:message name="telephonyDirectoryInfoGetSameSiretRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="callNumber" type="xsd:string" /> + <wsdl:part name="country" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="telephonyDirectoryInfoGetSameSiretResponse"> + <wsdl:part name="return" type="typens:MyArrayOfStringType" /> + </wsdl:message> + <wsdl:message name="serviceGroupCreateRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="name" type="xsd:string" /> @@ -5197,6 +6162,21 @@ <wsdl:message name="serviceGroupCreateResponse" /> + <wsdl:message name="telephonyConferenceSetParamsRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="number" type="xsd:string" /> + <wsdl:part name="country" type="xsd:string" /> + <wsdl:part name="lang" type="xsd:string" /> + <wsdl:part name="pin" type="xsd:string" /> + <wsdl:part name="enterMuted" type="xsd:boolean" /> + <wsdl:part name="announceStatus" type="xsd:boolean" /> + <wsdl:part name="recordStatus" type="xsd:boolean" /> + <wsdl:part name="reportStatus" type="xsd:string" /> + <wsdl:part name="reportMail" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="telephonyConferenceSetParamsResponse" /> + <wsdl:message name="orderTelephonySmsCreditRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="smsAccount" type="xsd:string" /> @@ -5258,6 +6238,23 @@ <wsdl:part name="return" type="typens:MyArrayOfDedicatedCapabilitiesStructType" /> </wsdl:message> + <wsdl:message name="telephonySparePurchaseRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="type" type="xsd:string" /> + <wsdl:part name="offers" type="typens:MyArrayOfStringType" /> + <wsdl:part name="quantities" type="typens:MyArrayOfIntType" /> + <wsdl:part name="nicShipping" type="xsd:string" /> + <wsdl:part name="name" type="xsd:string" /> + <wsdl:part name="address" type="xsd:string" /> + <wsdl:part name="zip" type="xsd:string" /> + <wsdl:part name="city" type="xsd:string" /> + <wsdl:part name="country" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="telephonySparePurchaseResponse"> + <wsdl:part name="return" type="typens:orderStruct" /> + </wsdl:message> + <wsdl:message name="nicRequest"> <wsdl:part name="session" type="xsd:string" /> </wsdl:message> @@ -5278,7 +6275,7 @@ </wsdl:message> <wsdl:message name="telephonyFaxCampaignListResponse"> - <wsdl:part name="return" type="typens:telephonyFaxCampaignStructReturn" /> + <wsdl:part name="return" type="typens:telephonyFaxCampaignListReturn" /> </wsdl:message> <wsdl:message name="dedicatedBackupIncludeAddRequest"> @@ -5328,6 +6325,14 @@ <wsdl:part name="return" type="typens:MyArrayOfDedicatedFailoverRipeStructType" /> </wsdl:message> + <wsdl:message name="telephonyNicGetMgcpIpRestrictionRequest"> + <wsdl:part name="session" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="telephonyNicGetMgcpIpRestrictionResponse"> + <wsdl:part name="return" type="typens:MyArrayOfStringType" /> + </wsdl:message> + <wsdl:message name="telephonySmsGetUserQuotaForUserRequest"> <wsdl:part name="smsAccount" type="xsd:string" /> <wsdl:part name="login" type="xsd:string" /> @@ -5338,6 +6343,15 @@ <wsdl:part name="return" type="typens:telephonySmsUserQuotaStruct" /> </wsdl:message> + <wsdl:message name="telephonyDirectoryInfoGetSiretRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="siret" type="xsd:int" /> + </wsdl:message> + + <wsdl:message name="telephonyDirectoryInfoGetSiretResponse"> + <wsdl:part name="return" type="typens:telephonyDirectoryInfoGetSiretReturn" /> + </wsdl:message> + <wsdl:message name="dedicatedMonitoringServiceAddRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="hostname" type="xsd:string" /> @@ -5468,7 +6482,7 @@ <wsdl:message name="telephonySmsDeleteRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="smsAccount" type="xsd:string" /> - <wsdl:part name="smsIds" type="typens:MyArrayOfStringType" /> + <wsdl:part name="smsIds" type="typens:MyArrayOfIntType" /> </wsdl:message> <wsdl:message name="telephonySmsDeleteResponse" /> @@ -5571,6 +6585,15 @@ <wsdl:message name="sqlpriveCronSetResponse" /> + <wsdl:message name="telephonySipToAliasOfferRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="number" type="xsd:string" /> + <wsdl:part name="country" type="xsd:string" /> + <wsdl:part name="delete" type="xsd:boolean" /> + </wsdl:message> + + <wsdl:message name="telephonySipToAliasOfferResponse" /> + <wsdl:message name="telephonyFunctionKeyListRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="number" type="xsd:string" /> @@ -5590,6 +6613,34 @@ <wsdl:part name="return" type="typens:dedicatedNetbootStruct" /> </wsdl:message> + <wsdl:message name="telephonySmsGetCallBackRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="smsAccount" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="telephonySmsGetCallBackResponse"> + <wsdl:part name="return" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="telephonySviModifyRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="number" type="xsd:string" /> + <wsdl:part name="country" type="xsd:string" /> + <wsdl:part name="url" type="xsd:string" /> + <wsdl:part name="recordinfo" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="telephonySviModifyResponse" /> + + <wsdl:message name="telephonySmsplusServiceDeleteRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="shortCode" type="xsd:string" /> + <wsdl:part name="keyword" type="xsd:string" /> + <wsdl:part name="cancelDelete" type="xsd:boolean" /> + </wsdl:message> + + <wsdl:message name="telephonySmsplusServiceDeleteResponse" /> + <wsdl:message name="domainOperationRelaunchRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="id" type="xsd:int" /> @@ -5606,6 +6657,34 @@ <wsdl:message name="telephonyLineSwitchOfferResponse" /> + <wsdl:message name="telephonyTrunkExternalDisplayedNumberCheckRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="number" type="xsd:string" /> + <wsdl:part name="country" type="xsd:string" /> + <wsdl:part name="externalDisplayedNumber" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="telephonyTrunkExternalDisplayedNumberCheckResponse" /> + + <wsdl:message name="telephonyDelClosureEventsRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="number" type="xsd:string" /> + <wsdl:part name="country" type="xsd:string" /> + <wsdl:part name="deleteAll" type="xsd:int" /> + <wsdl:part name="uids" type="typens:MyArrayOfStringType" /> + </wsdl:message> + + <wsdl:message name="telephonyDelClosureEventsResponse" /> + + <wsdl:message name="telephonyFreefaxToVoicefaxCheckListRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="billingAccount" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="telephonyFreefaxToVoicefaxCheckListResponse"> + <wsdl:part name="return" type="typens:MyArrayOfTelephonyFreefaxToVoicefaxCheckStructType" /> + </wsdl:message> + <wsdl:message name="telephonyVoicemailModifyPasswordRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="number" type="xsd:string" /> @@ -5616,15 +6695,32 @@ <wsdl:message name="telephonyVoicemailModifyPasswordResponse" /> - <wsdl:message name="telephonyConferenceRoomModifyRequest"> + <wsdl:message name="telephonySpareCapabilitiesRequest"> <wsdl:part name="session" type="xsd:string" /> - <wsdl:part name="number" type="xsd:string" /> - <wsdl:part name="country" type="xsd:string" /> - <wsdl:part name="currentRoom" type="xsd:string" /> - <wsdl:part name="newRoom" type="xsd:string" /> + <wsdl:part name="type" type="xsd:string" /> + <wsdl:part name="family" type="xsd:string" /> + <wsdl:part name="model" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="telephonySpareCapabilitiesResponse"> + <wsdl:part name="return" type="typens:MyArrayOfTelephonySpareFamilyStructType" /> + </wsdl:message> + + <wsdl:message name="dnsSoaModifyRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="domain" type="xsd:string" /> + <wsdl:part name="ttl" type="xsd:int" /> + </wsdl:message> + + <wsdl:message name="dnsSoaModifyResponse" /> + + <wsdl:message name="telephonyPhonebookOnSmsDelRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="smsAccount" type="xsd:string" /> + <wsdl:part name="id" type="xsd:int" /> </wsdl:message> - <wsdl:message name="telephonyConferenceRoomModifyResponse" /> + <wsdl:message name="telephonyPhonebookOnSmsDelResponse" /> <wsdl:message name="telephonyPhonebookShareRequest"> <wsdl:part name="session" type="xsd:string" /> @@ -5677,14 +6773,22 @@ <wsdl:part name="return" type="typens:MyArrayOfSupportCategoryStructType" /> </wsdl:message> - <wsdl:message name="telephonyVxmlValidateRequest"> + <wsdl:message name="telephonySmsHistoryCsvRequest"> <wsdl:part name="session" type="xsd:string" /> - <wsdl:part name="number" type="xsd:string" /> - <wsdl:part name="country" type="xsd:string" /> - <wsdl:part name="url" type="xsd:string" /> + <wsdl:part name="smsAccount" type="xsd:string" /> + <wsdl:part name="smsId" type="xsd:int" /> + <wsdl:part name="user" type="xsd:string" /> + <wsdl:part name="pagingStart" type="xsd:int" /> + <wsdl:part name="pagingLimit" type="xsd:int" /> + <wsdl:part name="sortField" type="xsd:string" /> + <wsdl:part name="sortOrder" type="xsd:string" /> + <wsdl:part name="tag" type="xsd:string" /> + <wsdl:part name="filter" type="xsd:string" /> </wsdl:message> - <wsdl:message name="telephonyVxmlValidateResponse" /> + <wsdl:message name="telephonySmsHistoryCsvResponse"> + <wsdl:part name="return" type="xsd:string" /> + </wsdl:message> <wsdl:message name="telephonyAbbreviatedNumberOnGroupListRequest"> <wsdl:part name="session" type="xsd:string" /> @@ -5695,6 +6799,15 @@ <wsdl:part name="return" type="typens:MyArrayOfTelephonyAbbreviatedNumberStructType" /> </wsdl:message> + <wsdl:message name="dedicatedAvailableNotificationNicsGetRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="hostname" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="dedicatedAvailableNotificationNicsGetResponse"> + <wsdl:part name="return" type="typens:MyArrayOfStringType" /> + </wsdl:message> + <wsdl:message name="telephonyLineLogsRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="number" type="xsd:string" /> @@ -5716,6 +6829,19 @@ <wsdl:part name="return" type="typens:MyArrayOfMultiFtpStructType" /> </wsdl:message> + <wsdl:message name="telephonySpareReplaceRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="type" type="xsd:string" /> + <wsdl:part name="service" type="xsd:string" /> + <wsdl:part name="spare" type="xsd:string" /> + <wsdl:part name="action" type="xsd:string" /> + <wsdl:part name="ip" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="telephonySpareReplaceResponse"> + <wsdl:part name="return" type="typens:telephonyPlugAndPhoneReinitConfigurationReturn" /> + </wsdl:message> + <wsdl:message name="multiFtpAddRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="domain" type="xsd:string" /> @@ -5990,6 +7116,35 @@ <wsdl:message name="dedicatedReverseModifyResponse" /> + <wsdl:message name="telephonyNicGetIpRestrictionRequest"> + <wsdl:part name="session" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="telephonyNicGetIpRestrictionResponse"> + <wsdl:part name="return" type="typens:MyArrayOfStringType" /> + </wsdl:message> + + <wsdl:message name="telephonyGetClosureEventsAsArrayRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="number" type="xsd:string" /> + <wsdl:part name="country" type="xsd:string" /> + <wsdl:part name="dateStart" type="xsd:string" /> + <wsdl:part name="dateEnd" type="xsd:string" /> + <wsdl:part name="categories" type="typens:MyArrayOfStringType" /> + </wsdl:message> + + <wsdl:message name="telephonyGetClosureEventsAsArrayResponse"> + <wsdl:part name="return" type="typens:telephonyGetClosureEventsAsArrayStruct" /> + </wsdl:message> + + <wsdl:message name="telephonyPhonebookOnSmsContactDelRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="smsAccount" type="xsd:string" /> + <wsdl:part name="id" type="xsd:int" /> + </wsdl:message> + + <wsdl:message name="telephonyPhonebookOnSmsContactDelResponse" /> + <wsdl:message name="telephonyReversmentsRefundIsPendingRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="billingAccount" type="xsd:string" /> @@ -6014,6 +7169,7 @@ <wsdl:part name="country" type="xsd:string" /> <wsdl:part name="screenListType" type="xsd:string" /> <wsdl:part name="numbersScreen" type="typens:MyArrayOfStringType" /> + <wsdl:part name="naturesScreen" type="typens:MyArrayOfStringType" /> </wsdl:message> <wsdl:message name="telephonyScreenListInfoModifyResponse" /> @@ -6045,6 +7201,15 @@ <wsdl:part name="return" type="typens:MyArrayOfZoneStructType" /> </wsdl:message> + <wsdl:message name="managedServicesHostMasterIpGetRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="domain" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="managedServicesHostMasterIpGetResponse"> + <wsdl:part name="return" type="xsd:string" /> + </wsdl:message> + <wsdl:message name="dedicatedSecondaryDNSInfoRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="hostname" type="xsd:string" /> @@ -6055,13 +7220,31 @@ <wsdl:part name="return" type="typens:MyArrayOfSecondaryDNSStructType" /> </wsdl:message> - <wsdl:message name="managedServicesHostMasterIpGetRequest"> + <wsdl:message name="telephonySmsplusServiceReversableTicketsListRequest"> <wsdl:part name="session" type="xsd:string" /> - <wsdl:part name="domain" type="xsd:string" /> + <wsdl:part name="shortCode" type="xsd:string" /> + <wsdl:part name="keyword" type="xsd:string" /> + <wsdl:part name="reversableDelay" type="xsd:string" /> + <wsdl:part name="limit" type="xsd:int" /> + <wsdl:part name="limitOffset" type="xsd:int" /> + <wsdl:part name="sort" type="xsd:string" /> + <wsdl:part name="filter" type="xsd:string" /> </wsdl:message> - <wsdl:message name="managedServicesHostMasterIpGetResponse"> - <wsdl:part name="return" type="xsd:string" /> + <wsdl:message name="telephonySmsplusServiceReversableTicketsListResponse"> + <wsdl:part name="return" type="typens:MyArrayOfTelephonySmsplusTicketsStructType" /> + </wsdl:message> + + <wsdl:message name="dedicatedRipeUpdateInetnumRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="block" type="xsd:string" /> + <wsdl:part name="netname" type="xsd:string" /> + <wsdl:part name="descr" type="xsd:string" /> + <wsdl:part name="ripeId" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="dedicatedRipeUpdateInetnumResponse"> + <wsdl:part name="return" type="typens:ripeUpdateReturn" /> </wsdl:message> <wsdl:message name="ortDomainListRequest"> @@ -6082,6 +7265,19 @@ <wsdl:message name="telephonyHuntingGenericScreenStatusModifyResponse" /> + <wsdl:message name="telephonySmsBlacklistedSendersListRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="smsAccount" type="xsd:string" /> + <wsdl:part name="pagingStart" type="xsd:int" /> + <wsdl:part name="pagingLimit" type="xsd:int" /> + <wsdl:part name="sortField" type="xsd:string" /> + <wsdl:part name="sortOrder" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="telephonySmsBlacklistedSendersListResponse"> + <wsdl:part name="return" type="typens:telephonySmsBlacklistedSendersListReturn" /> + </wsdl:message> + <wsdl:message name="telephonyPhonebookContactAddRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="number" type="xsd:string" /> @@ -6125,22 +7321,26 @@ <wsdl:part name="offer" type="xsd:string" /> <wsdl:part name="desireDate" type="xsd:string" /> <wsdl:part name="callNumber" type="xsd:string" /> - <wsdl:part name="custContactName" type="xsd:string" /> - <wsdl:part name="custContactNumber" type="xsd:string" /> - <wsdl:part name="custName" type="xsd:string" /> - <wsdl:part name="custSiret" type="xsd:string" /> - <wsdl:part name="custStreetName" type="xsd:string" /> - <wsdl:part name="custStreetNumber" type="xsd:string" /> - <wsdl:part name="custBuilding" type="xsd:string" /> - <wsdl:part name="custStair" type="xsd:string" /> - <wsdl:part name="custFloor" type="xsd:string" /> - <wsdl:part name="custDoor" type="xsd:string" /> - <wsdl:part name="custZip" type="xsd:string" /> - <wsdl:part name="custCity" type="xsd:string" /> - <wsdl:part name="comment" type="xsd:string" /> - <wsdl:part name="evenPorted" type="xsd:boolean" /> - <wsdl:part name="category" type="xsd:string" /> <wsdl:part name="extraNumbers" type="typens:MyArrayOfStringType" /> + <wsdl:part name="legalForm" type="xsd:string" /> + <wsdl:part name="name" type="xsd:string" /> + <wsdl:part name="firstName" type="xsd:string" /> + <wsdl:part name="siret" type="xsd:string" /> + <wsdl:part name="streetNumber" type="xsd:string" /> + <wsdl:part name="streetNumberExtra" type="xsd:string" /> + <wsdl:part name="streetType" type="xsd:string" /> + <wsdl:part name="streetName" type="xsd:string" /> + <wsdl:part name="building" type="xsd:string" /> + <wsdl:part name="stair" type="xsd:string" /> + <wsdl:part name="floor" type="xsd:string" /> + <wsdl:part name="door" type="xsd:string" /> + <wsdl:part name="zip" type="xsd:string" /> + <wsdl:part name="city" type="xsd:string" /> + <wsdl:part name="country" type="xsd:string" /> + <wsdl:part name="displayUniversalDirectory" type="xsd:string" /> + <wsdl:part name="category" type="xsd:string" /> + <wsdl:part name="contactName" type="xsd:string" /> + <wsdl:part name="contactNumber" type="xsd:string" /> </wsdl:message> <wsdl:message name="telephonyPortabilityOrderSpecialNumberResponse"> @@ -6167,6 +7367,15 @@ <wsdl:message name="dedicatedFailoverAddResponse" /> + <wsdl:message name="telephonySmsUserSetCallBackRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="smsAccount" type="xsd:string" /> + <wsdl:part name="login" type="xsd:string" /> + <wsdl:part name="callBack" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="telephonySmsUserSetCallBackResponse" /> + <wsdl:message name="prepaidGetSummaryRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="nic" type="xsd:string" /> @@ -6207,6 +7416,18 @@ <wsdl:message name="emailFilterRuleAddResponse" /> + <wsdl:message name="ripeUpdateInetnumRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="block" type="xsd:string" /> + <wsdl:part name="netname" type="xsd:string" /> + <wsdl:part name="descr" type="xsd:string" /> + <wsdl:part name="ripeId" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="ripeUpdateInetnumResponse"> + <wsdl:part name="return" type="typens:ripeUpdateReturn" /> + </wsdl:message> + <wsdl:message name="domainResellerDelRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="domain" type="xsd:string" /> @@ -6225,7 +7446,7 @@ <wsdl:message name="telephonyLineSwitchOldOfferPossibilityRequest"> <wsdl:part name="session" type="xsd:string" /> - <wsdl:part name="numbers" type="xsd:string" /> + <wsdl:part name="numbers" type="typens:MyArrayOfStringType" /> <wsdl:part name="country" type="xsd:string" /> </wsdl:message> @@ -6271,6 +7492,15 @@ <wsdl:part name="return" type="xsd:string" /> </wsdl:message> + <wsdl:message name="telephonySmsplusServiceListRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="billingAccount" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="telephonySmsplusServiceListResponse"> + <wsdl:part name="return" type="typens:MyArrayOfTelephonySmsplusDetailsStructType" /> + </wsdl:message> + <wsdl:message name="telephonyHuntingModificationAnonymousCallRejectionRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="number" type="xsd:string" /> @@ -6318,6 +7548,16 @@ <wsdl:part name="return" type="typens:telephonyTonesOptionsListReturn" /> </wsdl:message> + <wsdl:message name="telephonySpareListRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="type" type="xsd:string" /> + <wsdl:part name="service" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="telephonySpareListResponse"> + <wsdl:part name="return" type="typens:telephonySpareListReturn" /> + </wsdl:message> + <wsdl:message name="supportReportAnswerProblemRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="messageId" type="xsd:int" /> @@ -6342,6 +7582,22 @@ <wsdl:message name="ticketCloseResponse" /> + <wsdl:message name="dedicatedRipeCreateOrganisationRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="name" type="xsd:string" /> + <wsdl:part name="address" type="xsd:string" /> + <wsdl:part name="email" type="xsd:string" /> + <wsdl:part name="abuse" type="xsd:string" /> + <wsdl:part name="descr" type="xsd:string" /> + <wsdl:part name="phone" type="xsd:string" /> + <wsdl:part name="fax" type="xsd:string" /> + <wsdl:part name="remarks" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="dedicatedRipeCreateOrganisationResponse"> + <wsdl:part name="return" type="typens:ripeUpdateReturn" /> + </wsdl:message> + <wsdl:message name="telephonyListSummationCallsFromNumberRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="number" type="xsd:string" /> @@ -6355,6 +7611,16 @@ <wsdl:part name="return" type="typens:MyArrayOfTelephonyReversmentsSummationStructType" /> </wsdl:message> + <wsdl:message name="telephonyConferenceGetParamsRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="number" type="xsd:string" /> + <wsdl:part name="country" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="telephonyConferenceGetParamsResponse"> + <wsdl:part name="return" type="typens:telephonyConferenceParamsReturn" /> + </wsdl:message> + <wsdl:message name="telephonyPhonebookContactModifyRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="number" type="xsd:string" /> @@ -6381,6 +7647,7 @@ <wsdl:message name="telephonyLineListRequest"> <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="billingAccount" type="xsd:string" /> </wsdl:message> <wsdl:message name="telephonyLineListResponse"> @@ -6465,23 +7732,6 @@ <wsdl:message name="telephonyLineOptionsModifyResponse" /> - <wsdl:message name="sqlpriveCronDelRequest"> - <wsdl:part name="session" type="xsd:string" /> - <wsdl:part name="server" type="xsd:string" /> - <wsdl:part name="cronId" type="xsd:string" /> - </wsdl:message> - - <wsdl:message name="sqlpriveCronDelResponse" /> - - <wsdl:message name="telephonyVxmlAddRequest"> - <wsdl:part name="session" type="xsd:string" /> - <wsdl:part name="number" type="xsd:string" /> - <wsdl:part name="country" type="xsd:string" /> - <wsdl:part name="url" type="xsd:string" /> - </wsdl:message> - - <wsdl:message name="telephonyVxmlAddResponse" /> - <wsdl:message name="telephonyHuntingGenericScreenSetRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="number" type="xsd:string" /> @@ -6494,6 +7744,14 @@ <wsdl:message name="telephonyHuntingGenericScreenSetResponse" /> + <wsdl:message name="sqlpriveCronDelRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="server" type="xsd:string" /> + <wsdl:part name="cronId" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="sqlpriveCronDelResponse" /> + <wsdl:message name="telephonyFaxCampaignStartStopRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="number" type="xsd:string" /> @@ -6593,6 +7851,7 @@ <wsdl:part name="siret" type="xsd:string" /> <wsdl:part name="ape" type="xsd:string" /> <wsdl:part name="PJCode" type="xsd:string" /> + <wsdl:part name="address" type="xsd:string" /> </wsdl:message> <wsdl:message name="telephonyDirectoryModifyAddressResponse" /> @@ -6616,6 +7875,13 @@ <wsdl:part name="return" type="typens:MyArrayOfCmsAvailableStructType" /> </wsdl:message> + <wsdl:message name="telephonyNicSetMgcpIpRestrictionRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="ips" type="typens:MyArrayOfStringType" /> + </wsdl:message> + + <wsdl:message name="telephonyNicSetMgcpIpRestrictionResponse" /> + <wsdl:message name="telephonySecurityDepositCreditRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="billingAccount" type="xsd:string" /> @@ -6649,6 +7915,16 @@ <wsdl:part name="return" type="typens:orderStruct" /> </wsdl:message> + <wsdl:message name="telephonyConferenceActionRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="number" type="xsd:string" /> + <wsdl:part name="country" type="xsd:string" /> + <wsdl:part name="action" type="xsd:string" /> + <wsdl:part name="memberid" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="telephonyConferenceActionResponse" /> + <wsdl:message name="dedicatedBackupExcludeDelRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="hostname" type="xsd:string" /> @@ -6665,6 +7941,16 @@ <wsdl:message name="automatedMailUnlockResponse" /> + <wsdl:message name="ripeQueryRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="search" type="xsd:string" /> + <wsdl:part name="type" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="ripeQueryResponse"> + <wsdl:part name="return" type="typens:ripeReturn" /> + </wsdl:message> + <wsdl:message name="loginRequest"> <wsdl:part name="nic" type="xsd:string" /> <wsdl:part name="password" type="xsd:string" /> @@ -6676,14 +7962,6 @@ <wsdl:part name="return" type="xsd:string" /> </wsdl:message> - <wsdl:message name="popListByMasterNicRequest"> - <wsdl:part name="session" type="xsd:string" /> - </wsdl:message> - - <wsdl:message name="popListByMasterNicResponse"> - <wsdl:part name="return" type="typens:MyArrayOfPopStructType" /> - </wsdl:message> - <wsdl:message name="telephonyFunctionKeyDelRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="number" type="xsd:string" /> @@ -6693,6 +7971,14 @@ <wsdl:message name="telephonyFunctionKeyDelResponse" /> + <wsdl:message name="popListByMasterNicRequest"> + <wsdl:part name="session" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="popListByMasterNicResponse"> + <wsdl:part name="return" type="typens:MyArrayOfPopStructType" /> + </wsdl:message> + <wsdl:message name="serviceModifyOwnerInfosRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="owner" type="xsd:string" /> @@ -6737,6 +8023,27 @@ <wsdl:part name="return" type="typens:dedicatedGetServiceMonitoringItemStruct" /> </wsdl:message> + <wsdl:message name="telephonyNicGetSipDomainRequest"> + <wsdl:part name="session" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="telephonyNicGetSipDomainResponse"> + <wsdl:part name="return" type="typens:MyArrayOfTelephonySipDomainStructType" /> + </wsdl:message> + + <wsdl:message name="telephonyGetClosureEventsAsICSRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="number" type="xsd:string" /> + <wsdl:part name="country" type="xsd:string" /> + <wsdl:part name="dateStart" type="xsd:string" /> + <wsdl:part name="dateEnd" type="xsd:string" /> + <wsdl:part name="categories" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="telephonyGetClosureEventsAsICSResponse"> + <wsdl:part name="return" type="typens:telephonyGetClosureEventsAsIcsStruct" /> + </wsdl:message> + <wsdl:message name="telephonySmsUserCreditLeftRequest"> <wsdl:part name="smsAccount" type="xsd:string" /> <wsdl:part name="login" type="xsd:string" /> @@ -6753,25 +8060,37 @@ <wsdl:part name="offer" type="xsd:string" /> <wsdl:part name="desireDate" type="xsd:string" /> <wsdl:part name="callNumber" type="xsd:string" /> - <wsdl:part name="custContactName" type="xsd:string" /> - <wsdl:part name="custContactNumber" type="xsd:string" /> - <wsdl:part name="custName" type="xsd:string" /> - <wsdl:part name="custSiret" type="xsd:string" /> - <wsdl:part name="custStreetName" type="xsd:string" /> - <wsdl:part name="custStreetNumber" type="xsd:string" /> - <wsdl:part name="custBuilding" type="xsd:string" /> - <wsdl:part name="custStair" type="xsd:string" /> - <wsdl:part name="custFloor" type="xsd:string" /> - <wsdl:part name="custDoor" type="xsd:string" /> - <wsdl:part name="custZip" type="xsd:string" /> - <wsdl:part name="custCity" type="xsd:string" /> - <wsdl:part name="comment" type="xsd:string" /> - <wsdl:part name="evenPorted" type="xsd:boolean" /> <wsdl:part name="extraNumbers" type="typens:MyArrayOfStringType" /> + <wsdl:part name="legalForm" type="xsd:string" /> + <wsdl:part name="name" type="xsd:string" /> + <wsdl:part name="firstName" type="xsd:string" /> + <wsdl:part name="siret" type="xsd:string" /> + <wsdl:part name="streetNumber" type="xsd:string" /> + <wsdl:part name="streetNumberExtra" type="xsd:string" /> + <wsdl:part name="streetType" type="xsd:string" /> + <wsdl:part name="streetName" type="xsd:string" /> + <wsdl:part name="building" type="xsd:string" /> + <wsdl:part name="stair" type="xsd:string" /> + <wsdl:part name="floor" type="xsd:string" /> + <wsdl:part name="door" type="xsd:string" /> + <wsdl:part name="zip" type="xsd:string" /> + <wsdl:part name="city" type="xsd:string" /> + <wsdl:part name="country" type="xsd:string" /> + <wsdl:part name="displayUniversalDirectory" type="xsd:string" /> + <wsdl:part name="contactName" type="xsd:string" /> + <wsdl:part name="contactNumber" type="xsd:string" /> </wsdl:message> <wsdl:message name="telephonyPortabilityOrderResponse" /> + <wsdl:message name="passwordSoapiRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="currentPassword" type="xsd:string" /> + <wsdl:part name="password" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="passwordSoapiResponse" /> + <wsdl:message name="nicCreateRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="name" type="xsd:string" /> @@ -6944,6 +8263,30 @@ <wsdl:part name="return" type="typens:dedicatedCapabilitiesStruct" /> </wsdl:message> + <wsdl:message name="telephonyPhonebookOnSmsContactModifyRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="smsAccount" type="xsd:string" /> + <wsdl:part name="id" type="xsd:int" /> + <wsdl:part name="name" type="xsd:string" /> + <wsdl:part name="surname" type="xsd:string" /> + <wsdl:part name="workPhone" type="xsd:string" /> + <wsdl:part name="workMobile" type="xsd:string" /> + <wsdl:part name="homePhone" type="xsd:string" /> + <wsdl:part name="homeMobile" type="xsd:string" /> + <wsdl:part name="groupName" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="telephonyPhonebookOnSmsContactModifyResponse" /> + + <wsdl:message name="telephonyPhonebookOnSmsModifyRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="smsAccount" type="xsd:string" /> + <wsdl:part name="id" type="xsd:int" /> + <wsdl:part name="name" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="telephonyPhonebookOnSmsModifyResponse" /> + <wsdl:message name="cmsListRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="domain" type="xsd:string" /> @@ -6981,6 +8324,16 @@ <wsdl:part name="return" type="typens:MyArrayOfStringType" /> </wsdl:message> + <wsdl:message name="ripeDeleteOrganisationRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="ripeId" type="xsd:string" /> + <wsdl:part name="comment" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="ripeDeleteOrganisationResponse"> + <wsdl:part name="return" type="typens:ripeUpdateReturn" /> + </wsdl:message> + <wsdl:message name="logsAccessListRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="domain" type="xsd:string" /> @@ -6990,6 +8343,16 @@ <wsdl:part name="return" type="typens:MyArrayOfLogsAccessStructType" /> </wsdl:message> + <wsdl:message name="telephonyHuntingInfoRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="number" type="xsd:string" /> + <wsdl:part name="country" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="telephonyHuntingInfoResponse"> + <wsdl:part name="return" type="typens:telephonyHuntingInfoReturn" /> + </wsdl:message> + <wsdl:message name="dedicatedMonitoringAddRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="hostname" type="xsd:string" /> @@ -7002,16 +8365,6 @@ <wsdl:part name="return" type="xsd:string" /> </wsdl:message> - <wsdl:message name="telephonyHuntingInfoRequest"> - <wsdl:part name="session" type="xsd:string" /> - <wsdl:part name="number" type="xsd:string" /> - <wsdl:part name="country" type="xsd:string" /> - </wsdl:message> - - <wsdl:message name="telephonyHuntingInfoResponse"> - <wsdl:part name="return" type="typens:telephonyHuntingInfoReturn" /> - </wsdl:message> - <wsdl:message name="telephonyPhonebookContactListRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="number" type="xsd:string" /> @@ -7056,16 +8409,6 @@ <wsdl:message name="resellerDomainTransferASIAResponse" /> - <wsdl:message name="telephonyConferenceLanguageModifyRequest"> - <wsdl:part name="session" type="xsd:string" /> - <wsdl:part name="number" type="xsd:string" /> - <wsdl:part name="country" type="xsd:string" /> - <wsdl:part name="room" type="xsd:string" /> - <wsdl:part name="newLanguage" type="xsd:string" /> - </wsdl:message> - - <wsdl:message name="telephonyConferenceLanguageModifyResponse" /> - <wsdl:message name="telephonySmsUserPasswordRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="smsAccount" type="xsd:string" /> @@ -7136,8 +8479,18 @@ <wsdl:part name="return" type="typens:telephonyScreenBlackWhiteChoiceReturn" /> </wsdl:message> + <wsdl:message name="telephonySmsDeleteCsvAttachmentRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="smsAccount" type="xsd:string" /> + <wsdl:part name="ids" type="typens:MyArrayOfIntType" /> + </wsdl:message> + + <wsdl:message name="telephonySmsDeleteCsvAttachmentResponse" /> + <wsdl:message name="telephonyNumberZoneAndPrefixListRequest"> <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="country" type="xsd:string" /> + <wsdl:part name="types" type="typens:MyArrayOfStringType" /> </wsdl:message> <wsdl:message name="telephonyNumberZoneAndPrefixListResponse"> @@ -7160,14 +8513,23 @@ <wsdl:part name="return" type="typens:MyArrayOfDedicatedOperationStructType" /> </wsdl:message> - <wsdl:message name="telephonyConferenceAddRequest"> + <wsdl:message name="telephonyLineSetSipDomainRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="number" type="xsd:string" /> <wsdl:part name="country" type="xsd:string" /> - <wsdl:part name="language" type="xsd:string" /> + <wsdl:part name="domain" type="xsd:string" /> </wsdl:message> - <wsdl:message name="telephonyConferenceAddResponse" /> + <wsdl:message name="telephonyLineSetSipDomainResponse" /> + + <wsdl:message name="telephonyTrunkExternalDisplayedNumberDelRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="number" type="xsd:string" /> + <wsdl:part name="country" type="xsd:string" /> + <wsdl:part name="externalDisplayedNumber" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="telephonyTrunkExternalDisplayedNumberDelResponse" /> <wsdl:message name="mailingListModeratorAddRequest"> <wsdl:part name="session" type="xsd:string" /> @@ -7189,6 +8551,21 @@ <wsdl:part name="return" type="typens:MyArrayOfTelephonyPhonebookContactStructType" /> </wsdl:message> + <wsdl:message name="telephonySmsplusServiceReversableTicketsSummaryRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="shortCode" type="xsd:string" /> + <wsdl:part name="keyword" type="xsd:string" /> + <wsdl:part name="reversableDelay" type="xsd:string" /> + <wsdl:part name="limit" type="xsd:int" /> + <wsdl:part name="limitOffset" type="xsd:int" /> + <wsdl:part name="sort" type="xsd:string" /> + <wsdl:part name="filter" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="telephonySmsplusServiceReversableTicketsSummaryResponse"> + <wsdl:part name="return" type="typens:telephonySmsplusSummaryInfosStruct" /> + </wsdl:message> + <wsdl:message name="anonymousFtpActivateRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="domain" type="xsd:string" /> @@ -7234,6 +8611,15 @@ <wsdl:part name="return" type="xsd:string" /> </wsdl:message> + <wsdl:message name="telephonySetTimeZoneNumberRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="number" type="xsd:string" /> + <wsdl:part name="countryCode" type="xsd:string" /> + <wsdl:part name="timeZone" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="telephonySetTimeZoneNumberResponse" /> + <wsdl:message name="ortDomainAddRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="domain" type="xsd:string" /> @@ -7265,6 +8651,13 @@ <wsdl:message name="sqlpriveAlertSetResponse" /> + <wsdl:message name="telephonyNicSetIpRestrictionRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="ips" type="typens:MyArrayOfStringType" /> + </wsdl:message> + + <wsdl:message name="telephonyNicSetIpRestrictionResponse" /> + <wsdl:message name="dedicatedBackupIncludeDelRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="hostname" type="xsd:string" /> @@ -7310,6 +8703,15 @@ <wsdl:part name="return" type="typens:ftpInfoReturn" /> </wsdl:message> + <wsdl:message name="telephonyPortabilityStatusRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="billingAccount" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="telephonyPortabilityStatusResponse"> + <wsdl:part name="return" type="typens:MyArrayOfTelephonyPortabilityStructType" /> + </wsdl:message> + <wsdl:message name="hostingListRequest"> <wsdl:part name="session" type="xsd:string" /> </wsdl:message> @@ -7329,13 +8731,13 @@ <wsdl:part name="return" type="typens:orderStruct" /> </wsdl:message> - <wsdl:message name="telephonyPortabilityStatusRequest"> + <wsdl:message name="dedicatedInstallationTemplateUseRequest"> <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="hostname" type="xsd:string" /> + <wsdl:part name="template" type="xsd:string" /> </wsdl:message> - <wsdl:message name="telephonyPortabilityStatusResponse"> - <wsdl:part name="return" type="typens:MyArrayOfTelephonyPortabilityStructType" /> - </wsdl:message> + <wsdl:message name="dedicatedInstallationTemplateUseResponse" /> <wsdl:message name="mailingListSubscriberListRequest"> <wsdl:part name="session" type="xsd:string" /> @@ -7442,6 +8844,16 @@ <wsdl:message name="resellerDomainCreateCATResponse" /> + <wsdl:message name="telephonySmsListCsvAttachmentRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="smsAccount" type="xsd:string" /> + <wsdl:part name="id" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="telephonySmsListCsvAttachmentResponse"> + <wsdl:part name="return" type="typens:MyArrayOfTelephonySmsCsvSlotStructType" /> + </wsdl:message> + <wsdl:message name="ftpChangePasswordRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="domain" type="xsd:string" /> @@ -7474,14 +8886,22 @@ <wsdl:part name="return" type="typens:rpsGetIoStatsReturn" /> </wsdl:message> - <wsdl:message name="telephonyVxmlModifyRequest"> + <wsdl:message name="dedicatedRipeUpdateOrganisationRequest"> <wsdl:part name="session" type="xsd:string" /> - <wsdl:part name="number" type="xsd:string" /> - <wsdl:part name="country" type="xsd:string" /> - <wsdl:part name="url" type="xsd:string" /> + <wsdl:part name="ripeId" type="xsd:string" /> + <wsdl:part name="name" type="xsd:string" /> + <wsdl:part name="address" type="xsd:string" /> + <wsdl:part name="email" type="xsd:string" /> + <wsdl:part name="abuse" type="xsd:string" /> + <wsdl:part name="descr" type="xsd:string" /> + <wsdl:part name="phone" type="xsd:string" /> + <wsdl:part name="fax" type="xsd:string" /> + <wsdl:part name="remarks" type="xsd:string" /> </wsdl:message> - <wsdl:message name="telephonyVxmlModifyResponse" /> + <wsdl:message name="dedicatedRipeUpdateOrganisationResponse"> + <wsdl:part name="return" type="typens:ripeUpdateReturn" /> + </wsdl:message> <wsdl:message name="cmsRenewAdminPasswordRequest"> <wsdl:part name="session" type="xsd:string" /> @@ -7490,16 +8910,6 @@ <wsdl:message name="cmsRenewAdminPasswordResponse" /> - <wsdl:message name="telephonyConferenceAnnounceDeleteRequest"> - <wsdl:part name="session" type="xsd:string" /> - <wsdl:part name="number" type="xsd:string" /> - <wsdl:part name="country" type="xsd:string" /> - <wsdl:part name="room" type="xsd:string" /> - <wsdl:part name="announceType" type="xsd:string" /> - </wsdl:message> - - <wsdl:message name="telephonyConferenceAnnounceDeleteResponse" /> - <wsdl:message name="dedicatedNetbootModifyByIdRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="hostname" type="xsd:string" /> @@ -7510,6 +8920,14 @@ <wsdl:message name="dedicatedNetbootModifyByIdResponse" /> + <wsdl:message name="telephonySmsCancelSendingRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="smsAccount" type="xsd:string" /> + <wsdl:part name="smsIds" type="typens:MyArrayOfIntType" /> + </wsdl:message> + + <wsdl:message name="telephonySmsCancelSendingResponse" /> + <wsdl:message name="telephonyScreenListInfoRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="number" type="xsd:string" /> @@ -7531,24 +8949,23 @@ <wsdl:part name="return" type="typens:MyArrayOfTelephonyLineLogsStructType" /> </wsdl:message> - <wsdl:message name="databaseDeleteRequest"> + <wsdl:message name="telephonyLineGetMgcpIpRestrictionRequest"> <wsdl:part name="session" type="xsd:string" /> - <wsdl:part name="domain" type="xsd:string" /> - <wsdl:part name="db" type="xsd:string" /> + <wsdl:part name="number" type="xsd:string" /> + <wsdl:part name="country" type="xsd:string" /> </wsdl:message> - <wsdl:message name="databaseDeleteResponse" /> + <wsdl:message name="telephonyLineGetMgcpIpRestrictionResponse"> + <wsdl:part name="return" type="xsd:string" /> + </wsdl:message> - <wsdl:message name="telephonyConferenceAnnouncesStatusRequest"> + <wsdl:message name="databaseDeleteRequest"> <wsdl:part name="session" type="xsd:string" /> - <wsdl:part name="number" type="xsd:string" /> - <wsdl:part name="country" type="xsd:string" /> - <wsdl:part name="room" type="xsd:string" /> + <wsdl:part name="domain" type="xsd:string" /> + <wsdl:part name="db" type="xsd:string" /> </wsdl:message> - <wsdl:message name="telephonyConferenceAnnouncesStatusResponse"> - <wsdl:part name="return" type="typens:telephonyConferenceAnnouncesStatusReturn" /> - </wsdl:message> + <wsdl:message name="databaseDeleteResponse" /> <wsdl:message name="resellerDomainCreateASIARequest"> <wsdl:part name="session" type="xsd:string" /> @@ -7581,14 +8998,14 @@ <wsdl:message name="resellerDomainCreateASIAResponse" /> - <wsdl:message name="nicChangePasswordRequest"> + <wsdl:message name="telephonyLineDetailsRequest"> <wsdl:part name="session" type="xsd:string" /> - <wsdl:part name="nic" type="xsd:string" /> - <wsdl:part name="password" type="xsd:string" /> + <wsdl:part name="number" type="xsd:string" /> + <wsdl:part name="countryCode" type="xsd:string" /> </wsdl:message> - <wsdl:message name="nicChangePasswordResponse"> - <wsdl:part name="return" type="xsd:string" /> + <wsdl:message name="telephonyLineDetailsResponse"> + <wsdl:part name="return" type="typens:telephonyLineStruct" /> </wsdl:message> <wsdl:message name="telephonyPhonebookContactDelRequest"> @@ -7662,6 +9079,16 @@ <wsdl:message name="domainLockResponse" /> + <wsdl:message name="telephonyRatesListCsvRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="countryCode" type="xsd:string" /> + <wsdl:part name="type" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="telephonyRatesListCsvResponse"> + <wsdl:part name="return" type="xsd:string" /> + </wsdl:message> + <wsdl:message name="emailFilterListRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="domain" type="xsd:string" /> @@ -7683,6 +9110,16 @@ <wsdl:message name="zoneEntryAddResponse" /> + <wsdl:message name="telephonyConferenceGetInfosRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="number" type="xsd:string" /> + <wsdl:part name="country" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="telephonyConferenceGetInfosResponse"> + <wsdl:part name="return" type="typens:telephonyConferenceGetInfosReturn" /> + </wsdl:message> + <wsdl:message name="dedicatedSecondaryDNSGetAllRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="hostname" type="xsd:string" /> @@ -7731,6 +9168,17 @@ <wsdl:message name="serviceGroupSetCommentResponse" /> + <wsdl:message name="telephonyPhonebookOnSmsContactListRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="smsAccount" type="xsd:string" /> + <wsdl:part name="id" type="xsd:int" /> + <wsdl:part name="groupName" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="telephonyPhonebookOnSmsContactListResponse"> + <wsdl:part name="return" type="typens:MyArrayOfTelephonyPhonebookContactStructType" /> + </wsdl:message> + <wsdl:message name="nicCreateITRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="name" type="xsd:string" /> @@ -7763,6 +9211,31 @@ <wsdl:part name="return" type="xsd:string" /> </wsdl:message> + <wsdl:message name="telephonyPhonebookOnSmsContactAddRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="smsAccount" type="xsd:string" /> + <wsdl:part name="id" type="xsd:int" /> + <wsdl:part name="name" type="xsd:string" /> + <wsdl:part name="surname" type="xsd:string" /> + <wsdl:part name="workPhone" type="xsd:string" /> + <wsdl:part name="workMobile" type="xsd:string" /> + <wsdl:part name="homePhone" type="xsd:string" /> + <wsdl:part name="homeMobile" type="xsd:string" /> + <wsdl:part name="groupName" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="telephonyPhonebookOnSmsContactAddResponse"> + <wsdl:part name="return" type="xsd:int" /> + </wsdl:message> + + <wsdl:message name="dedicatedMonitoringNotificationDelRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="hostname" type="xsd:string" /> + <wsdl:part name="id" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="dedicatedMonitoringNotificationDelResponse" /> + <wsdl:message name="domainOperationCancelRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="id" type="xsd:int" /> @@ -7807,6 +9280,14 @@ <wsdl:message name="dedicatedMonitoringStatusUpdateResponse" /> + <wsdl:message name="dedicatedIPForUDPMoveGetStatusRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="hostname" type="xsd:string" /> + <wsdl:part name="ip" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="dedicatedIPForUDPMoveGetStatusResponse" /> + <wsdl:message name="telephonyRedirectInfoRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="number" type="xsd:string" /> @@ -7837,6 +9318,7 @@ <wsdl:part name="smsPriority" type="xsd:int" /> <wsdl:part name="smsCoding" type="xsd:int" /> <wsdl:part name="tag" type="xsd:string" /> + <wsdl:part name="noStop" type="xsd:boolean" /> </wsdl:message> <wsdl:message name="telephonySmsSendResponse"> @@ -7850,6 +9332,16 @@ <wsdl:message name="automatedMailLockResponse" /> + <wsdl:message name="dedicatedRipeDeleteOrganisationRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="ripeId" type="xsd:string" /> + <wsdl:part name="comment" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="dedicatedRipeDeleteOrganisationResponse"> + <wsdl:part name="return" type="typens:ripeUpdateReturn" /> + </wsdl:message> + <wsdl:message name="dedicatedFailoverRipeGetIpRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="hostname" type="xsd:string" /> @@ -7904,6 +9396,16 @@ <wsdl:message name="managedServicesPartitionCreateResponse" /> + <wsdl:message name="telephonyLineGetSipDomainRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="number" type="xsd:string" /> + <wsdl:part name="country" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="telephonyLineGetSipDomainResponse"> + <wsdl:part name="return" type="typens:telephonySipDomainStruct" /> + </wsdl:message> + <wsdl:message name="nicModifyEmailRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="nic" type="xsd:string" /> @@ -7923,6 +9425,15 @@ <wsdl:message name="telephonyToneDeleteResponse" /> + <wsdl:message name="telephonyLineSetMgcpIpRestrictionRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="number" type="xsd:string" /> + <wsdl:part name="country" type="xsd:string" /> + <wsdl:part name="ips" type="typens:MyArrayOfStringType" /> + </wsdl:message> + + <wsdl:message name="telephonyLineSetMgcpIpRestrictionResponse" /> + <wsdl:message name="dedicatedInstallResetRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="hostname" type="xsd:string" /> @@ -7930,6 +9441,22 @@ <wsdl:message name="dedicatedInstallResetResponse" /> + <wsdl:message name="dedicatedMonitoringServiceAddNotificationRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="hostname" type="xsd:string" /> + <wsdl:part name="ip" type="xsd:string" /> + <wsdl:part name="port" type="xsd:int" /> + <wsdl:part name="protocol" type="xsd:string" /> + <wsdl:part name="period" type="xsd:string" /> + <wsdl:part name="string" type="xsd:string" /> + <wsdl:part name="url" type="xsd:string" /> + <wsdl:part name="nicAlert" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="dedicatedMonitoringServiceAddNotificationResponse"> + <wsdl:part name="return" type="xsd:string" /> + </wsdl:message> + <wsdl:message name="orderDedicatedFailoverRipeRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="hostname" type="xsd:string" /> @@ -7977,6 +9504,16 @@ <wsdl:message name="telephonyScreenListBlackWhiteChoiceModifyResponse" /> + <wsdl:message name="telephonySmsplusServiceDetailsRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="shortCode" type="xsd:string" /> + <wsdl:part name="keyword" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="telephonySmsplusServiceDetailsResponse"> + <wsdl:part name="return" type="typens:telephonySmsplusDetailsStruct" /> + </wsdl:message> + <wsdl:message name="dedicatedFilterIrcClientRuleDelRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="hostname" type="xsd:string" /> @@ -8006,6 +9543,14 @@ <wsdl:message name="popModifyDescriptionResponse" /> + <wsdl:message name="telephonyAbbreviatedNumberOnGroupDelRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="group" type="xsd:string" /> + <wsdl:part name="abbreviatedNumber" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="telephonyAbbreviatedNumberOnGroupDelResponse" /> + <wsdl:message name="crontabAddRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="domain" type="xsd:string" /> @@ -8032,14 +9577,6 @@ <wsdl:message name="telephonySmsSenderDescriptionResponse" /> - <wsdl:message name="telephonyAbbreviatedNumberOnGroupDelRequest"> - <wsdl:part name="session" type="xsd:string" /> - <wsdl:part name="group" type="xsd:string" /> - <wsdl:part name="abbreviatedNumber" type="xsd:string" /> - </wsdl:message> - - <wsdl:message name="telephonyAbbreviatedNumberOnGroupDelResponse" /> - <wsdl:message name="mailingListModifyRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="domain" type="xsd:string" /> @@ -8063,6 +9600,29 @@ <wsdl:part name="return" type="typens:MyArrayOfManagedServicesPartitionStructType" /> </wsdl:message> + <wsdl:message name="telephonyAbbreviatedNumberListPaginatedRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="number" type="xsd:string" /> + <wsdl:part name="country" type="xsd:string" /> + <wsdl:part name="pagingStart" type="xsd:int" /> + <wsdl:part name="pagingLimit" type="xsd:int" /> + <wsdl:part name="sortField" type="xsd:string" /> + <wsdl:part name="sortOrder" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="telephonyAbbreviatedNumberListPaginatedResponse"> + <wsdl:part name="return" type="typens:telephonyAbbreviatedNumberListPaginatedReturn" /> + </wsdl:message> + + <wsdl:message name="telephonySetDefaultPrivateHolidaysEventsRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="number" type="xsd:string" /> + <wsdl:part name="country" type="xsd:string" /> + <wsdl:part name="defaultPublicHolidaysCountry" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="telephonySetDefaultPrivateHolidaysEventsResponse" /> + <wsdl:message name="emailDelMasterNicRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="domain" type="xsd:string" /> @@ -8081,6 +9641,16 @@ <wsdl:message name="redirectedEmailModifyResponse" /> + <wsdl:message name="telephonySpareServiceListRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="type" type="xsd:string" /> + <wsdl:part name="spare" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="telephonySpareServiceListResponse"> + <wsdl:part name="return" type="typens:MyArrayOfTelephonySpareServiceInfoStructType" /> + </wsdl:message> + <wsdl:message name="popInfoRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="domain" type="xsd:string" /> @@ -8139,6 +9709,17 @@ <wsdl:part name="return" type="typens:supportMessageDetailReturn" /> </wsdl:message> + <wsdl:message name="telephonySmsUserListCsvAttachmentRequest"> + <wsdl:part name="smsAccount" type="xsd:string" /> + <wsdl:part name="login" type="xsd:string" /> + <wsdl:part name="password" type="xsd:string" /> + <wsdl:part name="id" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="telephonySmsUserListCsvAttachmentResponse"> + <wsdl:part name="return" type="typens:MyArrayOfTelephonySmsCsvSlotStructType" /> + </wsdl:message> + <wsdl:message name="emailGetDomainCatchAllRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="domain" type="xsd:string" /> @@ -8148,6 +9729,19 @@ <wsdl:part name="return" type="typens:catchAllGetReturn" /> </wsdl:message> + <wsdl:message name="telephonyFaxCallListRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="number" type="xsd:string" /> + <wsdl:part name="country" type="xsd:string" /> + <wsdl:part name="listBegin" type="xsd:int" /> + <wsdl:part name="listLimit" type="xsd:int" /> + <wsdl:part name="faxReceived" type="xsd:boolean" /> + </wsdl:message> + + <wsdl:message name="telephonyFaxCallListResponse"> + <wsdl:part name="return" type="typens:telephonyFaxCallListReturn" /> + </wsdl:message> + <wsdl:message name="telephonySmsUserSendRequest"> <wsdl:part name="login" type="xsd:string" /> <wsdl:part name="password" type="xsd:string" /> @@ -8161,6 +9755,7 @@ <wsdl:part name="smsPriority" type="xsd:int" /> <wsdl:part name="smsCoding" type="xsd:int" /> <wsdl:part name="tag" type="xsd:string" /> + <wsdl:part name="noStop" type="xsd:boolean" /> </wsdl:message> <wsdl:message name="telephonySmsUserSendResponse"> @@ -8221,13 +9816,6 @@ <wsdl:message name="dedicatedMonitoringModifyResponse" /> - <wsdl:message name="momVersionRequest"> - </wsdl:message> - - <wsdl:message name="momVersionResponse"> - <wsdl:part name="return" type="typens:momVersionReturn" /> - </wsdl:message> - <wsdl:message name="emailSetMasterNicRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="domain" type="xsd:string" /> @@ -8298,7 +9886,7 @@ </wsdl:message> <wsdl:message name="telephonySmsGetUserQuotaResponse"> - <wsdl:part name="return" type="typens:telephonySmsUserQuotaStruct" /> + <wsdl:part name="return" type="xsd:string" /> </wsdl:message> <wsdl:message name="dedicatedGetRandomAvailableIpFromCountryRequest"> @@ -8358,6 +9946,16 @@ <wsdl:message name="dedicatedAddServiceMonitoringAlertEmailResponse" /> + <wsdl:message name="telephonyHuntingGroupListRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="number" type="xsd:string" /> + <wsdl:part name="country" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="telephonyHuntingGroupListResponse"> + <wsdl:part name="return" type="typens:MyArrayOfStringType" /> + </wsdl:message> + <wsdl:message name="dedicatedFailoverUpdateRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="hostname" type="xsd:string" /> @@ -8367,26 +9965,42 @@ <wsdl:message name="dedicatedFailoverUpdateResponse" /> - <wsdl:message name="telephonyHuntingGroupListRequest"> + <wsdl:message name="telephonyTrunkExternalDisplayedNumberListRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="number" type="xsd:string" /> <wsdl:part name="country" type="xsd:string" /> </wsdl:message> - <wsdl:message name="telephonyHuntingGroupListResponse"> - <wsdl:part name="return" type="typens:MyArrayOfStringType" /> + <wsdl:message name="telephonyTrunkExternalDisplayedNumberListResponse"> + <wsdl:part name="return" type="typens:MyArrayOfTelephonyTrunkExternalDisplayedNumberStructType" /> </wsdl:message> <wsdl:message name="telephonyDirectoryListWayTypeRequest"> <wsdl:part name="session" type="xsd:string" /> - <wsdl:part name="ape" type="xsd:string" /> - <wsdl:part name="PJCode" type="xsd:string" /> </wsdl:message> <wsdl:message name="telephonyDirectoryListWayTypeResponse"> <wsdl:part name="return" type="typens:MyArrayOfTelephonyDirectoryWayTypeStructType" /> </wsdl:message> + <wsdl:message name="telephonySmsUserHistoryCsvRequest"> + <wsdl:part name="login" type="xsd:string" /> + <wsdl:part name="password" type="xsd:string" /> + <wsdl:part name="smsAccount" type="xsd:string" /> + <wsdl:part name="smsId" type="xsd:int" /> + <wsdl:part name="user" type="xsd:string" /> + <wsdl:part name="pagingStart" type="xsd:int" /> + <wsdl:part name="pagingLimit" type="xsd:int" /> + <wsdl:part name="sortField" type="xsd:string" /> + <wsdl:part name="sortOrder" type="xsd:string" /> + <wsdl:part name="tag" type="xsd:string" /> + <wsdl:part name="filter" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="telephonySmsUserHistoryCsvResponse"> + <wsdl:part name="return" type="xsd:string" /> + </wsdl:message> + <wsdl:message name="telephonyCallListRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="number" type="xsd:string" /> @@ -8414,14 +10028,26 @@ <wsdl:message name="managedServicesPartitionUpdateResponse" /> - <wsdl:message name="TelephonySipToAliasOfferRequest"> + <wsdl:message name="telephonyGetDefaultPrivateHolidaysEventsRequest"> <wsdl:part name="session" type="xsd:string" /> - <wsdl:part name="number" type="xsd:string" /> - <wsdl:part name="country" type="xsd:string" /> - <wsdl:part name="delete" type="xsd:boolean" /> </wsdl:message> - <wsdl:message name="TelephonySipToAliasOfferResponse" /> + <wsdl:message name="telephonyGetDefaultPrivateHolidaysEventsResponse"> + <wsdl:part name="return" type="typens:telephonyGetDefaultPrivateHolidaysEventsReturn" /> + </wsdl:message> + + <wsdl:message name="telephonySmsplusShortCodesListRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="shortCode" type="xsd:string" /> + <wsdl:part name="shortCodeCategory" type="xsd:int" /> + <wsdl:part name="publicType" type="xsd:string" /> + <wsdl:part name="price" type="xsd:float" /> + <wsdl:part name="rates" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="telephonySmsplusShortCodesListResponse"> + <wsdl:part name="return" type="typens:MyArrayOfTelephonySmsplusChoicesStructType" /> + </wsdl:message> <wsdl:message name="dedicatedFilterIrcServerRuleAddRequest"> <wsdl:part name="session" type="xsd:string" /> @@ -8477,6 +10103,16 @@ <wsdl:message name="telephonyHuntingModificationQueueResponse" /> + <wsdl:message name="telephonyDirectoryInfoRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="callNumber" type="xsd:string" /> + <wsdl:part name="countryCode" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="telephonyDirectoryInfoResponse"> + <wsdl:part name="return" type="typens:telephonyDirectoryInfoReturn" /> + </wsdl:message> + <wsdl:message name="telephonyBillDetailsRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="billingAccount" type="xsd:string" /> @@ -8487,16 +10123,25 @@ <wsdl:part name="return" type="typens:telephonyBillDetailsReturn" /> </wsdl:message> - <wsdl:message name="telephonyDirectoryInfoRequest"> + <wsdl:message name="dedicatedRipeGetRipeIdsRequest"> <wsdl:part name="session" type="xsd:string" /> - <wsdl:part name="callNumber" type="xsd:string" /> - <wsdl:part name="countryCode" type="xsd:string" /> </wsdl:message> - <wsdl:message name="telephonyDirectoryInfoResponse"> - <wsdl:part name="return" type="typens:telephonyDirectoryInfoReturn" /> + <wsdl:message name="dedicatedRipeGetRipeIdsResponse"> + <wsdl:part name="return" type="typens:MyArrayOfStringType" /> + </wsdl:message> + + <wsdl:message name="telephonyLineLogsNotificationOptionsModifyRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="number" type="xsd:string" /> + <wsdl:part name="country" type="xsd:string" /> + <wsdl:part name="frequency" type="xsd:string" /> + <wsdl:part name="sendIfNull" type="xsd:boolean" /> + <wsdl:part name="email" type="xsd:string" /> </wsdl:message> + <wsdl:message name="telephonyLineLogsNotificationOptionsModifyResponse" /> + <wsdl:message name="dnsInstallCustomRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="domain" type="xsd:string" /> @@ -8527,15 +10172,6 @@ <wsdl:message name="telephonyClick2CallDoBySessionResponse" /> - <wsdl:message name="prepaidGetThresholdRequest"> - <wsdl:part name="session" type="xsd:string" /> - <wsdl:part name="nic" type="xsd:string" /> - </wsdl:message> - - <wsdl:message name="prepaidGetThresholdResponse"> - <wsdl:part name="return" type="xsd:int" /> - </wsdl:message> - <wsdl:message name="telephonyAbbreviatedNumberAddRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="number" type="xsd:string" /> @@ -8548,6 +10184,15 @@ <wsdl:message name="telephonyAbbreviatedNumberAddResponse" /> + <wsdl:message name="prepaidGetThresholdRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="nic" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="prepaidGetThresholdResponse"> + <wsdl:part name="return" type="xsd:int" /> + </wsdl:message> + <wsdl:message name="domainWhoisObfuscatorUnsetAllRequest"> <wsdl:part name="session" type="xsd:string" /> </wsdl:message> @@ -8582,18 +10227,32 @@ <wsdl:part name="firstname" type="xsd:string" /> <wsdl:part name="streetName" type="xsd:string" /> <wsdl:part name="streetNumber" type="xsd:string" /> - <wsdl:part name="address" type="xsd:string" /> <wsdl:part name="zip" type="xsd:string" /> <wsdl:part name="city" type="xsd:string" /> <wsdl:part name="email" type="xsd:string" /> <wsdl:part name="numberToReserve" type="xsd:string" /> <wsdl:part name="procedureId" type="xsd:int" /> + <wsdl:part name="legalForm" type="xsd:string" /> + <wsdl:part name="siret" type="xsd:string" /> + <wsdl:part name="ape" type="xsd:string" /> + <wsdl:part name="socialNomination" type="xsd:string" /> + <wsdl:part name="displayUniversalDirectory" type="xsd:string" /> + <wsdl:part name="retractation" type="xsd:string" /> </wsdl:message> <wsdl:message name="telephonyNumberOrderResponse"> <wsdl:part name="return" type="typens:telephonyNumberOrderReturn" /> </wsdl:message> + <wsdl:message name="telephonyLineSetIpRestrictionRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="number" type="xsd:string" /> + <wsdl:part name="country" type="xsd:string" /> + <wsdl:part name="ips" type="typens:MyArrayOfStringType" /> + </wsdl:message> + + <wsdl:message name="telephonyLineSetIpRestrictionResponse" /> + <wsdl:message name="prepaidGetHistoryRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="nic" type="xsd:string" /> @@ -8604,6 +10263,15 @@ <wsdl:part name="return" type="typens:prepaidGetHistoryReturn" /> </wsdl:message> + <wsdl:message name="telephonyLineSetCodecsRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="number" type="xsd:string" /> + <wsdl:part name="country" type="xsd:string" /> + <wsdl:part name="codecs" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="telephonyLineSetCodecsResponse" /> + <wsdl:message name="telephonyNumberCityForZoneListRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="zone" type="xsd:string" /> @@ -8661,10 +10329,10 @@ <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="number" type="xsd:string" /> <wsdl:part name="country" type="xsd:string" /> - <wsdl:part name="toneRingback" type="xsd:boolean" /> - <wsdl:part name="toneOnHold" type="xsd:boolean" /> - <wsdl:part name="toneOnClosure" type="xsd:boolean" /> - <wsdl:part name="toneOnCallWaiting" type="xsd:boolean" /> + <wsdl:part name="toneRingback" type="xsd:string" /> + <wsdl:part name="toneOnHold" type="xsd:string" /> + <wsdl:part name="toneOnClosure" type="xsd:string" /> + <wsdl:part name="toneOnCallWaiting" type="xsd:string" /> </wsdl:message> <wsdl:message name="telephonyTonesOptionsModifyResponse" /> @@ -8678,6 +10346,17 @@ <wsdl:message name="popAttachMasterNicResponse" /> + <wsdl:message name="telephonyVoicemailMessagesRemoteUploadRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="number" type="xsd:string" /> + <wsdl:part name="country" type="xsd:string" /> + <wsdl:part name="messType" type="xsd:string" /> + <wsdl:part name="filename" type="xsd:string" /> + <wsdl:part name="url" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="telephonyVoicemailMessagesRemoteUploadResponse" /> + <wsdl:message name="crontabInfoRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="domain" type="xsd:string" /> @@ -8775,6 +10454,7 @@ <wsdl:part name="sortField" type="xsd:string" /> <wsdl:part name="sortOrder" type="xsd:string" /> <wsdl:part name="tag" type="xsd:string" /> + <wsdl:part name="filter" type="xsd:string" /> </wsdl:message> <wsdl:message name="telephonySmsUserHistoryResponse"> @@ -8790,6 +10470,33 @@ <wsdl:part name="return" type="typens:dedicatedMonitoringStatusReturn" /> </wsdl:message> + <wsdl:message name="ripeUpdateOrganisationRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="ripeId" type="xsd:string" /> + <wsdl:part name="name" type="xsd:string" /> + <wsdl:part name="address" type="xsd:string" /> + <wsdl:part name="email" type="xsd:string" /> + <wsdl:part name="abuse" type="xsd:string" /> + <wsdl:part name="descr" type="xsd:string" /> + <wsdl:part name="phone" type="xsd:string" /> + <wsdl:part name="fax" type="xsd:string" /> + <wsdl:part name="remarks" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="ripeUpdateOrganisationResponse"> + <wsdl:part name="return" type="typens:ripeUpdateReturn" /> + </wsdl:message> + + <wsdl:message name="telephonySmsUserGetCallBackRequest"> + <wsdl:part name="login" type="xsd:string" /> + <wsdl:part name="password" type="xsd:string" /> + <wsdl:part name="smsAccount" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="telephonySmsUserGetCallBackResponse"> + <wsdl:part name="return" type="xsd:string" /> + </wsdl:message> + <wsdl:message name="dedicatedNetbootModifyRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="hostname" type="xsd:string" /> @@ -8831,6 +10538,13 @@ <wsdl:message name="telephonyOfferModifyPasswordResponse" /> + <wsdl:message name="dnsUninstallRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="domain" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="dnsUninstallResponse" /> + <wsdl:message name="dedicatedFilterIrcClientRuleListRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="hostname" type="xsd:string" /> @@ -8840,12 +10554,16 @@ <wsdl:part name="return" type="typens:MyArrayOfDedicatedFilterIrcRuleStructType" /> </wsdl:message> - <wsdl:message name="dnsUninstallRequest"> + <wsdl:message name="telephonyFunctionKeyAddRequest"> <wsdl:part name="session" type="xsd:string" /> - <wsdl:part name="domain" type="xsd:string" /> + <wsdl:part name="number" type="xsd:string" /> + <wsdl:part name="country" type="xsd:string" /> + <wsdl:part name="keyNum" type="xsd:int" /> + <wsdl:part name="function" type="xsd:string" /> + <wsdl:part name="relatedNumber" type="xsd:string" /> </wsdl:message> - <wsdl:message name="dnsUninstallResponse" /> + <wsdl:message name="telephonyFunctionKeyAddResponse" /> <wsdl:message name="telephonyPhonebookListRequest"> <wsdl:part name="session" type="xsd:string" /> @@ -8857,16 +10575,16 @@ <wsdl:part name="return" type="typens:MyArrayOfTelephonyPhonebookStructType" /> </wsdl:message> - <wsdl:message name="telephonyFunctionKeyAddRequest"> + <wsdl:message name="telephonyPlugAndPhoneResetRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="number" type="xsd:string" /> <wsdl:part name="country" type="xsd:string" /> - <wsdl:part name="keyNum" type="xsd:int" /> - <wsdl:part name="function" type="xsd:string" /> - <wsdl:part name="relatedNumber" type="xsd:string" /> + <wsdl:part name="ip" type="xsd:string" /> </wsdl:message> - <wsdl:message name="telephonyFunctionKeyAddResponse" /> + <wsdl:message name="telephonyPlugAndPhoneResetResponse"> + <wsdl:part name="return" type="typens:telephonyPlugAndPhoneReinitConfigurationReturn" /> + </wsdl:message> <wsdl:message name="sqlpriveMysqlRootPasswordRequest"> <wsdl:part name="session" type="xsd:string" /> @@ -8876,6 +10594,16 @@ <wsdl:message name="sqlpriveMysqlRootPasswordResponse" /> + <wsdl:message name="telephonySpareInfoRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="type" type="xsd:string" /> + <wsdl:part name="spare" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="telephonySpareInfoResponse"> + <wsdl:part name="return" type="typens:telephonySpareInfoStruct" /> + </wsdl:message> + <wsdl:message name="telephonySmsUserDelRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="smsAccount" type="xsd:string" /> @@ -8914,6 +10642,15 @@ <wsdl:message name="telephonyPhonebookModifyResponse" /> + <wsdl:message name="dedicatedIPForUDPMoveRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="hostname" type="xsd:string" /> + <wsdl:part name="hostnameTo" type="xsd:string" /> + <wsdl:part name="ip" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="dedicatedIPForUDPMoveResponse" /> + <wsdl:message name="nicUpdateRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="nic" type="xsd:string" /> @@ -8928,6 +10665,14 @@ <wsdl:message name="nicUpdateResponse" /> + <wsdl:message name="passwordManagerRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="currentPassword" type="xsd:string" /> + <wsdl:part name="password" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="passwordManagerResponse" /> + <wsdl:message name="telephonyOfferModifyNameRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="number" type="xsd:string" /> @@ -8943,6 +10688,14 @@ <wsdl:message name="notepadFlushResponse" /> + <wsdl:message name="telephonySmsSetCallBackRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="smsAccount" type="xsd:string" /> + <wsdl:part name="callBack" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="telephonySmsSetCallBackResponse" /> + <wsdl:message name="multiDomainModifyRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="domain" type="xsd:string" /> @@ -9050,7 +10803,8 @@ <wsdl:message name="telephonySmsSenderAddRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="smsAccount" type="xsd:string" /> - <wsdl:part name="number" type="xsd:string" /> + <wsdl:part name="sender" type="xsd:string" /> + <wsdl:part name="reason" type="xsd:string" /> </wsdl:message> <wsdl:message name="telephonySmsSenderAddResponse"> @@ -9066,6 +10820,15 @@ <wsdl:message name="telephonyLineConsumptionCSVByMailResponse" /> + <wsdl:message name="telephonySmsUserDeleteCsvAttachmentRequest"> + <wsdl:part name="smsAccount" type="xsd:string" /> + <wsdl:part name="login" type="xsd:string" /> + <wsdl:part name="password" type="xsd:string" /> + <wsdl:part name="ids" type="typens:MyArrayOfIntType" /> + </wsdl:message> + + <wsdl:message name="telephonySmsUserDeleteCsvAttachmentResponse" /> + <wsdl:message name="mailingListSubscriberListByEmailRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="domain" type="xsd:string" /> @@ -9106,7 +10869,7 @@ </wsdl:message> <wsdl:message name="telephonyListReversableCallsFromNumberResponse"> - <wsdl:part name="return" type="typens:telephonyReversmentsDetailsStructReturn" /> + <wsdl:part name="return" type="typens:telephonyListReversableCallsFromNumberReturn" /> </wsdl:message> <wsdl:message name="telephonyBillingAccountListRequest"> @@ -9172,6 +10935,16 @@ <wsdl:part name="return" type="xsd:float" /> </wsdl:message> + <wsdl:message name="telephonySviInfoRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="number" type="xsd:string" /> + <wsdl:part name="country" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="telephonySviInfoResponse"> + <wsdl:part name="return" type="typens:telephonySviInfoReturn" /> + </wsdl:message> + <wsdl:message name="dnsGeolocalizeHostingRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="domain" type="xsd:string" /> @@ -9221,21 +10994,14 @@ <wsdl:part name="return" type="typens:MyArrayOfStringType" /> </wsdl:message> - <wsdl:message name="telephonyConferenceOptionsModifyRequest"> + <wsdl:message name="dedicatedIPForUDPGetRequest"> <wsdl:part name="session" type="xsd:string" /> - <wsdl:part name="number" type="xsd:string" /> - <wsdl:part name="country" type="xsd:string" /> - <wsdl:part name="room" type="xsd:string" /> - <wsdl:part name="askName" type="xsd:boolean" /> - <wsdl:part name="tellMemberCount" type="xsd:boolean" /> - <wsdl:part name="announce_rcv" type="xsd:boolean" /> - <wsdl:part name="announce_snd" type="xsd:boolean" /> - <wsdl:part name="dtmfmenu" type="xsd:boolean" /> - <wsdl:part name="recordConf" type="xsd:boolean" /> - <wsdl:part name="recordDir" type="xsd:string" /> + <wsdl:part name="hostname" type="xsd:string" /> </wsdl:message> - <wsdl:message name="telephonyConferenceOptionsModifyResponse" /> + <wsdl:message name="dedicatedIPForUDPGetResponse"> + <wsdl:part name="return" type="typens:MyArrayOfDedicatedIPForUDPStructType" /> + </wsdl:message> <wsdl:message name="dedicatedGetAvailableIpFromNetworkRequest"> <wsdl:part name="session" type="xsd:string" /> @@ -9280,6 +11046,14 @@ <wsdl:message name="supportReactivateThreadResponse" /> + <wsdl:message name="telephonySmsBlacklistedSendersDeleteRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="smsAccount" type="xsd:string" /> + <wsdl:part name="ids" type="typens:MyArrayOfIntType" /> + </wsdl:message> + + <wsdl:message name="telephonySmsBlacklistedSendersDeleteResponse" /> + <wsdl:message name="zoneImportRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="domain" type="xsd:string" /> @@ -9288,6 +11062,22 @@ <wsdl:message name="zoneImportResponse" /> + <wsdl:message name="telephonySmsplusServiceAddRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="billingAccount" type="xsd:string" /> + <wsdl:part name="shortCode" type="xsd:string" /> + <wsdl:part name="keyword" type="xsd:string" /> + <wsdl:part name="procedureId" type="xsd:int" /> + <wsdl:part name="applicationType" type="xsd:string" /> + <wsdl:part name="applicationDescription" type="xsd:string" /> + <wsdl:part name="company" type="xsd:string" /> + <wsdl:part name="acceptedContract" type="xsd:boolean" /> + </wsdl:message> + + <wsdl:message name="telephonySmsplusServiceAddResponse"> + <wsdl:part name="return" type="typens:orderStruct" /> + </wsdl:message> + <wsdl:message name="multiDomainDelRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="domain" type="xsd:string" /> @@ -9296,6 +11086,32 @@ <wsdl:message name="multiDomainDelResponse" /> + <wsdl:message name="telephonySpareCreateRMARequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="type" type="xsd:string" /> + <wsdl:part name="spare" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="telephonySpareCreateRMAResponse" /> + + <wsdl:message name="telephonySmsplusServiceEditRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="shortCode" type="xsd:string" /> + <wsdl:part name="keyword" type="xsd:string" /> + <wsdl:part name="description" type="xsd:string" /> + <wsdl:part name="cgiActivation" type="xsd:boolean" /> + <wsdl:part name="cgiUrl" type="xsd:string" /> + <wsdl:part name="text" type="xsd:string" /> + <wsdl:part name="trackingMedias" type="typens:MyArrayOfStringType" /> + <wsdl:part name="trackingTargets" type="typens:MyArrayOfStringType" /> + <wsdl:part name="trackingDefaultSmsAccount" type="xsd:string" /> + <wsdl:part name="trackingDefaultSmsSender" type="xsd:string" /> + <wsdl:part name="sendingDefaultSmsAccountMtBilling" type="xsd:string" /> + <wsdl:part name="sendingNoSmsMt" type="xsd:boolean" /> + </wsdl:message> + + <wsdl:message name="telephonySmsplusServiceEditResponse" /> + <wsdl:message name="dedicatedMailinglistSubscribeRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="email" type="xsd:string" /> @@ -9345,10 +11161,27 @@ <wsdl:part name="forwardUnconditionalNumber" type="xsd:string" /> <wsdl:part name="mainVoicemail" type="xsd:string" /> <wsdl:part name="forwardPolicyIndex" type="xsd:string" /> + <wsdl:part name="timeout" type="xsd:int" /> </wsdl:message> <wsdl:message name="telephonyHuntingGenericScreenOptionsModifyResponse" /> + <wsdl:message name="ripeCreateOrganisationRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="name" type="xsd:string" /> + <wsdl:part name="address" type="xsd:string" /> + <wsdl:part name="email" type="xsd:string" /> + <wsdl:part name="abuse" type="xsd:string" /> + <wsdl:part name="descr" type="xsd:string" /> + <wsdl:part name="phone" type="xsd:string" /> + <wsdl:part name="fax" type="xsd:string" /> + <wsdl:part name="remarks" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="ripeCreateOrganisationResponse"> + <wsdl:part name="return" type="typens:ripeUpdateReturn" /> + </wsdl:message> + <wsdl:message name="telephonyPlugAndPhoneInfoRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="number" type="xsd:string" /> @@ -9359,13 +11192,6 @@ <wsdl:part name="return" type="typens:telephonyPlugAndPhoneInfoReturn" /> </wsdl:message> - <wsdl:message name="telephonyReversmentsRefundFromBillingAccountRequest"> - <wsdl:part name="session" type="xsd:string" /> - <wsdl:part name="billingAccount" type="xsd:string" /> - </wsdl:message> - - <wsdl:message name="telephonyReversmentsRefundFromBillingAccountResponse" /> - <wsdl:message name="telephonyFaxCampaignDeleteRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="number" type="xsd:string" /> @@ -9375,6 +11201,13 @@ <wsdl:message name="telephonyFaxCampaignDeleteResponse" /> + <wsdl:message name="telephonyReversmentsRefundFromBillingAccountRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="billingAccount" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="telephonyReversmentsRefundFromBillingAccountResponse" /> + <wsdl:message name="telephonyVoicemailMessageDeleteRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="number" type="xsd:string" /> @@ -9402,6 +11235,16 @@ <wsdl:part name="return" type="typens:telephonyLineOptionsListReturn" /> </wsdl:message> + <wsdl:message name="telephonySpareServiceInfoRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="type" type="xsd:string" /> + <wsdl:part name="service" type="xsd:string" /> + </wsdl:message> + + <wsdl:message name="telephonySpareServiceInfoResponse"> + <wsdl:part name="return" type="typens:telephonySpareServiceInfoStruct" /> + </wsdl:message> + <wsdl:message name="telephonyAbbreviatedNumberModifyRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="number" type="xsd:string" /> @@ -9414,6 +11257,17 @@ <wsdl:message name="telephonyAbbreviatedNumberModifyResponse" /> + <wsdl:message name="telephonyOfferSimultaneousLinesModifyRequest"> + <wsdl:part name="session" type="xsd:string" /> + <wsdl:part name="number" type="xsd:string" /> + <wsdl:part name="country" type="xsd:string" /> + <wsdl:part name="simultaneousLines" type="xsd:int" /> + </wsdl:message> + + <wsdl:message name="telephonyOfferSimultaneousLinesModifyResponse"> + <wsdl:part name="return" type="typens:orderStruct" /> + </wsdl:message> + <wsdl:message name="dedicatedMonitoringServiceListRequest"> <wsdl:part name="session" type="xsd:string" /> <wsdl:part name="hostname" type="xsd:string" /> @@ -9468,12 +11322,6 @@ <wsdl:portType name="managerPortType"> - <wsdl:operation name="telephonyConferenceDel"> - <wsdl:input message="wsdlns:telephonyConferenceDelRequest"/> - <wsdl:output message="wsdlns:telephonyConferenceDelResponse"/> - <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> - </wsdl:operation> - <wsdl:operation name="mailingListModeratorDel"> <wsdl:input message="wsdlns:mailingListModeratorDelRequest"/> <wsdl:output message="wsdlns:mailingListModeratorDelResponse"/> @@ -9552,6 +11400,12 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="ripeGetRipeIds"> + <wsdl:input message="wsdlns:ripeGetRipeIdsRequest"/> + <wsdl:output message="wsdlns:ripeGetRipeIdsResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="telephonyRedirectModify"> <wsdl:input message="wsdlns:telephonyRedirectModifyRequest"/> <wsdl:output message="wsdlns:telephonyRedirectModifyResponse"/> @@ -9576,6 +11430,12 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="telephonyGetCitiesFromZip"> + <wsdl:input message="wsdlns:telephonyGetCitiesFromZipRequest"/> + <wsdl:output message="wsdlns:telephonyGetCitiesFromZipResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="automatedMailGetVolumeHistory"> <wsdl:input message="wsdlns:automatedMailGetVolumeHistoryRequest"/> <wsdl:output message="wsdlns:automatedMailGetVolumeHistoryResponse"/> @@ -9588,6 +11448,12 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="telephonySmsplusSendSmsMt"> + <wsdl:input message="wsdlns:telephonySmsplusSendSmsMtRequest"/> + <wsdl:output message="wsdlns:telephonySmsplusSendSmsMtResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="dedicatedIpLoadBalancingList"> <wsdl:input message="wsdlns:dedicatedIpLoadBalancingListRequest"/> <wsdl:output message="wsdlns:dedicatedIpLoadBalancingListResponse"/> @@ -9600,6 +11466,12 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="telephonySmsUserGetCsvAttachment"> + <wsdl:input message="wsdlns:telephonySmsUserGetCsvAttachmentRequest"/> + <wsdl:output message="wsdlns:telephonySmsUserGetCsvAttachmentResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="dedicatedBackupGetHisto"> <wsdl:input message="wsdlns:dedicatedBackupGetHistoRequest"/> <wsdl:output message="wsdlns:dedicatedBackupGetHistoResponse"/> @@ -9618,6 +11490,12 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="telephonyPhonebookOnSmsList"> + <wsdl:input message="wsdlns:telephonyPhonebookOnSmsListRequest"/> + <wsdl:output message="wsdlns:telephonyPhonebookOnSmsListResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="serviceGroupList"> <wsdl:input message="wsdlns:serviceGroupListRequest"/> <wsdl:output message="wsdlns:serviceGroupListResponse"/> @@ -9636,6 +11514,18 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="telephonySetClosureEvents"> + <wsdl:input message="wsdlns:telephonySetClosureEventsRequest"/> + <wsdl:output message="wsdlns:telephonySetClosureEventsResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + + <wsdl:operation name="telephonyNicSetSipDomain"> + <wsdl:input message="wsdlns:telephonyNicSetSipDomainRequest"/> + <wsdl:output message="wsdlns:telephonyNicSetSipDomainResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="globalAccessByNic"> <wsdl:input message="wsdlns:globalAccessByNicRequest"/> <wsdl:output message="wsdlns:globalAccessByNicResponse"/> @@ -9672,12 +11562,24 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="telephonySmsUserAddCsvAttachment"> + <wsdl:input message="wsdlns:telephonySmsUserAddCsvAttachmentRequest"/> + <wsdl:output message="wsdlns:telephonySmsUserAddCsvAttachmentResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="zoneEntryList"> <wsdl:input message="wsdlns:zoneEntryListRequest"/> <wsdl:output message="wsdlns:zoneEntryListResponse"/> <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="telephonySpareDel"> + <wsdl:input message="wsdlns:telephonySpareDelRequest"/> + <wsdl:output message="wsdlns:telephonySpareDelResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="dnsDefaultInstallCustom"> <wsdl:input message="wsdlns:dnsDefaultInstallCustomRequest"/> <wsdl:output message="wsdlns:dnsDefaultInstallCustomResponse"/> @@ -9696,12 +11598,24 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="telephonyFreefaxToVoicefax"> + <wsdl:input message="wsdlns:telephonyFreefaxToVoicefaxRequest"/> + <wsdl:output message="wsdlns:telephonyFreefaxToVoicefaxResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="sqlpriveMysqlUserList"> <wsdl:input message="wsdlns:sqlpriveMysqlUserListRequest"/> <wsdl:output message="wsdlns:sqlpriveMysqlUserListResponse"/> <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="telephonyFaxSend"> + <wsdl:input message="wsdlns:telephonyFaxSendRequest"/> + <wsdl:output message="wsdlns:telephonyFaxSendResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="domainUnlock"> <wsdl:input message="wsdlns:domainUnlockRequest"/> <wsdl:output message="wsdlns:domainUnlockResponse"/> @@ -9738,6 +11652,12 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="dedicatedMonitoringNotificationCreate"> + <wsdl:input message="wsdlns:dedicatedMonitoringNotificationCreateRequest"/> + <wsdl:output message="wsdlns:dedicatedMonitoringNotificationCreateResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="telephonyPlugAndPhoneSkinModify"> <wsdl:input message="wsdlns:telephonyPlugAndPhoneSkinModifyRequest"/> <wsdl:output message="wsdlns:telephonyPlugAndPhoneSkinModifyResponse"/> @@ -9768,12 +11688,24 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="telephonyConferenceSetAnnounceFile"> + <wsdl:input message="wsdlns:telephonyConferenceSetAnnounceFileRequest"/> + <wsdl:output message="wsdlns:telephonyConferenceSetAnnounceFileResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="automatedMailGetErrors"> <wsdl:input message="wsdlns:automatedMailGetErrorsRequest"/> <wsdl:output message="wsdlns:automatedMailGetErrorsResponse"/> <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="telephonyPhonebookOnSmsAdd"> + <wsdl:input message="wsdlns:telephonyPhonebookOnSmsAddRequest"/> + <wsdl:output message="wsdlns:telephonyPhonebookOnSmsAddResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="telephonyClick2CallUserDel"> <wsdl:input message="wsdlns:telephonyClick2CallUserDelRequest"/> <wsdl:output message="wsdlns:telephonyClick2CallUserDelResponse"/> @@ -9882,6 +11814,12 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="telephonyBillingAccountDescriptionModify"> + <wsdl:input message="wsdlns:telephonyBillingAccountDescriptionModifyRequest"/> + <wsdl:output message="wsdlns:telephonyBillingAccountDescriptionModifyResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="dedicatedNetbootGetAll"> <wsdl:input message="wsdlns:dedicatedNetbootGetAllRequest"/> <wsdl:output message="wsdlns:dedicatedNetbootGetAllResponse"/> @@ -9894,12 +11832,6 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> - <wsdl:operation name="telephonyConferenceMailReportModify"> - <wsdl:input message="wsdlns:telephonyConferenceMailReportModifyRequest"/> - <wsdl:output message="wsdlns:telephonyConferenceMailReportModifyResponse"/> - <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> - </wsdl:operation> - <wsdl:operation name="telephonyAbbreviatedNumberDel"> <wsdl:input message="wsdlns:telephonyAbbreviatedNumberDelRequest"/> <wsdl:output message="wsdlns:telephonyAbbreviatedNumberDelResponse"/> @@ -9936,18 +11868,24 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> - <wsdl:operation name="telephonyVxmlDel"> - <wsdl:input message="wsdlns:telephonyVxmlDelRequest"/> - <wsdl:output message="wsdlns:telephonyVxmlDelResponse"/> - <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> - </wsdl:operation> - <wsdl:operation name="dedicatedMonitoringSMSCreate"> <wsdl:input message="wsdlns:dedicatedMonitoringSMSCreateRequest"/> <wsdl:output message="wsdlns:dedicatedMonitoringSMSCreateResponse"/> <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="telephonyTrunkExternalDisplayedNumberAdd"> + <wsdl:input message="wsdlns:telephonyTrunkExternalDisplayedNumberAddRequest"/> + <wsdl:output message="wsdlns:telephonyTrunkExternalDisplayedNumberAddResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + + <wsdl:operation name="dedicatedRipeQuery"> + <wsdl:input message="wsdlns:dedicatedRipeQueryRequest"/> + <wsdl:output message="wsdlns:dedicatedRipeQueryResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="responderEmailList"> <wsdl:input message="wsdlns:responderEmailListRequest"/> <wsdl:output message="wsdlns:responderEmailListResponse"/> @@ -9972,12 +11910,6 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> - <wsdl:operation name="telephonyVxmlInfo"> - <wsdl:input message="wsdlns:telephonyVxmlInfoRequest"/> - <wsdl:output message="wsdlns:telephonyVxmlInfoResponse"/> - <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> - </wsdl:operation> - <wsdl:operation name="telephonySpecialNumberOrder"> <wsdl:input message="wsdlns:telephonySpecialNumberOrderRequest"/> <wsdl:output message="wsdlns:telephonySpecialNumberOrderResponse"/> @@ -10020,21 +11952,33 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="telephonySpareAdd"> + <wsdl:input message="wsdlns:telephonySpareAddRequest"/> + <wsdl:output message="wsdlns:telephonySpareAddResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + + <wsdl:operation name="telephonySmsAddCsvAttachment"> + <wsdl:input message="wsdlns:telephonySmsAddCsvAttachmentRequest"/> + <wsdl:output message="wsdlns:telephonySmsAddCsvAttachmentResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="dedicatedBackupFtpPassword"> <wsdl:input message="wsdlns:dedicatedBackupFtpPasswordRequest"/> <wsdl:output message="wsdlns:dedicatedBackupFtpPasswordResponse"/> <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> - <wsdl:operation name="hostingAccessByNic"> - <wsdl:input message="wsdlns:hostingAccessByNicRequest"/> - <wsdl:output message="wsdlns:hostingAccessByNicResponse"/> + <wsdl:operation name="telephonyDefaultPrivateHolidaysEvents"> + <wsdl:input message="wsdlns:telephonyDefaultPrivateHolidaysEventsRequest"/> + <wsdl:output message="wsdlns:telephonyDefaultPrivateHolidaysEventsResponse"/> <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> - <wsdl:operation name="telephonyConferenceModeratorCallNumberModify"> - <wsdl:input message="wsdlns:telephonyConferenceModeratorCallNumberModifyRequest"/> - <wsdl:output message="wsdlns:telephonyConferenceModeratorCallNumberModifyResponse"/> + <wsdl:operation name="hostingAccessByNic"> + <wsdl:input message="wsdlns:hostingAccessByNicRequest"/> + <wsdl:output message="wsdlns:hostingAccessByNicResponse"/> <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> @@ -10044,12 +11988,6 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> - <wsdl:operation name="telephonyOfferSimultaneousLinesAdd"> - <wsdl:input message="wsdlns:telephonyOfferSimultaneousLinesAddRequest"/> - <wsdl:output message="wsdlns:telephonyOfferSimultaneousLinesAddResponse"/> - <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> - </wsdl:operation> - <wsdl:operation name="mailingListFullInfo"> <wsdl:input message="wsdlns:mailingListFullInfoRequest"/> <wsdl:output message="wsdlns:mailingListFullInfoResponse"/> @@ -10074,6 +12012,12 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="telephonyNumberGetFrWayNamesFromInsee"> + <wsdl:input message="wsdlns:telephonyNumberGetFrWayNamesFromInseeRequest"/> + <wsdl:output message="wsdlns:telephonyNumberGetFrWayNamesFromInseeResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="dedicatedSecondaryDNSAdd"> <wsdl:input message="wsdlns:dedicatedSecondaryDNSAddRequest"/> <wsdl:output message="wsdlns:dedicatedSecondaryDNSAddResponse"/> @@ -10128,12 +12072,6 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> - <wsdl:operation name="telephonyConferenceList"> - <wsdl:input message="wsdlns:telephonyConferenceListRequest"/> - <wsdl:output message="wsdlns:telephonyConferenceListResponse"/> - <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> - </wsdl:operation> - <wsdl:operation name="managedServicesPartitionQuotaUsed"> <wsdl:input message="wsdlns:managedServicesPartitionQuotaUsedRequest"/> <wsdl:output message="wsdlns:managedServicesPartitionQuotaUsedResponse"/> @@ -10152,6 +12090,12 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="telephonySmsGetCsvAttachment"> + <wsdl:input message="wsdlns:telephonySmsGetCsvAttachmentRequest"/> + <wsdl:output message="wsdlns:telephonySmsGetCsvAttachmentResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="telephonySmsHistory"> <wsdl:input message="wsdlns:telephonySmsHistoryRequest"/> <wsdl:output message="wsdlns:telephonySmsHistoryResponse"/> @@ -10236,6 +12180,12 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="telephonyVoicemailMessagesDownload"> + <wsdl:input message="wsdlns:telephonyVoicemailMessagesDownloadRequest"/> + <wsdl:output message="wsdlns:telephonyVoicemailMessagesDownloadResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="supportGetNicDomains"> <wsdl:input message="wsdlns:supportGetNicDomainsRequest"/> <wsdl:output message="wsdlns:supportGetNicDomainsResponse"/> @@ -10278,6 +12228,30 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="telephonyLineLogsNotificationOptions"> + <wsdl:input message="wsdlns:telephonyLineLogsNotificationOptionsRequest"/> + <wsdl:output message="wsdlns:telephonyLineLogsNotificationOptionsResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + + <wsdl:operation name="telephonyLineGetIpRestriction"> + <wsdl:input message="wsdlns:telephonyLineGetIpRestrictionRequest"/> + <wsdl:output message="wsdlns:telephonyLineGetIpRestrictionResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + + <wsdl:operation name="dedicatedInstallationTemplateList"> + <wsdl:input message="wsdlns:dedicatedInstallationTemplateListRequest"/> + <wsdl:output message="wsdlns:dedicatedInstallationTemplateListResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + + <wsdl:operation name="telephonyGetTimeZoneNumber"> + <wsdl:input message="wsdlns:telephonyGetTimeZoneNumberRequest"/> + <wsdl:output message="wsdlns:telephonyGetTimeZoneNumberResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="dedicatedBackupGetCalendar"> <wsdl:input message="wsdlns:dedicatedBackupGetCalendarRequest"/> <wsdl:output message="wsdlns:dedicatedBackupGetCalendarResponse"/> @@ -10302,6 +12276,12 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="telephonyRatesList"> + <wsdl:input message="wsdlns:telephonyRatesListRequest"/> + <wsdl:output message="wsdlns:telephonyRatesListResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="crontabDel"> <wsdl:input message="wsdlns:crontabDelRequest"/> <wsdl:output message="wsdlns:crontabDelResponse"/> @@ -10356,9 +12336,15 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> - <wsdl:operation name="password"> - <wsdl:input message="wsdlns:passwordRequest"/> - <wsdl:output message="wsdlns:passwordResponse"/> + <wsdl:operation name="telephonySmsplusIsFreeKeyword"> + <wsdl:input message="wsdlns:telephonySmsplusIsFreeKeywordRequest"/> + <wsdl:output message="wsdlns:telephonySmsplusIsFreeKeywordResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + + <wsdl:operation name="telephonyLineGetCodecs"> + <wsdl:input message="wsdlns:telephonyLineGetCodecsRequest"/> + <wsdl:output message="wsdlns:telephonyLineGetCodecsResponse"/> <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> @@ -10368,18 +12354,36 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="dedicatedIPForUDPServerList"> + <wsdl:input message="wsdlns:dedicatedIPForUDPServerListRequest"/> + <wsdl:output message="wsdlns:dedicatedIPForUDPServerListResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="telephonyHuntingModificationSimultaneousCalls"> <wsdl:input message="wsdlns:telephonyHuntingModificationSimultaneousCallsRequest"/> <wsdl:output message="wsdlns:telephonyHuntingModificationSimultaneousCallsResponse"/> <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="telephonyDirectoryInfoGetSameSiret"> + <wsdl:input message="wsdlns:telephonyDirectoryInfoGetSameSiretRequest"/> + <wsdl:output message="wsdlns:telephonyDirectoryInfoGetSameSiretResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="serviceGroupCreate"> <wsdl:input message="wsdlns:serviceGroupCreateRequest"/> <wsdl:output message="wsdlns:serviceGroupCreateResponse"/> <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="telephonyConferenceSetParams"> + <wsdl:input message="wsdlns:telephonyConferenceSetParamsRequest"/> + <wsdl:output message="wsdlns:telephonyConferenceSetParamsResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="orderTelephonySmsCredit"> <wsdl:input message="wsdlns:orderTelephonySmsCreditRequest"/> <wsdl:output message="wsdlns:orderTelephonySmsCreditResponse"/> @@ -10416,6 +12420,12 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="telephonySparePurchase"> + <wsdl:input message="wsdlns:telephonySparePurchaseRequest"/> + <wsdl:output message="wsdlns:telephonySparePurchaseResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="nic"> <wsdl:input message="wsdlns:nicRequest"/> <wsdl:output message="wsdlns:nicResponse"/> @@ -10458,12 +12468,24 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="telephonyNicGetMgcpIpRestriction"> + <wsdl:input message="wsdlns:telephonyNicGetMgcpIpRestrictionRequest"/> + <wsdl:output message="wsdlns:telephonyNicGetMgcpIpRestrictionResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="telephonySmsGetUserQuotaForUser"> <wsdl:input message="wsdlns:telephonySmsGetUserQuotaForUserRequest"/> <wsdl:output message="wsdlns:telephonySmsGetUserQuotaForUserResponse"/> <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="telephonyDirectoryInfoGetSiret"> + <wsdl:input message="wsdlns:telephonyDirectoryInfoGetSiretRequest"/> + <wsdl:output message="wsdlns:telephonyDirectoryInfoGetSiretResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="dedicatedMonitoringServiceAdd"> <wsdl:input message="wsdlns:dedicatedMonitoringServiceAddRequest"/> <wsdl:output message="wsdlns:dedicatedMonitoringServiceAddResponse"/> @@ -10608,6 +12630,12 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="telephonySipToAliasOffer"> + <wsdl:input message="wsdlns:telephonySipToAliasOfferRequest"/> + <wsdl:output message="wsdlns:telephonySipToAliasOfferResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="telephonyFunctionKeyList"> <wsdl:input message="wsdlns:telephonyFunctionKeyListRequest"/> <wsdl:output message="wsdlns:telephonyFunctionKeyListResponse"/> @@ -10620,6 +12648,24 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="telephonySmsGetCallBack"> + <wsdl:input message="wsdlns:telephonySmsGetCallBackRequest"/> + <wsdl:output message="wsdlns:telephonySmsGetCallBackResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + + <wsdl:operation name="telephonySviModify"> + <wsdl:input message="wsdlns:telephonySviModifyRequest"/> + <wsdl:output message="wsdlns:telephonySviModifyResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + + <wsdl:operation name="telephonySmsplusServiceDelete"> + <wsdl:input message="wsdlns:telephonySmsplusServiceDeleteRequest"/> + <wsdl:output message="wsdlns:telephonySmsplusServiceDeleteResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="domainOperationRelaunch"> <wsdl:input message="wsdlns:domainOperationRelaunchRequest"/> <wsdl:output message="wsdlns:domainOperationRelaunchResponse"/> @@ -10632,15 +12678,45 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="telephonyTrunkExternalDisplayedNumberCheck"> + <wsdl:input message="wsdlns:telephonyTrunkExternalDisplayedNumberCheckRequest"/> + <wsdl:output message="wsdlns:telephonyTrunkExternalDisplayedNumberCheckResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + + <wsdl:operation name="telephonyDelClosureEvents"> + <wsdl:input message="wsdlns:telephonyDelClosureEventsRequest"/> + <wsdl:output message="wsdlns:telephonyDelClosureEventsResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + + <wsdl:operation name="telephonyFreefaxToVoicefaxCheckList"> + <wsdl:input message="wsdlns:telephonyFreefaxToVoicefaxCheckListRequest"/> + <wsdl:output message="wsdlns:telephonyFreefaxToVoicefaxCheckListResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="telephonyVoicemailModifyPassword"> <wsdl:input message="wsdlns:telephonyVoicemailModifyPasswordRequest"/> <wsdl:output message="wsdlns:telephonyVoicemailModifyPasswordResponse"/> <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> - <wsdl:operation name="telephonyConferenceRoomModify"> - <wsdl:input message="wsdlns:telephonyConferenceRoomModifyRequest"/> - <wsdl:output message="wsdlns:telephonyConferenceRoomModifyResponse"/> + <wsdl:operation name="telephonySpareCapabilities"> + <wsdl:input message="wsdlns:telephonySpareCapabilitiesRequest"/> + <wsdl:output message="wsdlns:telephonySpareCapabilitiesResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + + <wsdl:operation name="dnsSoaModify"> + <wsdl:input message="wsdlns:dnsSoaModifyRequest"/> + <wsdl:output message="wsdlns:dnsSoaModifyResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + + <wsdl:operation name="telephonyPhonebookOnSmsDel"> + <wsdl:input message="wsdlns:telephonyPhonebookOnSmsDelRequest"/> + <wsdl:output message="wsdlns:telephonyPhonebookOnSmsDelResponse"/> <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> @@ -10674,9 +12750,9 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> - <wsdl:operation name="telephonyVxmlValidate"> - <wsdl:input message="wsdlns:telephonyVxmlValidateRequest"/> - <wsdl:output message="wsdlns:telephonyVxmlValidateResponse"/> + <wsdl:operation name="telephonySmsHistoryCsv"> + <wsdl:input message="wsdlns:telephonySmsHistoryCsvRequest"/> + <wsdl:output message="wsdlns:telephonySmsHistoryCsvResponse"/> <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> @@ -10686,6 +12762,12 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="dedicatedAvailableNotificationNicsGet"> + <wsdl:input message="wsdlns:dedicatedAvailableNotificationNicsGetRequest"/> + <wsdl:output message="wsdlns:dedicatedAvailableNotificationNicsGetResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="telephonyLineLogs"> <wsdl:input message="wsdlns:telephonyLineLogsRequest"/> <wsdl:output message="wsdlns:telephonyLineLogsResponse"/> @@ -10698,6 +12780,12 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="telephonySpareReplace"> + <wsdl:input message="wsdlns:telephonySpareReplaceRequest"/> + <wsdl:output message="wsdlns:telephonySpareReplaceResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="multiFtpAdd"> <wsdl:input message="wsdlns:multiFtpAddRequest"/> <wsdl:output message="wsdlns:multiFtpAddResponse"/> @@ -10860,6 +12948,24 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="telephonyNicGetIpRestriction"> + <wsdl:input message="wsdlns:telephonyNicGetIpRestrictionRequest"/> + <wsdl:output message="wsdlns:telephonyNicGetIpRestrictionResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + + <wsdl:operation name="telephonyGetClosureEventsAsArray"> + <wsdl:input message="wsdlns:telephonyGetClosureEventsAsArrayRequest"/> + <wsdl:output message="wsdlns:telephonyGetClosureEventsAsArrayResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + + <wsdl:operation name="telephonyPhonebookOnSmsContactDel"> + <wsdl:input message="wsdlns:telephonyPhonebookOnSmsContactDelRequest"/> + <wsdl:output message="wsdlns:telephonyPhonebookOnSmsContactDelResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="telephonyReversmentsRefundIsPending"> <wsdl:input message="wsdlns:telephonyReversmentsRefundIsPendingRequest"/> <wsdl:output message="wsdlns:telephonyReversmentsRefundIsPendingResponse"/> @@ -10896,15 +13002,27 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="managedServicesHostMasterIpGet"> + <wsdl:input message="wsdlns:managedServicesHostMasterIpGetRequest"/> + <wsdl:output message="wsdlns:managedServicesHostMasterIpGetResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="dedicatedSecondaryDNSInfo"> <wsdl:input message="wsdlns:dedicatedSecondaryDNSInfoRequest"/> <wsdl:output message="wsdlns:dedicatedSecondaryDNSInfoResponse"/> <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> - <wsdl:operation name="managedServicesHostMasterIpGet"> - <wsdl:input message="wsdlns:managedServicesHostMasterIpGetRequest"/> - <wsdl:output message="wsdlns:managedServicesHostMasterIpGetResponse"/> + <wsdl:operation name="telephonySmsplusServiceReversableTicketsList"> + <wsdl:input message="wsdlns:telephonySmsplusServiceReversableTicketsListRequest"/> + <wsdl:output message="wsdlns:telephonySmsplusServiceReversableTicketsListResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + + <wsdl:operation name="dedicatedRipeUpdateInetnum"> + <wsdl:input message="wsdlns:dedicatedRipeUpdateInetnumRequest"/> + <wsdl:output message="wsdlns:dedicatedRipeUpdateInetnumResponse"/> <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> @@ -10920,6 +13038,12 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="telephonySmsBlacklistedSendersList"> + <wsdl:input message="wsdlns:telephonySmsBlacklistedSendersListRequest"/> + <wsdl:output message="wsdlns:telephonySmsBlacklistedSendersListResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="telephonyPhonebookContactAdd"> <wsdl:input message="wsdlns:telephonyPhonebookContactAddRequest"/> <wsdl:output message="wsdlns:telephonyPhonebookContactAddResponse"/> @@ -10956,6 +13080,12 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="telephonySmsUserSetCallBack"> + <wsdl:input message="wsdlns:telephonySmsUserSetCallBackRequest"/> + <wsdl:output message="wsdlns:telephonySmsUserSetCallBackResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="prepaidGetSummary"> <wsdl:input message="wsdlns:prepaidGetSummaryRequest"/> <wsdl:output message="wsdlns:prepaidGetSummaryResponse"/> @@ -10974,6 +13104,12 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="ripeUpdateInetnum"> + <wsdl:input message="wsdlns:ripeUpdateInetnumRequest"/> + <wsdl:output message="wsdlns:ripeUpdateInetnumResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="domainResellerDel"> <wsdl:input message="wsdlns:domainResellerDelRequest"/> <wsdl:output message="wsdlns:domainResellerDelResponse"/> @@ -11004,6 +13140,12 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="telephonySmsplusServiceList"> + <wsdl:input message="wsdlns:telephonySmsplusServiceListRequest"/> + <wsdl:output message="wsdlns:telephonySmsplusServiceListResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="telephonyHuntingModificationAnonymousCallRejection"> <wsdl:input message="wsdlns:telephonyHuntingModificationAnonymousCallRejectionRequest"/> <wsdl:output message="wsdlns:telephonyHuntingModificationAnonymousCallRejectionResponse"/> @@ -11034,6 +13176,12 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="telephonySpareList"> + <wsdl:input message="wsdlns:telephonySpareListRequest"/> + <wsdl:output message="wsdlns:telephonySpareListResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="supportReportAnswerProblem"> <wsdl:input message="wsdlns:supportReportAnswerProblemRequest"/> <wsdl:output message="wsdlns:supportReportAnswerProblemResponse"/> @@ -11052,12 +13200,24 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="dedicatedRipeCreateOrganisation"> + <wsdl:input message="wsdlns:dedicatedRipeCreateOrganisationRequest"/> + <wsdl:output message="wsdlns:dedicatedRipeCreateOrganisationResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="telephonyListSummationCallsFromNumber"> <wsdl:input message="wsdlns:telephonyListSummationCallsFromNumberRequest"/> <wsdl:output message="wsdlns:telephonyListSummationCallsFromNumberResponse"/> <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="telephonyConferenceGetParams"> + <wsdl:input message="wsdlns:telephonyConferenceGetParamsRequest"/> + <wsdl:output message="wsdlns:telephonyConferenceGetParamsResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="telephonyPhonebookContactModify"> <wsdl:input message="wsdlns:telephonyPhonebookContactModifyRequest"/> <wsdl:output message="wsdlns:telephonyPhonebookContactModifyResponse"/> @@ -11106,24 +13266,18 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> - <wsdl:operation name="sqlpriveCronDel"> - <wsdl:input message="wsdlns:sqlpriveCronDelRequest"/> - <wsdl:output message="wsdlns:sqlpriveCronDelResponse"/> - <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> - </wsdl:operation> - - <wsdl:operation name="telephonyVxmlAdd"> - <wsdl:input message="wsdlns:telephonyVxmlAddRequest"/> - <wsdl:output message="wsdlns:telephonyVxmlAddResponse"/> - <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> - </wsdl:operation> - <wsdl:operation name="telephonyHuntingGenericScreenSet"> <wsdl:input message="wsdlns:telephonyHuntingGenericScreenSetRequest"/> <wsdl:output message="wsdlns:telephonyHuntingGenericScreenSetResponse"/> <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="sqlpriveCronDel"> + <wsdl:input message="wsdlns:sqlpriveCronDelRequest"/> + <wsdl:output message="wsdlns:sqlpriveCronDelResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="telephonyFaxCampaignStartStop"> <wsdl:input message="wsdlns:telephonyFaxCampaignStartStopRequest"/> <wsdl:output message="wsdlns:telephonyFaxCampaignStartStopResponse"/> @@ -11190,6 +13344,12 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="telephonyNicSetMgcpIpRestriction"> + <wsdl:input message="wsdlns:telephonyNicSetMgcpIpRestrictionRequest"/> + <wsdl:output message="wsdlns:telephonyNicSetMgcpIpRestrictionResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="telephonySecurityDepositCredit"> <wsdl:input message="wsdlns:telephonySecurityDepositCreditRequest"/> <wsdl:output message="wsdlns:telephonySecurityDepositCreditResponse"/> @@ -11208,6 +13368,12 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="telephonyConferenceAction"> + <wsdl:input message="wsdlns:telephonyConferenceActionRequest"/> + <wsdl:output message="wsdlns:telephonyConferenceActionResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="dedicatedBackupExcludeDel"> <wsdl:input message="wsdlns:dedicatedBackupExcludeDelRequest"/> <wsdl:output message="wsdlns:dedicatedBackupExcludeDelResponse"/> @@ -11220,15 +13386,15 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> - <wsdl:operation name="login"> - <wsdl:input message="wsdlns:loginRequest"/> - <wsdl:output message="wsdlns:loginResponse"/> + <wsdl:operation name="ripeQuery"> + <wsdl:input message="wsdlns:ripeQueryRequest"/> + <wsdl:output message="wsdlns:ripeQueryResponse"/> <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> - <wsdl:operation name="popListByMasterNic"> - <wsdl:input message="wsdlns:popListByMasterNicRequest"/> - <wsdl:output message="wsdlns:popListByMasterNicResponse"/> + <wsdl:operation name="login"> + <wsdl:input message="wsdlns:loginRequest"/> + <wsdl:output message="wsdlns:loginResponse"/> <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> @@ -11238,6 +13404,12 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="popListByMasterNic"> + <wsdl:input message="wsdlns:popListByMasterNicRequest"/> + <wsdl:output message="wsdlns:popListByMasterNicResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="serviceModifyOwnerInfos"> <wsdl:input message="wsdlns:serviceModifyOwnerInfosRequest"/> <wsdl:output message="wsdlns:serviceModifyOwnerInfosResponse"/> @@ -11262,6 +13434,18 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="telephonyNicGetSipDomain"> + <wsdl:input message="wsdlns:telephonyNicGetSipDomainRequest"/> + <wsdl:output message="wsdlns:telephonyNicGetSipDomainResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + + <wsdl:operation name="telephonyGetClosureEventsAsICS"> + <wsdl:input message="wsdlns:telephonyGetClosureEventsAsICSRequest"/> + <wsdl:output message="wsdlns:telephonyGetClosureEventsAsICSResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="telephonySmsUserCreditLeft"> <wsdl:input message="wsdlns:telephonySmsUserCreditLeftRequest"/> <wsdl:output message="wsdlns:telephonySmsUserCreditLeftResponse"/> @@ -11274,6 +13458,12 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="passwordSoapi"> + <wsdl:input message="wsdlns:passwordSoapiRequest"/> + <wsdl:output message="wsdlns:passwordSoapiResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="nicCreate"> <wsdl:input message="wsdlns:nicCreateRequest"/> <wsdl:output message="wsdlns:nicCreateResponse"/> @@ -11376,6 +13566,18 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="telephonyPhonebookOnSmsContactModify"> + <wsdl:input message="wsdlns:telephonyPhonebookOnSmsContactModifyRequest"/> + <wsdl:output message="wsdlns:telephonyPhonebookOnSmsContactModifyResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + + <wsdl:operation name="telephonyPhonebookOnSmsModify"> + <wsdl:input message="wsdlns:telephonyPhonebookOnSmsModifyRequest"/> + <wsdl:output message="wsdlns:telephonyPhonebookOnSmsModifyResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="cmsList"> <wsdl:input message="wsdlns:cmsListRequest"/> <wsdl:output message="wsdlns:cmsListResponse"/> @@ -11400,15 +13602,15 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> - <wsdl:operation name="logsAccessList"> - <wsdl:input message="wsdlns:logsAccessListRequest"/> - <wsdl:output message="wsdlns:logsAccessListResponse"/> + <wsdl:operation name="ripeDeleteOrganisation"> + <wsdl:input message="wsdlns:ripeDeleteOrganisationRequest"/> + <wsdl:output message="wsdlns:ripeDeleteOrganisationResponse"/> <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> - <wsdl:operation name="dedicatedMonitoringAdd"> - <wsdl:input message="wsdlns:dedicatedMonitoringAddRequest"/> - <wsdl:output message="wsdlns:dedicatedMonitoringAddResponse"/> + <wsdl:operation name="logsAccessList"> + <wsdl:input message="wsdlns:logsAccessListRequest"/> + <wsdl:output message="wsdlns:logsAccessListResponse"/> <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> @@ -11418,6 +13620,12 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="dedicatedMonitoringAdd"> + <wsdl:input message="wsdlns:dedicatedMonitoringAddRequest"/> + <wsdl:output message="wsdlns:dedicatedMonitoringAddResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="telephonyPhonebookContactList"> <wsdl:input message="wsdlns:telephonyPhonebookContactListRequest"/> <wsdl:output message="wsdlns:telephonyPhonebookContactListResponse"/> @@ -11430,12 +13638,6 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> - <wsdl:operation name="telephonyConferenceLanguageModify"> - <wsdl:input message="wsdlns:telephonyConferenceLanguageModifyRequest"/> - <wsdl:output message="wsdlns:telephonyConferenceLanguageModifyResponse"/> - <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> - </wsdl:operation> - <wsdl:operation name="telephonySmsUserPassword"> <wsdl:input message="wsdlns:telephonySmsUserPasswordRequest"/> <wsdl:output message="wsdlns:telephonySmsUserPasswordResponse"/> @@ -11478,6 +13680,12 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="telephonySmsDeleteCsvAttachment"> + <wsdl:input message="wsdlns:telephonySmsDeleteCsvAttachmentRequest"/> + <wsdl:output message="wsdlns:telephonySmsDeleteCsvAttachmentResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="telephonyNumberZoneAndPrefixList"> <wsdl:input message="wsdlns:telephonyNumberZoneAndPrefixListRequest"/> <wsdl:output message="wsdlns:telephonyNumberZoneAndPrefixListResponse"/> @@ -11496,9 +13704,15 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> - <wsdl:operation name="telephonyConferenceAdd"> - <wsdl:input message="wsdlns:telephonyConferenceAddRequest"/> - <wsdl:output message="wsdlns:telephonyConferenceAddResponse"/> + <wsdl:operation name="telephonyLineSetSipDomain"> + <wsdl:input message="wsdlns:telephonyLineSetSipDomainRequest"/> + <wsdl:output message="wsdlns:telephonyLineSetSipDomainResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + + <wsdl:operation name="telephonyTrunkExternalDisplayedNumberDel"> + <wsdl:input message="wsdlns:telephonyTrunkExternalDisplayedNumberDelRequest"/> + <wsdl:output message="wsdlns:telephonyTrunkExternalDisplayedNumberDelResponse"/> <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> @@ -11514,6 +13728,12 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="telephonySmsplusServiceReversableTicketsSummary"> + <wsdl:input message="wsdlns:telephonySmsplusServiceReversableTicketsSummaryRequest"/> + <wsdl:output message="wsdlns:telephonySmsplusServiceReversableTicketsSummaryResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="anonymousFtpActivate"> <wsdl:input message="wsdlns:anonymousFtpActivateRequest"/> <wsdl:output message="wsdlns:anonymousFtpActivateResponse"/> @@ -11532,6 +13752,12 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="telephonySetTimeZoneNumber"> + <wsdl:input message="wsdlns:telephonySetTimeZoneNumberRequest"/> + <wsdl:output message="wsdlns:telephonySetTimeZoneNumberResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="ortDomainAdd"> <wsdl:input message="wsdlns:ortDomainAddRequest"/> <wsdl:output message="wsdlns:ortDomainAddResponse"/> @@ -11550,6 +13776,12 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="telephonyNicSetIpRestriction"> + <wsdl:input message="wsdlns:telephonyNicSetIpRestrictionRequest"/> + <wsdl:output message="wsdlns:telephonyNicSetIpRestrictionResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="dedicatedBackupIncludeDel"> <wsdl:input message="wsdlns:dedicatedBackupIncludeDelRequest"/> <wsdl:output message="wsdlns:dedicatedBackupIncludeDelResponse"/> @@ -11580,6 +13812,12 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="telephonyPortabilityStatus"> + <wsdl:input message="wsdlns:telephonyPortabilityStatusRequest"/> + <wsdl:output message="wsdlns:telephonyPortabilityStatusResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="hostingList"> <wsdl:input message="wsdlns:hostingListRequest"/> <wsdl:output message="wsdlns:hostingListResponse"/> @@ -11592,9 +13830,9 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> - <wsdl:operation name="telephonyPortabilityStatus"> - <wsdl:input message="wsdlns:telephonyPortabilityStatusRequest"/> - <wsdl:output message="wsdlns:telephonyPortabilityStatusResponse"/> + <wsdl:operation name="dedicatedInstallationTemplateUse"> + <wsdl:input message="wsdlns:dedicatedInstallationTemplateUseRequest"/> + <wsdl:output message="wsdlns:dedicatedInstallationTemplateUseResponse"/> <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> @@ -11658,6 +13896,12 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="telephonySmsListCsvAttachment"> + <wsdl:input message="wsdlns:telephonySmsListCsvAttachmentRequest"/> + <wsdl:output message="wsdlns:telephonySmsListCsvAttachmentResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="ftpChangePassword"> <wsdl:input message="wsdlns:ftpChangePasswordRequest"/> <wsdl:output message="wsdlns:ftpChangePasswordResponse"/> @@ -11676,9 +13920,9 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> - <wsdl:operation name="telephonyVxmlModify"> - <wsdl:input message="wsdlns:telephonyVxmlModifyRequest"/> - <wsdl:output message="wsdlns:telephonyVxmlModifyResponse"/> + <wsdl:operation name="dedicatedRipeUpdateOrganisation"> + <wsdl:input message="wsdlns:dedicatedRipeUpdateOrganisationRequest"/> + <wsdl:output message="wsdlns:dedicatedRipeUpdateOrganisationResponse"/> <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> @@ -11688,18 +13932,18 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> - <wsdl:operation name="telephonyConferenceAnnounceDelete"> - <wsdl:input message="wsdlns:telephonyConferenceAnnounceDeleteRequest"/> - <wsdl:output message="wsdlns:telephonyConferenceAnnounceDeleteResponse"/> - <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> - </wsdl:operation> - <wsdl:operation name="dedicatedNetbootModifyById"> <wsdl:input message="wsdlns:dedicatedNetbootModifyByIdRequest"/> <wsdl:output message="wsdlns:dedicatedNetbootModifyByIdResponse"/> <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="telephonySmsCancelSending"> + <wsdl:input message="wsdlns:telephonySmsCancelSendingRequest"/> + <wsdl:output message="wsdlns:telephonySmsCancelSendingResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="telephonyScreenListInfo"> <wsdl:input message="wsdlns:telephonyScreenListInfoRequest"/> <wsdl:output message="wsdlns:telephonyScreenListInfoResponse"/> @@ -11712,15 +13956,15 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> - <wsdl:operation name="databaseDelete"> - <wsdl:input message="wsdlns:databaseDeleteRequest"/> - <wsdl:output message="wsdlns:databaseDeleteResponse"/> + <wsdl:operation name="telephonyLineGetMgcpIpRestriction"> + <wsdl:input message="wsdlns:telephonyLineGetMgcpIpRestrictionRequest"/> + <wsdl:output message="wsdlns:telephonyLineGetMgcpIpRestrictionResponse"/> <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> - <wsdl:operation name="telephonyConferenceAnnouncesStatus"> - <wsdl:input message="wsdlns:telephonyConferenceAnnouncesStatusRequest"/> - <wsdl:output message="wsdlns:telephonyConferenceAnnouncesStatusResponse"/> + <wsdl:operation name="databaseDelete"> + <wsdl:input message="wsdlns:databaseDeleteRequest"/> + <wsdl:output message="wsdlns:databaseDeleteResponse"/> <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> @@ -11730,9 +13974,9 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> - <wsdl:operation name="nicChangePassword"> - <wsdl:input message="wsdlns:nicChangePasswordRequest"/> - <wsdl:output message="wsdlns:nicChangePasswordResponse"/> + <wsdl:operation name="telephonyLineDetails"> + <wsdl:input message="wsdlns:telephonyLineDetailsRequest"/> + <wsdl:output message="wsdlns:telephonyLineDetailsResponse"/> <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> @@ -11778,6 +14022,12 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="telephonyRatesListCsv"> + <wsdl:input message="wsdlns:telephonyRatesListCsvRequest"/> + <wsdl:output message="wsdlns:telephonyRatesListCsvResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="emailFilterList"> <wsdl:input message="wsdlns:emailFilterListRequest"/> <wsdl:output message="wsdlns:emailFilterListResponse"/> @@ -11790,6 +14040,12 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="telephonyConferenceGetInfos"> + <wsdl:input message="wsdlns:telephonyConferenceGetInfosRequest"/> + <wsdl:output message="wsdlns:telephonyConferenceGetInfosResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="dedicatedSecondaryDNSGetAll"> <wsdl:input message="wsdlns:dedicatedSecondaryDNSGetAllRequest"/> <wsdl:output message="wsdlns:dedicatedSecondaryDNSGetAllResponse"/> @@ -11820,12 +14076,30 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="telephonyPhonebookOnSmsContactList"> + <wsdl:input message="wsdlns:telephonyPhonebookOnSmsContactListRequest"/> + <wsdl:output message="wsdlns:telephonyPhonebookOnSmsContactListResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="nicCreateIT"> <wsdl:input message="wsdlns:nicCreateITRequest"/> <wsdl:output message="wsdlns:nicCreateITResponse"/> <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="telephonyPhonebookOnSmsContactAdd"> + <wsdl:input message="wsdlns:telephonyPhonebookOnSmsContactAddRequest"/> + <wsdl:output message="wsdlns:telephonyPhonebookOnSmsContactAddResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + + <wsdl:operation name="dedicatedMonitoringNotificationDel"> + <wsdl:input message="wsdlns:dedicatedMonitoringNotificationDelRequest"/> + <wsdl:output message="wsdlns:dedicatedMonitoringNotificationDelResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="domainOperationCancel"> <wsdl:input message="wsdlns:domainOperationCancelRequest"/> <wsdl:output message="wsdlns:domainOperationCancelResponse"/> @@ -11856,6 +14130,12 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="dedicatedIPForUDPMoveGetStatus"> + <wsdl:input message="wsdlns:dedicatedIPForUDPMoveGetStatusRequest"/> + <wsdl:output message="wsdlns:dedicatedIPForUDPMoveGetStatusResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="telephonyRedirectInfo"> <wsdl:input message="wsdlns:telephonyRedirectInfoRequest"/> <wsdl:output message="wsdlns:telephonyRedirectInfoResponse"/> @@ -11880,6 +14160,12 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="dedicatedRipeDeleteOrganisation"> + <wsdl:input message="wsdlns:dedicatedRipeDeleteOrganisationRequest"/> + <wsdl:output message="wsdlns:dedicatedRipeDeleteOrganisationResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="dedicatedFailoverRipeGetIp"> <wsdl:input message="wsdlns:dedicatedFailoverRipeGetIpRequest"/> <wsdl:output message="wsdlns:dedicatedFailoverRipeGetIpResponse"/> @@ -11910,6 +14196,12 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="telephonyLineGetSipDomain"> + <wsdl:input message="wsdlns:telephonyLineGetSipDomainRequest"/> + <wsdl:output message="wsdlns:telephonyLineGetSipDomainResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="nicModifyEmail"> <wsdl:input message="wsdlns:nicModifyEmailRequest"/> <wsdl:output message="wsdlns:nicModifyEmailResponse"/> @@ -11922,12 +14214,24 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="telephonyLineSetMgcpIpRestriction"> + <wsdl:input message="wsdlns:telephonyLineSetMgcpIpRestrictionRequest"/> + <wsdl:output message="wsdlns:telephonyLineSetMgcpIpRestrictionResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="dedicatedInstallReset"> <wsdl:input message="wsdlns:dedicatedInstallResetRequest"/> <wsdl:output message="wsdlns:dedicatedInstallResetResponse"/> <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="dedicatedMonitoringServiceAddNotification"> + <wsdl:input message="wsdlns:dedicatedMonitoringServiceAddNotificationRequest"/> + <wsdl:output message="wsdlns:dedicatedMonitoringServiceAddNotificationResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="orderDedicatedFailoverRipe"> <wsdl:input message="wsdlns:orderDedicatedFailoverRipeRequest"/> <wsdl:output message="wsdlns:orderDedicatedFailoverRipeResponse"/> @@ -11952,6 +14256,12 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="telephonySmsplusServiceDetails"> + <wsdl:input message="wsdlns:telephonySmsplusServiceDetailsRequest"/> + <wsdl:output message="wsdlns:telephonySmsplusServiceDetailsResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="dedicatedFilterIrcClientRuleDel"> <wsdl:input message="wsdlns:dedicatedFilterIrcClientRuleDelRequest"/> <wsdl:output message="wsdlns:dedicatedFilterIrcClientRuleDelResponse"/> @@ -11970,6 +14280,12 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="telephonyAbbreviatedNumberOnGroupDel"> + <wsdl:input message="wsdlns:telephonyAbbreviatedNumberOnGroupDelRequest"/> + <wsdl:output message="wsdlns:telephonyAbbreviatedNumberOnGroupDelResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="crontabAdd"> <wsdl:input message="wsdlns:crontabAddRequest"/> <wsdl:output message="wsdlns:crontabAddResponse"/> @@ -11982,12 +14298,6 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> - <wsdl:operation name="telephonyAbbreviatedNumberOnGroupDel"> - <wsdl:input message="wsdlns:telephonyAbbreviatedNumberOnGroupDelRequest"/> - <wsdl:output message="wsdlns:telephonyAbbreviatedNumberOnGroupDelResponse"/> - <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> - </wsdl:operation> - <wsdl:operation name="mailingListModify"> <wsdl:input message="wsdlns:mailingListModifyRequest"/> <wsdl:output message="wsdlns:mailingListModifyResponse"/> @@ -12000,6 +14310,18 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="telephonyAbbreviatedNumberListPaginated"> + <wsdl:input message="wsdlns:telephonyAbbreviatedNumberListPaginatedRequest"/> + <wsdl:output message="wsdlns:telephonyAbbreviatedNumberListPaginatedResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + + <wsdl:operation name="telephonySetDefaultPrivateHolidaysEvents"> + <wsdl:input message="wsdlns:telephonySetDefaultPrivateHolidaysEventsRequest"/> + <wsdl:output message="wsdlns:telephonySetDefaultPrivateHolidaysEventsResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="emailDelMasterNic"> <wsdl:input message="wsdlns:emailDelMasterNicRequest"/> <wsdl:output message="wsdlns:emailDelMasterNicResponse"/> @@ -12012,6 +14334,12 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="telephonySpareServiceList"> + <wsdl:input message="wsdlns:telephonySpareServiceListRequest"/> + <wsdl:output message="wsdlns:telephonySpareServiceListResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="popInfo"> <wsdl:input message="wsdlns:popInfoRequest"/> <wsdl:output message="wsdlns:popInfoResponse"/> @@ -12048,12 +14376,24 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="telephonySmsUserListCsvAttachment"> + <wsdl:input message="wsdlns:telephonySmsUserListCsvAttachmentRequest"/> + <wsdl:output message="wsdlns:telephonySmsUserListCsvAttachmentResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="emailGetDomainCatchAll"> <wsdl:input message="wsdlns:emailGetDomainCatchAllRequest"/> <wsdl:output message="wsdlns:emailGetDomainCatchAllResponse"/> <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="telephonyFaxCallList"> + <wsdl:input message="wsdlns:telephonyFaxCallListRequest"/> + <wsdl:output message="wsdlns:telephonyFaxCallListResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="telephonySmsUserSend"> <wsdl:input message="wsdlns:telephonySmsUserSendRequest"/> <wsdl:output message="wsdlns:telephonySmsUserSendResponse"/> @@ -12090,12 +14430,6 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> - <wsdl:operation name="momVersion"> - <wsdl:input message="wsdlns:momVersionRequest"/> - <wsdl:output message="wsdlns:momVersionResponse"/> - <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> - </wsdl:operation> - <wsdl:operation name="emailSetMasterNic"> <wsdl:input message="wsdlns:emailSetMasterNicRequest"/> <wsdl:output message="wsdlns:emailSetMasterNicResponse"/> @@ -12180,15 +14514,21 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="telephonyHuntingGroupList"> + <wsdl:input message="wsdlns:telephonyHuntingGroupListRequest"/> + <wsdl:output message="wsdlns:telephonyHuntingGroupListResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="dedicatedFailoverUpdate"> <wsdl:input message="wsdlns:dedicatedFailoverUpdateRequest"/> <wsdl:output message="wsdlns:dedicatedFailoverUpdateResponse"/> <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> - <wsdl:operation name="telephonyHuntingGroupList"> - <wsdl:input message="wsdlns:telephonyHuntingGroupListRequest"/> - <wsdl:output message="wsdlns:telephonyHuntingGroupListResponse"/> + <wsdl:operation name="telephonyTrunkExternalDisplayedNumberList"> + <wsdl:input message="wsdlns:telephonyTrunkExternalDisplayedNumberListRequest"/> + <wsdl:output message="wsdlns:telephonyTrunkExternalDisplayedNumberListResponse"/> <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> @@ -12198,6 +14538,12 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="telephonySmsUserHistoryCsv"> + <wsdl:input message="wsdlns:telephonySmsUserHistoryCsvRequest"/> + <wsdl:output message="wsdlns:telephonySmsUserHistoryCsvResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="telephonyCallList"> <wsdl:input message="wsdlns:telephonyCallListRequest"/> <wsdl:output message="wsdlns:telephonyCallListResponse"/> @@ -12210,9 +14556,15 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> - <wsdl:operation name="TelephonySipToAliasOffer"> - <wsdl:input message="wsdlns:TelephonySipToAliasOfferRequest"/> - <wsdl:output message="wsdlns:TelephonySipToAliasOfferResponse"/> + <wsdl:operation name="telephonyGetDefaultPrivateHolidaysEvents"> + <wsdl:input message="wsdlns:telephonyGetDefaultPrivateHolidaysEventsRequest"/> + <wsdl:output message="wsdlns:telephonyGetDefaultPrivateHolidaysEventsResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + + <wsdl:operation name="telephonySmsplusShortCodesList"> + <wsdl:input message="wsdlns:telephonySmsplusShortCodesListRequest"/> + <wsdl:output message="wsdlns:telephonySmsplusShortCodesListResponse"/> <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> @@ -12246,15 +14598,27 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="telephonyDirectoryInfo"> + <wsdl:input message="wsdlns:telephonyDirectoryInfoRequest"/> + <wsdl:output message="wsdlns:telephonyDirectoryInfoResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="telephonyBillDetails"> <wsdl:input message="wsdlns:telephonyBillDetailsRequest"/> <wsdl:output message="wsdlns:telephonyBillDetailsResponse"/> <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> - <wsdl:operation name="telephonyDirectoryInfo"> - <wsdl:input message="wsdlns:telephonyDirectoryInfoRequest"/> - <wsdl:output message="wsdlns:telephonyDirectoryInfoResponse"/> + <wsdl:operation name="dedicatedRipeGetRipeIds"> + <wsdl:input message="wsdlns:dedicatedRipeGetRipeIdsRequest"/> + <wsdl:output message="wsdlns:dedicatedRipeGetRipeIdsResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + + <wsdl:operation name="telephonyLineLogsNotificationOptionsModify"> + <wsdl:input message="wsdlns:telephonyLineLogsNotificationOptionsModifyRequest"/> + <wsdl:output message="wsdlns:telephonyLineLogsNotificationOptionsModifyResponse"/> <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> @@ -12276,18 +14640,18 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> - <wsdl:operation name="prepaidGetThreshold"> - <wsdl:input message="wsdlns:prepaidGetThresholdRequest"/> - <wsdl:output message="wsdlns:prepaidGetThresholdResponse"/> - <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> - </wsdl:operation> - <wsdl:operation name="telephonyAbbreviatedNumberAdd"> <wsdl:input message="wsdlns:telephonyAbbreviatedNumberAddRequest"/> <wsdl:output message="wsdlns:telephonyAbbreviatedNumberAddResponse"/> <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="prepaidGetThreshold"> + <wsdl:input message="wsdlns:prepaidGetThresholdRequest"/> + <wsdl:output message="wsdlns:prepaidGetThresholdResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="domainWhoisObfuscatorUnsetAll"> <wsdl:input message="wsdlns:domainWhoisObfuscatorUnsetAllRequest"/> <wsdl:output message="wsdlns:domainWhoisObfuscatorUnsetAllResponse"/> @@ -12312,12 +14676,24 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="telephonyLineSetIpRestriction"> + <wsdl:input message="wsdlns:telephonyLineSetIpRestrictionRequest"/> + <wsdl:output message="wsdlns:telephonyLineSetIpRestrictionResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="prepaidGetHistory"> <wsdl:input message="wsdlns:prepaidGetHistoryRequest"/> <wsdl:output message="wsdlns:prepaidGetHistoryResponse"/> <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="telephonyLineSetCodecs"> + <wsdl:input message="wsdlns:telephonyLineSetCodecsRequest"/> + <wsdl:output message="wsdlns:telephonyLineSetCodecsResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="telephonyNumberCityForZoneList"> <wsdl:input message="wsdlns:telephonyNumberCityForZoneListRequest"/> <wsdl:output message="wsdlns:telephonyNumberCityForZoneListResponse"/> @@ -12360,6 +14736,12 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="telephonyVoicemailMessagesRemoteUpload"> + <wsdl:input message="wsdlns:telephonyVoicemailMessagesRemoteUploadRequest"/> + <wsdl:output message="wsdlns:telephonyVoicemailMessagesRemoteUploadResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="crontabInfo"> <wsdl:input message="wsdlns:crontabInfoRequest"/> <wsdl:output message="wsdlns:crontabInfoResponse"/> @@ -12420,6 +14802,18 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="ripeUpdateOrganisation"> + <wsdl:input message="wsdlns:ripeUpdateOrganisationRequest"/> + <wsdl:output message="wsdlns:ripeUpdateOrganisationResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + + <wsdl:operation name="telephonySmsUserGetCallBack"> + <wsdl:input message="wsdlns:telephonySmsUserGetCallBackRequest"/> + <wsdl:output message="wsdlns:telephonySmsUserGetCallBackResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="dedicatedNetbootModify"> <wsdl:input message="wsdlns:dedicatedNetbootModifyRequest"/> <wsdl:output message="wsdlns:dedicatedNetbootModifyResponse"/> @@ -12444,15 +14838,21 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="dnsUninstall"> + <wsdl:input message="wsdlns:dnsUninstallRequest"/> + <wsdl:output message="wsdlns:dnsUninstallResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="dedicatedFilterIrcClientRuleList"> <wsdl:input message="wsdlns:dedicatedFilterIrcClientRuleListRequest"/> <wsdl:output message="wsdlns:dedicatedFilterIrcClientRuleListResponse"/> <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> - <wsdl:operation name="dnsUninstall"> - <wsdl:input message="wsdlns:dnsUninstallRequest"/> - <wsdl:output message="wsdlns:dnsUninstallResponse"/> + <wsdl:operation name="telephonyFunctionKeyAdd"> + <wsdl:input message="wsdlns:telephonyFunctionKeyAddRequest"/> + <wsdl:output message="wsdlns:telephonyFunctionKeyAddResponse"/> <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> @@ -12462,9 +14862,9 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> - <wsdl:operation name="telephonyFunctionKeyAdd"> - <wsdl:input message="wsdlns:telephonyFunctionKeyAddRequest"/> - <wsdl:output message="wsdlns:telephonyFunctionKeyAddResponse"/> + <wsdl:operation name="telephonyPlugAndPhoneReset"> + <wsdl:input message="wsdlns:telephonyPlugAndPhoneResetRequest"/> + <wsdl:output message="wsdlns:telephonyPlugAndPhoneResetResponse"/> <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> @@ -12474,6 +14874,12 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="telephonySpareInfo"> + <wsdl:input message="wsdlns:telephonySpareInfoRequest"/> + <wsdl:output message="wsdlns:telephonySpareInfoResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="telephonySmsUserDel"> <wsdl:input message="wsdlns:telephonySmsUserDelRequest"/> <wsdl:output message="wsdlns:telephonySmsUserDelResponse"/> @@ -12498,12 +14904,24 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="dedicatedIPForUDPMove"> + <wsdl:input message="wsdlns:dedicatedIPForUDPMoveRequest"/> + <wsdl:output message="wsdlns:dedicatedIPForUDPMoveResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="nicUpdate"> <wsdl:input message="wsdlns:nicUpdateRequest"/> <wsdl:output message="wsdlns:nicUpdateResponse"/> <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="passwordManager"> + <wsdl:input message="wsdlns:passwordManagerRequest"/> + <wsdl:output message="wsdlns:passwordManagerResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="telephonyOfferModifyName"> <wsdl:input message="wsdlns:telephonyOfferModifyNameRequest"/> <wsdl:output message="wsdlns:telephonyOfferModifyNameResponse"/> @@ -12516,6 +14934,12 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="telephonySmsSetCallBack"> + <wsdl:input message="wsdlns:telephonySmsSetCallBackRequest"/> + <wsdl:output message="wsdlns:telephonySmsSetCallBackResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="multiDomainModify"> <wsdl:input message="wsdlns:multiDomainModifyRequest"/> <wsdl:output message="wsdlns:multiDomainModifyResponse"/> @@ -12594,6 +15018,12 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="telephonySmsUserDeleteCsvAttachment"> + <wsdl:input message="wsdlns:telephonySmsUserDeleteCsvAttachmentRequest"/> + <wsdl:output message="wsdlns:telephonySmsUserDeleteCsvAttachmentResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="mailingListSubscriberListByEmail"> <wsdl:input message="wsdlns:mailingListSubscriberListByEmailRequest"/> <wsdl:output message="wsdlns:mailingListSubscriberListByEmailResponse"/> @@ -12654,6 +15084,12 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="telephonySviInfo"> + <wsdl:input message="wsdlns:telephonySviInfoRequest"/> + <wsdl:output message="wsdlns:telephonySviInfoResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="dnsGeolocalizeHosting"> <wsdl:input message="wsdlns:dnsGeolocalizeHostingRequest"/> <wsdl:output message="wsdlns:dnsGeolocalizeHostingResponse"/> @@ -12684,9 +15120,9 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> - <wsdl:operation name="telephonyConferenceOptionsModify"> - <wsdl:input message="wsdlns:telephonyConferenceOptionsModifyRequest"/> - <wsdl:output message="wsdlns:telephonyConferenceOptionsModifyResponse"/> + <wsdl:operation name="dedicatedIPForUDPGet"> + <wsdl:input message="wsdlns:dedicatedIPForUDPGetRequest"/> + <wsdl:output message="wsdlns:dedicatedIPForUDPGetResponse"/> <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> @@ -12714,18 +15150,42 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="telephonySmsBlacklistedSendersDelete"> + <wsdl:input message="wsdlns:telephonySmsBlacklistedSendersDeleteRequest"/> + <wsdl:output message="wsdlns:telephonySmsBlacklistedSendersDeleteResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="zoneImport"> <wsdl:input message="wsdlns:zoneImportRequest"/> <wsdl:output message="wsdlns:zoneImportResponse"/> <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="telephonySmsplusServiceAdd"> + <wsdl:input message="wsdlns:telephonySmsplusServiceAddRequest"/> + <wsdl:output message="wsdlns:telephonySmsplusServiceAddResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="multiDomainDel"> <wsdl:input message="wsdlns:multiDomainDelRequest"/> <wsdl:output message="wsdlns:multiDomainDelResponse"/> <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="telephonySpareCreateRMA"> + <wsdl:input message="wsdlns:telephonySpareCreateRMARequest"/> + <wsdl:output message="wsdlns:telephonySpareCreateRMAResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + + <wsdl:operation name="telephonySmsplusServiceEdit"> + <wsdl:input message="wsdlns:telephonySmsplusServiceEditRequest"/> + <wsdl:output message="wsdlns:telephonySmsplusServiceEditResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="dedicatedMailinglistSubscribe"> <wsdl:input message="wsdlns:dedicatedMailinglistSubscribeRequest"/> <wsdl:output message="wsdlns:dedicatedMailinglistSubscribeResponse"/> @@ -12762,15 +15222,15 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> - <wsdl:operation name="telephonyPlugAndPhoneInfo"> - <wsdl:input message="wsdlns:telephonyPlugAndPhoneInfoRequest"/> - <wsdl:output message="wsdlns:telephonyPlugAndPhoneInfoResponse"/> + <wsdl:operation name="ripeCreateOrganisation"> + <wsdl:input message="wsdlns:ripeCreateOrganisationRequest"/> + <wsdl:output message="wsdlns:ripeCreateOrganisationResponse"/> <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> - <wsdl:operation name="telephonyReversmentsRefundFromBillingAccount"> - <wsdl:input message="wsdlns:telephonyReversmentsRefundFromBillingAccountRequest"/> - <wsdl:output message="wsdlns:telephonyReversmentsRefundFromBillingAccountResponse"/> + <wsdl:operation name="telephonyPlugAndPhoneInfo"> + <wsdl:input message="wsdlns:telephonyPlugAndPhoneInfoRequest"/> + <wsdl:output message="wsdlns:telephonyPlugAndPhoneInfoResponse"/> <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> @@ -12780,6 +15240,12 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="telephonyReversmentsRefundFromBillingAccount"> + <wsdl:input message="wsdlns:telephonyReversmentsRefundFromBillingAccountRequest"/> + <wsdl:output message="wsdlns:telephonyReversmentsRefundFromBillingAccountResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="telephonyVoicemailMessageDelete"> <wsdl:input message="wsdlns:telephonyVoicemailMessageDeleteRequest"/> <wsdl:output message="wsdlns:telephonyVoicemailMessageDeleteResponse"/> @@ -12798,12 +15264,24 @@ <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="telephonySpareServiceInfo"> + <wsdl:input message="wsdlns:telephonySpareServiceInfoRequest"/> + <wsdl:output message="wsdlns:telephonySpareServiceInfoResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="telephonyAbbreviatedNumberModify"> <wsdl:input message="wsdlns:telephonyAbbreviatedNumberModifyRequest"/> <wsdl:output message="wsdlns:telephonyAbbreviatedNumberModifyResponse"/> <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> </wsdl:operation> + <wsdl:operation name="telephonyOfferSimultaneousLinesModify"> + <wsdl:input message="wsdlns:telephonyOfferSimultaneousLinesModifyRequest"/> + <wsdl:output message="wsdlns:telephonyOfferSimultaneousLinesModifyResponse"/> + <wsdl:fault name="failure" message="wsdlns:FailureMsg" /> + </wsdl:operation> + <wsdl:operation name="dedicatedMonitoringServiceList"> <wsdl:input message="wsdlns:dedicatedMonitoringServiceListRequest"/> <wsdl:output message="wsdlns:dedicatedMonitoringServiceListResponse"/> @@ -12827,19 +15305,6 @@ <wsdl:binding name="managerBinding" type="wsdlns:managerPortType"> <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/> - <wsdl:operation name="telephonyConferenceDel"> - <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyConferenceDel" /> - <wsdl:input> - <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> - </wsdl:input> - <wsdl:output> - <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> - </wsdl:output> - <wsdl:fault name="failure"> - <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="mailingListModeratorDel"> <soap:operation soapAction="http://soapi.ovh.com/manager#mailingListModeratorDel" /> <wsdl:input> @@ -13009,6 +15474,19 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="ripeGetRipeIds"> + <soap:operation soapAction="http://soapi.ovh.com/manager#ripeGetRipeIds" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="telephonyRedirectModify"> <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyRedirectModify" /> <wsdl:input> @@ -13061,6 +15539,19 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="telephonyGetCitiesFromZip"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyGetCitiesFromZip" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="automatedMailGetVolumeHistory"> <soap:operation soapAction="http://soapi.ovh.com/manager#automatedMailGetVolumeHistory" /> <wsdl:input> @@ -13087,6 +15578,19 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="telephonySmsplusSendSmsMt"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsplusSendSmsMt" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="dedicatedIpLoadBalancingList"> <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedIpLoadBalancingList" /> <wsdl:input> @@ -13113,6 +15617,19 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="telephonySmsUserGetCsvAttachment"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsUserGetCsvAttachment" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="dedicatedBackupGetHisto"> <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedBackupGetHisto" /> <wsdl:input> @@ -13152,6 +15669,19 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="telephonyPhonebookOnSmsList"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPhonebookOnSmsList" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="serviceGroupList"> <soap:operation soapAction="http://soapi.ovh.com/manager#serviceGroupList" /> <wsdl:input> @@ -13191,6 +15721,32 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="telephonySetClosureEvents"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySetClosureEvents" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + + <wsdl:operation name="telephonyNicSetSipDomain"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyNicSetSipDomain" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="globalAccessByNic"> <soap:operation soapAction="http://soapi.ovh.com/manager#globalAccessByNic" /> <wsdl:input> @@ -13269,6 +15825,19 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="telephonySmsUserAddCsvAttachment"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsUserAddCsvAttachment" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="zoneEntryList"> <soap:operation soapAction="http://soapi.ovh.com/manager#zoneEntryList" /> <wsdl:input> @@ -13282,6 +15851,19 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="telephonySpareDel"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySpareDel" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="dnsDefaultInstallCustom"> <soap:operation soapAction="http://soapi.ovh.com/manager#dnsDefaultInstallCustom" /> <wsdl:input> @@ -13321,6 +15903,19 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="telephonyFreefaxToVoicefax"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyFreefaxToVoicefax" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="sqlpriveMysqlUserList"> <soap:operation soapAction="http://soapi.ovh.com/manager#sqlpriveMysqlUserList" /> <wsdl:input> @@ -13334,6 +15929,19 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="telephonyFaxSend"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyFaxSend" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="domainUnlock"> <soap:operation soapAction="http://soapi.ovh.com/manager#domainUnlock" /> <wsdl:input> @@ -13412,6 +16020,19 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="dedicatedMonitoringNotificationCreate"> + <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedMonitoringNotificationCreate" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="telephonyPlugAndPhoneSkinModify"> <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPlugAndPhoneSkinModify" /> <wsdl:input> @@ -13477,6 +16098,19 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="telephonyConferenceSetAnnounceFile"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyConferenceSetAnnounceFile" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="automatedMailGetErrors"> <soap:operation soapAction="http://soapi.ovh.com/manager#automatedMailGetErrors" /> <wsdl:input> @@ -13490,6 +16124,19 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="telephonyPhonebookOnSmsAdd"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPhonebookOnSmsAdd" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="telephonyClick2CallUserDel"> <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyClick2CallUserDel" /> <wsdl:input> @@ -13724,8 +16371,8 @@ </wsdl:fault> </wsdl:operation> - <wsdl:operation name="dedicatedNetbootGetAll"> - <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedNetbootGetAll" /> + <wsdl:operation name="telephonyBillingAccountDescriptionModify"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyBillingAccountDescriptionModify" /> <wsdl:input> <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> </wsdl:input> @@ -13737,8 +16384,8 @@ </wsdl:fault> </wsdl:operation> - <wsdl:operation name="emailDomainListByMasterNic"> - <soap:operation soapAction="http://soapi.ovh.com/manager#emailDomainListByMasterNic" /> + <wsdl:operation name="dedicatedNetbootGetAll"> + <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedNetbootGetAll" /> <wsdl:input> <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> </wsdl:input> @@ -13750,8 +16397,8 @@ </wsdl:fault> </wsdl:operation> - <wsdl:operation name="telephonyConferenceMailReportModify"> - <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyConferenceMailReportModify" /> + <wsdl:operation name="emailDomainListByMasterNic"> + <soap:operation soapAction="http://soapi.ovh.com/manager#emailDomainListByMasterNic" /> <wsdl:input> <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> </wsdl:input> @@ -13841,8 +16488,8 @@ </wsdl:fault> </wsdl:operation> - <wsdl:operation name="telephonyVxmlDel"> - <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyVxmlDel" /> + <wsdl:operation name="dedicatedMonitoringSMSCreate"> + <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedMonitoringSMSCreate" /> <wsdl:input> <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> </wsdl:input> @@ -13854,8 +16501,8 @@ </wsdl:fault> </wsdl:operation> - <wsdl:operation name="dedicatedMonitoringSMSCreate"> - <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedMonitoringSMSCreate" /> + <wsdl:operation name="telephonyTrunkExternalDisplayedNumberAdd"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyTrunkExternalDisplayedNumberAdd" /> <wsdl:input> <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> </wsdl:input> @@ -13867,8 +16514,8 @@ </wsdl:fault> </wsdl:operation> - <wsdl:operation name="responderEmailList"> - <soap:operation soapAction="http://soapi.ovh.com/manager#responderEmailList" /> + <wsdl:operation name="dedicatedRipeQuery"> + <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedRipeQuery" /> <wsdl:input> <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> </wsdl:input> @@ -13880,8 +16527,8 @@ </wsdl:fault> </wsdl:operation> - <wsdl:operation name="telephonyBillingAccountSet"> - <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyBillingAccountSet" /> + <wsdl:operation name="responderEmailList"> + <soap:operation soapAction="http://soapi.ovh.com/manager#responderEmailList" /> <wsdl:input> <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> </wsdl:input> @@ -13893,8 +16540,8 @@ </wsdl:fault> </wsdl:operation> - <wsdl:operation name="telephonyDepositMovementModify"> - <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyDepositMovementModify" /> + <wsdl:operation name="telephonyBillingAccountSet"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyBillingAccountSet" /> <wsdl:input> <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> </wsdl:input> @@ -13906,8 +16553,8 @@ </wsdl:fault> </wsdl:operation> - <wsdl:operation name="telephonyClick2CallDo"> - <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyClick2CallDo" /> + <wsdl:operation name="telephonyDepositMovementModify"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyDepositMovementModify" /> <wsdl:input> <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> </wsdl:input> @@ -13919,8 +16566,8 @@ </wsdl:fault> </wsdl:operation> - <wsdl:operation name="telephonyVxmlInfo"> - <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyVxmlInfo" /> + <wsdl:operation name="telephonyClick2CallDo"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyClick2CallDo" /> <wsdl:input> <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> </wsdl:input> @@ -14023,8 +16670,8 @@ </wsdl:fault> </wsdl:operation> - <wsdl:operation name="dedicatedBackupFtpPassword"> - <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedBackupFtpPassword" /> + <wsdl:operation name="telephonySpareAdd"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySpareAdd" /> <wsdl:input> <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> </wsdl:input> @@ -14036,8 +16683,8 @@ </wsdl:fault> </wsdl:operation> - <wsdl:operation name="hostingAccessByNic"> - <soap:operation soapAction="http://soapi.ovh.com/manager#hostingAccessByNic" /> + <wsdl:operation name="telephonySmsAddCsvAttachment"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsAddCsvAttachment" /> <wsdl:input> <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> </wsdl:input> @@ -14049,8 +16696,8 @@ </wsdl:fault> </wsdl:operation> - <wsdl:operation name="telephonyConferenceModeratorCallNumberModify"> - <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyConferenceModeratorCallNumberModify" /> + <wsdl:operation name="dedicatedBackupFtpPassword"> + <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedBackupFtpPassword" /> <wsdl:input> <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> </wsdl:input> @@ -14062,8 +16709,8 @@ </wsdl:fault> </wsdl:operation> - <wsdl:operation name="sqlpriveAlertInfo"> - <soap:operation soapAction="http://soapi.ovh.com/manager#sqlpriveAlertInfo" /> + <wsdl:operation name="telephonyDefaultPrivateHolidaysEvents"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyDefaultPrivateHolidaysEvents" /> <wsdl:input> <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> </wsdl:input> @@ -14075,8 +16722,21 @@ </wsdl:fault> </wsdl:operation> - <wsdl:operation name="telephonyOfferSimultaneousLinesAdd"> - <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyOfferSimultaneousLinesAdd" /> + <wsdl:operation name="hostingAccessByNic"> + <soap:operation soapAction="http://soapi.ovh.com/manager#hostingAccessByNic" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + + <wsdl:operation name="sqlpriveAlertInfo"> + <soap:operation soapAction="http://soapi.ovh.com/manager#sqlpriveAlertInfo" /> <wsdl:input> <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> </wsdl:input> @@ -14140,6 +16800,19 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="telephonyNumberGetFrWayNamesFromInsee"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyNumberGetFrWayNamesFromInsee" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="dedicatedSecondaryDNSAdd"> <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedSecondaryDNSAdd" /> <wsdl:input> @@ -14257,8 +16930,8 @@ </wsdl:fault> </wsdl:operation> - <wsdl:operation name="telephonyConferenceList"> - <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyConferenceList" /> + <wsdl:operation name="managedServicesPartitionQuotaUsed"> + <soap:operation soapAction="http://soapi.ovh.com/manager#managedServicesPartitionQuotaUsed" /> <wsdl:input> <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> </wsdl:input> @@ -14270,8 +16943,8 @@ </wsdl:fault> </wsdl:operation> - <wsdl:operation name="managedServicesPartitionQuotaUsed"> - <soap:operation soapAction="http://soapi.ovh.com/manager#managedServicesPartitionQuotaUsed" /> + <wsdl:operation name="dedicatedNetbootGetAvailable"> + <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedNetbootGetAvailable" /> <wsdl:input> <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> </wsdl:input> @@ -14283,8 +16956,8 @@ </wsdl:fault> </wsdl:operation> - <wsdl:operation name="dedicatedNetbootGetAvailable"> - <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedNetbootGetAvailable" /> + <wsdl:operation name="telephonySmsUserMultiSend"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsUserMultiSend" /> <wsdl:input> <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> </wsdl:input> @@ -14296,8 +16969,8 @@ </wsdl:fault> </wsdl:operation> - <wsdl:operation name="telephonySmsUserMultiSend"> - <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsUserMultiSend" /> + <wsdl:operation name="telephonySmsGetCsvAttachment"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsGetCsvAttachment" /> <wsdl:input> <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> </wsdl:input> @@ -14491,6 +17164,19 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="telephonyVoicemailMessagesDownload"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyVoicemailMessagesDownload" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="supportGetNicDomains"> <soap:operation soapAction="http://soapi.ovh.com/manager#supportGetNicDomains" /> <wsdl:input> @@ -14582,6 +17268,58 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="telephonyLineLogsNotificationOptions"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyLineLogsNotificationOptions" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + + <wsdl:operation name="telephonyLineGetIpRestriction"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyLineGetIpRestriction" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + + <wsdl:operation name="dedicatedInstallationTemplateList"> + <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedInstallationTemplateList" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + + <wsdl:operation name="telephonyGetTimeZoneNumber"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyGetTimeZoneNumber" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="dedicatedBackupGetCalendar"> <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedBackupGetCalendar" /> <wsdl:input> @@ -14634,6 +17372,19 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="telephonyRatesList"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyRatesList" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="crontabDel"> <soap:operation soapAction="http://soapi.ovh.com/manager#crontabDel" /> <wsdl:input> @@ -14751,8 +17502,21 @@ </wsdl:fault> </wsdl:operation> - <wsdl:operation name="password"> - <soap:operation soapAction="http://soapi.ovh.com/manager#password" /> + <wsdl:operation name="telephonySmsplusIsFreeKeyword"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsplusIsFreeKeyword" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + + <wsdl:operation name="telephonyLineGetCodecs"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyLineGetCodecs" /> <wsdl:input> <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> </wsdl:input> @@ -14777,6 +17541,19 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="dedicatedIPForUDPServerList"> + <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedIPForUDPServerList" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="telephonyHuntingModificationSimultaneousCalls"> <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyHuntingModificationSimultaneousCalls" /> <wsdl:input> @@ -14790,6 +17567,19 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="telephonyDirectoryInfoGetSameSiret"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyDirectoryInfoGetSameSiret" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="serviceGroupCreate"> <soap:operation soapAction="http://soapi.ovh.com/manager#serviceGroupCreate" /> <wsdl:input> @@ -14803,6 +17593,19 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="telephonyConferenceSetParams"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyConferenceSetParams" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="orderTelephonySmsCredit"> <soap:operation soapAction="http://soapi.ovh.com/manager#orderTelephonySmsCredit" /> <wsdl:input> @@ -14881,6 +17684,19 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="telephonySparePurchase"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySparePurchase" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="nic"> <soap:operation soapAction="http://soapi.ovh.com/manager#nic" /> <wsdl:input> @@ -14972,6 +17788,19 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="telephonyNicGetMgcpIpRestriction"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyNicGetMgcpIpRestriction" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="telephonySmsGetUserQuotaForUser"> <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsGetUserQuotaForUser" /> <wsdl:input> @@ -14985,6 +17814,19 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="telephonyDirectoryInfoGetSiret"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyDirectoryInfoGetSiret" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="dedicatedMonitoringServiceAdd"> <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedMonitoringServiceAdd" /> <wsdl:input> @@ -15297,6 +18139,19 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="telephonySipToAliasOffer"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySipToAliasOffer" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="telephonyFunctionKeyList"> <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyFunctionKeyList" /> <wsdl:input> @@ -15323,6 +18178,45 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="telephonySmsGetCallBack"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsGetCallBack" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + + <wsdl:operation name="telephonySviModify"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySviModify" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + + <wsdl:operation name="telephonySmsplusServiceDelete"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsplusServiceDelete" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="domainOperationRelaunch"> <soap:operation soapAction="http://soapi.ovh.com/manager#domainOperationRelaunch" /> <wsdl:input> @@ -15349,6 +18243,45 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="telephonyTrunkExternalDisplayedNumberCheck"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyTrunkExternalDisplayedNumberCheck" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + + <wsdl:operation name="telephonyDelClosureEvents"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyDelClosureEvents" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + + <wsdl:operation name="telephonyFreefaxToVoicefaxCheckList"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyFreefaxToVoicefaxCheckList" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="telephonyVoicemailModifyPassword"> <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyVoicemailModifyPassword" /> <wsdl:input> @@ -15362,8 +18295,34 @@ </wsdl:fault> </wsdl:operation> - <wsdl:operation name="telephonyConferenceRoomModify"> - <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyConferenceRoomModify" /> + <wsdl:operation name="telephonySpareCapabilities"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySpareCapabilities" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + + <wsdl:operation name="dnsSoaModify"> + <soap:operation soapAction="http://soapi.ovh.com/manager#dnsSoaModify" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + + <wsdl:operation name="telephonyPhonebookOnSmsDel"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPhonebookOnSmsDel" /> <wsdl:input> <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> </wsdl:input> @@ -15440,8 +18399,8 @@ </wsdl:fault> </wsdl:operation> - <wsdl:operation name="telephonyVxmlValidate"> - <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyVxmlValidate" /> + <wsdl:operation name="telephonySmsHistoryCsv"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsHistoryCsv" /> <wsdl:input> <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> </wsdl:input> @@ -15466,6 +18425,19 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="dedicatedAvailableNotificationNicsGet"> + <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedAvailableNotificationNicsGet" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="telephonyLineLogs"> <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyLineLogs" /> <wsdl:input> @@ -15492,6 +18464,19 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="telephonySpareReplace"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySpareReplace" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="multiFtpAdd"> <soap:operation soapAction="http://soapi.ovh.com/manager#multiFtpAdd" /> <wsdl:input> @@ -15843,6 +18828,45 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="telephonyNicGetIpRestriction"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyNicGetIpRestriction" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + + <wsdl:operation name="telephonyGetClosureEventsAsArray"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyGetClosureEventsAsArray" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + + <wsdl:operation name="telephonyPhonebookOnSmsContactDel"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPhonebookOnSmsContactDel" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="telephonyReversmentsRefundIsPending"> <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyReversmentsRefundIsPending" /> <wsdl:input> @@ -15921,6 +18945,19 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="managedServicesHostMasterIpGet"> + <soap:operation soapAction="http://soapi.ovh.com/manager#managedServicesHostMasterIpGet" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="dedicatedSecondaryDNSInfo"> <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedSecondaryDNSInfo" /> <wsdl:input> @@ -15934,8 +18971,21 @@ </wsdl:fault> </wsdl:operation> - <wsdl:operation name="managedServicesHostMasterIpGet"> - <soap:operation soapAction="http://soapi.ovh.com/manager#managedServicesHostMasterIpGet" /> + <wsdl:operation name="telephonySmsplusServiceReversableTicketsList"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsplusServiceReversableTicketsList" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + + <wsdl:operation name="dedicatedRipeUpdateInetnum"> + <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedRipeUpdateInetnum" /> <wsdl:input> <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> </wsdl:input> @@ -15973,6 +19023,19 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="telephonySmsBlacklistedSendersList"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsBlacklistedSendersList" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="telephonyPhonebookContactAdd"> <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPhonebookContactAdd" /> <wsdl:input> @@ -16051,6 +19114,19 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="telephonySmsUserSetCallBack"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsUserSetCallBack" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="prepaidGetSummary"> <soap:operation soapAction="http://soapi.ovh.com/manager#prepaidGetSummary" /> <wsdl:input> @@ -16090,6 +19166,19 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="ripeUpdateInetnum"> + <soap:operation soapAction="http://soapi.ovh.com/manager#ripeUpdateInetnum" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="domainResellerDel"> <soap:operation soapAction="http://soapi.ovh.com/manager#domainResellerDel" /> <wsdl:input> @@ -16155,6 +19244,19 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="telephonySmsplusServiceList"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsplusServiceList" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="telephonyHuntingModificationAnonymousCallRejection"> <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyHuntingModificationAnonymousCallRejection" /> <wsdl:input> @@ -16220,6 +19322,19 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="telephonySpareList"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySpareList" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="supportReportAnswerProblem"> <soap:operation soapAction="http://soapi.ovh.com/manager#supportReportAnswerProblem" /> <wsdl:input> @@ -16259,6 +19374,19 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="dedicatedRipeCreateOrganisation"> + <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedRipeCreateOrganisation" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="telephonyListSummationCallsFromNumber"> <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyListSummationCallsFromNumber" /> <wsdl:input> @@ -16272,6 +19400,19 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="telephonyConferenceGetParams"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyConferenceGetParams" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="telephonyPhonebookContactModify"> <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPhonebookContactModify" /> <wsdl:input> @@ -16376,21 +19517,8 @@ </wsdl:fault> </wsdl:operation> - <wsdl:operation name="sqlpriveCronDel"> - <soap:operation soapAction="http://soapi.ovh.com/manager#sqlpriveCronDel" /> - <wsdl:input> - <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> - </wsdl:input> - <wsdl:output> - <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> - </wsdl:output> - <wsdl:fault name="failure"> - <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> - </wsdl:fault> - </wsdl:operation> - - <wsdl:operation name="telephonyVxmlAdd"> - <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyVxmlAdd" /> + <wsdl:operation name="telephonyHuntingGenericScreenSet"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyHuntingGenericScreenSet" /> <wsdl:input> <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> </wsdl:input> @@ -16402,8 +19530,8 @@ </wsdl:fault> </wsdl:operation> - <wsdl:operation name="telephonyHuntingGenericScreenSet"> - <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyHuntingGenericScreenSet" /> + <wsdl:operation name="sqlpriveCronDel"> + <soap:operation soapAction="http://soapi.ovh.com/manager#sqlpriveCronDel" /> <wsdl:input> <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> </wsdl:input> @@ -16558,6 +19686,19 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="telephonyNicSetMgcpIpRestriction"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyNicSetMgcpIpRestriction" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="telephonySecurityDepositCredit"> <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySecurityDepositCredit" /> <wsdl:input> @@ -16597,6 +19738,19 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="telephonyConferenceAction"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyConferenceAction" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="dedicatedBackupExcludeDel"> <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedBackupExcludeDel" /> <wsdl:input> @@ -16623,8 +19777,8 @@ </wsdl:fault> </wsdl:operation> - <wsdl:operation name="login"> - <soap:operation soapAction="http://soapi.ovh.com/manager#login" /> + <wsdl:operation name="ripeQuery"> + <soap:operation soapAction="http://soapi.ovh.com/manager#ripeQuery" /> <wsdl:input> <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> </wsdl:input> @@ -16636,8 +19790,8 @@ </wsdl:fault> </wsdl:operation> - <wsdl:operation name="popListByMasterNic"> - <soap:operation soapAction="http://soapi.ovh.com/manager#popListByMasterNic" /> + <wsdl:operation name="login"> + <soap:operation soapAction="http://soapi.ovh.com/manager#login" /> <wsdl:input> <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> </wsdl:input> @@ -16662,6 +19816,19 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="popListByMasterNic"> + <soap:operation soapAction="http://soapi.ovh.com/manager#popListByMasterNic" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="serviceModifyOwnerInfos"> <soap:operation soapAction="http://soapi.ovh.com/manager#serviceModifyOwnerInfos" /> <wsdl:input> @@ -16714,6 +19881,32 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="telephonyNicGetSipDomain"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyNicGetSipDomain" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + + <wsdl:operation name="telephonyGetClosureEventsAsICS"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyGetClosureEventsAsICS" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="telephonySmsUserCreditLeft"> <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsUserCreditLeft" /> <wsdl:input> @@ -16740,6 +19933,19 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="passwordSoapi"> + <soap:operation soapAction="http://soapi.ovh.com/manager#passwordSoapi" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="nicCreate"> <soap:operation soapAction="http://soapi.ovh.com/manager#nicCreate" /> <wsdl:input> @@ -16961,6 +20167,32 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="telephonyPhonebookOnSmsContactModify"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPhonebookOnSmsContactModify" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + + <wsdl:operation name="telephonyPhonebookOnSmsModify"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPhonebookOnSmsModify" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="cmsList"> <soap:operation soapAction="http://soapi.ovh.com/manager#cmsList" /> <wsdl:input> @@ -17013,8 +20245,8 @@ </wsdl:fault> </wsdl:operation> - <wsdl:operation name="logsAccessList"> - <soap:operation soapAction="http://soapi.ovh.com/manager#logsAccessList" /> + <wsdl:operation name="ripeDeleteOrganisation"> + <soap:operation soapAction="http://soapi.ovh.com/manager#ripeDeleteOrganisation" /> <wsdl:input> <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> </wsdl:input> @@ -17026,8 +20258,8 @@ </wsdl:fault> </wsdl:operation> - <wsdl:operation name="dedicatedMonitoringAdd"> - <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedMonitoringAdd" /> + <wsdl:operation name="logsAccessList"> + <soap:operation soapAction="http://soapi.ovh.com/manager#logsAccessList" /> <wsdl:input> <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> </wsdl:input> @@ -17052,8 +20284,8 @@ </wsdl:fault> </wsdl:operation> - <wsdl:operation name="telephonyPhonebookContactList"> - <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPhonebookContactList" /> + <wsdl:operation name="dedicatedMonitoringAdd"> + <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedMonitoringAdd" /> <wsdl:input> <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> </wsdl:input> @@ -17065,8 +20297,8 @@ </wsdl:fault> </wsdl:operation> - <wsdl:operation name="resellerDomainTransferASIA"> - <soap:operation soapAction="http://soapi.ovh.com/manager#resellerDomainTransferASIA" /> + <wsdl:operation name="telephonyPhonebookContactList"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPhonebookContactList" /> <wsdl:input> <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> </wsdl:input> @@ -17078,8 +20310,8 @@ </wsdl:fault> </wsdl:operation> - <wsdl:operation name="telephonyConferenceLanguageModify"> - <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyConferenceLanguageModify" /> + <wsdl:operation name="resellerDomainTransferASIA"> + <soap:operation soapAction="http://soapi.ovh.com/manager#resellerDomainTransferASIA" /> <wsdl:input> <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> </wsdl:input> @@ -17182,6 +20414,19 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="telephonySmsDeleteCsvAttachment"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsDeleteCsvAttachment" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="telephonyNumberZoneAndPrefixList"> <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyNumberZoneAndPrefixList" /> <wsdl:input> @@ -17221,8 +20466,21 @@ </wsdl:fault> </wsdl:operation> - <wsdl:operation name="telephonyConferenceAdd"> - <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyConferenceAdd" /> + <wsdl:operation name="telephonyLineSetSipDomain"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyLineSetSipDomain" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + + <wsdl:operation name="telephonyTrunkExternalDisplayedNumberDel"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyTrunkExternalDisplayedNumberDel" /> <wsdl:input> <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> </wsdl:input> @@ -17260,6 +20518,19 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="telephonySmsplusServiceReversableTicketsSummary"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsplusServiceReversableTicketsSummary" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="anonymousFtpActivate"> <soap:operation soapAction="http://soapi.ovh.com/manager#anonymousFtpActivate" /> <wsdl:input> @@ -17299,6 +20570,19 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="telephonySetTimeZoneNumber"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySetTimeZoneNumber" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="ortDomainAdd"> <soap:operation soapAction="http://soapi.ovh.com/manager#ortDomainAdd" /> <wsdl:input> @@ -17338,6 +20622,19 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="telephonyNicSetIpRestriction"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyNicSetIpRestriction" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="dedicatedBackupIncludeDel"> <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedBackupIncludeDel" /> <wsdl:input> @@ -17403,6 +20700,19 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="telephonyPortabilityStatus"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPortabilityStatus" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="hostingList"> <soap:operation soapAction="http://soapi.ovh.com/manager#hostingList" /> <wsdl:input> @@ -17429,8 +20739,8 @@ </wsdl:fault> </wsdl:operation> - <wsdl:operation name="telephonyPortabilityStatus"> - <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPortabilityStatus" /> + <wsdl:operation name="dedicatedInstallationTemplateUse"> + <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedInstallationTemplateUse" /> <wsdl:input> <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> </wsdl:input> @@ -17572,6 +20882,19 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="telephonySmsListCsvAttachment"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsListCsvAttachment" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="ftpChangePassword"> <soap:operation soapAction="http://soapi.ovh.com/manager#ftpChangePassword" /> <wsdl:input> @@ -17611,8 +20934,8 @@ </wsdl:fault> </wsdl:operation> - <wsdl:operation name="telephonyVxmlModify"> - <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyVxmlModify" /> + <wsdl:operation name="dedicatedRipeUpdateOrganisation"> + <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedRipeUpdateOrganisation" /> <wsdl:input> <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> </wsdl:input> @@ -17637,8 +20960,8 @@ </wsdl:fault> </wsdl:operation> - <wsdl:operation name="telephonyConferenceAnnounceDelete"> - <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyConferenceAnnounceDelete" /> + <wsdl:operation name="dedicatedNetbootModifyById"> + <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedNetbootModifyById" /> <wsdl:input> <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> </wsdl:input> @@ -17650,8 +20973,8 @@ </wsdl:fault> </wsdl:operation> - <wsdl:operation name="dedicatedNetbootModifyById"> - <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedNetbootModifyById" /> + <wsdl:operation name="telephonySmsCancelSending"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsCancelSending" /> <wsdl:input> <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> </wsdl:input> @@ -17689,8 +21012,8 @@ </wsdl:fault> </wsdl:operation> - <wsdl:operation name="databaseDelete"> - <soap:operation soapAction="http://soapi.ovh.com/manager#databaseDelete" /> + <wsdl:operation name="telephonyLineGetMgcpIpRestriction"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyLineGetMgcpIpRestriction" /> <wsdl:input> <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> </wsdl:input> @@ -17702,8 +21025,8 @@ </wsdl:fault> </wsdl:operation> - <wsdl:operation name="telephonyConferenceAnnouncesStatus"> - <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyConferenceAnnouncesStatus" /> + <wsdl:operation name="databaseDelete"> + <soap:operation soapAction="http://soapi.ovh.com/manager#databaseDelete" /> <wsdl:input> <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> </wsdl:input> @@ -17728,8 +21051,8 @@ </wsdl:fault> </wsdl:operation> - <wsdl:operation name="nicChangePassword"> - <soap:operation soapAction="http://soapi.ovh.com/manager#nicChangePassword" /> + <wsdl:operation name="telephonyLineDetails"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyLineDetails" /> <wsdl:input> <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> </wsdl:input> @@ -17832,6 +21155,19 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="telephonyRatesListCsv"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyRatesListCsv" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="emailFilterList"> <soap:operation soapAction="http://soapi.ovh.com/manager#emailFilterList" /> <wsdl:input> @@ -17858,6 +21194,19 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="telephonyConferenceGetInfos"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyConferenceGetInfos" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="dedicatedSecondaryDNSGetAll"> <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedSecondaryDNSGetAll" /> <wsdl:input> @@ -17923,6 +21272,19 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="telephonyPhonebookOnSmsContactList"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPhonebookOnSmsContactList" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="nicCreateIT"> <soap:operation soapAction="http://soapi.ovh.com/manager#nicCreateIT" /> <wsdl:input> @@ -17936,6 +21298,32 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="telephonyPhonebookOnSmsContactAdd"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPhonebookOnSmsContactAdd" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + + <wsdl:operation name="dedicatedMonitoringNotificationDel"> + <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedMonitoringNotificationDel" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="domainOperationCancel"> <soap:operation soapAction="http://soapi.ovh.com/manager#domainOperationCancel" /> <wsdl:input> @@ -18001,6 +21389,19 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="dedicatedIPForUDPMoveGetStatus"> + <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedIPForUDPMoveGetStatus" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="telephonyRedirectInfo"> <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyRedirectInfo" /> <wsdl:input> @@ -18053,6 +21454,19 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="dedicatedRipeDeleteOrganisation"> + <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedRipeDeleteOrganisation" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="dedicatedFailoverRipeGetIp"> <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedFailoverRipeGetIp" /> <wsdl:input> @@ -18118,6 +21532,19 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="telephonyLineGetSipDomain"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyLineGetSipDomain" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="nicModifyEmail"> <soap:operation soapAction="http://soapi.ovh.com/manager#nicModifyEmail" /> <wsdl:input> @@ -18144,6 +21571,19 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="telephonyLineSetMgcpIpRestriction"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyLineSetMgcpIpRestriction" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="dedicatedInstallReset"> <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedInstallReset" /> <wsdl:input> @@ -18157,6 +21597,19 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="dedicatedMonitoringServiceAddNotification"> + <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedMonitoringServiceAddNotification" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="orderDedicatedFailoverRipe"> <soap:operation soapAction="http://soapi.ovh.com/manager#orderDedicatedFailoverRipe" /> <wsdl:input> @@ -18209,6 +21662,19 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="telephonySmsplusServiceDetails"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsplusServiceDetails" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="dedicatedFilterIrcClientRuleDel"> <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedFilterIrcClientRuleDel" /> <wsdl:input> @@ -18248,8 +21714,8 @@ </wsdl:fault> </wsdl:operation> - <wsdl:operation name="crontabAdd"> - <soap:operation soapAction="http://soapi.ovh.com/manager#crontabAdd" /> + <wsdl:operation name="telephonyAbbreviatedNumberOnGroupDel"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyAbbreviatedNumberOnGroupDel" /> <wsdl:input> <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> </wsdl:input> @@ -18261,8 +21727,8 @@ </wsdl:fault> </wsdl:operation> - <wsdl:operation name="telephonySmsSenderDescription"> - <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsSenderDescription" /> + <wsdl:operation name="crontabAdd"> + <soap:operation soapAction="http://soapi.ovh.com/manager#crontabAdd" /> <wsdl:input> <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> </wsdl:input> @@ -18274,8 +21740,8 @@ </wsdl:fault> </wsdl:operation> - <wsdl:operation name="telephonyAbbreviatedNumberOnGroupDel"> - <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyAbbreviatedNumberOnGroupDel" /> + <wsdl:operation name="telephonySmsSenderDescription"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsSenderDescription" /> <wsdl:input> <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> </wsdl:input> @@ -18313,6 +21779,32 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="telephonyAbbreviatedNumberListPaginated"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyAbbreviatedNumberListPaginated" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + + <wsdl:operation name="telephonySetDefaultPrivateHolidaysEvents"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySetDefaultPrivateHolidaysEvents" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="emailDelMasterNic"> <soap:operation soapAction="http://soapi.ovh.com/manager#emailDelMasterNic" /> <wsdl:input> @@ -18339,6 +21831,19 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="telephonySpareServiceList"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySpareServiceList" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="popInfo"> <soap:operation soapAction="http://soapi.ovh.com/manager#popInfo" /> <wsdl:input> @@ -18417,6 +21922,19 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="telephonySmsUserListCsvAttachment"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsUserListCsvAttachment" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="emailGetDomainCatchAll"> <soap:operation soapAction="http://soapi.ovh.com/manager#emailGetDomainCatchAll" /> <wsdl:input> @@ -18430,6 +21948,19 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="telephonyFaxCallList"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyFaxCallList" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="telephonySmsUserSend"> <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsUserSend" /> <wsdl:input> @@ -18508,19 +22039,6 @@ </wsdl:fault> </wsdl:operation> - <wsdl:operation name="momVersion"> - <soap:operation soapAction="http://soapi.ovh.com/manager#momVersion" /> - <wsdl:input> - <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> - </wsdl:input> - <wsdl:output> - <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> - </wsdl:output> - <wsdl:fault name="failure"> - <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="emailSetMasterNic"> <soap:operation soapAction="http://soapi.ovh.com/manager#emailSetMasterNic" /> <wsdl:input> @@ -18703,6 +22221,19 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="telephonyHuntingGroupList"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyHuntingGroupList" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="dedicatedFailoverUpdate"> <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedFailoverUpdate" /> <wsdl:input> @@ -18716,8 +22247,8 @@ </wsdl:fault> </wsdl:operation> - <wsdl:operation name="telephonyHuntingGroupList"> - <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyHuntingGroupList" /> + <wsdl:operation name="telephonyTrunkExternalDisplayedNumberList"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyTrunkExternalDisplayedNumberList" /> <wsdl:input> <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> </wsdl:input> @@ -18742,6 +22273,19 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="telephonySmsUserHistoryCsv"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsUserHistoryCsv" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="telephonyCallList"> <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyCallList" /> <wsdl:input> @@ -18768,8 +22312,21 @@ </wsdl:fault> </wsdl:operation> - <wsdl:operation name="TelephonySipToAliasOffer"> - <soap:operation soapAction="http://soapi.ovh.com/manager#TelephonySipToAliasOffer" /> + <wsdl:operation name="telephonyGetDefaultPrivateHolidaysEvents"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyGetDefaultPrivateHolidaysEvents" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + + <wsdl:operation name="telephonySmsplusShortCodesList"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsplusShortCodesList" /> <wsdl:input> <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> </wsdl:input> @@ -18846,6 +22403,19 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="telephonyDirectoryInfo"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyDirectoryInfo" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="telephonyBillDetails"> <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyBillDetails" /> <wsdl:input> @@ -18859,8 +22429,21 @@ </wsdl:fault> </wsdl:operation> - <wsdl:operation name="telephonyDirectoryInfo"> - <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyDirectoryInfo" /> + <wsdl:operation name="dedicatedRipeGetRipeIds"> + <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedRipeGetRipeIds" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + + <wsdl:operation name="telephonyLineLogsNotificationOptionsModify"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyLineLogsNotificationOptionsModify" /> <wsdl:input> <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> </wsdl:input> @@ -18911,8 +22494,8 @@ </wsdl:fault> </wsdl:operation> - <wsdl:operation name="prepaidGetThreshold"> - <soap:operation soapAction="http://soapi.ovh.com/manager#prepaidGetThreshold" /> + <wsdl:operation name="telephonyAbbreviatedNumberAdd"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyAbbreviatedNumberAdd" /> <wsdl:input> <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> </wsdl:input> @@ -18924,8 +22507,8 @@ </wsdl:fault> </wsdl:operation> - <wsdl:operation name="telephonyAbbreviatedNumberAdd"> - <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyAbbreviatedNumberAdd" /> + <wsdl:operation name="prepaidGetThreshold"> + <soap:operation soapAction="http://soapi.ovh.com/manager#prepaidGetThreshold" /> <wsdl:input> <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> </wsdl:input> @@ -18989,6 +22572,19 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="telephonyLineSetIpRestriction"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyLineSetIpRestriction" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="prepaidGetHistory"> <soap:operation soapAction="http://soapi.ovh.com/manager#prepaidGetHistory" /> <wsdl:input> @@ -19002,6 +22598,19 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="telephonyLineSetCodecs"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyLineSetCodecs" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="telephonyNumberCityForZoneList"> <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyNumberCityForZoneList" /> <wsdl:input> @@ -19093,6 +22702,19 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="telephonyVoicemailMessagesRemoteUpload"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyVoicemailMessagesRemoteUpload" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="crontabInfo"> <soap:operation soapAction="http://soapi.ovh.com/manager#crontabInfo" /> <wsdl:input> @@ -19223,6 +22845,32 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="ripeUpdateOrganisation"> + <soap:operation soapAction="http://soapi.ovh.com/manager#ripeUpdateOrganisation" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + + <wsdl:operation name="telephonySmsUserGetCallBack"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsUserGetCallBack" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="dedicatedNetbootModify"> <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedNetbootModify" /> <wsdl:input> @@ -19275,6 +22923,19 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="dnsUninstall"> + <soap:operation soapAction="http://soapi.ovh.com/manager#dnsUninstall" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="dedicatedFilterIrcClientRuleList"> <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedFilterIrcClientRuleList" /> <wsdl:input> @@ -19288,8 +22949,8 @@ </wsdl:fault> </wsdl:operation> - <wsdl:operation name="dnsUninstall"> - <soap:operation soapAction="http://soapi.ovh.com/manager#dnsUninstall" /> + <wsdl:operation name="telephonyFunctionKeyAdd"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyFunctionKeyAdd" /> <wsdl:input> <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> </wsdl:input> @@ -19314,8 +22975,8 @@ </wsdl:fault> </wsdl:operation> - <wsdl:operation name="telephonyFunctionKeyAdd"> - <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyFunctionKeyAdd" /> + <wsdl:operation name="telephonyPlugAndPhoneReset"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPlugAndPhoneReset" /> <wsdl:input> <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> </wsdl:input> @@ -19340,6 +23001,19 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="telephonySpareInfo"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySpareInfo" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="telephonySmsUserDel"> <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsUserDel" /> <wsdl:input> @@ -19392,6 +23066,19 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="dedicatedIPForUDPMove"> + <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedIPForUDPMove" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="nicUpdate"> <soap:operation soapAction="http://soapi.ovh.com/manager#nicUpdate" /> <wsdl:input> @@ -19405,6 +23092,19 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="passwordManager"> + <soap:operation soapAction="http://soapi.ovh.com/manager#passwordManager" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="telephonyOfferModifyName"> <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyOfferModifyName" /> <wsdl:input> @@ -19431,6 +23131,19 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="telephonySmsSetCallBack"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsSetCallBack" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="multiDomainModify"> <soap:operation soapAction="http://soapi.ovh.com/manager#multiDomainModify" /> <wsdl:input> @@ -19600,6 +23313,19 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="telephonySmsUserDeleteCsvAttachment"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsUserDeleteCsvAttachment" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="mailingListSubscriberListByEmail"> <soap:operation soapAction="http://soapi.ovh.com/manager#mailingListSubscriberListByEmail" /> <wsdl:input> @@ -19730,6 +23456,19 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="telephonySviInfo"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySviInfo" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="dnsGeolocalizeHosting"> <soap:operation soapAction="http://soapi.ovh.com/manager#dnsGeolocalizeHosting" /> <wsdl:input> @@ -19795,8 +23534,8 @@ </wsdl:fault> </wsdl:operation> - <wsdl:operation name="telephonyConferenceOptionsModify"> - <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyConferenceOptionsModify" /> + <wsdl:operation name="dedicatedIPForUDPGet"> + <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedIPForUDPGet" /> <wsdl:input> <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> </wsdl:input> @@ -19860,6 +23599,19 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="telephonySmsBlacklistedSendersDelete"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsBlacklistedSendersDelete" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="zoneImport"> <soap:operation soapAction="http://soapi.ovh.com/manager#zoneImport" /> <wsdl:input> @@ -19873,6 +23625,19 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="telephonySmsplusServiceAdd"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsplusServiceAdd" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="multiDomainDel"> <soap:operation soapAction="http://soapi.ovh.com/manager#multiDomainDel" /> <wsdl:input> @@ -19886,6 +23651,32 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="telephonySpareCreateRMA"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySpareCreateRMA" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + + <wsdl:operation name="telephonySmsplusServiceEdit"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsplusServiceEdit" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="dedicatedMailinglistSubscribe"> <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedMailinglistSubscribe" /> <wsdl:input> @@ -19964,8 +23755,8 @@ </wsdl:fault> </wsdl:operation> - <wsdl:operation name="telephonyPlugAndPhoneInfo"> - <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPlugAndPhoneInfo" /> + <wsdl:operation name="ripeCreateOrganisation"> + <soap:operation soapAction="http://soapi.ovh.com/manager#ripeCreateOrganisation" /> <wsdl:input> <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> </wsdl:input> @@ -19977,8 +23768,8 @@ </wsdl:fault> </wsdl:operation> - <wsdl:operation name="telephonyReversmentsRefundFromBillingAccount"> - <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyReversmentsRefundFromBillingAccount" /> + <wsdl:operation name="telephonyPlugAndPhoneInfo"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPlugAndPhoneInfo" /> <wsdl:input> <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> </wsdl:input> @@ -20003,6 +23794,19 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="telephonyReversmentsRefundFromBillingAccount"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyReversmentsRefundFromBillingAccount" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="telephonyVoicemailMessageDelete"> <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyVoicemailMessageDelete" /> <wsdl:input> @@ -20042,6 +23846,19 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="telephonySpareServiceInfo"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonySpareServiceInfo" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="telephonyAbbreviatedNumberModify"> <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyAbbreviatedNumberModify" /> <wsdl:input> @@ -20055,6 +23872,19 @@ </wsdl:fault> </wsdl:operation> + <wsdl:operation name="telephonyOfferSimultaneousLinesModify"> + <soap:operation soapAction="http://soapi.ovh.com/manager#telephonyOfferSimultaneousLinesModify" /> + <wsdl:input> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:input> + <wsdl:output> + <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager" /> + </wsdl:output> + <wsdl:fault name="failure"> + <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="dedicatedMonitoringServiceList"> <soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedMonitoringServiceList" /> <wsdl:input> diff --git a/ext/ovh/soapi/zoneEntryAdd b/ext/ovh/soapi/zoneEntryAdd index 20ecd1fd..7a2f7f7f 100755 --- a/ext/ovh/soapi/zoneEntryAdd +++ b/ext/ovh/soapi/zoneEntryAdd @@ -15,7 +15,7 @@ def default(o): return list(iterable) return JSONEncoder.default(o) -wsdl = dirname(realpath(__file__)) + '/soapi-re-1.24.wsdl' +wsdl = dirname(realpath(__file__)) + '/soapi.wsdl' soap = WSDL.Proxy(wsdl) username = environ['KREBS_OVH_USER'] diff --git a/ext/ovh/soapi/zoneEntryDel b/ext/ovh/soapi/zoneEntryDel index c8137fc1..350ab0ee 100755 --- a/ext/ovh/soapi/zoneEntryDel +++ b/ext/ovh/soapi/zoneEntryDel @@ -15,7 +15,7 @@ def default(o): return list(iterable) return JSONEncoder.default(o) -wsdl = dirname(realpath(__file__)) + '/soapi-re-1.24.wsdl' +wsdl = dirname(realpath(__file__)) + '/soapi.wsdl' soap = WSDL.Proxy(wsdl) username = environ['KREBS_OVH_USER'] diff --git a/ext/ovh/soapi/zoneEntryList b/ext/ovh/soapi/zoneEntryList index 63d0f1c6..d52d4420 100755 --- a/ext/ovh/soapi/zoneEntryList +++ b/ext/ovh/soapi/zoneEntryList @@ -14,7 +14,7 @@ def default(o): return list(iterable) return JSONEncoder.default(o) -wsdl = dirname(realpath(__file__)) + '/soapi-re-1.24.wsdl' +wsdl = dirname(realpath(__file__)) + '/soapi.wsdl' soap = WSDL.Proxy(wsdl) username = environ['KREBS_OVH_USER'] diff --git a/ext/ovh/soapi/zoneExport b/ext/ovh/soapi/zoneExport index 7747ded4..8471f69c 100755 --- a/ext/ovh/soapi/zoneExport +++ b/ext/ovh/soapi/zoneExport @@ -14,7 +14,8 @@ def default(o): return list(iterable) return JSONEncoder.default(o) -wsdl = dirname(realpath(__file__)) + '/soapi-re-1.24.wsdl' +#wsdl = dirname(realpath(__file__)) + '/soapi.wsdl' +wsdl = dirname(realpath(__file__)) + '/soapi.wsdl' soap = WSDL.Proxy(wsdl) username = environ['KREBS_OVH_USER'] diff --git a/ext/ovh/soapi/zoneImport b/ext/ovh/soapi/zoneImport index 42d46caf..531fb8a1 100755 --- a/ext/ovh/soapi/zoneImport +++ b/ext/ovh/soapi/zoneImport @@ -16,7 +16,7 @@ def default(o): return list(iterable) return JSONEncoder.default(o) -wsdl = dirname(realpath(__file__)) + '/soapi-re-1.24.wsdl' +wsdl = dirname(realpath(__file__)) + '/soapi.wsdl' soap = WSDL.Proxy(wsdl) username = environ['KREBS_OVH_USER'] |
