sul-dlss / sul_pub

SUL system for harvest and managing publications for Stanford CAP, with controlled API access.
http://cap.stanford.edu
Other
8 stars 3 forks source link

WOS specs - use a cached WSDL #701

Open dazza-codes opened 6 years ago

dazza-codes commented 6 years ago

It might help to speed up specs and save VCR cassettes if a locally cached WSDL is used for the WOS client, e.g.

client = Savon.client(wsdl: 'locally-cached-wsdl.xml')
atz commented 6 years ago

A helper method for getting the client instance might advance consolidation there, too.