When using SOAP web services in Flash Builder, I am able to use the web services tool and test making service calls without any issue. I can pass strings that contain spaces, double and single quotes with great success. However, when I write code to send a string containing spaces or quotes, the web service doesn’t return a success response. If I remove the quotes and/or spaces, success. I’ve tried wrapping the string in tags, but I don’t know what else to do. I’m at a loss and need help. Anybody?
Share
The issue was in the version of SOAP services being returned. Currently, Flex can only handle SOAP 1.1. The services that we had built initially were SOAP 1.2. This is a known issue with Adobe, but they’ve done nothing about it as of yet.
We rebuilt the web services in SOAP 1.1 from an earlier version of the .NET framework and this solved the problem.