method

setup_req

ruby latest stable - Class: SOAP::RPC::SOAPlet

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1_8_7_330) is shown here.

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