Skip to content

Instantly share code, notes, and snippets.

Created January 3, 2012 00:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/1552902 to your computer and use it in GitHub Desktop.
Save anonymous/1552902 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?><definitions name="Billing" targetNamespace="urn:Billing" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="urn:Billing" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns="http://schemas.xmlsoap.org/wsdl/">
<types xmlns="http://schemas.xmlsoap.org/wsdl/">
</types>
<message name="Update_Currencies_listRequest">
<part name="security_key" type="xsd:string" />
</message>
<message name="Update_Currencies_listResponse">
<part name="result" type="xsd:boolean" />
<part name="message" type="xsd:string" />
</message>
<message name="Reload_Asterisk_SIP_IAXRequest">
<part name="security_key" type="xsd:string" />
</message>
<message name="Reload_Asterisk_SIP_IAXResponse">
<part name="result" type="xsd:boolean" />
<part name="message" type="xsd:string" />
</message>
<message name="Authenticate_AdminRequest">
<part name="security_key" type="xsd:string" />
<part name="username" type="xsd:string" />
<part name="pwd" type="xsd:string" />
</message>
<message name="Authenticate_AdminResponse">
<part name="result" type="xsd:boolean" />
<part name="message" type="xsd:string" />
</message>
<message name="Set_AdminPwdRequest">
<part name="security_key" type="xsd:string" />
<part name="username" type="xsd:string" />
<part name="pwd" type="xsd:string" />
</message>
<message name="Set_AdminPwdResponse">
<part name="result" type="xsd:boolean" />
<part name="message" type="xsd:string" />
</message>
<message name="Write_NotificationRequest">
<part name="security_key" type="xsd:string" />
<part name="from" type="xsd:string" />
<part name="subject" type="xsd:string" />
<part name="priority" type="xsd:integer" />
</message>
<message name="Write_NotificationResponse">
<part name="result" type="xsd:string" />
<part name="message" type="xsd:string" />
</message>
<message name="Create_InstanceRequest">
<part name="security_key" type="xsd:string" />
<part name="instance_name" type="xsd:string" />
</message>
<message name="Create_InstanceResponse">
<part name="result" type="xsd:string" />
<part name="message" type="xsd:string" />
</message>
<message name="Set_InstanceDescriptionRequest">
<part name="security_key" type="xsd:string" />
<part name="instance" type="xsd:string" />
<part name="description" type="xsd:string" />
</message>
<message name="Set_InstanceDescriptionResponse">
<part name="result" type="xsd:boolean" />
<part name="message" type="xsd:string" />
</message>
<message name="Set_InstanceProvisioningRequest">
<part name="security_key" type="xsd:string" />
<part name="instance" type="xsd:string" />
<part name="provisioning" type="xsd:string" />
</message>
<message name="Set_InstanceProvisioningResponse">
<part name="result" type="xsd:boolean" />
<part name="message" type="xsd:string" />
</message>
<message name="Get_CustomerGroupsRequest">
<part name="security_key" type="xsd:string" />
</message>
<message name="Get_CustomerGroupsResponse">
<part name="result" type="xsd:array" />
<part name="message" type="xsd:string" />
</message>
<message name="Get_CurrenciesRequest">
<part name="security_key" type="xsd:string" />
</message>
<message name="Get_CurrenciesResponse">
<part name="result" type="xsd:array" />
<part name="message" type="xsd:string" />
</message>
<message name="Get_Currencies_valueRequest">
<part name="security_key" type="xsd:string" />
<part name="currency" type="xsd:string" />
</message>
<message name="Get_Currencies_valueResponse">
<part name="result" type="xsd:array" />
<part name="message" type="xsd:string" />
</message>
<message name="Get_CountriesRequest">
<part name="security_key" type="xsd:string" />
</message>
<message name="Get_CountriesResponse">
<part name="result" type="xsd:array" />
<part name="message" type="xsd:string" />
</message>
<message name="Get_SettingRequest">
<part name="security_key" type="xsd:string" />
<part name="setting_key" type="xsd:string" />
</message>
<message name="Get_SettingResponse">
<part name="result" type="xsd:array" />
<part name="message" type="xsd:string" />
</message>
<message name="Set_SettingRequest">
<part name="security_key" type="xsd:string" />
<part name="setting_key" type="xsd:string" />
<part name="value" type="xsd:string" />
</message>
<message name="Set_SettingResponse">
<part name="result" type="xsd:array" />
<part name="message" type="xsd:string" />
</message>
<message name="Get_Account_AttributeRequest">
<part name="security_key" type="xsd:string" />
<part name="attribute" type="xsd:string" />
<part name="username" type="xsd:string" />
</message>
<message name="Get_Account_AttributeResponse">
<part name="result" type="xsd:array" />
<part name="message" type="xsd:string" />
</message>
<message name="Set_Account_AttributeRequest">
<part name="security_key" type="xsd:string" />
<part name="attribute" type="xsd:string" />
<part name="username" type="xsd:string" />
<part name="value" type="xsd:string" />
</message>
<message name="Set_Account_AttributeResponse">
<part name="result" type="xsd:array" />
<part name="message" type="xsd:string" />
</message>
<message name="Get_LanguagesRequest">
<part name="security_key" type="xsd:string" />
</message>
<message name="Get_LanguagesResponse">
<part name="result" type="xsd:array" />
<part name="message" type="xsd:string" />
</message>
<message name="Create_DIDGroupRequest">
<part name="security_key" type="xsd:string" />
<part name="instance" type="xsd:string" />
</message>
<message name="Create_DIDGroupResponse">
<part name="id_didgroup" type="xsd:integer" />
<part name="message" type="xsd:string" />
</message>
<message name="Create_ProviderRequest">
<part name="security_key" type="xsd:string" />
<part name="instance" type="xsd:string" />
</message>
<message name="Create_ProviderResponse">
<part name="id_provider" type="xsd:integer" />
<part name="message" type="xsd:string" />
</message>
<message name="Create_RatecardRequest">
<part name="security_key" type="xsd:string" />
<part name="instance" type="xsd:string" />
</message>
<message name="Create_RatecardResponse">
<part name="id_ratecard" type="xsd:integer" />
<part name="message" type="xsd:string" />
</message>
<message name="Create_CallplanRequest">
<part name="security_key" type="xsd:string" />
<part name="instance" type="xsd:string" />
<part name="id_ratecard" type="xsd:integer" />
</message>
<message name="Create_CallplanResponse">
<part name="id_callplan" type="xsd:integer" />
<part name="message" type="xsd:string" />
</message>
<message name="Create_VoucherRequest">
<part name="security_key" type="xsd:string" />
<part name="credit" type="xsd:float" />
<part name="units" type="xsd:integer" />
<part name="currency" type="xsd:string" />
</message>
<message name="Create_VoucherResponse">
<part name="result" type="xsd:array" />
<part name="message" type="xsd:string" />
</message>
<message name="Create_CustomerRequest">
<part name="security_key" type="xsd:string" />
<part name="instance" type="xsd:string" />
<part name="id_callplan" type="xsd:integer" />
<part name="id_didgroup" type="xsd:integer" />
<part name="units" type="xsd:integer" />
<part name="accountnumber_len" type="xsd:integer" />
<part name="balance" type="xsd:float" />
<part name="activated" type="xsd:boolean" />
<part name="status" type="xsd:integer" />
<part name="simultaccess" type="xsd:integer" />
<part name="currency" type="xsd:string" />
<part name="typepaid" type="xsd:integer" />
<part name="sip" type="xsd:integer" />
<part name="iax" type="xsd:integer" />
<part name="language" type="xsd:string" />
<part name="voicemail_enabled" type="xsd:boolean" />
<part name="country" type="xsd:string" />
</message>
<message name="Create_CustomerResponse">
<part name="result" type="xsd:array" />
<part name="message" type="xsd:string" />
</message>
<message name="Validate_DIDPrefixRequest">
<part name="security_key" type="xsd:string" />
<part name="did_prefix" type="xsd:string" />
</message>
<message name="Validate_DIDPrefixResponse">
<part name="result" type="xsd:boolean" />
<part name="message" type="xsd:string" />
</message>
<message name="Create_DIDRequest">
<part name="security_key" type="xsd:string" />
<part name="account_id" type="xsd:array" />
<part name="id_didgroup" type="xsd:integer" />
<part name="rate" type="xsd:float" />
<part name="connection_charge" type="xsd:float" />
<part name="did_prefix" type="xsd:string" />
<part name="did_suffix" type="xsd:string" />
<part name="country" type="xsd:integer" />
</message>
<message name="Create_DIDResponse">
<part name="result" type="xsd:array" />
<part name="message" type="xsd:string" />
</message>
<message name="Get_ProvisioningListRequest">
<part name="security_key" type="xsd:string" />
<part name="provisioning_uri" type="xsd:string" />
</message>
<message name="Get_ProvisioningListResponse">
<part name="result" type="xsd:array" />
<part name="message" type="xsd:string" />
</message>
<message name="Create_TrunkConfigRequest">
<part name="security_key" type="xsd:string" />
<part name="instance" type="xsd:string" />
<part name="uri_trunk" type="xsd:string" />
<part name="activation_code" type="xsd:string" />
<part name="provider_name" type="xsd:string" />
</message>
<message name="Create_TrunkConfigResponse">
<part name="result" type="xsd:string" />
<part name="message" type="xsd:string" />
</message>
<message name="Get_RatesRequest">
<part name="security_key" type="xsd:string" />
<part name="uri_rate" type="xsd:string" />
<part name="activation_code" type="xsd:string" />
<part name="margin" type="xsd:float" />
</message>
<message name="Get_RatesResponse">
<part name="result" type="xsd:array" />
<part name="message" type="xsd:string" />
</message>
<message name="Create_RatesRequest">
<part name="security_key" type="xsd:string" />
<part name="instance" type="xsd:string" />
<part name="rates" type="xsd:array" />
</message>
<message name="Create_RatesResponse">
<part name="result" type="xsd:boolean" />
<part name="message" type="xsd:string" />
</message>
<message name="Update_RatesRequest">
<part name="security_key" type="xsd:string" />
<part name="instance" type="xsd:string" />
<part name="rates" type="xsd:array" />
</message>
<message name="Update_RatesResponse">
<part name="result" type="xsd:boolean" />
<part name="message" type="xsd:string" />
</message>
<message name="Get_Subscription_SignupRequest">
<part name="security_key" type="xsd:string" />
</message>
<message name="Get_Subscription_SignupResponse">
<part name="result" type="xsd:array" />
<part name="message" type="xsd:string" />
</message>
<message name="Add_CallerIDRequest">
<part name="security_key" type="xsd:string" />
<part name="callerid" type="xsd:integer" />
<part name="id_cc_card" type="xsd:integer" />
<part name="accountnumber" type="xsd:integer" />
</message>
<message name="Add_CallerIDResponse">
<part name="result" type="xsd:array" />
<part name="message" type="xsd:string" />
</message>
<message name="Get_Calls_HistoryRequest">
<part name="security_key" type="xsd:string" />
<part name="card_id" type="xsd:integer" />
<part name="starttime_begin" type="xsd:string" />
<part name="starttime_end" type="xsd:string" />
<part name="offset" type="xsd:integer" />
<part name="items_number" type="xsd:integer" />
<part name="terminatecauseid" type="xsd:integer" />
</message>
<message name="Get_Calls_HistoryResponse">
<part name="result" type="xsd:array" />
<part name="message" type="xsd:string" />
</message>
<message name="Get_Log_RefillRequest">
<part name="security_key" type="xsd:string" />
<part name="card_id" type="xsd:integer" />
<part name="offset" type="xsd:integer" />
<part name="items_number" type="xsd:integer" />
</message>
<message name="Get_Log_RefillResponse">
<part name="result" type="xsd:array" />
<part name="message" type="xsd:string" />
</message>
<message name="Add_CreditRequest">
<part name="security_key" type="xsd:string" />
<part name="card_id" type="xsd:integer" />
<part name="value" type="xsd:string" />
<part name="description" type="xsd:string" />
<part name="refill_type" type="xsd:integer" />
</message>
<message name="Add_CreditResponse">
<part name="result" type="xsd:boolean" />
<part name="message" type="xsd:string" />
</message>
<portType name="BillingPort">
<operation name="Update_Currencies_list">
<input message="tns:Update_Currencies_listRequest" />
<output message="tns:Update_Currencies_listResponse" />
</operation>
<operation name="Reload_Asterisk_SIP_IAX">
<input message="tns:Reload_Asterisk_SIP_IAXRequest" />
<output message="tns:Reload_Asterisk_SIP_IAXResponse" />
</operation>
<operation name="Authenticate_Admin">
<input message="tns:Authenticate_AdminRequest" />
<output message="tns:Authenticate_AdminResponse" />
</operation>
<operation name="Set_AdminPwd">
<input message="tns:Set_AdminPwdRequest" />
<output message="tns:Set_AdminPwdResponse" />
</operation>
<operation name="Write_Notification">
<input message="tns:Write_NotificationRequest" />
<output message="tns:Write_NotificationResponse" />
</operation>
<operation name="Create_Instance">
<input message="tns:Create_InstanceRequest" />
<output message="tns:Create_InstanceResponse" />
</operation>
<operation name="Set_InstanceDescription">
<input message="tns:Set_InstanceDescriptionRequest" />
<output message="tns:Set_InstanceDescriptionResponse" />
</operation>
<operation name="Set_InstanceProvisioning">
<input message="tns:Set_InstanceProvisioningRequest" />
<output message="tns:Set_InstanceProvisioningResponse" />
</operation>
<operation name="Get_CustomerGroups">
<input message="tns:Get_CustomerGroupsRequest" />
<output message="tns:Get_CustomerGroupsResponse" />
</operation>
<operation name="Get_Currencies">
<input message="tns:Get_CurrenciesRequest" />
<output message="tns:Get_CurrenciesResponse" />
</operation>
<operation name="Get_Currencies_value">
<input message="tns:Get_Currencies_valueRequest" />
<output message="tns:Get_Currencies_valueResponse" />
</operation>
<operation name="Get_Countries">
<input message="tns:Get_CountriesRequest" />
<output message="tns:Get_CountriesResponse" />
</operation>
<operation name="Get_Setting">
<input message="tns:Get_SettingRequest" />
<output message="tns:Get_SettingResponse" />
</operation>
<operation name="Set_Setting">
<input message="tns:Set_SettingRequest" />
<output message="tns:Set_SettingResponse" />
</operation>
<operation name="Get_Account_Attribute">
<input message="tns:Get_Account_AttributeRequest" />
<output message="tns:Get_Account_AttributeResponse" />
</operation>
<operation name="Set_Account_Attribute">
<input message="tns:Set_Account_AttributeRequest" />
<output message="tns:Set_Account_AttributeResponse" />
</operation>
<operation name="Get_Languages">
<input message="tns:Get_LanguagesRequest" />
<output message="tns:Get_LanguagesResponse" />
</operation>
<operation name="Create_DIDGroup">
<input message="tns:Create_DIDGroupRequest" />
<output message="tns:Create_DIDGroupResponse" />
</operation>
<operation name="Create_Provider">
<input message="tns:Create_ProviderRequest" />
<output message="tns:Create_ProviderResponse" />
</operation>
<operation name="Create_Ratecard">
<input message="tns:Create_RatecardRequest" />
<output message="tns:Create_RatecardResponse" />
</operation>
<operation name="Create_Callplan">
<input message="tns:Create_CallplanRequest" />
<output message="tns:Create_CallplanResponse" />
</operation>
<operation name="Create_Voucher">
<input message="tns:Create_VoucherRequest" />
<output message="tns:Create_VoucherResponse" />
</operation>
<operation name="Create_Customer">
<input message="tns:Create_CustomerRequest" />
<output message="tns:Create_CustomerResponse" />
</operation>
<operation name="Validate_DIDPrefix">
<input message="tns:Validate_DIDPrefixRequest" />
<output message="tns:Validate_DIDPrefixResponse" />
</operation>
<operation name="Create_DID">
<input message="tns:Create_DIDRequest" />
<output message="tns:Create_DIDResponse" />
</operation>
<operation name="Get_ProvisioningList">
<input message="tns:Get_ProvisioningListRequest" />
<output message="tns:Get_ProvisioningListResponse" />
</operation>
<operation name="Create_TrunkConfig">
<input message="tns:Create_TrunkConfigRequest" />
<output message="tns:Create_TrunkConfigResponse" />
</operation>
<operation name="Get_Rates">
<input message="tns:Get_RatesRequest" />
<output message="tns:Get_RatesResponse" />
</operation>
<operation name="Create_Rates">
<input message="tns:Create_RatesRequest" />
<output message="tns:Create_RatesResponse" />
</operation>
<operation name="Update_Rates">
<input message="tns:Update_RatesRequest" />
<output message="tns:Update_RatesResponse" />
</operation>
<operation name="Get_Subscription_Signup">
<input message="tns:Get_Subscription_SignupRequest" />
<output message="tns:Get_Subscription_SignupResponse" />
</operation>
<operation name="Add_CallerID">
<input message="tns:Add_CallerIDRequest" />
<output message="tns:Add_CallerIDResponse" />
</operation>
<operation name="Get_Calls_History">
<input message="tns:Get_Calls_HistoryRequest" />
<output message="tns:Get_Calls_HistoryResponse" />
</operation>
<operation name="Get_Log_Refill">
<input message="tns:Get_Log_RefillRequest" />
<output message="tns:Get_Log_RefillResponse" />
</operation>
<operation name="Add_Credit">
<input message="tns:Add_CreditRequest" />
<output message="tns:Add_CreditResponse" />
</operation>
</portType>
<binding name="BillingBinding" type="tns:BillingPort">
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" />
<operation name="Update_Currencies_list">
<soap:operation soapAction="http://schemas.xmlsoap.org/soap/envelope/#SOAP_A2Billing#Update_Currencies_list" />
<input>
<soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</input>
<output>
<soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</output>
</operation>
<operation name="Reload_Asterisk_SIP_IAX">
<soap:operation soapAction="http://schemas.xmlsoap.org/soap/envelope/#SOAP_A2Billing#Reload_Asterisk_SIP_IAX" />
<input>
<soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</input>
<output>
<soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</output>
</operation>
<operation name="Authenticate_Admin">
<soap:operation soapAction="http://schemas.xmlsoap.org/soap/envelope/#SOAP_A2Billing#Authenticate_Admin" />
<input>
<soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</input>
<output>
<soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</output>
</operation>
<operation name="Set_AdminPwd">
<soap:operation soapAction="http://schemas.xmlsoap.org/soap/envelope/#SOAP_A2Billing#Set_AdminPwd" />
<input>
<soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</input>
<output>
<soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</output>
</operation>
<operation name="Write_Notification">
<soap:operation soapAction="http://schemas.xmlsoap.org/soap/envelope/#SOAP_A2Billing#Write_Notification" />
<input>
<soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</input>
<output>
<soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</output>
</operation>
<operation name="Create_Instance">
<soap:operation soapAction="http://schemas.xmlsoap.org/soap/envelope/#SOAP_A2Billing#Create_Instance" />
<input>
<soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</input>
<output>
<soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</output>
</operation>
<operation name="Set_InstanceDescription">
<soap:operation soapAction="http://schemas.xmlsoap.org/soap/envelope/#SOAP_A2Billing#Set_InstanceDescription" />
<input>
<soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</input>
<output>
<soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</output>
</operation>
<operation name="Set_InstanceProvisioning">
<soap:operation soapAction="http://schemas.xmlsoap.org/soap/envelope/#SOAP_A2Billing#Set_InstanceProvisioning" />
<input>
<soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</input>
<output>
<soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</output>
</operation>
<operation name="Get_CustomerGroups">
<soap:operation soapAction="http://schemas.xmlsoap.org/soap/envelope/#SOAP_A2Billing#Get_CustomerGroups" />
<input>
<soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</input>
<output>
<soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</output>
</operation>
<operation name="Get_Currencies">
<soap:operation soapAction="http://schemas.xmlsoap.org/soap/envelope/#SOAP_A2Billing#Get_Currencies" />
<input>
<soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</input>
<output>
<soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</output>
</operation>
<operation name="Get_Currencies_value">
<soap:operation soapAction="http://schemas.xmlsoap.org/soap/envelope/#SOAP_A2Billing#Get_Currencies_value" />
<input>
<soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</input>
<output>
<soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</output>
</operation>
<operation name="Get_Countries">
<soap:operation soapAction="http://schemas.xmlsoap.org/soap/envelope/#SOAP_A2Billing#Get_Countries" />
<input>
<soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</input>
<output>
<soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</output>
</operation>
<operation name="Get_Setting">
<soap:operation soapAction="http://schemas.xmlsoap.org/soap/envelope/#SOAP_A2Billing#Get_Setting" />
<input>
<soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</input>
<output>
<soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</output>
</operation>
<operation name="Set_Setting">
<soap:operation soapAction="http://schemas.xmlsoap.org/soap/envelope/#SOAP_A2Billing#Set_Setting" />
<input>
<soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</input>
<output>
<soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</output>
</operation>
<operation name="Get_Account_Attribute">
<soap:operation soapAction="http://schemas.xmlsoap.org/soap/envelope/#SOAP_A2Billing#Get_Account_Attribute" />
<input>
<soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</input>
<output>
<soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</output>
</operation>
<operation name="Set_Account_Attribute">
<soap:operation soapAction="http://schemas.xmlsoap.org/soap/envelope/#SOAP_A2Billing#Set_Account_Attribute" />
<input>
<soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</input>
<output>
<soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</output>
</operation>
<operation name="Get_Languages">
<soap:operation soapAction="http://schemas.xmlsoap.org/soap/envelope/#SOAP_A2Billing#Get_Languages" />
<input>
<soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</input>
<output>
<soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</output>
</operation>
<operation name="Create_DIDGroup">
<soap:operation soapAction="http://schemas.xmlsoap.org/soap/envelope/#SOAP_A2Billing#Create_DIDGroup" />
<input>
<soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</input>
<output>
<soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</output>
</operation>
<operation name="Create_Provider">
<soap:operation soapAction="http://schemas.xmlsoap.org/soap/envelope/#SOAP_A2Billing#Create_Provider" />
<input>
<soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</input>
<output>
<soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</output>
</operation>
<operation name="Create_Ratecard">
<soap:operation soapAction="http://schemas.xmlsoap.org/soap/envelope/#SOAP_A2Billing#Create_Ratecard" />
<input>
<soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</input>
<output>
<soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</output>
</operation>
<operation name="Create_Callplan">
<soap:operation soapAction="http://schemas.xmlsoap.org/soap/envelope/#SOAP_A2Billing#Create_Callplan" />
<input>
<soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</input>
<output>
<soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</output>
</operation>
<operation name="Create_Voucher">
<soap:operation soapAction="http://schemas.xmlsoap.org/soap/envelope/#SOAP_A2Billing#Create_Voucher" />
<input>
<soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</input>
<output>
<soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</output>
</operation>
<operation name="Create_Customer">
<soap:operation soapAction="http://schemas.xmlsoap.org/soap/envelope/#SOAP_A2Billing#Create_Customer" />
<input>
<soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</input>
<output>
<soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</output>
</operation>
<operation name="Validate_DIDPrefix">
<soap:operation soapAction="http://schemas.xmlsoap.org/soap/envelope/#SOAP_A2Billing#Validate_DIDPrefix" />
<input>
<soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</input>
<output>
<soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</output>
</operation>
<operation name="Create_DID">
<soap:operation soapAction="http://schemas.xmlsoap.org/soap/envelope/#SOAP_A2Billing#Create_DID" />
<input>
<soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</input>
<output>
<soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</output>
</operation>
<operation name="Get_ProvisioningList">
<soap:operation soapAction="http://schemas.xmlsoap.org/soap/envelope/#SOAP_A2Billing#Get_ProvisioningList" />
<input>
<soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</input>
<output>
<soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</output>
</operation>
<operation name="Create_TrunkConfig">
<soap:operation soapAction="http://schemas.xmlsoap.org/soap/envelope/#SOAP_A2Billing#Create_TrunkConfig" />
<input>
<soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</input>
<output>
<soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</output>
</operation>
<operation name="Get_Rates">
<soap:operation soapAction="http://schemas.xmlsoap.org/soap/envelope/#SOAP_A2Billing#Get_Rates" />
<input>
<soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</input>
<output>
<soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</output>
</operation>
<operation name="Create_Rates">
<soap:operation soapAction="http://schemas.xmlsoap.org/soap/envelope/#SOAP_A2Billing#Create_Rates" />
<input>
<soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</input>
<output>
<soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</output>
</operation>
<operation name="Update_Rates">
<soap:operation soapAction="http://schemas.xmlsoap.org/soap/envelope/#SOAP_A2Billing#Update_Rates" />
<input>
<soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</input>
<output>
<soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</output>
</operation>
<operation name="Get_Subscription_Signup">
<soap:operation soapAction="http://schemas.xmlsoap.org/soap/envelope/#SOAP_A2Billing#Get_Subscription_Signup" />
<input>
<soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</input>
<output>
<soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</output>
</operation>
<operation name="Add_CallerID">
<soap:operation soapAction="http://schemas.xmlsoap.org/soap/envelope/#SOAP_A2Billing#Add_CallerID" />
<input>
<soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</input>
<output>
<soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</output>
</operation>
<operation name="Get_Calls_History">
<soap:operation soapAction="http://schemas.xmlsoap.org/soap/envelope/#SOAP_A2Billing#Get_Calls_History" />
<input>
<soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</input>
<output>
<soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</output>
</operation>
<operation name="Get_Log_Refill">
<soap:operation soapAction="http://schemas.xmlsoap.org/soap/envelope/#SOAP_A2Billing#Get_Log_Refill" />
<input>
<soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</input>
<output>
<soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</output>
</operation>
<operation name="Add_Credit">
<soap:operation soapAction="http://schemas.xmlsoap.org/soap/envelope/#SOAP_A2Billing#Add_Credit" />
<input>
<soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</input>
<output>
<soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</output>
</operation>
</binding>
<service name="BillingService">
<documentation />
<port name="BillingPort" binding="tns:BillingBinding">
<soap:address location="http://me.slashmili.org:8999/a2billing/webservice/SOAP/soap-a2billing-server.php" />
</port>
</service>
</definitions>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment