[MOBY-guts] biomoby commit
Mark Wilkinson
mwilkinson at pub.open-bio.org
Tue Dec 2 00:23:23 UTC 2003
mwilkinson
Mon Dec 1 19:23:23 EST 2003
Update of /home/repository/moby/moby-live/Perl/MOBY/Client
In directory pub.open-bio.org:/tmp/cvs-serv21426/Perl/MOBY/Client
Modified Files:
Central.html Central.pm CollectionArticle.pm SimpleArticle.pm
Log Message:
lots of changes to allow registration of arbitrary SOAP services. MOBY Central expects such services to register their inputs and outputs as LSIDs. They can similarly be discovered using LSID's. A mix of MOBY and non-MOBY inputs and outputs is allowed, but has not been tested. The URL component of the registration is the URL to the WSDL document describing the service.
moby-live/Perl/MOBY/Client Central.html,1.11,1.12 Central.pm,1.62,1.63 CollectionArticle.pm,1.5,1.6 SimpleArticle.pm,1.2,1.3
===================================================================
RCS file: /home/repository/moby/moby-live/Perl/MOBY/Client/Central.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- /home/repository/moby/moby-live/Perl/MOBY/Client/Central.html 2003/10/22 14:29:09 1.11
+++ /home/repository/moby/moby-live/Perl/MOBY/Client/Central.html 2003/12/02 00:23:23 1.12
@@ -409,7 +409,7 @@
Relationships => \@relationship_types (optional, 'all' if parameter is missing)
Registry => $registry_name (optional)
- expandRelationships (NOT YET IMPLEMENTED)</pre>
+ expandRelationships => [1/0] (optional)</pre>
<p>
</p>
<h2><a name="isa">ISA</a></h2>
===================================================================
RCS file: /home/repository/moby/moby-live/Perl/MOBY/Client/Central.pm,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- /home/repository/moby/moby-live/Perl/MOBY/Client/Central.pm 2003/11/22 00:08:10 1.62
+++ /home/repository/moby/moby-live/Perl/MOBY/Client/Central.pm 2003/12/02 00:23:23 1.63
@@ -1294,7 +1294,7 @@
Relationships => \@relationship_types (optional, 'all' if parameter is missing)
Registry => $registry_name (optional)
- expandRelationships (NOT YET IMPLEMENTED)
+ expandRelationships => [1/0] (optional)
=cut
===================================================================
RCS file: /home/repository/moby/moby-live/Perl/MOBY/Client/CollectionArticle.pm,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- /home/repository/moby/moby-live/Perl/MOBY/Client/CollectionArticle.pm 2003/09/12 18:34:21 1.5
+++ /home/repository/moby/moby-live/Perl/MOBY/Client/CollectionArticle.pm 2003/12/02 00:23:23 1.6
@@ -9,16 +9,24 @@
=head1 NAME
-MOBY::Client::CollectionArticle - a small object describing a MOBY Collection input or output
+MOBY::Client::CollectionArticle - a small object describing the Collection articles from the findService Response message of MOBY Central
=head1 SYNOPSIS
+experimental - please do not use in your code
+
=cut
=head1 DESCRIPTION
+This describes the Collection articles from the findService Response of MOBY Central
+(i.e. the description of the service), it DOES NOT create collection articles
+as provided by a service provider (i.e. simple articles containing data)
+
=head1 AUTHORS
+Mark Wilkinson (markw at illuminae dot com)
+
=cut
=head1 METHODS
===================================================================
RCS file: /home/repository/moby/moby-live/Perl/MOBY/Client/SimpleArticle.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- /home/repository/moby/moby-live/Perl/MOBY/Client/SimpleArticle.pm 2003/07/01 16:01:01 1.2
+++ /home/repository/moby/moby-live/Perl/MOBY/Client/SimpleArticle.pm 2003/12/02 00:23:23 1.3
@@ -8,16 +8,24 @@
=head1 NAME
-MOBY::Client::SimpleArticle - a small object describing a MOBY Simple input/output article
+MOBY::Client::SimpleArticle - a small object describing the Simple articles from the findService Response message of MOBY Central
=head1 SYNOPSIS
+experimental - please do not use in your code
+
=cut
=head1 DESCRIPTION
+This describes the Simple articles from the findService Response of MOBY Central
+(i.e. the description of the service), it DOES NOT create simple articles
+as provided by a service provider (i.e. simple articles containing data)
+
=head1 AUTHORS
+Mark Wilkinson (markw at illuminae dot com)
+
=cut
=head1 METHODS
More information about the MOBY-guts
mailing list