From usadel at mpimp-golm.mpg.de Fri Dec 14 06:42:40 2007 From: usadel at mpimp-golm.mpg.de (=?ISO-8859-1?Q?Bj=F6rn_Usadel?=) Date: Fri, 14 Dec 2007 12:42:40 +0100 Subject: [MOBY-l] Moby Gadgets Message-ID: <47626C30.9090802@mpimp-golm.mpg.de> Hi, when does a service get included into the new gadgets list on http://moby.ucalgary.ca/Gadgets/? There are several live services on http://moby.ucalgary.ca/moby/ValidateService not in gadgets. Cheers, Bj?rn From clushbou at usd.edu Fri Dec 14 07:37:22 2007 From: clushbou at usd.edu (Carol Lushbough) Date: Fri, 14 Dec 2007 06:37:22 -0600 Subject: [MOBY-l] BioMoby Service access Message-ID: <47627902.7040402@usd.edu> Can you confirm that we are using the correct URLs in our application. We haven't been able to access the MOBY services for about a week and decided that perhaps we are using an outdated endpoint and/or namespace. static final String MOBY_CENTRAL_ENDPOINT = "http://mobycentral.icapture.ubc.ca/cgi-bin/MOBY05/mobycentral.pl"; static final String MOBY_CENTRAL_NAMESPACE = "http://mobycentral.icapture.ubc.ca/MOBY/Central"; Thanks, Carol -- Carol Lushbough Assistant Professor of Computer Science University of South Dakota Vermillion, SD 57069 (605) 677-6138 From usadel at mpimp-golm.mpg.de Fri Dec 14 08:19:45 2007 From: usadel at mpimp-golm.mpg.de (=?ISO-8859-1?Q?Bj=F6rn_Usadel?=) Date: Fri, 14 Dec 2007 14:19:45 +0100 Subject: [MOBY-l] BioMoby Service access In-Reply-To: <47627902.7040402@usd.edu> References: <47627902.7040402@usd.edu> Message-ID: <476282F1.1020306@mpimp-golm.mpg.de> Hi Carol, Did you try the new ucalgary addresses yet? I included an earlier post on the dev list from Mark W. which I kept for reference. The old server had some hw problems, while a change was in transition anyway. Best Wishes, Bj?rn > > do I understand it correctly: > > > > URL = http://moby.ucalgary.ca/moby/MOBY-Central.pl > > URI = http://moby.ucalgary.ca/moby/OntologyServer.cgi No. MOBY_SERVER = http://moby.ucalgary.ca/moby/MOBY-Central.pl MOBY_URI = http://whatever.you.want/MOBY/Central MOBY_ONTOLOGYSERVER= http://moby.ucalgary.ca/moby/OntologyServer.cgi (Taverna wont need the latter, but the Perl clients do) _______________________________________________ MOBY-dev mailing list MOBY-dev at lists.open-bio.org http://lists.open-bio.org/mailman/listinfo/moby-dev Carol Lushbough wrote: > Can you confirm that we are using the correct URLs in our application. > We haven't been able to access the MOBY services for about a week and > decided that perhaps we are using an outdated endpoint and/or namespace. > > > static final String MOBY_CENTRAL_ENDPOINT = > "http://mobycentral.icapture.ubc.ca/cgi-bin/MOBY05/mobycentral.pl"; > static final String MOBY_CENTRAL_NAMESPACE = > "http://mobycentral.icapture.ubc.ca/MOBY/Central"; > > Thanks, > > Carol > > -- > Carol Lushbough > Assistant Professor of Computer Science > University of South Dakota > Vermillion, SD 57069 > (605) 677-6138 > > > _______________________________________________ > moby-l mailing list > moby-l at lists.open-bio.org > http://lists.open-bio.org/mailman/listinfo/moby-l > From markw at illuminae.com Fri Dec 14 08:19:46 2007 From: markw at illuminae.com (mark wilkinson) Date: Fri, 14 Dec 2007 13:19:46 +0000 GMT Subject: [MOBY-l] BioMoby Service access In-Reply-To: <47627902.7040402@usd.edu> References: <47627902.7040402@usd.edu> Message-ID: <389210373-1197638684-cardhu_blackberry.rim.net-13018-@engine08-cell01> Hi Carol, Moby Central died a few days ago. Can you tell us what tool you are using and we'll direct you to a solution. Moby central is working, but at a new location. If you are using Taverna you'll need to search/replace your SCUFL docs with the new URL to M.C. M -- Mark Wilkinson ...on the road! -----Original Message----- From: Carol Lushbough Date: Fri, 14 Dec 2007 06:37:22 To:moby-l at biomoby.org Subject: [MOBY-l] BioMoby Service access Can you confirm that we are using the correct URLs in our application. We haven't been able to access the MOBY services for about a week and decided that perhaps we are using an outdated endpoint and/or namespace. static final String MOBY_CENTRAL_ENDPOINT = "http://mobycentral.icapture.ubc.ca/cgi-bin/MOBY05/mobycentral.pl"; static final String MOBY_CENTRAL_NAMESPACE = "http://mobycentral.icapture.ubc.ca/MOBY/Central"; Thanks, Carol -- Carol Lushbough Assistant Professor of Computer Science University of South Dakota Vermillion, SD 57069 (605) 677-6138 _______________________________________________ moby-l mailing list moby-l at lists.open-bio.org http://lists.open-bio.org/mailman/listinfo/moby-l From groscurt at mpiz-koeln.mpg.de Fri Dec 14 08:19:04 2007 From: groscurt at mpiz-koeln.mpg.de (Andreas Groscurth) Date: Fri, 14 Dec 2007 14:19:04 +0100 Subject: [MOBY-l] BioMoby Service access In-Reply-To: <47627902.7040402@usd.edu> References: <47627902.7040402@usd.edu> Message-ID: <200712141419.04924.groscurt@mpiz-koeln.mpg.de> Hi Carol, Moby has found a new home in Calgary and the 'old' url is dead... static final String MOBY_CENTRAL_ENDPOINT = "http://moby.ucalgary.ca/moby/MOBY-Central.pl"; static final String MOBY_CENTRAL_NAMESPACE = "http://moby.ucalgary.ca/MOBY/Central"; whereas the NAMESPACE can be any url like http://whatever.you.want/MOBY/Central - I just use also calgary for that andreas On Friday 14 December 2007 13:37, Carol Lushbough wrote: > Can you confirm that we are using the correct URLs in our application. > We haven't been able to access the MOBY services for about a week and > decided that perhaps we are using an outdated endpoint and/or namespace. > > > static final String MOBY_CENTRAL_ENDPOINT = > "http://mobycentral.icapture.ubc.ca/cgi-bin/MOBY05/mobycentral.pl"; > static final String MOBY_CENTRAL_NAMESPACE = > "http://mobycentral.icapture.ubc.ca/MOBY/Central"; > > Thanks, > > Carol -- Andreas Groscurth Bioinformatics Developer Max Planck Institute for Plant Breeding Research Carl-von-Linn?-Weg 10 50829 Cologne Germany E-mail: ? ?groscurt at mpiz-koeln.mpg.de Phone: ? ?+49(0)221-5062-449