--%>

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 : Define Propagation Propagation : When

    Propagation: When an exception is thrown in a method, and there is no suitable exception handler within the method, the exception might be propagated to the caller of the method. For a checked exception, the method should include a throws clause in it

  • Q : Define Preempt Preempt: It is the

    Preempt: It is the presently executing thread might be preempted, or forced to give up control, by a higher priority thread which becomes eligible to run throughout its time slice.

  • Q : Explain the relationship between XHTML

    Explain the relationship between XHTML and XML?

  • Q : Explain Parallel programming Parallel

    Parallel programming: It is a style of programming in which statements are not essentially executed in an ordered series but in parallel. The parallel programming languages make it simpler to produce programs which are designed to be run on multi-proc

  • Q : Function overloading in C plus Function

    Function overloading in C++: The function name containing numerous definitions which are differentiable by the number or kinds of their arguments is termed as function overloading.

  • Q : Define the term Protected statement

    Define the term Protected statement: It is a statement within the try clause of the try statement.

  • Q : Explain different types of variable iv

    The kind of value that a variable can own is known as data type. When we state a variable we require specifying the type of value it will own with the n

  • Q : What is an Interrupt Interrupt : This

    Interrupt: This is an asynchronous message sent to a process or thread which interrupts what it is at present doing. This generally outcomes in an InterruptedException object being received by an interrupted thread. Waiting for an int

  • Q : What do you mean by program counter

    What do you mean by the term program counter? Write down its use?

  • Q : Explain the difference between a

    Explain the difference between a computer process and thread.