I am programming a soap server with php, the code:
$options = array('uri' => 'http://myserver/wsdl', 'soap_version' => SOAP_1_1 );
$server = new SoapServer("http://myserver/wsdl/wsas.wsdl", $options );
$server -> setClass("myclass");...
asked by
07.06.2017 / 14:03