Advanced Forum Search Results
-
Actually the application is trying to locate http://soap.amazon.com/clientaccesspolicy.xml (which does not exist) but http://soap.amazon.com/crossdomain.xml exists and here it is:
<cross-domain-policy>
<allow-access-from domain="*"/>
</cross-domain-policy>
-
I am trying to consume Amazon SOAP web service (http://webservices.amazon.com/AWSECommerceService/AWSECommerceService.wsdl?). Hower when I make call to it, I get the following error:
Error: Unhandled Error in Silverlight 2 Application Exception has been thrown by the target of an invocation.
InnerException: An exception occurred during the ...
-
I have the same problem. So I am looking for a solution here :)
-
I have added a Service Reference to my WebService. When I try to compile my Silverlight 2 beta 2 app I get this error:
'System.ServiceModel.XmlSerializerFormatAttribute' is inaccessible due to its protection level
-
I read about this. But I want to ensure that my WebService will be called only from my Silverlight app. How can I achieve this? Don't I need to use my private key to crypt the data so the server can use my public key to decrypt it?
-
Thanks! I created my PHP WebService. Everything is OK. Now I have to secure it. I want only my Silverlight app to be able to send data to this WebService. So I need a certificate. I have to include my private key in my Silverlight app and put my public key on the server. But is it secure when I include my private key? Can't it be found?
-
It looks very easy with WebServices, but my hosting does not provide .NET content. So I have to think of a workarround with PHP. Does anybody have done something like that with PHP?
-
How can I use SSL with Silverlight? I can configure my web server to use SSL, but how to make requests from my app? Can you give me a example code (even with web services)?
-
I have a Silverlight 2 beta 2 app which communicates with a PHP site, which saves the data in MySQL. If a malicious user view the headers sent by my app, he can modify them to insert malicious data in my DB. So I need to protect the commucination between my app and my site. What is the most secure approach?
-
I will try this. I just wondered whether I can create a Storyboard.