wcf - Why do i need both mex endpoint and httpGetEnable? -


I was wondering why I want to announce it:

  & lt; ServiceMetadata httpGetEnabled = "true" />   

and also

     

If I only use the first time - through the browser it is working Why do I need another?

Can you give me examples for the situation which I have to use later?

you

  • to publish metadata to everyone Service (this service matadata behavior) - but it is not needed httpGetEnabled - this is optional

  • A place (endpoint) where an investigator can catch that service metadata - which is the MEX endpoint is for a machine-readable format of metadata - one such Visual Studio or Sweep Multi-client can create It is not meant for human consumption

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -