.net - WCF WebService Replication -
I would like to repeat the web-service given for simulation purposes. The main idea is that the new The service applies the same interface as the existing one (which I do not control in any way) but with different actual method implementations Again, I would like to be able to redirect the request to a real address or in a test situation without simulating one without changing the configuration. Is this possible in WCF? In the case of actually copying service, if the existing service is exposed, then metadata, i.e., the WSDL , You can essentially recreate the service as follows: In the case of toggling between the original and your new service, I think that an option is from the client side reference which is the code (vs. config) the way you use a service or other Toggle a switch to hit ...
Comments
Post a Comment