From: Alin Popa Date: 2007-01-29T20:25:15+09:00 Subject: soap/wsdlDriver get service methods ONLY Hi, There is possible by using soap/wsdlDriver to display ONLY methods from the current service ? For ex: wsdl="http://localhost:8080/axis/services/Version?wsdl" driver=SOAP::WSDLDriverFactory.new(wsdl).create_rpc_driver I want to get, from the driver, only the getVersion method (of course, I don't know the name of it). Thanks. Alin. -- Posted via http://www.ruby-forum.com/.