Parameter names not preserved in WSDL

(CR #437434) Parameter names are not preserved in the Web Services Description Language (WSDL) when you expose a component as a Web service. For example, if a component method has parameters X and Y, and you expose the component as a Web service, the Web-service method WSDL parameters are named p1 and p2.