Ping 

This method will is for partner to do 

Request Parameters 

No. Parameter Name Mandatory/
Optional 
Parameter
Data Type 
Sample Parameter 
Data
Description 
N/A 

Sample Request 

1  <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" 
2  xmlns:tem="http://tempuri.org/"> 
3     <soapenv:Header/> 
4     <soapenv:Body> 
5      <tem:Ping/> 
6     </soapenv:Body> 
7    </soapenv:Envelope>  

Response Parameters 

No. Parameter Name Parameter 
Data Type
Sample
Parameter Data 
Description 
PingResult Int Response data will always be 1 which mean API is up.

Sample Response 

1  <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
2    <s:Body> 
3     <PingResponse xmlns="http://tempuri.org/"> 
4      <PingResult>1</PingResult> 
5     </PingResponse> 
6    </s:Body> 
7   </s:Envelope>