cancel
Showing results for 
Search instead for 
Did you mean: 

Inner AJAX calls BSP problem

Former Member
0 Kudos

Hi, I've been developing a OpenUI5 app.

Just a little intro:

- The app implements some AJAX calls,

- I provide calls through the Java Proxy server (made by myself),

- this server translates the URL call and send GET request on a BSP server,

- the BSP responses with a JSON, which I send back to the client (OpenUI5 app).

Problem starts, when I try to make inner calls (aka AJAX in the AJAX, sometimes three times). Then, data response does not send back.

I'd been looking for some information in the error logs on a Tomcat server.

This is what I found:

java.io.FileNotFoundException: (address to my BSP server)/default.htm?sap-sessioncmd=open

Any suggested solutions?

Thanks, David.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Can you check if the URL is same in all the calls, it has to be a fully qualified URL with port

Former Member
0 Kudos

Yeah, I definitely checked that and the URL is the same in all the calls (port included).