The deployment of a Web service consists in copying the generated implementation class and .ASMX file into the directory of the web server virtual folder.
The code generation process creates a subdirectory under wwwroot using the package name, and creates a <WebServiceName>.ASMX file within the subdirectory.