Bio::DB XEMBLService
SummaryIncluded librariesPackage variablesSynopsisDescriptionGeneral documentation
Summary
Bio::DB::XEMBLService - SOAP service definition for XEMBL
Package variables
Privates (from "my" definitions)
@templates = @{$method{parameters}}
$som = $self -> endpoint($method{endpoint}) -> uri($method{uri}) -> on_action(sub{qq!!!"$method{soapaction}"!}) -> call($method => map {shift(@templates)->value($_)} @_)
%methods = ( getNucSeq => { endpoint => 'http://www.ebi.ac.uk:80/cgi-bin/xembl/XEMBL-SOAP.pl', soapaction => 'http://www.ebi.ac.uk/XEMBL#getNucSeq', uri => 'http://www.ebi.ac.uk/XEMBL', parameters => [ SOAP::Data->new(name => 'format', type => 'xsd:string', attr => {}), SOAP::Data->new(name => 'ids', type => 'xsd:string', attr => {}), ], },)
%method = %{$methods{$method}}
$self = UNIVERSAL::isa($_[0] => __PACKAGE__) ? ref $_[0] ? shift : (shift->self || __PACKAGE__->self(__PACKAGE__->new)) : (__PACKAGE__->self || __PACKAGE__->self(__PACKAGE__->new))
Included modules
Bio::Root::Version
Carp ( )
Inherit
Exporter SOAP::Lite
Synopsis
  #usage
Description
SOAP service definition for XEMBL.
Methods description
None available.
Methods code
No methods available.
General documentation
FEEDBACKTop
Mailing ListsTop
User feedback is an integral part of the evolution of this and other
Bioperl modules. Send your comments and suggestions preferably to one
of the Bioperl mailing lists. Your participation is much appreciated.
  bioperl-l@bioperl.org                  - General discussion
http://bioperl.org/wiki/Mailing_lists - About the mailing lists
Reporting BugsTop
Report bugs to the Bioperl bug tracking system to help us keep track
the bugs and their resolution. Bug reports can be submitted via the
web:
  http://bugzilla.open-bio.org/
AUTHOR - Lincoln SteinTop
Email lstein@cshl.org
APPENDIXTop
The rest of the documentation details each of the object
methods. Internal methods are usually preceded with a _