[MOBY-dev] Asynchronous web-service SOAP::Lite ERROR
Sebastien Carrere
Sebastien.Carrere at toulouse.inra.fr
Wed May 13 08:27:46 UTC 2009
Bonjour,
I try to deploy asynchronous web-services using perl API.
I've got a SOAP error message when calling
"http://docs.oasis-open.org/wsrf/rp-2/GetMultipleResourceProperties"
(call for poll I think):
ERROR: Failed to access class (wsrf::rp-2) at
/www/www-bioinfo/biomoby/analysis/test/lib//SOAP/Lite.pm line 2628.
Does someone already have such a problem ?
I use SOAP::Lite rel 0.710.05.
Here is a part of what my dispatcher contains:
use SOAP::Transport::HTTP;
use SOAP::Lite;
use MOBY::Async::WSRF;
use MOBY::Async::SimpleServer;
MAIN:
{
my $cgi_object = new SOAP::Transport::HTTP::CGI;
$cgi_object->serializer(WSRF::Serializer->new);
$cgi_object->deserializer(WSRF::Deserializer->new);
$cgi_object->on_action(sub{});
my $rh_services = &GetServicesFromDispatcherScriptName();
#$WSRF::Constants::WSRP = 'http://docs.oasis-open.org/wsrf/rp-2';
#$WSRF::Constants::WSRL = 'http://docs.oasis-open.org/wsrf/rl-2';
$rh_services->{$WSRF::Constants::WSRP.'/GetResourceProperty/GetResourcePropertyRequest'}
= 'MOBY::Async::SimpleServer';
$rh_services->{$WSRF::Constants::WSRP.'/GetMultipleResourceProperties/GetMultipleResourcePropertiesRequest'}
= 'MOBY::Async::SimpleServer';
$rh_services->{$WSRF::Constants::WSRL.'/ImmediateResourceTermination/DestroyRequest'}
= 'MOBY::Async::SimpleServer';
$cgi_object->dispatch_with($rh_services);
$cgi_object->handle;
}
merci,
Sebastien
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Sebastien_Carrere.vcf
Type: text/x-vcard
Size: 387 bytes
Desc: not available
URL: <http://lists.open-bio.org/pipermail/moby-dev/attachments/20090513/e59bdc62/attachment-0002.vcf>
More information about the MOBY-dev
mailing list