[MOBY-guts] biomoby commit

Eddie Kawas kawas at dev.open-bio.org
Fri Mar 13 19:20:03 UTC 2009


kawas
Fri Mar 13 15:20:02 EDT 2009
Update of /home/repository/moby/moby-live/Docs/MOBY-S_API/Perl
In directory dev.open-bio.org:/tmp/cvs-serv18596/Docs/MOBY-S_API/Perl

Modified Files:
	ConstructingYourService.html 
Log Message:
removed dead links. added a referal to moses, dashboard and the MOBYRegistrationPages.
moby-live/Docs/MOBY-S_API/Perl ConstructingYourService.html,1.22,1.23
===================================================================
RCS file: /home/repository/moby/moby-live/Docs/MOBY-S_API/Perl/ConstructingYourService.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- /home/repository/moby/moby-live/Docs/MOBY-S_API/Perl/ConstructingYourService.html	2007/02/19 22:36:12	1.22
+++ /home/repository/moby/moby-live/Docs/MOBY-S_API/Perl/ConstructingYourService.html	2009/03/13 19:20:02	1.23
@@ -71,37 +71,41 @@
 
 <li> Do the object type(s) that your service will <em>consume</em> already
 exist in the 
-<a href="http://mobycentral.icapture.ubc.ca:8090/types/Objects">
-Object Ontology</a>? If not, <a
+
+Object Ontology? If not, <a
 href="DesignAnObject.html">learn how to design your own MOBY
 objects</a> </li>
 
 <li> Do the object type(s) that your service will <em>produce</em> already
-exist in the <a href="http://mobycentral.icapture.ubc.ca:8090/types/Objects">
-Object Ontology</a>? If not, then you need to <a
+exist in the 
+Object Ontology? If not, then you need to <a
 href="RegisterAnObject.html"> register your objects</a> in the MOBY-S
 object/class ontology </li>
 
 <li> Does an appropriate service type term already exist in the
-<a href="http://mobycentral.icapture.ubc.ca:8090/types/Services">Service Ontology</a>? You need to <a
+Service Ontology? You need to <a
 href="RegisterServiceType.html">register your new service type</a> in
 the MOBY-S service ontology. </li>
 
 <li> Do the namespaces that you are going to use in your objects
-already exist in the <a href="http://mobycentral.icapture.ubc.ca:8090/types/Namespaces">
-Namespace Ontology</a>?  <a
+already exist in the 
+Namespace Ontology?  <a
 href="RegisterNamespace.html">Register your namespace</a>, if it
 doesn't already exist.</li>
-
 </ul>
 
-If all object types, service types, and namespaces already exist in
-the ontology then you are ready to set up your service.  Once you have finished setting it up following the guidelines below, you will then need to <a href="RegisterServiceInstance.html">Register your service</a> for it to become visible on the MOBY Central registry.
-
-In Perl, MOBY-S services are currently limited to SOAP over HTTP; the
-name of the method call (i.e. the SOAP Action header) is the same as
-the service name registered in the MOBY Central registry.
-
+<p>If you want a graphical way for registering your terms into the ontologies, you can try:</p>
+<ul>
+  <li><a href="http://moby.ucalgary.ca/dashboard/dashboard.jnlp" target="_blank">Dashboard</a> - a JAVA webstart application</li>
+  <li><a href="http://biordf.net/MobyRegistrationPages/" target="_blank">MobyRegistrationPages</a> - HTML forms</li>
+</ul>
+<p>If all object types, service types, and namespaces already exist in
+  the ontology then you are ready to set up your service.  Once you have finished setting it up following the guidelines below, you will then need to <a href="RegisterServiceInstance.html">Register your service</a> for it to become visible on the MOBY Central registry.
+  
+  In Perl, MOBY-S services are currently limited to SOAP over HTTP; the
+  name of the method call (i.e. the SOAP Action header) is the same as
+  the service name registered in the MOBY Central registry.</p>
+<p><em>Alternatively, a new, more simple way to implement your service exists in Perl <a href="http://search.cpan.org/perldoc?MOSES::MOBY" target="_blank">MOSES</a>!</em></p>
 <h2><a name="Dispatcher">The dispatcher</a></h2>
 The most straightforward paradigm is to have a single SOAP server
 running as a CGI script, and this listener hands-off requests to the




More information about the MOBY-guts mailing list