From: Gabriel Policiuc Date: 2009-08-14T23:39:03+09:00 Subject: Re: Response object in SOAP I solved it. It seems the way to access the information within a SOAP object is to call public_methods onto the response object and look for the method that accesses an element. The return on that method is another object. Once again you can see the public methods and so on, repeating those steps until you reach the desired value. check for which element to call by using the public_methods metod. example responseObject.public_methods example responseObject.dailyStatisticsRecords.dailyStatisticRecords.dailyStatisticsRecord.totalCommission -- Posted via http://www.ruby-forum.com/.