Is it possible for
WCF Service to implement multiple Services ?
Yes, we make the service class implement multiple service
interfaces and then expose each service using a different endpoint
How to make changes
to wcf service without breaking existing clients?
Use
Name property of serviceContractAttribute and give it an explicit name to
prevent the client from breaking when service contract interface name is changed 
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.