Skip navigation

API Reference

RealtimeTrace

This service makes it possible to trace traffic for resources in real time.

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/RealtimeTrace?WSDL

EXAMPLE OF API REQUEST:
<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:trac="http://api.dcp.ericsson.net/RealtimeTrace">
<soapenv:Header/>
<soapenv:Body>
<trac:Query>
<traceLength>3</traceLength>
<filter>
<resourceFilter>
<resourceType>IMSI</resourceType>
<resourceId>123456789123456</resourceId>
<range>5</range>
</resourceFilter>
</filter>
</trac:Query>
</soapenv:Body>
</soapenv:Envelope>
EXAMPLE OF API RESPONSE:
<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" ⇒
xmlns:trac="http://api.dcp.ericsson.net/RealtimeTrace">
<soapenv:Header/>
<soapenv:Body>
<trac:Query>
<traceLength>3</traceLength>
<filter>
<eventFilter>
<countryCode>SE</countryCode>
</eventFilter>
</filter>
</trac:Query>
</soapenv:Body>
</soapenv:Envelope>