|
INPUT :
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://server.api.nep.mobinets.com/">
<soapenv:Header/>
<soapenv:Body>
<ser:updateCurrentPairsStatus>
<!-Optional:->
<subscriberNo>26836660</subscriberNo>
<!-Optional:->
<status>Spare pair</status>
</ser:updateCurrentPairsStatus>
</soapenv:Body>
</soapenv:Envelope>
OUTPUT :
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<ns2:updateCurrentPairsStatusResponse xmlns:ns2="http://server.api.nep.mobinets.com/"/>
</soap:Body>
</soap:Envelope>
|