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: