From: Giedrius Date: 2006-01-30T19:03:33+09:00 Subject: webservi ce consumption over SSL Hi, as long as nobody answered to my previous question, i'll try to write in another way. I have: webservice WSDL link (https://something?WSDL, that's .net webservice) pem file (certificate, needed to authentificate for gettting data) i need : to consume that webservice without describing API's for each method (i mean use WSL to construct needed structures or objects). condition: use as litle lines of code as possible :) btw, i would prefer solution, that would work on standart ruby instalation (without additional installs, is that possible) -- Posted via http://www.ruby-forum.com/.