NAME
Catalyst::Helper::Model::XMLRPC - Helper for XMLRPC models
SYNOPSIS
script/myapp_create.pl model RemoteService XMLRPC http://webservice.example.com:9000
DESCRIPTION
Helper for the Catalyst XMLRPC model.
USAGE
When creating a new XMLRPC model class using this helper, you can specify much of the configuration and have it filled automatically. Using the example from the "SYNOPSIS" section:
RemoteService
The name of the model. This is also used to determine the filename, e.g.
lib/MyApp/Model/RemoteService.pm
.XMLRPC
The helper to use, i.e. this one.
http://webservice.example.com:9000
The XMLRPC webservice fully qualified domain name (FQDN). Can also be an IP address, e.g.
127.0.0.1
. Followed by the port number, separated by colons.
METHODS
mk_compclass
Makes the XMLRPC model class.
mk_comptest
Makes tests for the XMLRPC model.
SEE ALSO
ACKNOWLEDGEMENTS
Daniel Westermann-Clark's module, Catalyst::Model::LDAP, it was my reference.
AUTHOR
Florian Merges <fmerges@cpan.org>
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.