Protocol stack of XML Web Services
Explain the protocol stack of XML Web Services.
Expert
Web service protocol stack is the protocol stack (that is, a stack of computer networking protocols) which is employed to define, locate, implement, and form Web services interact with one other. The Web service protocol stack usually stacks four protocols:
(Service) Transport Protocol: accountable for transporting messages among network applications and comprises protocols like HTTP, SMTP, FTP, and also the more recent Blocks Extensible Exchange Protocol (BEEP).
(XML) Messaging Protocol: accountable for encoding messages in a general XML format and hence they can be understood at either end of the network connection. Presently, this area comprises such protocols as XML-RPC, WS-Addressing, and SOAP.
(Service) Description Protocol: employed for explaining the public interface to a particular Web service. The WSDL interface format is usually utilized for this purpose.
(Service) Discovery Protocol: centralizes services into a general registry such that network Web services can publish their position and description, and makes it simple to discover what services are accessible on the network. Universal Description Discovery and Integration (abbreviated as UDDI) was intended for this aim, however it has not been broadly adopted.
Define the term Manifest file: It is a file which is held in a Java Archive (JAR) file, explaining the contents of the archive.
State the term tombstone lifetime attribute?
Datagram: It is a packet of information passed between the two communicating procedures across a network. Both the Transmission Control Protocol (abbreviated as TCP) and the User Datagram Protocol (abbreviated as UDP) are indirectly comprised in sendi
Continue statement: A statement which might only be employed within the body of a loop. In case of a while loop or do loop, control passes instantly to the loop's terminating test. In case of a for loop, the control passes to the post-body update expr
Q. Explain the concept of object oriented analysis with explanation of all steps of analysis. Q : What is copy constructor in C++? How is
Define the term Top level class: It is a class defined either at outermost level of a package or the static nested class.
What is meant by the term pipe?
Thread: It is a lightweight procedure which is managed by the Java Virtual Machine (abbreviated as JVM). Support for threads is given by the Thread class in java.lang package.
Define class?
18,76,764
1944301 Asked
3,689
Active Tutors
1438107
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!