WCF Server/Client Configuration
This generator allows creating server-side or client-side configuration files for
all WCF services that are generated from the object model. It creates endpoints
for each service contract based on the global configuration specified in the model.
If the configuration file specified in the output path already exists then it will
be updated to add the new endpoints as necessary, which makes the generator re-runnable.
While one can certainly add the endpoints to the configuration files manually, this
generator can be particularly useful during initial design of the service layer
when the business object operations undergo significant changes. Yet, because the
generator is re-runnable, it can be included in the project build process, so that
endpoints for new service contracts will be automatically added to the client and
server configuration files.
|