in reply to Re: Whats wrong with this code?
in thread Retrieving data using Soap Lite.
This code works fine.$resultString = SOAP::Lite -> uri('http://www.brenda-enzymes.org/soap2') -> proxy('http://www.brenda-enzymes.org/soap2/brenda_server.php') -> getSequence("ecNumber*1.1.1.1#source*Swiss-Prot#textmining*0") -> result;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Whats wrong with this code?
by Corion (Patriarch) on Sep 08, 2014 at 19:54 UTC |