Answer Posted / umesh thumar
SOAP :: Simple Object Access Protocol
SOAP is a protocol that is used for communication between application and service by sending message ( XML-based ) via internet using HTTP.
Two main reasons for using SOAP is::
(1) Platform independent
(2) Language independent
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What are web services?
Is binding between soap and wsdl possible?
What are the web relation functionalities that is provided by soap protocol?
What are the major functionalities provided by the soap protocol class?
Explain the actions performed by soapui?
What is mandatory in soap message?
What is a soap?
can we do method overloading in java based web services .i am using Axis2 frame work. how to configure the operatios(which are method overload) in services.xml file. plz help me in solving this
To test a web service you must create a windows application or web application to consume this service. State whether true or false.
Enlist the operation types response used in wsdl?
Which is better rest or soap?
what is the difference between SOAP and other remote access techniques?
What are the advantages of json over http as compared to soap over http?
What are advantages of soap?
How to write a SOAP Client using Apache SOAP for Java?