Login   Register  
PHP Classes
elePHPant
Icontem

Http gzip compression

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us

      PHP HTTP protocol client  >  All threads  >  Http gzip compression  >  (Un) Subscribe thread alerts  
Subject:Http gzip compression
Summary:How to use compression in soap conversation using http class
Messages:5
Author:luis pedro
Date:2009-04-01 09:33:23
Update:2011-04-26 15:19:23
 

  1. Http gzip compression   Reply  
Picture of luis pedro
luis pedro
2009-04-01 09:33:23
Hi,
I am using you class for dialog with amadeus aviation system.
The webservice i am calling can use compression gizp ou deflate, i can i implement this in your class? is it possible?
I have tried :
$arguments["Headers"]["Accept-Encoding"]="deflate";
$arguments["Headers"]["Content-Encoding"]="gzip";

But with no success.
Best regards
Luis Pedro
Porto, Portugal

  2. Re: Http gzip compression   Reply  
Picture of Manuel Lemos
Manuel Lemos
2009-04-01 09:51:18 - In reply to message 1 from luis pedro
Right now the class does not provide built-in HTTP compression support. I will add it to my to do list. Thank you for asking.

  3. Re: Http gzip compression   Reply  
Picture of luis pedro
luis pedro
2009-04-01 22:59:49 - In reply to message 2 from Manuel Lemos
Thanks. I will try to do that using nusoap ou some replacement.
By the way i am using your http class connecting to several systems, namely galileo gds reserve system, gta hotels, boscolo hotels, msc cruises.
It is the best, and it works just fine.
Obrigado
Luis Pedro

  4. Re: Http gzip compression   Reply  
Picture of wojtek
wojtek
2009-10-08 20:25:10 - In reply to message 1 from luis pedro
Hi Luis,

I'm starting new website for travel agent, he is using amadeus. Do you have any api or somethin so I can have a look on?
No bloody idea where to find documentation for this system.

kind regards
WOjtek

  5. Re: Http gzip compression   Reply  
Picture of thrallthink
thrallthink
2011-04-26 15:19:24 - In reply to message 1 from luis pedro
Can you show me the code?

I will try to help you.