On Mon, Oct 12, 2009 at 5:36 AM, comopasta Gr
<[email protected]> wrote:

> I have to interface (using SOAP) with an external system. Most of the
> methods respond with a java bean. Look like it was done expecting java
> on the client side always.
>
> My question is, how can I interface with that, how can I take a java
> bean and handle it on the RoR side?

SOAP requests return XML, which in this case might be a serialized
representation of a bean -- have you looked at the actual response?

-- 
Hassan Schroeder ------------------------ [email protected]
twitter: @hassan

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to