diff --git a/reference/soap/functions/SoapFault-SoapFault.xml b/reference/soap/functions/SoapFault-SoapFault.xml index 10b264b703..3eee67e140 100644 --- a/reference/soap/functions/SoapFault-SoapFault.xml +++ b/reference/soap/functions/SoapFault-SoapFault.xml @@ -1,5 +1,5 @@ - + SoapFault::SoapFault @@ -35,12 +35,12 @@ "http://test-uri/")); +$server = new SoapServer(null, array('uri' => "http://test-uri/")); $server->addFunction("test"); - $server->handle(); +$server->handle(); ?> ]]> diff --git a/reference/soap/functions/SoapParam-SoapParam.xml b/reference/soap/functions/SoapParam-SoapParam.xml index 068bd83f60..55740d0661 100644 --- a/reference/soap/functions/SoapParam-SoapParam.xml +++ b/reference/soap/functions/SoapParam-SoapParam.xml @@ -1,5 +1,5 @@ - + SoapParam::SoapParam @@ -15,12 +15,12 @@ stringname - SoapParam is a special low-level class for naming parameters and return - values in nonWSDL mode. It is just a data holder and it has not any - special method except constructor. The constructor takes data - to pass or return and name. It is possible to pass - parameters directly as PHP value, but in this case it will be named as - paramN and SOAP Service may not understand them. + SoapParam is a special low-level class for naming parameters and return + values in nonWSDL mode. It is just a data holder and it has not any + special method except constructor. The constructor takes data + to pass or return and name. It is possible to pass + parameters directly as PHP value, but in this case it will be named as + paramN and SOAP Service may not understand them.