Ver Mensaje Individual
  #1 (permalink)  
Antiguo 13/05/2011, 16:37
omar2562
 
Fecha de Ingreso: marzo-2010
Mensajes: 2
Antigüedad: 14 años, 1 mes
Puntos: 0
Busqueda problema con wsimport en WS de OpenKM

Saludos, estoy intentando probar los webservices del OpenKM, para lo cual quiero hacer un cliente utilizando el wsimport, con un browser puedo entrar sin problemas al http://localhost:8080/OpenKM/OKMAuth?wsdl, y cuando ejecuto el wsimport, me sale el siguiente problema:

Failed to read the WSDL document: http://127.0.0.1:8080/OpenKM/OKMAuth?wsdl, because 1) could not find the document; /2) the document could not be read; 3) the root element of the document is not <wsdl:definitions>.
unknown location


Intente, crear el cliente con eclipse EE, y cuando coloco la url, no me deja seleccionar el wsdl.

Muchas gracias de antemano por la ayuda prestada