[MOBY-guts] biomoby commit
Mark Wilkinson
mwilkinson at pub.open-bio.org
Mon Sep 1 14:21:14 EDT 2003
mwilkinson
Mon Sep 1 13:21:14 EDT 2003
Update of /home/repository/moby/moby-live/Perl/MOBY
In directory pub.open-bio.org:/tmp/cvs-serv14790/Perl/MOBY
Modified Files:
Central.pm
Log Message:
The synopsis here was also flawed, though nobody should be using this module directly...
moby-live/Perl/MOBY Central.pm,1.104,1.105
===================================================================
RCS file: /home/repository/moby/moby-live/Perl/MOBY/Central.pm,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -r1.104 -r1.105
--- /home/repository/moby/moby-live/Perl/MOBY/Central.pm 2003/08/19 19:27:44 1.104
+++ /home/repository/moby/moby-live/Perl/MOBY/Central.pm 2003/09/01 17:21:14 1.105
@@ -58,13 +58,10 @@
die ref $res ? $res->faultstring : $soap->transport->status, "\n";
};
- my $reg = $Central->registerService("
- );
- print "success ", $reg->success;
- print "\nmessage ", $reg->message;
- print "\nregistration_id ", $reg->registration_id;
- print "\n\n";
-
+ my $NAMES_XML = MOBY::Central->retrieveObjectNames;
+ print $NAMES_XML;
+ # ... do something with the XML
+
----------------------------------------
More information about the MOBY-guts
mailing list