[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/scripts
In directory pub.open-bio.org:/tmp/cvs-serv21426/Perl/scripts
Modified Files:
testMOBYClientCentral_v05.pl
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/scripts testMOBYClientCentral_v05.pl,1.11,1.12
===================================================================
RCS file: /home/repository/moby/moby-live/Perl/scripts/testMOBYClientCentral_v05.pl,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- /home/repository/moby/moby-live/Perl/scripts/testMOBYClientCentral_v05.pl 2003/07/04 16:12:37 1.11
+++ /home/repository/moby/moby-live/Perl/scripts/testMOBYClientCentral_v05.pl 2003/12/02 00:23:23 1.12
@@ -23,7 +23,12 @@
}
-my $C = MOBY::Client::Central->new();
+my $C = MOBY::Client::Central->new(
+#Registries => {
+# mobycentral => {URL => 'http://localhost/cgi-bin/MOBY-Central.pl',
+# URI => 'http://localhost/MOBY/Central'}
+# }
+);
#reg first object class
More information about the MOBY-guts
mailing list