Gzip compression with SOAP

F

Fernando Silva

Hi everyone.

I was wondering if there was a way to request a compressed XML response
from a web service. This is a segment of my code, involving contact with
the WS:

require "soap/wsdlDriver"

factory = SOAP::WSDLDriverFactory.new(url)
driver = factory.create_rpc_driver
res = driver.Search(ws_params)

This works fine. However, I would like to speed up my app by using soap
compression, and so far I haven't been lucky searching the web for a way
to do so.
I hope someone can give me a hand here.
Thank you very much and regards.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,764
Messages
2,569,564
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top