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))
SOAP service definition for XEMBL.
None available.
No methods available.
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://bio.perl.org/MailList.html - About the mailing lists
Report bugs to the Bioperl bug tracking system to help us keep track
the bugs and their resolution.
Bug reports can be submitted via email or the web:
bioperl-bugs@bio.perl.org
http://bugzilla.bioperl.org/