What is SOAP

Discussion in 'Programming' started by baligena, May 4, 2011.

  1. #1
    Can someone or guide me to what SOAP is?
     
    baligena, May 4, 2011 IP
  2. AstarothSolutions

    AstarothSolutions Peon

    Messages:
    2,680
    Likes Received:
    77
    Best Answers:
    0
    Trophy Points:
    0
    #2
    AstarothSolutions, May 5, 2011 IP
  3. om39a

    om39a Peon

    Messages:
    287
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #3
    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!!!
     
    om39a, May 6, 2011 IP
  4. mygold

    mygold Peon

    Messages:
    1,164
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #4
    SOAP is a protocol based on XML use to transfer information over HTTP.
     
    mygold, May 7, 2011 IP
  5. prampampam

    prampampam Peon

    Messages:
    12
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    SOAP can be transferred over other protocol than HTTP.
     
    prampampam, May 11, 2011 IP
  6. baligena

    baligena Peon

    Messages:
    27
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Can you give me some examples
     
    baligena, May 11, 2011 IP
  7. smith498

    smith498 Peon

    Messages:
    44
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    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.
     
    smith498, May 14, 2011 IP
  8. Kiopa_Matt

    Kiopa_Matt Peon

    Messages:
    31
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    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.
     
    Kiopa_Matt, May 18, 2011 IP
  9. prampampam

    prampampam Peon

    Messages:
    12
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    you can check salesforce.com. They have API based on SOAP. You can find many samples from its documentation.
     
    prampampam, May 19, 2011 IP
  10. aman_gcs

    aman_gcs Member

    Messages:
    178
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    26
    #10
    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.
     
    aman_gcs, May 19, 2011 IP
  11. PatentAgent

    PatentAgent Peon

    Messages:
    18
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #11
    SOAP??? I've never heard of that. I don't think we have that here in France.

    (only kidding!) ;)
     
    PatentAgent, May 21, 2011 IP
  12. Dhamodharan

    Dhamodharan Peon

    Messages:
    44
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #12
    hi............. It's one of the protocol in networking concept . SOAP Means Simple Object Access Protocol. Protocol means Set of rules or restrictions.
     
    Dhamodharan, Jun 16, 2011 IP
  13. drhowarddrfine

    drhowarddrfine Peon

    Messages:
    5,428
    Likes Received:
    95
    Best Answers:
    7
    Trophy Points:
    0
    #13
    I'll bet this thread will last two more years with the same definitions repeated over and over and over....
     
    drhowarddrfine, Jun 16, 2011 IP
  14. Openxcell Inc

    Openxcell Inc Peon

    Messages:
    15
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #14
    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.
     
    Openxcell Inc, Jun 18, 2011 IP
  15. neil.johnson

    neil.johnson Guest

    Messages:
    59
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #15
    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
     
    neil.johnson, Jun 24, 2011 IP
  16. indianseocompany

    indianseocompany Peon

    Messages:
    204
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #16
    It's simple object access protocol meant for exchanging dedicated or verified data between two distinct server.
     
    indianseocompany, Jun 24, 2011 IP
  17. kittyluver

    kittyluver Notable Member

    Messages:
    6,812
    Likes Received:
    222
    Best Answers:
    0
    Trophy Points:
    263
    #17
    a simple XML-based protocol to let applications exchange information
     
    kittyluver, Jun 24, 2011 IP