J'ai implémenté un serveur webservice gSoap C++ accessible par Flash (as3) Tout fonctionne parfaitement tant que je teste le fichier .swf localement , le fichier .wsdl est correctement chargé et la communication fonctionne, même si le serveur fonctionne déjà sur une adresse IP externe.violation de sécurité sandbox as3 avec http://schemas.xmlsoap.org/soap/encoding/
Mais le moment je mets en ligne que .swf - son entrée avec des violations de sécurité sandbox pleurer sur la norme - schémas comme ça:
Error: [strict] Ignoring policy file at http://schemas.xmlsoap.org/crossdomain.xml
due to incorrect syntax. See http://www.adobe.com/go/strict_policy_files to fix this
problem.
*** Security Sandbox Violation ***
Connection to http://schemas.xmlsoap.org/soap/encoding/ halted - not permitted from
http://mydomain.com/main.swf
Error: Request for resource at http://schemas.xmlsoap.org/soap/encoding/ by requestor
from http://mydomain.com/main.swf is denied due to lack of policy file
permissions.
Quelqu'un peut-il me aider avec ce problème?
Ou est-il peut-être une bonne façon de définir une simple méthode de webservice (comme commande stringResult = (stringSessionId, stringCommand, stringParams, stringResult)) sans charger le .wsdl - fichier? Si j'avais cette possibilité je n'aurais pas à trébucher sur ce bac à sable - trucs.
Toute aide appréciée.