Webservice 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 :slight_smile:
btw, i would prefer solution, that would work on standart ruby
instalation (without additional installs, is that possible)