> I am quite happy to see web services being applied.
Do you know the other web services for biology? We receive Web services of other sites and open the WSDL. > Do you plan to expand your services to return structured data instead of > simple strings? That is were some of the real power of WSDL and web > services comes in. I'm trying SOAP Attachment and InputStream. As you know, SOAP applies XML technology at back end, and SOAP client do parsing XML. It is burden to do a large result for the client, then I think SOAP Attachment is better for this problem. And simple string is burden for the memory of the server and client, I think InputStream is useful. Further more I think BioJava object is more useful for the SOAP result but I don't plan to do so. Do you have any idea or suggestion? Yasumasa Shigemoto Patrick McConnell wrote: > I am quite happy to see web services being applied. > > Do you plan to expand your services to return structured data instead of > simple strings? That is were some of the real power of WSDL and web > services comes in. > > -Patrick > > Yasumasa Shigemoto <[EMAIL PROTECTED]>@biojava.org on 08/28/2002 > 01:47:53 AM > > Sent by: [EMAIL PROTECTED] > > To: Brian Gilman <[EMAIL PROTECTED]> > cc: Thomas Down <[EMAIL PROTECTED]>, [EMAIL PROTECTED] > > Subject: Re: [Biojava-l] BioJava discussion board > > Hello all, > > > I'd like to see more services built with biojava. Things like > > performing SSAHA as an RPC/SOAP call would be nice. A deployable app that > > had an installer and set itself up as an "alignment service" would be > > great....I think we could contribute some code to this endeavor. Other > > things such as eponine service would be cool... > > Please let me introduce our SOAP project "XML Central of DDBJ". > > http://xml.nig.ac.jp/ > > This project is the first public SOAP service for biology in Japan. > There are some analysis programs like BLAST, FASTA and > more than 20 public databases. > > You can access SOAP services freely. > > If you have any questions or idea, please let me know. > > _______________________________________________ > Biojava-l mailing list - [EMAIL PROTECTED] > http://biojava.org/mailman/listinfo/biojava-l > > _______________________________________________ > Biojava-l mailing list - [EMAIL PROTECTED] > http://biojava.org/mailman/listinfo/biojava-l _______________________________________________ Biojava-l mailing list - [EMAIL PROTECTED] http://biojava.org/mailman/listinfo/biojava-l
