From: Rupert B. <rup...@fr...> - 2005-11-14 00:36:27
|
Hi, Somehow, from a WSDL file describing an object with an attribute called 'Id', soap4r has managed to create an object with an extra 'id' attribute, different from the Ruby 'id' : #<MyObject:0x13f9eec @id="an id"> How do I reach this value ? I have the same problem with an attribute called 'name' ... Rup |