bueno ya he aprendido un poco mas sobre los web service ya pude hacer pruebas con uno y no se me complico!
Pero ahora que quiero consumir el web service de [URL="http://www.banxico.org.mx/"]http://www.banxico.org.mx/[/URL]
me aparece un error.
Aqui el codigo me estaba basando para hacer pruebas de [URL="http://goo.gl/IXD1m"]http://goo.gl/IXD1m[/URL]
Código PHP:
<?php
$resultado='';
$fecha_tc='';
$tc='';
$client = new SoapClient(null, array('location' => 'http://www.banxico.org.mx:80/DgieWSWeb/DgieWS?WSDL',
'uri' => 'http://DgieWSWeb/DgieWS?WSDL',
'encoding' => 'ISO-8859-1',
'trace' => 1) );
try
{
$resultado = $client->tiposDeCambioBanxico();
}
catch (SoapFault $exception)
{
}
if(!empty($resultado))
{
$dom = new DomDocument();
$dom->loadXML($resultado);
$xmlDatos = $dom->getElementsByTagName( "Obs" );
if($xmlDatos->length>1)
{
$item = $xmlDatos->item(1);
$fecha_tc = fecha($item->getAttribute('TIME_PERIOD'));
$tc = $item->getAttribute('OBS_VALUE');
}
}
?>
Fatal error: Call to undefined function ffecha() in /home/content/60/8669860/html/tests/webSystems/wsdlTest/index.php on line 27
Con doble "f" fecha o ffecha me marca error.
Que tengan un lindo dia lleno de alegrias y bendiciones.. de antemano se agradece cualquier aportacion