I am going to create a rails application that will basically wrap a bunch of SOAP commands.
Instead of retrieving WSDL every time I would like to implement some kind of caching method, although I'm not quite sure where to even start doing this.
Is there anything specific for Rails that will help me, or should I just upload the file through Ruby and upload it? Just looking for some general direction ...
source
share