When you attempt to import the WSDL from your WCF service with FlexBuilder and receive the "SOAP 1.1 is the only supported protocol" error, check the config file of your WCF service and make sure that you have enabled "basicHttpBinding". If the default "wsHttpBinding" is still set, you will receive this error.
In flex builder you will see the port is incorrectly set to WSHttpBinding:
Once you have changed the config file on your WCF service, import your WSDL again.
Now, the port is showing basicHttpBinding. You're good to go.
No comments:
Post a Comment