Processing / Servicing a SOAP request in PHP

poorprince

New Member
I am new to SOAP (thought I have been working on RESTful services for a while). I am building a SOAP based API. Though SOAP is implementation independent, I'm finding it hard to understand how to process / service the SOAP requests sent to my server using PHP. If I'm not wrong, the end point will be a PHP file which will be serving the SOAP requests. What I am not getting is that, syntactically, how can I service the SOAP request I get to this endpoint!Any pointers / code samples are welcome!
 
Back
Top