???????Flex??Java????
???????????? ???????[ 2014/3/14 9:23:10 ] ????????Java Flex
????flex???????????HTTPService??flex?????
<!-- flex ???????????-->
<s:HTTPService id=“service“ fault=“service_faultHandler(event)“ result=“service_resultHandler(event)“ url=“http://localhost:8080/flexdemo/simpleServiceServlet“>
</s:HTTPService>
<!--?????? flex??webservice????WebService-->
<!--flex??webservice???????????????????????webservice-->
<s:WebService id=“ws“
wsdl=“http://www.webxml.com.cn/WebServices/WeatherWebService.asmx?wsdl“
fault=“ws_faultHandler(event)“
result=“ws_resultHandler(event)“
showBusyCursor=“true“>
<!-- ????webservice?????<speration>-->
???????????????μ??????????????????????????????????ò??????
protected function service_faultHandler(event:FaultEvent):void{
Alert.show(“?????????:“+event.fault.message as String??“???“);
}
protected function service_resultHandler(event:ResultEvent):void{
Alert.show(“???ó????:“+event.result as String??“???“);
}
<span style="font-family:Arial; background-color:#ffffff"></span>
??????
???·???
??????????????????
2023/3/23 14:23:39???д?ò??????????
2023/3/22 16:17:39????????????????????Щ??
2022/6/14 16:14:27??????????????????????????
2021/10/18 15:37:44???????????????
2021/9/17 15:19:29???·???????·
2021/9/14 15:42:25?????????????
2021/5/28 17:25:47??????APP??????????
2021/5/8 17:01:11