NAME

otaserver - A CGI program (and Registry program under mod_perl) that responds to OTA messages sent via simple HTTP/HTTPS

SYNOPSIS

# use the "otaclient" program to exercise "otaserver"
# (by default, the "client_class" is set to "Business::Travel::OTA::Client::HTTP")

otaclient --ping
otaclient --ping --client_class=Business::Travel::OTA::Client::HTTP --responder=http://localhost/cgi-bin/otaserver

DESCRIPTION

The "otaserver" program is a CGI program (and Registry program under mod_perl) that responds to OTA messages sent via simple HTTP/HTTPS.

ACKNOWLEDGEMENTS

* Author:  Stephen Adkins <sadkins@therubicongroup.com>
* Copyright: (c) 2005 Stephen Adkins (for the purpose of making it Free)
* License: This is free software. It is licensed under the same terms as Perl itself.

SEE ALSO