[MOBY-guts] biomoby commit

José Manuel Rodríguez Carrasco jmrc at dev.open-bio.org
Mon Sep 24 18:53:40 UTC 2007


jmrc
Mon Sep 24 14:53:32 EDT 2007
Update of /home/repository/moby/moby-live/Perl/MOBY
In directory dev.open-bio.org:/tmp/cvs-serv19902/Perl/MOBY

Modified Files:
	Central.pm 
Log Message:
*	Latest WSRF::Lite package has a proper VERSION declaration,
	so we can restrict the version of the package to the one
	which is known to work.
*	WSRF::Lite is not in CPAN, so we have added a warning about
	where it can be fetched/found (beware older versions!).
*	Asynchronous WSDL template has now UTF-8 encoding. Previously,
	it had no encoding...
*	New WSRF::Lite (version 0.8.2.2) allows removing some hacks
	from MOBY::Async::WSRF.

moby-live/Perl/MOBY Central.pm,1.290,1.291
===================================================================
RCS file: /home/repository/moby/moby-live/Perl/MOBY/Central.pm,v
retrieving revision 1.290
retrieving revision 1.291
diff -u -r1.290 -r1.291
--- /home/repository/moby/moby-live/Perl/MOBY/Central.pm	2007/09/14 17:33:12	1.290
+++ /home/repository/moby/moby-live/Perl/MOBY/Central.pm	2007/09/24 18:53:32	1.291
@@ -4123,7 +4123,7 @@
 # for MOBY Asynchronous services.  This WSDL is not correct YET!
 
 $WSDL_ASYNC_TEMPLATE = <<END;
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <wsdl:definitions name="MOBY_Central_Generated_WSDL" targetNamespace="http://biomoby.org/Central.wsdl"
    xmlns:tns="http://biomoby.org/Central.wsdl"
    xmlns:xsd1="http://biomoby.org/CentralXSDs.xsd"




More information about the MOBY-guts mailing list