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

Problem in Export Release Build in flex application

Former Member
0 Likes
958

Hi Experts,

I've developed an application which contains SAP web services in adobe flex builder 3 and I've release it in my local system using 'Export Release Built' option. It is working fine when i open it using internet explorer in my local system. But when I copy the released folder and paste it in another system, I can see the application screen but no action is taken place and the web service is not called. Could you provide me the solution to solve this problem?

Regards

Basheer

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
927

Hi Basheer,

Released Build swf files should have worked similarly on any machine.

You need to chk whether for SAP Web service you have passed any Host machine name instead of Host IP address.

e.g. http://myserver.com:8000/sap/bc/soap/wsdl11?services=BAPI_FLIGHT_GETLIST instead of http://128.10.3.27:8000/sap/bc/soap/wsdl11?services=BAPI_FLIGHT_GETLIST .

If above case then you just need to make host file entry for that another machine to run the same swf.

Hope this will solve your issue.

Regards,

Vivek

Hi Experts,

I've developed an application which contains SAP web services in adobe flex builder 3 and I've release it in my local system using 'Export Release Built' option. It is working fine when i open it using internet explorer in my local system. But when I copy the released folder and paste it in another system, I can see the application screen but no action is taken place and the web service is not called. Could you provide me the solution to solve this problem?

Regards

Basheer

5 REPLIES 5
Read only

Former Member
0 Likes
928

Hi Basheer,

Released Build swf files should have worked similarly on any machine.

You need to chk whether for SAP Web service you have passed any Host machine name instead of Host IP address.

e.g. http://myserver.com:8000/sap/bc/soap/wsdl11?services=BAPI_FLIGHT_GETLIST instead of http://128.10.3.27:8000/sap/bc/soap/wsdl11?services=BAPI_FLIGHT_GETLIST .

If above case then you just need to make host file entry for that another machine to run the same swf.

Hope this will solve your issue.

Regards,

Vivek

Read only

0 Likes
927

Hi Vivek,

Thanks for your prompt reply.

The problem is not from host entries. I think the problem will be from the version of flash player plug in. Could anyone tell me which version of flash player I've to use to run the application which consumes SAP web service?

Regards

Basheer

Read only

0 Likes
927

i assume this to be a crossdomain issue.

Raja

Read only

0 Likes
927

Hi Basheer,

Flash player 9 onwords any version you can use to run your flex or AIR application.

But as Raja suggested it may be due to crossdomain issue.

Regards,

Vivek

Read only

Former Member
0 Likes
927

Solved.

The problem is from accessing internet from local application. It is working fine after setting the Global Security Settings.