The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

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

SYNOPSIS

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

  otaclient --ping
  otaclient --ping --transport_class=Business::Travel::OTA::Transport::HTTP --server_url=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