Sha256: 6ef3ec4f6f2831224234c36368bf8c3fdf5cd214aac62800c5fd00dc380fce3f

Contents?: true

Size: 1.14 KB

Versions: 5

Compression:

Stored size: 1.14 KB

Contents

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

:no_namespace:
  :namespace_uri: "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_uri: "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_uri: "http://api.geotrust.com/webtrust/query"
  :operations:
    :get_quick_approver_list:
      :action: "GetQuickApproverList"
      :input: "GetQuickApproverList"
    :hello:
      :input: "hello"
      :action: "hello"

Version data entries

5 entries across 5 versions & 4 rubygems

Version Path
tictoc-savon-0.7.9 spec/fixtures/wsdl/wsdl_fixture.yml
pyu-savon-0.7.9.3 spec/fixtures/wsdl/wsdl_fixture.yml
hoopla-savon-0.7.9 spec/fixtures/wsdl/wsdl_fixture.yml
savon-0.7.9 spec/fixtures/wsdl/wsdl_fixture.yml
savon-0.7.8 spec/fixtures/wsdl/wsdl_fixture.yml