Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Crossdomain.xml

Former Member
0 Likes
509

We are trying to access crossdomain.xml through Adobe Flex. We created ZFLEX bsp application in ECC and imported crossdomain.xml as MIME types which created service automatically in SICF under node /default_host/sap/bc/bsp/sap/zflex.

When we are trying to access with URL http://FQDN:8000/crossdomain.xml it works some time and it requests authentication some time.

We would like to access it always without entering authentication but seems like it is intermittent.

An ideas?

Thanks,

Miral.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
454

Hi Miral,

I also had the same problem...but now its solved...refer the link

/people/dezso.pap/blog/2009/10/21/crossdomainxml-in-abap-web-as-server-cache

And also make sure that in crossdomain.xml secure attribute is false

After creating BSP Application try to access the application http://<host>:<port>/crossdomain.xml

Once u accessed these stuffs cache will be created in ICM.

Hope this will help.And it worked for my case.

Thanks & Regards,

Arun

2 REPLIES 2
Read only

Former Member
0 Likes
454

You need to add a default user to the default SICF node

it should work

john

Read only

Former Member
0 Likes
455

Hi Miral,

I also had the same problem...but now its solved...refer the link

/people/dezso.pap/blog/2009/10/21/crossdomainxml-in-abap-web-as-server-cache

And also make sure that in crossdomain.xml secure attribute is false

After creating BSP Application try to access the application http://<host>:<port>/crossdomain.xml

Once u accessed these stuffs cache will be created in ICM.

Hope this will help.And it worked for my case.

Thanks & Regards,

Arun