Accessing the DDBJ web services.
[Source]
# File lib/bio/io/ddbjxml.rb, line 33 33: def initialize(wsdl = nil) 34: super(wsdl || self.class::SERVER_URI) 35: end
[Validate]