English 中文(简体)
利用网络服务于弹性马特框架
原标题:Using Web Services in the Flex Mate Framework
  • 时间:2009-10-30 14:55:34
  •  标签:

I am currently trying to use the "Invocation tags" of Mate to call my web services and delegate the WS-responses to my fault/result handlers. I want to use the generated proxies, provided by the Flex Builder, and not the plain <WebService> or <WebServiceInvoker> tags.

我实际上使用了几种技术:

  1. <WebServiceInvoker> does not work with the generated proxies.
  2. <AsyncMethodInvoker> needs some complicated successType that I could not get to work with the WS-calls. And defining the events seems redundant to me. I want it simple and easy to read, the code will be touched by other people than me!
  3. <MethodInvoker> can t use instances, and it also can t handle the proxies AsyncToken
  4. <DelegateInvoker> Looked fine at first. It calls the service but doesn t fire valid result events (infinite busy cursor). Even though i can successfully bind to the XYZ_lastResult of the WS-proxies, and a WS-call results in getting valid data from the WS-backend, the <faultHandlers> and <resulthandlers> are not executed. There is some solution for the DelegateInvoker that changes code in the generated proxies, which i definately do not want to do!

www.un.org/Depts/DGACM/index_spanish.htm 因此,我的问题是:。 是否有使用违约的简单(!)方式?

问题回答

看来,你的请求不是对马特的不寻常。 在其论坛中消除这一 couple子:

解决办法是修改一些由汽车产生的法典,从而破坏使用代号的整个点。





相关问题
热门标签