Ver Mensaje Individual
  #3 (permalink)  
Antiguo 29/10/2012, 21:32
Claudio_26
 
Fecha de Ingreso: febrero-2004
Ubicación: Chile
Mensajes: 55
Antigüedad: 20 años, 2 meses
Puntos: 5
Información Respuesta: Problemas con WebServices

lucord, gracias por responder, estoy probando con un WebServices de temperaturas gratis que existen en la web, especificamente:

http://www.restfulwebservices.net/wc...rvice.svc?wsdl

Logre listar los campos que me retorna de esta forma (retorna las ciudades)
listBox1.Items.Add(WS.GetCitiesByCountry(textBox1. Text)[x]);

al momento de selecionar la ciudad para ver la temperatura me retorna el error:"The server was unable to process the request due to an internal error. For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the <serviceDebug> configuration behavior) on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework 3.0 SDK documentation and inspect the server trace logs."

Baje el Framework a 3.0, pero me dice lo mismo, sabes que podría ser?, se agradece su orientacón
saludos
__________________
Claudio Navarrete Huerta
Santigo, Chile

//---------------------------------
<%response.write ("The Matrix Has You")%>
//---------------------------------