Si teneis alguna idea mejor de como recoger una cadena de un servicio web por favor decirme, ya no se por donde probar.
var servicio:WebService = new WebService("http://bm-085/GM_WebService/GM_WebService.asmx?WSDL");
var pcc:PendingCall = servicio.GM_CodigosMontes_porMunicipio(intCodigo);
pcc.onResult = function(strWhere) { _global.strCondicion=strWhere;
}
sDibujar();
