私はこのようなphpサービスを持っています。
<stockproductservice:StockproductService id="stockproductService"
fault="Alert.show(event.fault.faultString + '\n' + event.fault.faultDetail)"
showBusyCursor="true"/>
そしてそれはphpサービスを使用します。
itemRedenererでデータプロバイダーを設定するにはどうすればよいですか?
<s:DataService source="{stockproductService.getAllStockproduct1()}"/>
と
<s:WebService source="{stockproductService.getAllStockproduct1()}"/>
動作していません。