|    
			
				07/07/2014, 17:26
			
			
			  | 
  |   |  |  |  |  Fecha de Ingreso: febrero-2010 
						Mensajes: 138
					 Antigüedad: 15 años, 8 meses Puntos: 4 |  | 
  |  Respuesta: Consumir webservices  
  será que te falta completar la querystring? generalmente se pone "xxxxx?wsdl=1", es decir:$client = new SoapClient("http://aplicaciones.mipro.gob.ec:8282/MIPRO_WS/DesafioWS/DatosInventarioDesafio?wsdl=1",
 
 ...o mejor aun:
 
 $client = new SoapClient("http://aplicaciones.mipro.gob.ec:8282/MIPRO_WS/DesafioWS/DatosInventarioDesafio.php?wsdl=1",
 ...o la extensión que fuere correcta.
     |