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.
State the term snooping?
Method header: It is the header of a method, comprising of the method name, its outcome type, formal arguments and any exceptions thrown. Also termed as a method signature.
Define Identifiers and their naming convention in brief?
State the term GPC and GPT.
What are the tools require writing XHTML documents?
Reader class: It is sub-class of the Reader abstract, stated in the java.io package. Reader classes translate input from the host-dependent character set encoding into the Unicode.
Q. Write a java program to sort ten numbers using bubble sort method. Ans. class Bubble sort Q : What is Pointer Arithmetic Pointer Pointer Arithmetic: C and C++ provide the ability to modify a pointer’s target address with arithmetic operations. This is used, for example, to index arrays. MyObject* P = ... Q : Explain the difference between the Explain the difference between the Interpreter and Compiler?
Pointer Arithmetic: C and C++ provide the ability to modify a pointer’s target address with arithmetic operations. This is used, for example, to index arrays. MyObject* P = ... Q : Explain the difference between the Explain the difference between the Interpreter and Compiler?
Explain the difference between the Interpreter and Compiler?
Describe how to include the CSS within the HEAD Tag?
18,76,764
1925591 Asked
3,689
Active Tutors
1447434
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!