|
1. For this API : getSubscriberTrails, I found a trail, but the details are not displayed when I call the API.
<soapenv:Envelope xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/ xmlns:ser=http://server.internal.api.srd.nep.mobinets.com/>
<soapenv:Header/>
<soapenv:Body>
<ser:getSubscriberTrails>
<!-Optional:->
<subscriberNo>25699161</subscriberNo>
</ser:getSubscriberTrails>
</soapenv:Body>
</soapenv:Envelope>
<soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/>
<soap:Body>
<ns2:getSubscriberTrailsResponse xmlns:ns2=http://server.internal.api.srd.nep.mobinets.com//>
</soap:Body>
</soap:Envelope>
|