Interview Questions

How you explain the Content-Length for a SOAP?

SOAP Interview Questions and Answers


(Continued from previous question...)

How you explain the Content-Length for a SOAP?

The Content-Length header for a SOAP request and response specifies the number of bytes in the body of the request or response.

Syntax
Content-Length: bytes

Example
POST /item HTTP/1.1
Content-Type: application/soap+xml; charset=utf-8
Content-Length: 250

(Continued on next question...)

Other Interview Questions