Answer: 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.
Question:
How you define HTTP Binding in SOAP? Answer:
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. Source: CoolInterview.com
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
There should not be any Spelling Mistakes.
There should not be any Gramatical Errors.
Answers must not contain any bad words.
Answers should not be the repeat of same answer, already approved.
Answer should be complete in itself.
Related Questions
View Answer
Tell me about what kinds of information included in SOAP header?