From: jackster the jackle Date: 2010-01-26T07:13:05+09:00 Subject: Basic XML POST using Ruby to Cisco Call Manager I have been tasked with writing a ruby script to poll the XML/SOAP interface on the Cisco Call Manager phone system. I have never done anything with XML in the past. From the Cisco documentation, I need to make this XML request using Ruby: --------------------- POST :8443/axl/ Host: axl.myhost.com:8443 Accept: text/* Authorization: Basic bGFycnk6Y3VybHkgYW5kIG1vZQ== Content-type: text/xml SOAPAction: "CUCM:DB ver=6.0" Content-length: 613 SEP222222222245 --------------------- I would be greatly appreciative if someone can show me the best way to do this request using Ruby. thanks jackster -- Posted via http://www.ruby-forum.com/.