From 68c6b22d05eaedac3b562e4372df016f2bc75ce5 Mon Sep 17 00:00:00 2001 From: Andrew Stevens Date: Thu, 17 Jan 2013 13:28:21 -0600 Subject: [PATCH] update params for new version of savon --- lib/authenticom_rpa.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/authenticom_rpa.rb b/lib/authenticom_rpa.rb index 53b59d3..90d4306 100644 --- a/lib/authenticom_rpa.rb +++ b/lib/authenticom_rpa.rb @@ -6,7 +6,7 @@ class RPA def initialize(access_code) self.access_code = access_code - self.client = Savon.client(File.dirname(__FILE__) + "/authenticom_rpa/rpalookup.asmx.xml") + self.client = Savon.client(:wsdl => File.dirname(__FILE__) + "/authenticom_rpa/rpalookup.asmx.xml") end def lookup(phone_number, options = {}) options = {:id => "ID01", :dealer => "DEALER01"}