[MOBY-guts] biomoby commit
Eddie Kawas
kawas at dev.open-bio.org
Thu Feb 12 19:03:33 UTC 2009
kawas
Thu Feb 12 14:03:33 EST 2009
Update of /home/repository/moby/moby-live/Perl/MOBY-Server/lib/MOBY/Client
In directory dev.open-bio.org:/tmp/cvs-serv25483/Perl/MOBY-Server/lib/MOBY/Client
Modified Files:
Service.pm
Log Message:
category for post services was wrongly set to 'post' and not 'cgi'
moby-live/Perl/MOBY-Server/lib/MOBY/Client Service.pm,1.3,1.4
===================================================================
RCS file: /home/repository/moby/moby-live/Perl/MOBY-Server/lib/MOBY/Client/Service.pm,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- /home/repository/moby/moby-live/Perl/MOBY-Server/lib/MOBY/Client/Service.pm 2008/09/02 13:11:40 1.3
+++ /home/repository/moby/moby-live/Perl/MOBY-Server/lib/MOBY/Client/Service.pm 2009/02/12 19:03:32 1.4
@@ -333,7 +333,7 @@
eval { ( $response ) = $self->_soapService->$METHOD( $data ) };
if ($@) { die "Service execution failed: $@"}
else {return $response;} # the service execution failed then pass back ""
- } elsif ($self->category eq 'post'){
+ } elsif ($self->category eq 'cgi'){
my $response = $self->_executePOSTService(data => $data, method => $METHOD);
# currently SOAP::Lite does not execute POST WSDL, so we need to
# use LWP or something like that in the executePOSTService method
More information about the MOBY-guts
mailing list