# File lib/soap/streamHandler.rb, line 170 def send(url, conn_data, soapaction = nil, charset = @charset) conn_data.soapaction ||= soapaction # for backward conpatibility conn_data = send_post(url, conn_data, charset) @client.save_cookie_store if @cookie_store conn_data end