Sha256: 9204390fa955278aedc2c7919bdc1211d85999b0bc9a06a73693da0cdbbe4ddc

Contents?: true

Size: 1.13 KB

Versions: 4

Compression:

Stored size: 1.13 KB

Contents

:authentication:
  :namespace: "http://v1_0.ws.auth.order.example.com/"
  :operations:
    :authenticate:
      :action: "authenticate"
      :input: "authenticate"

:no_namespace:
  :namespace: "urn:ActionWebService"
  :operations:
    :get_all_contacts:
      :action: "/api/api/GetAllContacts"
      :input: "GetAllContacts"
    :search_user:
      :action: "/api/api/SearchUser"
      :input: "SearchUser"
    :get_user_login_by_id:
      :action: "/api/api/GetUserLoginById"
      :input: "GetUserLoginById"

:namespaced_actions:
  :namespace: "http://api.example.com/api/"
  :operations:
    :get_api_key:
      :input: "GetApiKey"
      :action: "http://api.example.com/api/User.GetApiKey"
    :delete_client:
      :input: "DeleteClient"
      :action: "http://api.example.com/api/Client.Delete"
    :get_clients:
      :input: "GetClients"
      :action: "http://api.example.com/api/User.GetClients"

:geotrust:
  :namespace: "http://api.geotrust.com/webtrust/query"
  :operations:
    :get_quick_approver_list:
      :action: "GetQuickApproverList"
      :input: "GetQuickApproverList"
    :hello:
      :input: "hello"
      :action: "hello"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
savon-0.8.0.beta.4 spec/fixtures/wsdl/wsdl_fixture.yml
savon-0.8.0.beta.3 spec/fixtures/wsdl/wsdl_fixture.yml
savon-0.8.0.beta.2 spec/fixtures/wsdl/wsdl_fixture.yml
savon-0.8.0.beta.1 spec/fixtures/wsdl/wsdl_fixture.yml