Forum Discussion

Sven_Lange's avatar
Sven_Lange
New Contributor
16 years ago

Mock Services for Silverlight application

Hi there!

I have a Silverlight app and therefor need a crossdomain.xml or clientaccesspolicy.xml file at the servers root directory.

docroot points to the right folder and I GET my xml-files for example under http://localhost://clientaccesspolicy.xml

But is there a way to setup soapUi in a way that the xml-files can be deliverd from:

http://localhost:/crossdomain.xml 

Otherwise my Silverlight app doesnt want to work. :-(

Greets
Sven
  • Hi Sven,

    do you mean it has to be directly under the host, ie not in a subfolder?

    regards,

    /Ole
    eviware.com
  • Sven_Lange's avatar
    Sven_Lange
    New Contributor
    exactly.

    this would be a very great benefit to our Silverlight development right now!
  • Hi!

    ok.. try adding an empty mockservice to your project, set its path to just "/" and the docroot to a folder containing those files.. does that work as a stand-in when you run it together with your other mock services?

    regards!

    /ole
    eviware.com