method

soap_action

soap_action(method_name)
protected

No documentation available.

# File actionwebservice/lib/action_web_service/client/soap_client.rb, line 65
        def soap_action(method_name)
          "#{@soap_action_base}/#{method_name}"
        end