sris 426 wrote:
even we have more than one client..then all clients can connect with single end point..is it true???
Well, first clarify what you mean by endpoint. Assuming you mean a WCF service endpoint, which consists of an address, a binding, and a contract, then yes, unless something about the binding specifically prohibits more than one simultaneous connection. Consider this....if every client required the server to provide a unique service endpoint, how would you provide the endpoint without knowing in advance that the client needs it? :)
Mark Salsbery Microsoft MVP - Visual C++ :java: