method

soap_action

rails latest stable - Class: ActionWebService::Client::Soap

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1.2.6) is shown here.

soap_action(method_name)
protected

No documentation available.

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