API Reference
QuerySubscriptionPackages
With this operation, it is possible to retrieve a list of valid subscription packages. It lists only those subscription packages to which subscriptions can be assigned.
The WSDL is available at the following URL, where the <baseURI> parameter is provided by the operator:
— <baseURI>/dcpapi/SubscriptionManagement?WSDL
EXAMPLE OF API REQUEST:
<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" ⇒
xmlns:sub="http://api.dcp.ericsson.net/SubscriptionManagement">
<soapenv:Header/>
<soapenv:Body>
<sub:QuerySubscriptionPackages></sub:QuerySubscriptionPackages>
</soapenv:Body>
</soapenv:Envelope>
EXAMPLE OF API RESPONSE:
<env:Envelope
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
<env:Header/>
<env:Body>
<ns2:QuerySubscriptionPackagesResponse ⇒
xmlns:ns2="http://api.dcp.ericsson.net/SubscriptionManagement">
<subscriptionPackages>
<subscriptionPackageName>C1P5_subtype_0</subscriptionPackageName>
<serviceContract>C1P5_OPA_1</serviceContract>
</subscriptionPackages>
<subscriptionPackages>
<subscriptionPackageName>C1P5_subtype_3</subscriptionPackageName>
<serviceContract>C1P5_OPA_1</serviceContract>
</subscriptionPackages>
</ns2:QuerySubscriptionPackagesResponse>
</env:Body>
</env:Envelope>