API Reference

QuerySubscriptionStatusChange

With this API it is possible to query the status of a requested status change of a SIM subscription, which has been requested previously using the RequestSubscriptionStatusChange API.

The WSDL is available at the following URL, where the <baseURI> parameter is provided by the operator:

— <baseURI>/dcpapi/ApiStatus?WSDL

EXAMPLE OF API REQUEST:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" ⇒
xmlns:sim="http://api.dcp.ericsson.net/SubscriptionManagement">
<soapenv:Header/>
<soapenv:Body>
<sim:QuerySubscriptionStatusChange>
<serviceRequestId>REQ000000001191</serviceRequestId>
</sim:QuerySubscriptionStatusChange>
</soapenv:Body>
</soapenv:Envelope>
EXAMPLE OF API RESPONSE:
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
<env:Header/>
<env:Body>
<ns2:QuerySubscriptionStatusChangeResponse ⇒
xmlns:ns2="http://api.dcp.ericsson.net/SubscriptionManagement">
<serviceRequestId>REQ000000001191</serviceRequestId>
<statusRequestResponse>Pending</statusRequestResponse>
<completedDate>2016-11-18Z</completedDate>
</ns2:QuerySubscriptionStatusChangeResponse>
</env:Body>
</env:Envelope>