| Class | Bio::NCBI::SOAP |
| In: |
lib/bio/io/ncbisoap.rb
|
| Parent: | Bio::SOAPWSDL |
All methods accept a hash as its argument and most of the keys can be ommited (values are string).
Note: Methods which name ends with _MS are designed for use with Microsoft Visual Studio and SOAP Toolkit 3.0
| BASE_URI | = | "http://www.ncbi.nlm.nih.gov/entrez/eutils/soap/" | ||
| SERVER_URI | = | BASE_URI + "eutils.wsdl" | set default to EUtils |
# File lib/bio/io/ncbisoap.rb, line 73
73: def initialize(wsdl = nil)
74: super(wsdl || self.class::SERVER_URI)
75: end