what the hek is SOAP and why should I care

Discussion in 'PHP' started by uniqueasitis, Jun 22, 2007.

  1. #1
    What is SOAP, Prototype, CAKEphp and why should I care. If you can do everything with a given language why all the stupid extensions?
     
    uniqueasitis, Jun 22, 2007 IP
  2. UnrealEd

    UnrealEd Peon

    Messages:
    148
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #2
    SOAP is a standard for exchanging XML-based messages over a computer network, normally using HTTP. SOAP forms the foundation layer of the web services stack, providing a basic messaging framework that more abstract layers can build on. (copied from wikipedia)

    I think both, and i'm sure about CakePHP, are Application Frameworks (CakePHP is one for PHP and Prototype is one for Javascript, i think). An application framework is a set of scripts (usually OOP) who offer the functions and classes to do the stuff you do regularly on your website. Most of them include easy database connectivity, template engines, and basic form processing (checking for valid email addresses, ...)

    They make it easier for a developer to create a website. Usually when you create a website you have to write this stuff over and over again (or you copy it from one you allready created), but with an Application Framework you can use the built in classes, saving you a lot of coding time.
     
    UnrealEd, Jun 23, 2007 IP
  3. ajsa52

    ajsa52 Well-Known Member

    Messages:
    3,426
    Likes Received:
    125
    Best Answers:
    0
    Trophy Points:
    160
    #3
    You SHOULD care about SOAP because is not a stupid extensions on a language.
    With SOAP and PHP you can add thousands of web pages to your site for free. You only need to find a site providing free web services (XML Data) related to your site.
     
    ajsa52, Jun 23, 2007 IP
  4. vinodis

    vinodis Peon

    Messages:
    304
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #4
    The utility of SOAP will make sense if you ever do a Moderately complex MashUp or Enterprise Integration Project.
     
    vinodis, Jun 23, 2007 IP
  5. uniqueasitis

    uniqueasitis Peon

    Messages:
    661
    Likes Received:
    29
    Best Answers:
    0
    Trophy Points:
    0
    #5
    oooooooooooooooooooooooooooooooooooo
     
    uniqueasitis, Jun 23, 2007 IP
  6. uniqueasitis

    uniqueasitis Peon

    Messages:
    661
    Likes Received:
    29
    Best Answers:
    0
    Trophy Points:
    0
    #6
    im dumb. oh well
     
    uniqueasitis, Jun 23, 2007 IP