Skip to content

Instantly share code, notes, and snippets.

@jbrunemann
Created May 24, 2012 13:51
Show Gist options
  • Save jbrunemann/2781655 to your computer and use it in GitHub Desktop.
Save jbrunemann/2781655 to your computer and use it in GitHub Desktop.
wsdl2 does not show extended functions
<cfscript>
component displayname="test1" extends="test2"
{
remote Any function ping1() {}
}
</cfscript>
<cfscript>
component displayname="test2"
{
remote Any function ping2() {}
}
</cfscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment