Reference Citations - HerongYang.com - v2.95, by Herong Yang
soapclient
'HelloServer.php - First SOAP Server Application' tutorial was cited in a form post in 2007.
The HelloServer.php - First SOAP Server Application tutorial was cited in a form post in Spanish language in 2007.
Subject: soapclient Date: Feb 21, 2007 Author: Holydrake Source: http://www.forosdelweb.com/f68/php4-soap-330599/ Hola que tal soy algo nuevo en esto estoy usando php5 que viene con la distribución xampp y estoy teniendo problemas para obtener una respuesta del sevidor o sea me aparece HTTP 500 error interno del servidor luego de haber puesto el siguiente script <?php # HelloServer.php # Copyright (c) 2005 by Dr. Herong Yang # function hello($someone) { return "Hello " . $someone . "!"; } $server = new SoapServer(null, array('uri' => "urn:")); $server->addFunction("hello"); $server->handle(); ?>
Table of Contents
PHP 5 Soap Client - Format of Request
IllegalBlockSizeException thrown from .NET dll: msg#00024
How can I view the Chinese data in my database?
Hvor "sikker" er adgangskontrol med htaccess?
How to add DTD syntax line into XML using java code
how to update garbled characters
"Out-of-left-field" question for any ASP/VBScript Gurus