From: Jorge alejandro Mendoza torres Date: 2010-03-20T07:44:57+09:00 Subject: Problems with Web Services I'm doing a Web Services using SOAP, but when I click a button, the browser shows this message: undefined method `parent' for # And the error line is in => app/controllers/users_controller.rb:10:in `alta': 8| def alta 9| client = ActionWebService::Client::Soap.new(SegurosApi, "http://localhost:3000/seguros/api") 10| @service_output = client.alta(params[:file]) # Error 11| end Anybody know why is the problem? Thanks and greetings. -- Posted via http://www.ruby-forum.com/.