resolved
added the following to web.config of the WCF service
system.webServer
httpProtocol
customHeaders
add name="Access-Control-Allow-Origin" value="*" /
/customHeaders
/httpProtocol
/system.webServer
with tags of course