| Catalyst-Model-XMLRPC documentation | view source | Contained in the Catalyst-Model-XMLRPC distribution. |
Catalyst::Helper::Model::XMLRPC - Helper for XMLRPC models
script/myapp_create.pl model RemoteService XMLRPC http://webservice.example.com:9000
Helper for the Catalyst XMLRPC model.
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:
RemoteServiceThe name of the model. This is also used to determine the filename,
e.g. lib/MyApp/Model/RemoteService.pm.
XMLRPCThe helper to use, i.e. this one.
http://webservice.example.com:9000The 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.
Makes the XMLRPC model class.
Makes tests for the XMLRPC model.
Florian Merges <fmerges@cpan.org>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| Catalyst-Model-XMLRPC documentation | view source | Contained in the Catalyst-Model-XMLRPC distribution. |