Method: InewsClient::System.client_options

Defined in:
lib/inews_client/system.rb

.client_optionsObject



7
8
9
10
11
12
13
14
# File 'lib/inews_client/system.rb', line 7

def self.client_options
  {
    wsdl: "#{ENV['wsdl']}/inewswebservice/services/inewssystem?wsdl",
    namespaces:{
      "xmlns:types" => "http://avid.com/inewssystem/types",
    },
  }
end