[wsf-c-dev][PHP]Wsdl Generation - schema types
Buddhika Semasinghe
buddhika at wso2.com
Tue Dec 12 04:35:14 PST 2006
Hi;
In PHP only string, boolean, int and float types are used. But I
want to know why we should implement for all the other schema types as
gDate , gMonth, unsigedLong ,byte.. since PHP users not going to use
those types.
using annotation:
/**
* @param int x
* @param int y
* @ return int
*/
function($x, $y)
{
$z = $x + $y;
return z;
}
In the default case ( which is not using annotations ,only through PHP
reflection) it is better to use *"Any" *schema type.I would like to have
some comments.
--Buddhika
More information about the Wsf-c-dev
mailing list