BioMoby Perl Tutorial
Here you will find examples for how to use the Perl API both Client-side and Server-side to do various MOBYesque tasks such as:
Execute a Discovered Service (Synchronous)
Execute a Discovered Service (Asynchronous)
Parsing Moby Objects - coming soon!
Service Provider Operations:
Design A MOBY Object
Register A MOBY Object
Register A MOBY Service Type
Register a MOBY Namespace
Constructing A new MOBY Service
Register your Service
Implementing the Service:
Use Perl MoSeS to Implement your ServiceHow to implement:
- A synchronous SOAP service - the default flavour for a MOBY service.
- An Asynchronous service - for long running tasks.
- A 'POST' service - to construct SOAPless services.
- An Asynchronous 'POST' service - to construct asynchronous SOAPless services.
Client and End-User Operations:
Discover a ServiceExecute a Discovered Service (Synchronous)
Execute a Discovered Service (Asynchronous)
Parsing Moby Objects - coming soon!