From: "Bartosz Dziewoński" Date: 2011-08-17T04:12:22+09:00 Subject: Re: SOAP result with an element named id Wild guess: soapobject['id']? Or maybe soapobject[:id]? I checked the docs[1]. There are no docs there, actually, but after a quick look at the code I think I am right. [1] http://www.ruby-doc.org/stdlib-1.8.7/libdoc/soap/rdoc/classes/SOAP/Mapping/Object.html#M004096 -- Matma Rex 2011/8/16 Nico Claes : > I got this from another message on this forum, but there was no reply to > it.  Anybody who has the answer? > > ______________________ > > Say I have a soap object like... > > # > > How does one get the id value out? > > object.id gives the object_id, not the 120 I am needing.. > ________________ > > Thanks, > Nico > > -- > Posted via http://www.ruby-forum.com/. > >