Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. COThat means by specifying "httpGetEnabled = true" will make my WCF Service be consumed as webservice too. If yes, then what is the use of "BasicHttpBinding"? As the main advantage of using BasicHttpBinding is to make your WCF Service available to older version and can be consumed as webservice (feature called as backward compatibility i guess, i m not much sure of it), Would you please let us know what exactly then the difference/co-relation between "HttpGetEnabled" and "BasicHttpBinding". If they are co-related then why we should use "HttpGetEnabled=true" line, when I am using "WsHttpBinding"
      singulars
    2. COHow your WCF service communicates with other processes (its endpoint binding) and how it exposes metadata about itself (its metadata configuration) are independent of one another. It makes sense to expose the metadata as WSDL (using `httpGetEnabled="true"` and an `httpGetUrl`) if you plan to access the service as a SOAP web service (using an endpoint configured with `WsHttpBinding`), either setting can be used without the other.
      singulars
    3. COThen why after removing the following two lines: - <endpoint address="mex" binding="mexBasicHttpBinding" contract="IMetadataExchange"/> <serviceMetadata httpGetEnabled="false"/> Why it is not allowing me to give reference in a client application.(I don't wanna use it as webservice) I feel the exposing ServiceMetadata is somewhere inter-related with WCF Communication. As without metadata client can't establish communication. As client application must know the type and other component of the service to establish communication which possible with metadata only
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload