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 accessing flex application in tomcat server

Former Member
0 Likes
386

Hi Experts,

I've developed an application which contains SAP web services in adobe flex builder 3 and I've release it . I just copied the released files and paste it in root folder of tomcat. when i call the application with tomcat (http://server:8080/appln.html), i can see the output screen but no action is taken to connect with the SAP server. Could you please let what I'm missing and where is the problem?

Regards

Basheer

Hi Experts,

I've developed an application which contains SAP web services in adobe flex builder 3 and I've release it . I just copied the released files and paste it in root folder of tomcat. when i call the application with tomcat (http://server:8080/appln.html), i can see the output screen but no action is taken to connect with the SAP server. Could you please let what I'm missing and where is the problem?

Regards

Basheer

2 REPLIES 2
Read only

Former Member
0 Likes
349

Well I think you have checked SAP if a connection is made, and it probably isn't .

What you can try is to set an alert when the connection is made, so you can see that it goes into that function.

From that it is pure guessing for me !

it might be a crossdomain problem.

the function might not be called

do you get a sap fault message back ?

How did you make the connection ? With the SAP WSDL Wizard ? (which is best !)

Read only

0 Likes
349

Hi all,

I think Theo is in the right way, this sounds like a crossdomain issue. Check this link

Hope it help you.

Regards.

Fran