[MOBY-guts] biomoby commit
Mark Wilkinson
mwilkinson at dev.open-bio.org
Wed Feb 13 04:05:01 UTC 2008
mwilkinson
Tue Feb 12 23:05:01 EST 2008
Update of /home/repository/moby/moby-live/Docs/MOBY-S_API
In directory dev.open-bio.org:/tmp/cvs-serv14871/MOBY-S_API
Modified Files:
XMLPayloads.html
Log Message:
update API document with doc-literal info
moby-live/Docs/MOBY-S_API XMLPayloads.html,1.21,1.22
===================================================================
RCS file: /home/repository/moby/moby-live/Docs/MOBY-S_API/XMLPayloads.html,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- /home/repository/moby/moby-live/Docs/MOBY-S_API/XMLPayloads.html 2007/11/21 16:29:18 1.21
+++ /home/repository/moby/moby-live/Docs/MOBY-S_API/XMLPayloads.html 2008/02/13 04:05:01 1.22
@@ -238,8 +238,7 @@
<h4>Input XML</h4>
<pre class=MOBYcode>
<registerService>
- <Category>moby</Category> <!-- one of 'moby', 'cgi', 'soap' ;
- currently only 'moby' services are fully supported -->
+ <Category>some_category_here</Category>
<serviceName>YourServiceNameHere</serviceName>
<serviceType>TypeOntologyTerm</serviceType>
<authURI><a href='Authorities.html'>your.URI.here</a></authURI>
@@ -349,6 +348,13 @@
characters, like:<br>
<blockquote>~`!@#$%^&*()=+{[]}:;'",.<>?/|\</blockquote></li>
+<li>What category should I use? Currently, there are four supported categories
+of moby service: 'moby', 'moby-async', 'doc-literal', 'doc-literal-async'.
+ <ul><li>'moby' is RPC encoded synchronous
+ <li>'moby-async' is RPC encoded asynchronous
+ <li>'doc-literal' is document-literal encoded synchronous
+ <li>'doc-literal-async' is document-literal encoded asynchonous
+ </ul>
</ul>
More information about the MOBY-guts
mailing list