• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

What is SOAP all about

 
Ranch Hand
Posts: 305
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HI Everybody,

It *MUST* have been asked earlier but somehow I am not able to find out an answer for this.

1. What is SOAP(Simple Object Access Protocol) all about?

2. Where can I use this?

3. Does this has anything to do with HTTP replacement?

4. Why I need SOAP?

Can somebody help me to find the above questions answers? Perhaps if you can provide me some reference link to start with.

With BEst Regards,
Arun
 
Ranch Hand
Posts: 906
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
1. What is SOAP(Simple Object Access Protocol) all about?A whatis definition

2. Where can I use this?
Well, at least in every application where exchanging XML is an issue

3. Does this has anything to do with HTTP replacement?
No. SOAP uses HTTP, it does not replace it

4. Why I need SOAP?
I've no idea if you need it. But SOAP is a standard, so if you don't want to reinvent the wheel, use it
 
Honk if you love justice! And honk twice for tiny ads!
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic