Right now we are using java based webservices and want to move them to ruby on rails webservice. I did not find any ActionWebservice package under gems folder. I appreciate if anyone can help me to find examples on SOAP based webservice with ruby. Ruby version: 1.8.7 Thanks Krishna --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
http://www.texperts.com/2007/12/21/using-action-web-service-with-rails-20/ On Nov 7, 12:23 pm, Kittu <krishna.manchikalap...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Right now we are using java based webservices and want to move them to > ruby on rails webservice. I did not find any ActionWebservice package > under gems folder. > > I appreciate if anyone can help me to find examples on SOAP based > webservice with ruby. > > Ruby version: 1.8.7 > > Thanks > Krishna--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
texperts works only with action pack <= 1.13.x and the current action pack is 2.1.x and it throws an exception as C:\ruby>gem install actionwebservice ERROR: Error installing actionwebservice: actionwebservice requires actionpack (= 1.13.6, runtime) I read the ''Agile web development with ruby'' and still not succeed creating webservice. I appreciate if you can share step by step webservice example either with soap4r, actionwebservice, aws, any... -- 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 -~----------~----~----~----~------~----~------~--~---
On 11 Nov 2008, at 19:41, Kittu Mm wrote:> > texperts works only with action pack <= 1.13.x and the current action > pack is 2.1.x and it throws an exception as > > > C:\ruby>gem install actionwebservice > ERROR: Error installing actionwebservice: > actionwebservice requires actionpack (= 1.13.6, runtime) >I wrote the blog post blasterpal linked to, the key thing is that we don''t use the gem. I''ve downloaded the source from the rails svn host and stuck next to the other components of the rails framework (ie everything is frozen into the app). This continues to work for me with 2.1.2 Kent Sibilev has been maintaining a gem you can just install: http://www.datanoise.com/articles/2008/7/2/actionwebservice-is-back Fred> > I read the ''Agile web development with ruby'' and still not succeed > creating webservice. > > I appreciate if you can share step by step webservice example either > with soap4r, actionwebservice, aws, any... > > > > -- > 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 -~----------~----~----~----~------~----~------~--~---