--%>

Define the term SOAP

Define the term SOAP.

E

Expert

Verified

SOAP stands for Simple Object Access Protocol is a simple protocol for swap of information. This is based on XML and contains three parts: a SOAP envelope (explaining what's in the message and how to process this); a set of encoding rules and a convention for showing Remote Procedure Calls (RPCs) and responses.

   Related Questions in Programming Languages

  • Q : Source and listener What do you mean by

    What do you mean by the term source and listener?

  • Q : What is testing What is testing?

    What is testing?

  • Q : Restrictions implied on API functions

    What are the restrictions implied on API functions?

  • Q : Risks associated while porting a c pre

    Q. 1 Explain number of issues which are faced while porting a c pre processor in java. These issues always have the probability that the code will show errors while trying to execute the code in java.  Q.2 : Software Requirement Specification or Requirements for the studen

  • Q : Explain Edit-compile-run cycle

    Edit-compile-run cycle: A common portion of the program development procedure. The source file is made initially and compiled. The syntax errors should be corrected in the editor before compiling it again. Once the program has been productively compil

  • Q : Define Stream class Stream class : An

    Stream class: An input stream class is one which delivers data from its source (frequently the file system as a series of bytes. Likewise, an output stream class will write byte-level data. The stream classes must be contrasted with the operation of r

  • Q : Determine a web page element which

    How can I determine a web page element which contains exact text?

  • Q : Programming assignment Written (7

    Written (7 points): pp. 303-304: 1, 5, 6, 7 pp. 363-364: 3, 4, 6. pp.303-304: 1. In what ways are the initialization, repetition test, and update steps alike for a sentinel-controlled loop and an endfile-controlled loop? How are they different? 5. Rewrite the program

  • Q : Define Zip file Zip file : It is a file

    Zip file: It is a file employed to store compressed versions of the files. In connection with Java bytecode files, such have mostly been superseded by the Java Archive (abbreviated as JAR) files.

  • Q : Method over ridding in java Q.  

    Q. Explain method over ridding in java. Give ex