cancel
Showing results for 
Search instead for 
Did you mean: 

Using Flex to call an Enterprise Service in the ES Workplace

jeff_durnwald
Employee
Employee
0 Kudos

Hi all,

I'm trying to build a simple example of calling an Enterprise Service that resides in the ES Workplace and displaying the results in a Flex 3 app. I am stuck at the authentication piece and am getting a security error from the Flex app indicating that a crossdomain.xml policy file must reside on the server side - specifically at http://crm.esworkplace.sap.com/crossdomain.xml.

Has anyone found a way to make this work or is the only way to build a proxy through a CE or other app server?

Thanks,

Jeff.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You need crossdomain.xml at WS host or System.allowDomain("ws-host") or System.allowInsecureDomain("ws-host") on Flex side. Check Flex documentation.

Please let me know if your es-call works as Im having coercion errors during the call.

Kind regards,

Mike