Et pourquoi pas 1 service WCF qui accède à MySQL (donc qui est stocké sur le serveur MySQL) et qui est interrogé par ton application Silverlight ?
Je suis en train d'essayer de mettre en place un service WCF avec une application silverlight.
J'utilise le service WCF qui est implémenté par défaut : GetData();
Quand je lance mon application mon application lance une exception au niveau de la construction du service : new service()
Et j'ai les deux warnings suivants :
Warning 1 Custom tool warning: Endpoint 'WSHttpBinding_IService1' at address 'http://localhost:8731/Design_Time_Addresses/WcfServiceLibrary1/Service1/' is not compatible with Silverlight 2. Skipping.. D:\Pyll\Devel\Pyll.WebSite\SQLService\Service References\ServiceReference1\Reference.svcmap 1 1 SQLService
Warning 2 Custom tool warning: No endpoints compatible with Silverlight 2 were found. Please note that only Basic Profile / SOAP 1.1 services are supported. If you are attempting to use a Windows Communication Foundation service, make sure you are using the BasicHttpBinding.A client proxy class was generated but it will not be usable unless endpoint information compatible with Silverlight 2 is provided via the constructor. D:\Pyll\Devel\Pyll.WebSite\SQLService\Service References\ServiceReference1\Reference.svcmap 1 1 SQLService
Y'a t'il encore quelque chose que j'ai raté...?
Partager