The deployment.props file contains some useful configuration needed by the servent at deployment time and also the parameters useful for the service itself. The service can access to these parameters at any time while executing ().
The most important parameter is named adapter. It specify the name of the class the servent must instantiate and deploy: the service itself. Because this class is instantiated in runtime by the servent, an empty constructor is needed. Notice that other constructors can be provided, by they will not be used by the servent.
When the service is deployed, some filters can also be specified to run before and after its execution.
These are some of the most significative prameters we can use in the deployment.props file: