Displaying 1 result from an estimated 1 matches for "helloservice".
2008 May 07
1
Actionwebservice
...ler::Flash::FlashHash {}
Response
Headers: {"cookie"=>[], "Cache-Control"=>"no-cache"}
---------------------------------------------------------------------------------
---------------------------------------------------------------------------------
My codes:
helloservice:
helloservice\app\apis:
class HelloApi < ActionWebService::API::Base
api_method :getMsg,
:expects => [{:name => :string}],
:returns => [[:string]]
end
helloservice\app\controllers
class HelloController < ApplicationController
wsdl_service_name '&...