tracker issue : CF-4027176

select a category, or use search below
(searches all categories and all time range)
Title:

unable to invoke / Register web services

| View in Tracker

Status/Resolution/Reason: Closed/Fixed/

Reporter/Name(from Bugbase): / ext-user (Rahul Upadhyay)

Created: 07/28/2015

Components: Web Services, General

Versions: 10.0

Failure Type:

Found In Build/Fixed In Build: 4.1 (Build 0001) / CF11 Update7,CF10 Update18

Priority/Frequency: Major / Most users will encounter

Locale/System: English / Linux Red Hat 7.0,Win 2008 Server R2

Vote Count: 0

Listed in the version 11.0.07.296330 Issues Fixed doc
unable to invoke/register the web services on their CF10 environment. 
They can expose the web service in  browser. The same web service call call trigger via CF10 using CFHTTPD, and SoapUI works fine. The issue comes while registering web service on CF admin and calling from cfinvoke.

Errors: 
Registering on cfadmin:
Error creating web service. Please ensure that you have entered a correct Web Service name or URL.

When ColdFusion based web services are hosted on secure site with gzip encoding being enabled, invoking these from <cfinvoke> tag and registering them from admin is failing.

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	4027176

External Customer Info:
External Company:  
External Customer Name:  
External Customer Email:

Attachments:

Comments:

When reqtrieving the WSDL, the accept-encoding was set to deflate only. So gzip encoded responses were not accepted. Added GZIP as a valid accept header.
Comment by Paul N.
6451 | August 05, 2015 06:37:22 AM GMT
Verified this is fixed in CF11 Update 7 (build 11,0,07,296330) for cfinvoke and CF Admin's web service registration. The accept-encoding is now: Accept-Encoding: gzip, deflate;q=0 In CF11 Update 6 (build 11,0,06,295053) it was: Accept-Encoding: deflate;q=0 Thanks!, -Aaron
Comment by External U.
6452 | December 03, 2015 09:47:39 PM GMT