Hi, I am newbie in CXF and OSGi. I created a webservice under Equinox platform, based on: http://www.ibm.com/developerworks/webservices/library/ws-OSGi/index.html It works fine, but on client side I must use Silverlight, accordingly I have problem with cross-domain policy.
My question is: How can I register a simple servlet (which handles Silverlight binary download request), or static resource (an xml file containing required cross-domain policy) in CXF underlying HttpService? Thanks & Regards, Daniel
