Class: QuickbooksWebConnector::SoapController

Inherits:
ApplicationController show all
Defined in:
app/controllers/quickbooks_web_connector/soap_controller.rb

Instance Method Summary collapse

Instance Method Details

#endpointObject



4
5
6
7
# File 'app/controllers/quickbooks_web_connector/soap_controller.rb', line 4

def endpoint
  response = SoapWrapper.route(request)
  render xml: response, content_type: 'text/xml'
end