|
INPUT :
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://server.api.nep.mobinets.com/">
<soapenv:Header/>
<soapenv:Body>
<ser:getPEIpAddresses>
<!-Optional:->
<subscriberNo>23258995</subscriberNo>
<!-Optional:->
<versionName>Planning</versionName>
</ser:getPEIpAddresses>
</soapenv:Body>
</soapenv:Envelope>
OUTPUT :
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<ns2:getPEIpAddressesResponse xmlns:ns2="http://server.api.nep.mobinets.com/"/>
</soap:Body>
</soap:Envelope>
|