It could be that the error,"Security error accessing url"
faultCode="Channel.Security.Error" is thrown when the web service to be
accessed is not of the same protocol. It worked for me when the web
service was published on the same protocol as the request.I tried to
resolve the issue by modifying the cross-domain.xml in the root of iis
with allow-access-from domain, but could not resolve.