Skip to content
Snippets Groups Projects
Commit 96e794c9 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Corrected URL to resource

parent 240485f2
No related branches found
No related tags found
No related merge requests found
...@@ -104,7 +104,7 @@ public class PointMappingRequestTest { ...@@ -104,7 +104,7 @@ public class PointMappingRequestTest {
ReferencedPoint[] instance = points.toArray(new ReferencedPoint[points.size()]); ReferencedPoint[] instance = points.toArray(new ReferencedPoint[points.size()]);
Client client = ClientBuilder.newClient(); Client client = ClientBuilder.newClient();
WebTarget target = client.target("http://proxy1utv.int.nibio.no/municipality_cache_ws/pointmapping/1/4326"); WebTarget target = client.target("https://proxy1.nibio.no/municipality_cache_ws/pointmapping/1/4326");
//PointMappingResponse response = //PointMappingResponse response =
PointMappingResponse response = target.request(MediaType.APPLICATION_JSON) PointMappingResponse response = target.request(MediaType.APPLICATION_JSON)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment