
WebService::weblogUpdates - methods supported by the UserLand weblogUpdates framework.

my $weblogs = WebService::weblogUpdates->new(transport=>"SOAP",debug=>0);
$weblogs->ping("Perlblog","http://www.nospum.net/perlblog");

This package implements methods supported by the UserLand weblogUpdates framework, for the weblogs.com website.

Valid arguments are
String. Valid transports are SOAP and XMLRPC and REST. required
Boolean. Enable transport-specific debugging.

Ping the Userland servers and tell them your weblog has been updated.
Valid arguments are a hash reference whose keys are :
String. The name of your weblog. required
String. The URI of your weblog. required
String.
This key may be specified if
String.
Categories are not supported if the object's transport is REST.
Returns true or false. This means that, unlike the Userland server itself, a successful ping returns 1 and a failed ping returns 0.
Return the message that was sent with your last ping response.
Set the transport for use with the package. Valid transports are SOAP, XMLRPC and REST. This field is required.
Valid arguments are
Boolean. Enable transport-specific debugging.

0.33

October 28, 2002

http://www.xmlrpc.com/discuss/msgReader$2014?mode=day

These packages are required in order to support the following transports :
One of the following :
Default
(part of SOAP::Lite)
This is optional, but required if you want this package to try and return a short and sweet message instead of raw HTML.

Copyright (c) 2001-2002, Aaron Straup Cope. All Rights Reserved.
This is free software, you may use it and distribute it under the same terms as Perl itself.