geoq icon indicating copy to clipboard operation
geoq copied to clipboard

Integration with the NGA RFI-Generator

Open rikim1228 opened this issue 10 years ago • 1 comments

I followed the instructions to modify the application.conf file to tie RFI-Generator to a GeoQ instance with no luck. Are these two capabilities supposed to be installed on the same box?

rikim1228 avatar Dec 01 '14 19:12 rikim1228

I've fixed the issue preventing RFI-Generator from connecting to GeoQ but am now running into an issue when POSTing. The code in the RFI-Generator is attempting to create a GeoQ project and constructs the request object in this manner:

WS.WSRequest request = WS.url(url + "/projects.json"); // url = http://localhost:8000 request.authenticate(user, pass); request.setHeader("Content-type", "application/json"); request.body(body);

Is that URL string still valid?

rikim1228 avatar Dec 04 '14 14:12 rikim1228