Class: Savon::Client

Inherits:
Object
  • Object
show all
Defined in:
lib/vindata/services/nada.rb

Instance Method Summary collapse

Instance Method Details

#get_request_xml(operation_name, locals) ⇒ Object



6
7
8
# File 'lib/vindata/services/nada.rb', line 6

def get_request_xml operation_name, locals
  Savon::Builder.new(operation_name, @wsdl, @globals, locals).pretty
end