Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SOAP - Simple Object Access Protocol?

SOAP - Simple Object Access Protocol

I find some Difficulty in understanding the expansion of SOAP.

  • First thing, is it really Simple?
  • Second thing, is it used to access Objects?
  • Third thing, If it used to access objects then what are the objects it can access?
  • Fourth thing, Is it purely object access protocol?

Help me to understand it more clearly.

like image 686
brainless Avatar asked Aug 16 '10 13:08

brainless


1 Answers

No, it's not particularly simple, IMO. It means slightly different things to different people (message passing? RPC? object access? all of the above?) and implementations often have sticking points when they talk to each other.

Pete Lacey has a very humorous dialogue on this...

like image 189
Jon Skeet Avatar answered Oct 11 '22 10:10

Jon Skeet