web_client_api :baby_wise , :soap, 
"http://localhost:3000/baby_wise/api";, :service_name => 'baby_wise'

these are the properties i defined in the client controller

and

baby_wise.get_baby_growth_articles(params["user_id"],params[:new_update]["new_update"])


this is how m calling function of web service ,

and the api i already mentioned.

it simply says that undefined method Article , simply it doesn't 
recognize the Article object.

as there isn't any model with that name in the client end but it is in 
the server end therefore server side recognize it.
-- 
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@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to