[MOBY-guts] biomoby commit

José Manuel Rodríguez Carrasco jmrc at dev.open-bio.org
Wed Jul 18 10:47:30 UTC 2007


jmrc
Wed Jul 18 06:47:24 EDT 2007
Update of /home/repository/moby/moby-live/Perl
In directory dev.open-bio.org:/tmp/cvs-serv28328/Perl

Modified Files:
	Makefile.PL 
Log Message:
Description:

Perl/MOBY/Makefile.PL
We try to add WSRF::Lite version (0.8.2.1) 
but it is not declared in the proper way there.

Perl/MOBY/Central.pm
The WSDL template has been remade for asynchronous services.
In the last version, it had a mix of RPC/encoded and document/literal in the only binding it had.
The solution has been distributing the operations on two disjunctive port types and bindings,
one for RPC/encoded operations and the other for document/literal operations.
In that way, the service has two ports, one for MOBY and the other for WSRF, both of them using the same endpoint.

The namespaces have been modified for the communication operations (SOAP,
WSRF, and MOBY).


Perl/MOBY/Async/*

The methods have been modified to use RPC/encoded for both input and output.

They accept namespaces from new asynchronous WSDL.



Date:
2007-07-18

Developers:
Jose Maria Fernandez (jmfernandez at cnio.es),
Jose Manuel Rodriguez (jmrodriguez at cnio.es) -
INB GN2 (CNIO, Spain).



moby-live/Perl Makefile.PL,1.25,1.26
===================================================================
RCS file: /home/repository/moby/moby-live/Perl/Makefile.PL,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- /home/repository/moby/moby-live/Perl/Makefile.PL	2007/02/07 01:21:24	1.25
+++ /home/repository/moby/moby-live/Perl/Makefile.PL	2007/07/18 10:47:24	1.26
@@ -153,6 +153,7 @@
 				# Database stuff required only for local registry, but notify user if missing anyway.
 				'DBI'              => 0.01,
 				'DBD::mysql'       => 0.01,
+				# 'WSRF::Lite'		=> '0.8.2.1', but it is not declared in the proper way there
 				'WSRF::Lite'		=> '',
                      'Test::Simple' => 0.44,
                      'XML::DOM'     => '',




More information about the MOBY-guts mailing list