Running a query and retrieving XML from an external site

tictRecreve

New Member
I am trying to use Ajax to submit a query to an external database (http://foreignserver:1234/database?query="SELECT FROM WHERE"). The query will run and create an XML file which I would like to be returned. The external server is running on Apache Tomcat. I have done some research on cross-site scripting, but:-CORS is not an option because IE7 has to be supported. It also seems unnecessarily difficult to do in Tomcat.-easyXDM is not an option.-I am trying to do this with XML, and JSONP seems to be a JSON thing?-There will be a lot of data coming back, so iFrames probably are not an option.What to do?
 
Back
Top