Getting SOAP request (POST body)



Hey all,

I want to write my own SOAP server without using any libraries such as
PEAR::SOAP or nusoap.

My question is how do I get the soap request from the POST body? It
doesn't appear possible to do it via $_POST.

Thanks,

Joshua Morgan

.



Relevant Pages

  • Re: SOAP interface query
    ... receiving a response containing a pound sign encoded as £. ... The SOAP server is provided by a third party and appears to be Perl ... Try using nuSOAP instead. ...
    (comp.lang.php)
  • Re: SOAP interface query
    ... receiving a response containing a pound sign encoded as £. ... The SOAP server is provided by a third party and appears to be Perl ... I know it's a bit of a pain to switch, but I found nuSOAP works a little bit better with the perl SOAP implementation. ...
    (comp.lang.php)
  • Web Services class
    ... I'm looking for a good and reliable class to build a SOAP server in PHP. ... far I've only found nuSoap and Pear::Soap. ...
    (comp.lang.php)