Is there a problem with Direct Web Services on Windoze? A routing error occurs with simple controller/api configs as described in the AWDwR text. route.rb has a wsdl route, but I would like to scaffold it to render either wsdl or ws functions from localhost:3000/ctrlr/invoke or localhost:3000/ctrlr/wsdl. -- Posted via http://www.ruby-forum.com/.
jhk wrote:> Is there a problem with Direct Web Services on Windoze? > A routing error occurs with simple controller/api configs as > described in the AWDwR text. route.rb has a wsdl route, but > I would like to scaffold it to render either wsdl or ws > functions from localhost:3000/ctrlr/invoke or localhost:3000/ctrlr/wsdl.Yep, the functional test works great, but the scaffolding will not go on Windows??? Any ideas? Thanks! -- Posted via http://www.ruby-forum.com/.
jhk wrote:> Yep, the functional test works great, but the scaffolding will not > go on Windows??? Any ideas? Thanks!Never mind, folks... The example ''HowToGetStartedWithActionWebServices, which was posted at wiki.rubyonrails.org/rails/HowToGet... did not work as suggested. The controller, api, and action were all called the same (UsefulSum) which confused the routing. I can''t seem to locate this HowTo anymore, which I found 7/21/06, 11:17 AM CDT and was last updated 7/12/06 by AnonymousCoward... Does being led down the wrong path foster that special community spirit? If it pops up again, I''ll fix the damaged verbiage. Sorry for the rant, I''ve spent quite a bit of time on this while still holding RoR as truly brilliant product. -Jeff -- Posted via http://www.ruby-forum.com/.
The wiki''s broken because folks don''t fix it. I found the page by searching for UsefulSum. http://wiki.rubyonrails.com/rails/pages/ HowToGetStartedWithActionWebService Please update it so others don''t have to repeat your headaches. - dan -- Dan Kohn <mailto:dan@dankohn.com> <http://www.dankohn.com/> <tel:+1-415-233-1000> On Jul 24, 2006, at 11:20 AM, jhk wrote:> jhk wrote: > >> Yep, the functional test works great, but the scaffolding will not >> go on Windows??? Any ideas? Thanks! > > Never mind, folks... The example > ''HowToGetStartedWithActionWebServices, > which was posted at wiki.rubyonrails.org/rails/HowToGet... did not > work > as suggested. The controller, api, and action were all called the same > (UsefulSum) which confused the routing. I can''t seem to locate this > HowTo anymore, which I found 7/21/06, 11:17 AM CDT and was last > updated > 7/12/06 by AnonymousCoward... Does being led down the wrong path > foster that special community spirit? If it pops up again, I''ll fix > the damaged verbiage. Sorry for the rant, I''ve spent quite a bit of > time on this while still holding RoR as truly brilliant product. > > -Jeff > > > > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails
Dan Kohn wrote:> The wiki''s broken because folks don''t fix it. I found the page by > searching for UsefulSum. > > http://wiki.rubyonrails.com/rails/pages/ > HowToGetStartedWithActionWebService > > Please update it so others don''t have to repeat your headaches. > > - dan > -- > Dan Kohn <mailto:dan@dankohn.com> > <http://www.dankohn.com/> <tel:+1-415-233-1000>Thanks Dan. Yes, I had assumed that the list was sorted -- located it by your search method without a hitch. The updated document is now available. Headaches are presumably over for now... -Jeff -- Posted via http://www.ruby-forum.com/.