Interview Questions

How you define HTTP Binding in SOAP?

SOAP Interview Questions and Answers


(Continued from previous question...)

How you define HTTP Binding in SOAP?

I want to inform you HTTP perform communication over TCP/IP.And TCP HTTP client can connect to an HTTP server.
When connection will established than using that connection client can send an HTTP request message to the server.
POST /item HTTP/1.1
Host: 189.123.345.239
Content-Type: text/plain
Content-Length: 200
Server processes this request and sends an HTTP response back to the client. The response contains has a status code that are use to indicate the status of the request.

(Continued on next question...)

Other Interview Questions