How to override generated wsdl

Is there a preferred way to override the generated wsdl that Lucee creates when making a remote call to a function?

I’d like to replace it with a statically created one.

In the end I used onRequestStart() to check if a wsdl was requested and cfcontent to output my replacement wsdl.

I’ve just seen in the Documentation for component (<cfcomponent> :: Lucee Documentation) that there is an attribute wsdlfile. It says:

A properly formatted WSDL file to be used instead of WSDL generated by Lucee. This attribute applies only when style=“document”.

** unimplemented **

Is this still true and this method of hardcoding a wsdl does not exist?