Skip navigation

API Reference

Reconnect

The Device Reconnect function is used to reset the subscription location data in the mobile network. This can resolve problems in the network, and allow a device to reconnect.

IMPORTANT! This SOAP API has a REST replacement which we strongly suggest as alternative.
Please use this REST API instead: 

IoT Accelerator REST API

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

— <baseURI>/dcpapi/DeviceReconnect?WSDL

EXAMPLE OF API REQUEST:
<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"⇒
xmlns:dev="http://api.dcp.ericsson.net/DeviceReconnect">
<soapenv:Header/>
<soapenv:Body>
<dev:Reconnect>
<resource>
<id>240081001000000</id>
<type>imsi</type>
</resource>
</dev:Reconnect>
</soapenv:Body>
</soapenv:Envelope>
EXAMPLE OF API RESPONSE:
<env:Envelope
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
<env:Header/>
<env:Body>
<ns2:ReconnectResponse
xmlns:ns2="http://api.dcp.ericsson.net/DeviceReconnect"/>
</env:Body>
</env:Envelope>