Bonjour,
Je developpe mon premier webbservice.
Le schema est simple, j'ai une base de donnée, une classe linq et un webservice coté serveur.
Coté client, j'ai une application silverlight, quand j'appel mon webservice depuis mon client j'ai cette erreur retournée:
J'ai fait des recherche sur le net et j'ai souvent retrouvé une explication comme sur ce site:An error occurred while trying to make a request to URI 'http://localhost:5101/xxxxx.asmx'. This could be due to attempting to access a service in a cross-domain way without a proper cross-domain policy in place, or a policy that is unsuitable for SOAP services. You may need to contact the owner of the service to publish a cross-domain policy file and to ensure it allows SOAP-related HTTP headers to be sent. This error may also be caused by using internal types in the web service proxy without using the InternalsVisibleToAttribute attribute. Please see the inner exception for more details.
http://www.notour.fr/?tag=wcf
dans le 2eme post.
Mais rien n'y fait.
Merci d'avance pour votre aide.
Partager