See http://en.wikipedia.org/wiki/SOAP In short it is a structured way of passing information between a webservice and an application
It is technology used to communicate between tow web services. Consider you have a account in pay pal. You transfer money from your pay pal to your bank account. The middle man will be soap protocol!!! Simple!!!
XML SOAP is a language that allows a program running in one operating system to communicate with another program in another operating system over the internet.
SOAP is probably the most covulated (sp) and complex way to transfer data between two servers. Wouldn't recommend it. Stick with just simple XML, or go with a REST API, or something to that effect.
you can check salesforce.com. They have API based on SOAP. You can find many samples from its documentation.
SOAP is a simple XML-based protocol to let applications exchange information over HTTP.In our SOAP tutorial, you will learn what SOAP is, and how it uses XML to exchange information between applications.
hi............. It's one of the protocol in networking concept . SOAP Means Simple Object Access Protocol. Protocol means Set of rules or restrictions.
I'll bet this thread will last two more years with the same definitions repeated over and over and over....
SOAP is a Simple Object Access Protocol used to exchange structured information that works on XML and through Application Layer Protocol. A SOAP message could be sent to a web-service-enabled website. The site in return XML formatted document. The Architecture of SOAP contains 3 items 1. SOAP ENV 2. SOAP ENV Header 3. SOAP ENV Body.
SOAP (Simple Object Access Protocol) is a way for a program running in one kind of operating system (such as Windows 2000) to communicate with a progam in the same or another kind of an operating system (such as Linux) by using the World Wide Web's Hypertext Transfer Protocol (HTTP)and its Extensible Markup Language (XML) as the mechanisms for information exchange. Since Web protocols are installed and available for use by all major operating system platforms, HTTP and XML provide an already at-hand solution to the problem of how programs running under different operating systems in a network can communicate with each other. SOAP specifies exactly how to encode an HTTP header and an XML file so that a program in one
It's simple object access protocol meant for exchanging dedicated or verified data between two distinct server.