I want to host my WCF
web service in the public domain (on internet) so that any client application (java, .net etc.) can consume it.
The WSDL
will give details of the service (what it offers etc.). But,
How to inform the
binding
details to the clients? I want to know how do we inform binding details to the outside world when you are on internet and you do not know who the client will be. WSDL gives the details of the service; similarly what mechanism is there to inform the binding that's required to communicate with the service.Do I need to stick to some specific bindings when I want to publish my web service over internet where anybody can consume it?