You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
require 'sinatra/soap'
class MyApp < Sinatra::Base
#remember to register extenstion if you are using modular style
register Sinatra::Soap
set :endpoint , '/action'
set :namespace , "http://schemas.xmlsoap.org/wsdl/"
set :service , "sinatra"
soap "GetBalance" do
params
end
soap "DeductBalance" do
params
end
end
Seems this was fixed in #4, but is not available in the packaged gem (0.1.7). Could a new gem version be pushed, or should we just clone this repository for now?
Code base:
Various Gem Versions:
The text was updated successfully, but these errors were encountered: