|
:reserveBONT has Performance Issue :
0.3s on OLD versus 2.2s on NEW
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://server.api.nep.mobinets.com/">
<soapenv:Header/>
<soapenv:Body>
<ser:reserveBONT>
<!-Optional:->
<exchange>XQ06</exchange>
<!-Optional:->
<subscriberNo>926957</subscriberNo>
</ser:reserveBONT>
</soapenv:Body>
</soapenv:Envelope>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<ns2:reserveBONTResponse xmlns:ns2="http://server.api.nep.mobinets.com/">
<return>
<responseCode>0</responseCode>
<responseMessage>SUCCESS</responseMessage>
</return>
</ns2:reserveBONTResponse>
</soap:Body>
</soap:Envelope>
|