[FLASH MX2004] Could not load wsdl
resalut,
j'ouvre un second thread pour un autre problème.
dns ma appli flash (flash 7 action script2) j'utilise un service web.
quand je le lance en local ca marche impec.
mais lorsque que je met mon appli flash sur ma page jsp a chaque exécution j'ai une erreur could not load wsdl
le code
Code:
1 2 3 4 5 6 7 8 9 10
| import mx.services.*
w_ws = new WebService ("http://mapagewsdl");
retourWsc = w_ws.lookup("a");
retourWsc.onResult=function(result){
monChamp = result;
}
retourWsc.onFault=function(fault){
monChamp = fault.faultstring;
} |
quelqu'un a t'il déja eu un truc du genre??
merci