Sending a Ping request in Concise mode
The following example requests an echo from the Encyclopedia service and asks for the response in Concise mode. The request includes binary payload data for the response to return.
<SOAP-ENV:Header>
<AuthId>MvEQLSkwhYEHEBl8PqbCum5+MLDk=</AuthId>
<Locale>en_US</Locale>
<TargetVolume>Legion</TargetVolume>
<DelayFlush>true</DelayFlush>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<Ping>
<Destination>EE</Destination>
<Action>Echo</Action>
<Mode>Concise</Mode>
<Payload>******************************</Payload>
</Ping>
</SOAP-ENV:Body>
A Ping response in Concise mode sends the total elapsed time to send the request and receive the response. If the request includes payload data, the data returns in the response.
<SOAP-ENV:Body>
<PingResponse>
<Reply>Ping reply from EE received. Time elapsed= 10 ms
</Reply>
<Payload>******************************</Payload>
</PingResponse>
</SOAP-ENV:Body>