When I try to call a web service from one of our business partners, I get the error: java.util.zip.ZipException: unknown compression method. This seems to have something to do with HTTP Compression on the partner's server. I've seen a work-around for CFHTTP (passing additional HTTP headers), but I haven't been able to track down a solution for web service calls.
Has anyone had this problem before? Any resolutions floating around out there? Background: I'm trying to consume a webservice that I had previously used just fine (via HTTP), but has recently moved to a new server (using HTTPS). I can bring up the WSDL just fine using my browser. When I try to register the webservice through CF Administrator, I get the error: Error creating web service. Please ensure that you have entered a correct Web Service name or URL. If I try and call the webservice from my CF code, the full error message I get is: Name: https://www.travelinsured.com/TIWebServiceQA/service.asmx?wsdl. WSDL: https://www.travelinsured.com/TIWebServiceQA/service.asmx?wsdl. java.util.zip.ZipException: unknown compression method It is recommended that you use a web browser to retrieve and examine the requested WSDL document for correctness. If the requested WSDL document can't be retrieved or it is dynamically generated, it is likely that the target web service has programming errors. Any help would be greatly appreciated! Thanks! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:263647 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

