Hello,
I have been trying to test your SendCharFax webservice from a Flash front-end, but I'm hitting the following error:
Error #2032
This occurs on many occasions, but is particularly associated when the URL is not accessible. Now I was sending a simple HTTP GET request, and by typing the URL out in a web browser the fax was successfully sent.
Flash requires that the webservice has a "crossdomain.xml" file in its root folder, which mentions that other domains can hit its servers.
For example, Digg has a crossdomain.xml file at http://services.digg.com/crossdomain.xml, which returns this:
<?xml version="1.0"?> <!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd"> <cross-domain-policy> <allow-access-from domain="*" /> </cross-domain-policy>
This is documented further at http://www.adobe.com/devnet/flashplayer/articles/fplayer9_security.html
Could you please create this file, so that I can use your webservices?
