21 Mar 2011 02:56
RPC::XML perl module, valid values for signature?
ted_pedersen <duluthted <at> gmail.com>
2011-03-21 01:56:39 GMT
2011-03-21 01:56:39 GMT
Greetings all, Can anyone shed light on how signatures should be used in RPC::XML::Server? The documentation is fairly vague... ===== http://search.cpan.org/~rjray/RPC-XML-0.74/lib/RPC/XML/Server.pm#Methods signature A list reference of the signatures by which this routine may be invoked. Every method has at least one signature. Though less efficient for cases of exactly one signature, a list reference is always used for sake of consistency. ===== What are the valid values for the signature field, and what do they represent? Below is an example where you can see the signature field in action... what you see are the fields include things like "array", "array string", "array array"...Is there a finite set of values for these fields, and if so, what are they? # This is an example program from Programming Web Services with Perl, # by Randy Ray and Pavel Kulchenko use strict; use warnings;(Continue reading)
RSS Feed