What are the advantages of SOAP over standard http requests ?

Showing Answers 1 - 6 of 6 Answers

Sujatars

  • Mar 16th, 2007
 


SOAP is a  firewallsfriendly way to make remote procedures call.. SOAP may also be used over HTTPS (since it is the same protocol as HTTP at the application level), It can leap through firewalls in a single bound(XML document can b e easily be transported via HTTP through firewalls without security risk.)

Ian82

  • Jul 11th, 2008
 

SOAP provides a shared language for mapping structured data transmitted over the wire. This enables processes of different platforms and architectures to decode the the serialized data structures of which they understand.

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions