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