tracker issue : CF-3200295

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

Displayname cannot be set in webservice component

| View in Tracker

Status/Resolution/Reason: Closed/Withdrawn/CannotReproduce

Reporter/Name(from Bugbase): Jork Zijlstra / Jork Zijlstra (Jork Zijlstra)

Created: 05/29/2012

Components: Web Services

Versions: 10.0

Failure Type: Non Functioning

Found In Build/Fixed In Build: Final /

Priority/Frequency: Critical / All users will encounter

Locale/System: English / Windows 7 SP1 64-bit

Vote Count: 1

Problem Description:
if you create a component for instance webservice.cfc you cannot set the displayname property to "test" in this component. 
You will get an error "coldfusion.xml.rpc.WebServiceUtil$DisplayNameAlreadyExistsException: The display name test is already used by the CFC webservice/Test.cfc."

Steps to Reproduce:
1) create component test.cfc

component displayname="test"
{
	remote String function ping1()
	{
		return "ping1";
	}
}

2) call the wsdl from this component

3) there is the error

Actual Result:
The web service operation caused an invocation exception. 

Expected Result:
Working wsdl

Any Workarounds:
change displayname value or remove property displayname

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

Watson Bug ID:	3200295

External Customer Info:
External Company:  
External Customer Name: Jork Zijlstra
External Customer Email:  
External Test Config: My Hardware and Environment details: CF10 + build in webservice

Attachments:

Comments:

not reproducible: replied to user, waiting for his reply
Comment by Milan C.
19157 | July 09, 2012 03:20:01 AM GMT
I ran into what appears to be the same bug in CF 11. Here's the report for that with some additional steps to help reproduce the error: https://bugbase.adobe.com/index.cfm?event=bug&id=CF-3836992
Vote by External U.
19158 | October 09, 2014 05:14:46 PM GMT