[MOBY-l] 411 length required error?
Michael Jensen
michael at acutrans.net
Mon Nov 17 16:34:25 UTC 2003
I am following the "Creating Services" page on biomoby.org in just
trying to get the basic sample service to work, and I get this:
Status: 411 Length Required
When I run the following script, do I need to pass something in? I
tried a few things but to no avail.
#!/usr/bin/perl -w
use SOAP::Transport::HTTP;
use lib "/Users/michaeljensen/Sites/cgi-bin/";
use MOBY::LocalServices;
#use MOBY::OtherLocalServices;
my $Server = new SOAP::Transport::HTTP::CGI;
#$Server->dispatch_with({
# 'http://biomoby.org/#GetGoTerm' => 'MOBY::LocalServices',
#'http://biomoby.org/#GetOtherSequence' => 'MOBY::OtherLocalServices',
#'http://biomoby.org/#YetAnotherService' =>
'MOBY::OtherLocalServices',});
$Server->dispatch_with({'http://biomoby.org/#GetGoTerm' =>
'MOBY::LocalServices',});
$Server->handle();
I'm new to this biomoby stuff, so any help would be appreciated.
Thanks!!
-Michael Jensen
mdjgf8 at mizzou.edu
More information about the moby-l
mailing list