I have a connection open and am doing:
values = [1, 'test']
connection.return_response_as_xml = true
response = connection.send(method_name.to_sym(), *values)
and that works fine and all. but I want to see the raw request sent across... is this possible?