InterviewSolution
| 1. |
Mention What Is Soap Http Binding? |
|
Answer» HTTP WORKS over TCP/IP. The HTTP client links to an HTTP server using TCP. SOAP HTTP is a METHOD that conforms with the SOAP ENCODING rules. HTTP + XML = SOAP A SOAP request could be an – HTTP GET request or HTTP POST The HTTP POST request mentions ATLEAST TWO HTTP headers: Content-Type and Content-Length. HTTP works over TCP/IP. The HTTP client links to an HTTP server using TCP. SOAP HTTP is a method that conforms with the SOAP encoding rules. HTTP + XML = SOAP A SOAP request could be an – HTTP GET request or HTTP POST The HTTP POST request mentions atleast two HTTP headers: Content-Type and Content-Length. |
|