NAME
FleetConf::Workflow::RT - Workflow for contacting RT via custom SOAP server
SYNOPSIS
# in fleet.conf
workflows {
RT {
class = FleetConf::Workflow::RT
args {
proxy = http://www.example.com/cgi-bin/rt-soap-server.pl
query = Queue = 'Jobs' AND (Status = 'new' OR Status = 'open')
ssl_client_certificate = $FleetConf::globals{conf_root}/ssl/my.crt
ssl_client_key = $FleetConf::globals{conf_root}/ssl/my.key
}
}
}
DESCRIPTION
This workflow uses a customized RT SOAP server based upon the original rt-soap-server.pl
originally published by Best Practical, LLC. You can find the custom SOAP server in the contrib/ directory of the FleetConf distribution.
This system uses SSL client authentication to authenticate with the SOAP server and perform actions against the server.
AUTHOR
Andrew Sterling Hanenkamp, <hanenkamp@users.sourceforge.net>
COPYRIGHT AND LICENSE
Copyright 2005 Andrew Sterling Hanenkamp. All Rights Reserved.
FleetConf is distributed and licensed under the same terms as Perl itself.