why does a client need the same endpoint as the service?
Is it that the client looks to the address which is in its endpoint, and the service will listen with the address that it has put in his endpoint???
why does a client need the same endpoint as the service? Is it that
Share
The simple answer is that the service and client must agree on the mechanics of communication – that’s what the endpoint is for
In other words they must agree on the endpoint definition
However, things are a little more complex than that in reality
listenUriwhich the client can send messages to by defining aclientViaendpoint behavior