search for: service_output

Displaying 2 results from an estimated 2 matches for "service_output".

2008 May 07
1
uninitialized constant HelloadminController::HelloApi
..._api HelloApi web_service_scaffold :invoke def getMsg(name) "Hello " + name end end client controller class HelloadminController < ApplicationController def getMsg hello_client = ActionWebService::Client::Soap.new(HelloApi, "http://localhost:3001/hello/api") @service_output= hello_client.getMsg(params[:name]) end end -- 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 rubyo...
2008 May 07
1
Actionwebservice
...sg(name) "Hello "+ name end end helloadmin: helloadmin\app\controllers class HelloadminController < ApplicationController def getMsg_client hello_client = ActionWebService::Client::Soap.new(HelloApi, "http://localhost:3001/hello/api") @service_output = hello_client.getMsg(params[:name]) end end helloadmin\app\views\helloadmin index.rhtml: <html> <head> <title>Hello Web Service</title> </head> <body> <h1>Hello Web Service</h1> <p> This rails application tests a web se...