I want to communicate with Adobe Air with a WCF Client. I have created the WCF service.
I have Flex Builder 3.0, but how do I communicate the WCF service using Adobe Air? Please guide me.
I want to communicate with Adobe Air with a WCF Client. I have created the WCF service.
I have Flex Builder 3.0, but how do I communicate the WCF service using Adobe Air? Please guide me.
Hi
Flex Builder 3.0 not supported to communicate with WCF.
the feature only available in Flash Builder 4.0
To generate the proxy, click File > Import > Flex Builder > WSDL
and select the WSDL url for your WCF service ("http://tempuri.org/v1/MyService.svc?wsdl").
A few things to be aware of:
org.tempuri.myService_v1
. The importer will generate classes like Boolean
that will conflict if you import several services into the same package.