ExVerticalBooking v0.2.4 ExVerticalBooking.Request.OtaPing View Source
Link to this section Summary
Functions
Ping message
Link to this section Types
Link to this section Functions
Link to this function
execute(credentials, meta)
View Sourceexecute(credentials(), ExVerticalBooking.Meta.t()) :: {:ok, struct(), ExVerticalBooking.Meta.t()} | {:error, any(), ExVerticalBooking.Meta.t()}
Ping message
This is a simple XML message that could be useful to test if the connection is working correctly. We suggest to implement this method first in order to be sure that the SOAP level communication is correct.
Example
ExVerticalBooking.Request.OtaPing.execute()