[MOBY-guts] biomoby commit
José Manuel RodrÃguez Carrasco
jmrc at dev.open-bio.org
Mon Sep 24 18:53:43 UTC 2007
jmrc
Mon Sep 24 14:53:32 EDT 2007
Update of /home/repository/moby/moby-live/Perl/MOBY/Async
In directory dev.open-bio.org:/tmp/cvs-serv19902/Perl/MOBY/Async
Modified Files:
WSRF.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/Async WSRF.pm,1.3,1.4
===================================================================
RCS file: /home/repository/moby/moby-live/Perl/MOBY/Async/WSRF.pm,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- /home/repository/moby/moby-live/Perl/MOBY/Async/WSRF.pm 2007/07/18 10:47:24 1.3
+++ /home/repository/moby/moby-live/Perl/MOBY/Async/WSRF.pm 2007/09/24 18:53:32 1.4
@@ -27,7 +27,7 @@
package MOBY::Async::WSRF;
use strict;
-use WSRF::Lite;
+use WSRF::Lite 0.8.2.2;
$WSRF::WSRP::Private{queryIDs} = [];
$WSRF::WSRP::MobyPrivatePrefixes = ['pid', 'input'];
@@ -36,12 +36,12 @@
$WSRF::Constants::Data = '/tmp/moby_';
$WSRF::Constants::MOBY = 'http://biomoby.org/';
$WSRF::Constants::MOBY_MESSAGE_NS = 'http://www.biomoby.org/moby';
-$WSRF::Constants::WSA = 'http://www.w3.org/2005/08/addressing';
-$WSRF::Constants::WSRP = 'http://docs.oasis-open.org/wsrf/rp-2';
-$WSRF::Constants::WSRL = 'http://docs.oasis-open.org/wsrf/rl-2';
-$WSRF::Constants::WSSG = 'http://docs.oasis-open.org/wsrf/sg-2';
-$WSRF::Constants::WSBF = 'http://docs.oasis-open.org/wsrf/bf-2';
-$WSRF::Constants::WSA_ANON = 'http://www.w3.org/2005/08/addressing/anonymous';
+#$WSRF::Constants::WSA = 'http://www.w3.org/2005/08/addressing';
+#$WSRF::Constants::WSRP = 'http://docs.oasis-open.org/wsrf/rp-2';
+#$WSRF::Constants::WSRL = 'http://docs.oasis-open.org/wsrf/rl-2';
+#$WSRF::Constants::WSSG = 'http://docs.oasis-open.org/wsrf/sg-2';
+#$WSRF::Constants::WSBF = 'http://docs.oasis-open.org/wsrf/bf-2';
+#$WSRF::Constants::WSA_ANON = 'http://www.w3.org/2005/08/addressing/anonymous';
#===============================================================================
# WSRF::Serializer
More information about the MOBY-guts
mailing list