|
|
|
|
What is SOAP? |
Stands for "Simple Object Access Protocol," and can do more than just get your hands clean. SOAP is a method of transferring messages, or small amounts of information, over the Internet. SOAP messages are formatted in XML and are typically sent using HTTP (hypertext transfer protocol). Both are widely supported data transmission standards. HTTP, which is the protocol that Web pages are sent over, has the additional advantage of avoiding most network firewalls. Since firewalls usually do not block port 80 (HTTP) traffic, most SOAP messages can pass through without any problems.
Each SOAP message is contained in an "envelope" that includes a header and a body. The header may include the message ID and date the message was sent, while the body contains the actual message. Because SOAP messages all use the same format, they are compatible with many different operating systems and protocols. For example, a user can send a SOAP message from a Windows XP machine to a Unix-based Web server without worrying about the message being altered. The Unix machine can then redirect the message to the appropriate location or open the file using a program on the system. While most SOAP messages are sent over the Web via HTTP, they can also be sent via e-mail, using SMTP. |
|
|
|
|
|
|
|
Return to Glossary |
|
|
| A special thanks to
Sharpened Glossary |
|
|
Popular terms beginning with 'S': |
What is System Software? System software refers to the files and programs that make up your computer's operating system. System files include libraries of functions, system services, drivers for printers and other hardware, s... continue
What is System Unit? This is the technical term that refers to the box that houses your computer. The system unit refers to the computer itself but does not include the monitor, the keyboard, the mouse, or any other perip... continue
What is SATA? Stands for "Serial Advanced Technology Attachment," or "Serial ATA." It is an interface used to connect ATA hard drives to a computer's motherboard. SATA transfer rates start at 150MBps, which is sign... continue
What is Standalone? A standalone device is able to function independently of other hardware. This means it is not integrated into another device. For example, a TiVo box that can record television programs is a standalon... continue
What is Socket? When a computer program needs to connect to a local or wide area network such as the Internet, it uses a software component called a socket. The socket opens the network connection for the program, al... continue
What is String? A string is a data type used in programming, such as an integer and floating point unit, but is used to represent text rather than numbers. It is comprised of a set of characters that can also contain... continue
What is Script? A computer script is a list of commands that are executed by a certain program or scripting engine. Scripts may be used to automate processes on a local computer or to generate Web pages on the Web. F... continue
What is Solid State? Solid state, at its most basic level, means "no moving parts." Therefore, solid state electronic devices are made up of solid components that do not move. Some examples include computer motherboards a... continue
What is Stack? A stack is a type of data structure -- a means of storing information in a computer. When a new object is entered in a stack, it is placed on top of all the previously entered objects. In other words,... continue
What is SD? Stands for "Secure Digital." It is a type of memory card used for storing data in devices such as digital cameras, PDAs, mobile phones, portable music players, and digital voice recorders. The card is... continue
|
| |
|
|