Web services 无法从WebService Flex 4.6获取结果

Web services 无法从WebService Flex 4.6获取结果,web-services,apache-flex,flex4.5,Web Services,Apache Flex,Flex4.5,我是FLEX的新手,我很难从我的Web服务中获得结果 在我的项目中,我使用php函数来形成一个Web服务并返回一个校验和。以下表单项可以正常返回校验和 <s:FormItem label="LoginCheck"> <s:TextInput id="loginChecklastresult" text="{loginCheckResult.lastResult as int}"/> </s:FormItem> check的值始终为0 相应的呼叫应答器和服

我是FLEX的新手,我很难从我的Web服务中获得结果

在我的项目中,我使用php函数来形成一个Web服务并返回一个校验和。以下表单项可以正常返回校验和

<s:FormItem label="LoginCheck">
  <s:TextInput id="loginChecklastresult" text="{loginCheckResult.lastResult as int}"/>
</s:FormItem>
check的值始终为0

相应的呼叫应答器和服务是

<s:CallResponder id="loginCheckResult" />
<accountloginservice:AccountloginService id="accountloginService"
   fault="Alert.show(event.fault.faultString + '\n' + event.fault.faultDetail)"
   showBusyCursor="true"
   />
没有显示任何故障

<s:CallResponder id="loginCheckResult" />
<accountloginservice:AccountloginService id="accountloginService"
   fault="Alert.show(event.fault.faultString + '\n' + event.fault.faultDetail)"
   showBusyCursor="true"
   />