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