SOAP, where to start

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

  1. #1
     
    POST link i cant give HTTP/1.1
    Host: www.example.com
    Content-Type: application/soap+xml; charset=utf-8
    Content-Length: length
    
    <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
       <soap:Body>
         <getProductDetails xmlns="http://warehouse.example.com/ws">
           <Username>username</Username>
          <Password>password</Password>
         </getProductDetails>
       </soap:Body>
     </soap:Envelope>
    PHP:
    I dont know how to proceed and what to do, i need to some get the value, what do i do with this code, how to use it??

    :(:(
     
    protocol96, Jun 22, 2007 IP
  2. misja

    misja Active Member

    Messages:
    61
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    95
    #2
    Try using NuSOAP, you can find a lot of documentation and sample code through Google.
     
    misja, Jun 22, 2007 IP
  3. protocol96

    protocol96 Peon

    Messages:
    413
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #3
    i dont think i would need something like NuSOAP for such a small thing or will I??
    NuSOAP has got way too many things and i just need to retrieve values in my browser, but i dunno how to use that code.
     
    protocol96, Jun 22, 2007 IP