We are developing ABAP proxy objects inside-out, i.e. based on existing ABAP function modules.
We are also developing in a registered namespace, so all names begin with /XYZ/.
However, the forward slashes in the DDIC object names are turned into underscore and hyphen ("_-"). A WSDL littered with this is not aesthetically pleasing.
Is there a way to alter this behaviour, e.g. just leave out the forward slashes and replace them with nothing?