[MOBY-guts] biomoby commit

senger@ebi.ac.uk senger at pub.open-bio.org
Fri Nov 12 23:02:31 UTC 2004


senger
Fri Nov 12 18:02:31 EST 2004
Update of /home/repository/moby/moby-live/Java/src/Clients/help
In directory pub.open-bio.org:/tmp/cvs-serv12053/src/Clients/help

Modified Files:
	MobyCmdLineClient_usage.txt 
Log Message:
command-line client is able now to call services easier

moby-live/Java/src/Clients/help MobyCmdLineClient_usage.txt,1.5,1.6
===================================================================
RCS file: /home/repository/moby/moby-live/Java/src/Clients/help/MobyCmdLineClient_usage.txt,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- /home/repository/moby/moby-live/Java/src/Clients/help/MobyCmdLineClient_usage.txt	2004/09/22 21:11:17	1.5
+++ /home/repository/moby/moby-live/Java/src/Clients/help/MobyCmdLineClient_usage.txt	2004/11/12 23:02:31	1.6
@@ -1,6 +1,9 @@
 Usage:
-   java MobyCmdLineClient -h[elp]
-   java MobyCmdLineClient [<find-arguments>] <other-arguments>
+   run-cmdline-client -h[elp]
+   run-cmdline-client [<find-arguments>] <other-arguments>
+or
+   run-any-client MobyCmdLineClient -h[elp]
+   run-any-client MobyCmdLineClient [<find-arguments>] <other-arguments>
 
 where <find-arguments> specify what Moby registry to connect to:
 
@@ -175,3 +178,26 @@
      is used as an input parameter to the called mathod
 
    -debug  ... print debug messages
+
+ And yet another rest:
+
+   -scall <service-name> <input-xml>
+     call a service (!, not a Moby Central) given by <service-name>
+     with the input XML data given by <input-xml>; if the <input-xml>
+     is a name of an existing file, the contents of this file
+     is used instead; an example of a service and its input:
+
+     service name: getMIPSFastaProteinSequence
+     input XML:
+     <?xml version="1.0" encoding="UTF-8"?>
+     <moby:MOBY xmlns:moby="http://www.biomoby.org/moby">
+       <moby:mobyContent>
+         <moby:mobyData moby:queryID="a1">
+           <moby:Simple moby:articleName="">
+             <moby:Object moby:namespace="AGI_LocusCode" moby:id="At2g17950" />
+           </moby:Simple>
+         </moby:mobyData>
+       </moby:mobyContent>
+     </moby:MOBY>
+
+     format of <service-name>: service-name[,service-authority]




More information about the MOBY-guts mailing list