Caching a WSDL file rather than retrieving it with every SOAP request

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 ...

+5
source share
1 answer

If you are using savon , then

+9
source

All Articles