Re: [Biojava-l] EMBL SOAP Server + perl and Java clients

2001-07-29 Thread Brian Gilman
Hello, I have been looking through the geodesic and das-gui client code for something akin to a portable DAS 1.0 API. Is there such a thing or should I rip out the right bits and roll one for us? I'm thinking that we would like to have an API that handles the three separate aspects of DAS

Re: [Biojava-l] EMBL SOAP Server + perl and Java clients

2001-07-13 Thread Alan Robinson
On Fri, 13 Jul 2001, Thomas Down wrote: > Yep. GLUE is pretty nice, so long as what you're doing fits > into the RPC-over-SOAP framework, and your messages don't > get too big. Can you define "too big"? Does this refer to request, response, or both? cheers, alan. -- ===

Re: [Biojava-l] EMBL SOAP Server + perl and Java clients

2001-07-13 Thread Thomas Down
On Fri, Jul 13, 2001 at 02:12:37PM +0100, Alan Robinson wrote: > > Btw, using GLUE, the alternative is to add 3 JAR files to your class path, > compile the WSDL and add the following *TWO* lines of code to your Java > app: > > ISimpleBioSequenceService bioSeqService=SimpleBioSequenceService.bi

Re: [Biojava-l] EMBL SOAP Server + perl and Java clients

2001-07-13 Thread Brian Gilman
This is wonderful! Will Alan, will you be at BOSC this year?? I'd like to discuss this with you. -Brian --- Brian Gilman <[EMAIL PROTECTED]> Sr. Software Engineer MIT/Whitehead Inst. Center for Genome Research One Kendall Square, Bldg

Re: [Biojava-l] EMBL SOAP Server + perl and Java clients

2001-07-13 Thread Alan Robinson
On Fri, 13 Jul 2001, Thomas Down wrote: > For anyone who wants to see what's going on behind the scenes > in a SOAP transaction (or is just too lazy to install a proper > client library ;-), the following XML snippet is a valid request to this > server: Nope, I don't want to see what's going on

Re: [Biojava-l] EMBL SOAP Server + perl and Java clients

2001-07-13 Thread Thomas Down
On Fri, Jul 13, 2001 at 12:03:07PM +0100, Alan Robinson wrote: > > Server details: > > - SOAP Endpoint URL: http://corba.ebi.ac.uk:/soap/servlet/rpcrouter/ > > - Service name: "urn:simplebiosequence-service" > > - WSDL: http://corba.ebi.ac.uk:/wsdl/SimpleBioSequence_Service.wsdl > > -

[Biojava-l] EMBL SOAP Server + perl and Java clients

2001-07-13 Thread Alan Robinson
Greetings, If you're not interested in remote access to bioinformatics databases and apps - STOP READING NOW! Recently, I've been evaluating the ease-of-use, performance and utility of CORBA vs. SOAP servers and clients. Particularly because SOAP's tunnelling through HTTP can "smuggle" RPC requ