[MOBY-dev] [personal] Re: [moby] Re: RDF deregistration
Edward Kawas
edward.kawas at gmail.com
Wed Oct 4 15:34:07 UTC 2006
Hey Dirk,
I ran the agent, and the following was in the log:
Service getClonesByName, mips.gsf.de has been removed.
The agent wanted to remove the service because Service was not found in the RDF
document located at:
http://mips.gsf.de/proj/planet/moby/RDF/all_mips_services.rdf
It did what we expected ...
I used the following perl code:
use SOAP::Lite + trace;
use MOBY::Client::Central;
my $m = MOBY::Client::Central->new(
Registries => {
mobycentral => {
URL => 'http://mobycentral.icapture.ubc.ca/cgi-bin/MOBY05/mobycentral.pl',
URI => 'http://mobycentral.icapture.ubc.ca/MOBY/Central'}
}
);
my $REG = $m->registerService(
serviceName => "",
serviceType => "",
authURI => "",
contactEmail => '',
description => "",
category => "",
URL => "",
signatureURL =>
"http://mips.gsf.de/proj/planet/moby/RDF/all_mips_services.rdf",
);
Also, Martin, the system code DOES indeed wait.
Eddie
> -----Original Message-----
> From: moby-dev-bounces at lists.open-bio.org
> [mailto:moby-dev-bounces at lists.open-bio.org] On Behalf Of Dirk Haase
> Sent: Wednesday, October 04, 2006 8:30 AM
> To: Core developer announcements
> Subject: Re: [MOBY-dev] [personal] Re: [moby] Re: RDF deregistration
>
> On Wednesday 04 October 2006 16:19, Edward Kawas wrote:
> > Hi Dirk,
> >
> > I have looked into the logs and I have noticed that the
> agent was able
> > to find the service description for getClonesByName in the
> RDF at the
> > url 'all_mips_services.rdf'. When I resolve the url, it isnt there.
> > Did you recently remove the service from that document?
>
> It depends on the definition of 'recently':
> Yes, if 'recently' = 'today'.
> No, if 'recently' = 'after the last agent call on that rdf'
>
> That was why I was asking...
>
> > Also, do you mind if I call the agent on your URL?
>
> No, go ahead. I'm curious if your agent call has a different
> effect than mine ;-)
>
> Best,
> dirk
> _______________________________________________
> MOBY-dev mailing list
> MOBY-dev at lists.open-bio.org
> http://lists.open-bio.org/mailman/listinfo/moby-dev
More information about the MOBY-dev
mailing list