[BioRuby-cvs] bioruby/lib/bio/io soapwsdl.rb,1.4,1.5

Katayama Toshiaki k at dev.open-bio.org
Mon May 29 15:28:20 UTC 2006


Update of /home/repository/bioruby/bioruby/lib/bio/io
In directory dev.open-bio.org:/tmp/cvs-serv27081

Modified Files:
	soapwsdl.rb 
Log Message:
* added list_methods method to display methods defined in the WSDL file


Index: soapwsdl.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/io/soapwsdl.rb,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** soapwsdl.rb	8 May 2006 14:29:58 -0000	1.4
--- soapwsdl.rb	29 May 2006 15:28:18 -0000	1.5
***************
*** 24,33 ****
  #
  # --- soap_use_proxy
  # Set the value of this variable to 'on'.
  #
  # --- http_proxy
  # Set the URL of your proxy server (http://myproxy.com:8080 etc.).
  #
! # === Example
  # 
  # % export soap_use_proxy=on
--- 24,35 ----
  #
  # --- soap_use_proxy
+ #
  # Set the value of this variable to 'on'.
  #
  # --- http_proxy
+ #
  # Set the URL of your proxy server (http://myproxy.com:8080 etc.).
  #
! # === Example to use HTTP proxy
  # 
  # % export soap_use_proxy=on
***************
*** 83,86 ****
--- 85,94 ----
  
  
+   # List of methods defined by WSDL
+   def list_methods
+     @driver.methods(false)
+   end
+ 
+ 
    def method_missing(*arg)
      @driver.send(*arg)




More information about the bioruby-cvs mailing list