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
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
Comment