InterviewSolution
Saved Bookmarks
| 1. |
What is HTTP binding in WCF? |
|
Answer» In practice, HTTP binding is suitable for communicating securely with ASP.NET Web service (ASMX) based services. In addition to this, WCF services use HTTP binding service in ORDER to transport text/XML ass a default message. In order to CREATE HTTP binding in WCF following steps need to be performed |
|