From: Chris Gunnels Date: 2010-02-05T07:30:58+09:00 Subject: Re: How to add Header information to a SOAP request I just installed Savon gem and did the following to get it to work: @client = Savon::Client.new "https://asdflskdjf.com?WSDL" @client.request.basic_auth("user", "pass") @client.soap_action_you_want_to_execute Find docs at http://rdoc.info/projects/rubiii/savon This is kinda a dup of my previous post. -- Posted via http://www.ruby-forum.com/.