Hi Rail experts, I am learning to use ruby on rail to replace our old php based web application. I have one question: originally we have some web services developed in java, and they are running on the jSoapServer (java based). If we still want to use our java code at teh back-end. how to do it in ruby on rail. or are there info in detail for them. Regards, -Mo --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Robert Walker
2008-Oct-01 13:39 UTC
Re: using ruby on rails to call the web service in java
Look for information on the ActionWebServices plugin for Rails. This plugin used to be built into Rails for interacting with SOAP web services, but with the decision to promote REST as an alternative to SOAP it was pulled out into a plugin and ActiveResource (REST client) was added to the Rails core. ruby on rail wrote:> Hi Rail experts, > > I am learning to use ruby on rail to replace our old php based web > application. > I have one question: originally we have some web services developed in > java, and they are running on the jSoapServer (java based). If we > still want to use our java code at teh back-end. how to do it in ruby > on rail. or are there info in detail for them. > > Regards, > > -Mo-- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Robert Walker
2008-Oct-01 15:41 UTC
Re: using ruby on rails to call the web service in java
> Look for information on the ActionWebServices plugin for Rails. ThisMinor correction: actionwebservice appears to be a gem rather than a plugin. It appears that the most current work on it (at least at Github can be found here: http://github.com/datanoise/actionwebservice/tree/master -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
ruby on rail
2008-Oct-02 07:44 UTC
Re: using ruby on rails to call the web service in java
thanks Robert, I will check it. On Oct 1, 5:41 pm, Robert Walker <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> > Look for information on the ActionWebServices plugin for Rails. This > > Minor correction: actionwebservice appears to be a gem rather than a > plugin. It appears that the most current work on it (at least at Github > can be found here: > > http://github.com/datanoise/actionwebservice/tree/master > -- > Posted viahttp://www.ruby-forum.com/.--~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---