method

setup_req

v1_8_6_287 - Show latest stable - Class: SOAP::RPC::SOAPlet
setup_req(conn_data, req)
private

No documentation available.

# File lib/soap/rpc/soaplet.rb, line 110
  def setup_req(conn_data, req)
    conn_data.receive_string = req.body
    conn_data.receive_contenttype = req['content-type']
    conn_data.soapaction = parse_soapaction(req.meta_vars['HTTP_SOAPACTION'])
  end