Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integration with the NGA RFI-Generator #283

Open
rikim1228 opened this issue Dec 1, 2014 · 1 comment
Open

Integration with the NGA RFI-Generator #283

rikim1228 opened this issue Dec 1, 2014 · 1 comment

Comments

@rikim1228
Copy link

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
Copy link
Author

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant