Skip to content

Instantly share code, notes, and snippets.

@egi
Created May 29, 2013 04:25
Show Gist options
  • Save egi/5667961 to your computer and use it in GitHub Desktop.
Save egi/5667961 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Header
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"/>
<soapenv:Body>
<get:GetSubsInfoResponse
xmlns:get="http://www.example.org/GetSubsInfo/">
<Tid>628588190194720130507124218</Tid>
<Msisdn>6281519307097</Msisdn>
<IMSI/>
<ServiceClass>3068</ServiceClass>
<Services>
<Service>
<ServiceType>Main Package</ServiceType>
<ServiceName>SP BlackBerry</ServiceName>
<ServiceDescription>SP BlackBerry</ServiceDescription>
<StartDate>20130524</StartDate>
<EndDate>20130826</EndDate>
<Quotas/>
</Service>
<Service>
<ServiceType>Add On</ServiceType>
<ServiceName>BOR</ServiceName>
<ServiceDescription>Super3G+ Quota Bulanan 200</ServiceDescription>
<PackageCode>QB200K</PackageCode>
<PackageName>IIN Quota Bulanan 200K</PackageName>
<StartDate>20130528</StartDate>
<EndDate>20130627</EndDate>
<PackagePeriod>30</PackagePeriod>
<PeriodUnit>DAY</PeriodUnit>
<Quotas>
<Quota>
<Name>Kuota utama, berlaku jam 00:00 - 24:00, speed 7,2 Mbps</Name>
<Description>Kuota utama (00-24), speed 7.2Mbps</Description>
<RawInitialQuota>6291456</RawInitialQuota>
<RawAditionalQuota>0</RawAditionalQuota>
<RawUsedQuota>4744</RawUsedQuota>
<RawRemainingQuota>6286712</RawRemainingQuota>
<InitialQuota>6144</InitialQuota>
<AdditionalQuota>0</AdditionalQuota>
<UsedQuota>4.6328125</UsedQuota>
<RemainingQuota>6139.3671875</RemainingQuota>
<QuotaUnit>MB</QuotaUnit>
<BenefitType>DATA</BenefitType>
<ExpiryDate>20130627</ExpiryDate>
<QuotaSource>DA:20</QuotaSource>
<Show>ON</Show>
</Quota>
<Quota>
<Name>Kuota midnight, berlaku 00:00 - 06:00, speed 7,2 Mbps</Name>
<Description>Kuota midnight (00-06), speed 7.2Mbps</Description>
<RawInitialQuota>1572864</RawInitialQuota>
<RawAditionalQuota>0</RawAditionalQuota>
<RawUsedQuota>0</RawUsedQuota>
<RawRemainingQuota>1572864</RawRemainingQuota>
<InitialQuota>1536</InitialQuota>
<AdditionalQuota>0</AdditionalQuota>
<UsedQuota>0</UsedQuota>
<RemainingQuota>1536</RemainingQuota>
<QuotaUnit>MB</QuotaUnit>
<BenefitType>DATA</BenefitType>
<ExpiryDate>20130627
</ExpiryDate>
<QuotaSource>DA:21</QuotaSource>
<Show>ON</Show>
</Quota>
</Quotas>
</Service>
</Services>
</get:GetSubsInfoResponse>
</soapenv:Body>
</soapenv:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment