Status/Resolution/Reason: Closed/Withdrawn/ThirdParty
Reporter/Name(from Bugbase): Jan Brünemann / Jan Brünemann (janbrunemann)
Created: 05/24/2012
Components: Web Services
Versions: 10.0
Failure Type:
Found In Build/Fixed In Build: Final /
Priority/Frequency: Major / All users will encounter
Locale/System: English / Win Vista
Vote Count: 4
I have a simple test setup:
component displayname="test1" extends="test2"
{
remote Any function ping1() {}
}
component displayname="test2"
{
remote Any function ping2() {}
}
When I cal the cfc using test1.cfc?wsdl something strange happens.
When I tell my application to use WSDL version 1 using this.wssettings.version everything looks fine, pretty much the same as in CF9. But when I tell it to use version 2 the function "ping2" does not show up in my definition xml.
Why doesn't WSDL 2 show my extended function "test2" when I call test1.cfc?wsdl ??
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3197933
External Customer Info:
External Company:
External Customer Name: janbrunemann
External Customer Email:
External Test Config: CF10 stand alone, Windows Vista 32-bit.
Attachments:
Comments: