Im writing a php web service using NuSoap.
this is the code:
require_once('../Lib/nusoap.php');
$server = new soap_server();
$server->service($HTTP_RAW_POST_DATA); <--line 82
this is the error message i get:
This service does not provide WSDLPHP Notice: Undefined variable: HTTP_RAW_POST_DATA in c:\Inetpub\wwwroot\DS\php\dswebservice.php on line 82