Re: [Rails] Failed. Response code = 404 error. ActiveResource, RoR, REST
On Thu, Jul 12, 2012 at 7:34 AM, Jo <jianping.zhou.1986@gmail.com> wrote:
> I try to create a RoR app to consume a RESTFul WCF service.
> So type http://localhost:50173/RestServiceImpl.svc/json/1999999999999999 in
> the browser, it will return a json file on screen.
> then I got
> Failed. Response code = 404. Response message = Not Found
404 is pretty plain; the URL your app is requesting isn't what your
web service is responding to. Look at how they're different.
--
Hassan Schroeder ------------------------ hassan.schroeder@gmail.com
http://about.me/hassanschroeder
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 rubyonrails-talk@googlegroups.com.
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-US.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home