cancel
Showing results for 
Search instead for 
Did you mean: 

clientaccesspolicy.xml in default_host

Former Member
0 Kudos

Dear All,

some time ago I've been connecting Silverlight application to SAP web services. For this purpose I had to place two files in the root directory of web server:

- crossdomain.xml

- clientaccesspolicy.xml

I've not been using Silverlight since last SAP update. Currently I'm using ERP EHP5 and CRM EHP1 and in both cases I have the same problem:

- http://host:port/crossdomain.xml - ok

but

- http://host:port/clientaccesspolicy.xml is:


Business Server Page (BSP) error

What happened?
Calling the BSP page was terminated due to an error.
 
SAP Note
The following error text was processed in the system:
BSP Exception: the BSP URL /clientaccesspolicy.xml Does Not Contain Any Application Entries
 
Error type: 
Your SAP Business Server Pages Team

what's the problem if procedure is the same for both files and crossdomain.xml works normally ???

thanks in advance

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

How to edit crossdomain.xml ,  clientaccesspolicy.xml files.

Thanks

Akashcm10
Explorer
0 Kudos

no need to edit the xml's. just put them in the correct path & permission

Former Member
0 Kudos

Hi,

Looks like your clientaccesspolicy.xml file is outdated. Please check.

Thanks,

Siva Kumar

Former Member
0 Kudos

<?xml version="1.0" encoding="utf-8"?>
<access-policy>
  <cross-domain-access>
    <policy>
      <allow-from http-request-headers="SOAPAction">
        <domain uri="*"/>
      </allow-from>
      <grant-to>
        <resource path="/" include-subpaths="true"/>
      </grant-to>
    </policy>
  </cross-domain-access>
</access-policy>

but even when I copy crossdomain.xml source to clientaccesspolicy.xml then I've got the same error. It's like it doesn't like filename or something...

Edited by: pw.skiba on Nov 8, 2011 3:47 PM