A Web service is a method of communication between two electronic devices over a network.

learn more… | top users | synonyms (1)

2
votes
0answers
38 views

Optimize ArcServer Service Drawing Speed

I am managing an ArcGIS service that is used by Geocortex Essentials as a web map app for some users. The feedback I have got so far is that it doesn't refresh fast enough. I'm looking for some ...
2
votes
0answers
23 views

Web Feature Service Question

If I set up a Web Feature Service that provides point (location) data, can my WFS also provide a bunch of additional data for events that occurred at those points? Is there a better way to do that? ...
2
votes
0answers
206 views

web service to find the shortest path

if you have any idea that can help me I would be grateful :):) So i should create a web service wich will communicate with my android application .in my android app the client choose two point start ...
2
votes
0answers
97 views

Any Open source implementation just like ArcGIS Desktop Identity function?

I tried to identity thousands of points with millions polygon. ArcInfo work well but i have to get the result from Web Services.So i tried to implement the algorithm(Point in polygon) by myself,it ...
2
votes
0answers
198 views

How to create a service area using both streets and buslines in the same network?

Hello, I want to create a network analysis more difficult. Therefore, I want to calculate a Service Area around hospitals next to busstops. But: The network does not only consist of roads and ...
1
vote
0answers
50 views

Call Vehicle Routing Problem Service via REST - Problem with “time” attributes?

I am trying to get a Vehicle Routing Problem to work as a geoprocessing service on one of our servers. If I call the geoprocessing service via REST url and submit depots, orders and routes WITHOUT ...
1
vote
0answers
109 views

The underlying connection was closed: The connection was closed unexpectedly, WCF and ESRI Objects

I am getting this error when using ESRI objects like Geometry, Envelope etc in a WCF service. I have a class that some properties (string, int, double) but when I add ESRI type as part of this class, ...
1
vote
0answers
76 views

ArcGIS Server Search Service and mapped client drives

With ArcGIS Server (10.1), is it possible to register a folder to the Search Service for indexing using one path, and serve it to users with another? how? For example the server sees ...
1
vote
0answers
50 views

Concurrent users using a DLL to access ArcObjects?

So currently I have some ASP.net code where users are updated GIS through a DLL file that uses ArcObjects to talk to the MapService and layer. My question is, will there be concurrent user issues? ...
0
votes
0answers
32 views

Adding imagery or world topo map from arcgisonline to map

I have an ESRI Javascript API application that uses a local Map Service with various feature layers. Now I need to add Imagery or top maps from ArcGIS online as base maps. I am trying the following. ...
0
votes
0answers
35 views

Re-enabling a web service API call that has stopped working unexpectedly

so we have are running an instance of ArcGis Server, and have a handful of services running. These were set up by someone who is no longer working with the company. Some of them are built into ...
0
votes
0answers
68 views

How to create a collaborative mapping website?

I have read about webservers, static and dynamic pages, cgi-bin... I can create a simple web mapping service in which a map with layers and controls will be there. And now I want to provide login ...
0
votes
0answers
104 views

Unable to publish large map services to arcgis for server 10.1

I published various map services(feature layers) for multiple web mapping applications on the new ArcGIS for Server 10.1. There were about 50 services and averaged about 50mb in size. This was ...
0
votes
0answers
70 views

Creating MapServer in Geoprocessing service

Is it possible to create MapServer in Geoprocessing service in ArcServer 10? I have see that we can access MapServer from Geoprocessing result, http://<arcgis rest ...
0
votes
0answers
51 views

Difficulties publishing network analysis service

I'm new with networks so probably my questions is quite stupid. 1) I am trying to publish on the server a map service with a network analysis capability. When I do so, the error tab says that the ...
0
votes
0answers
98 views

How to serve ArcGIS Server created KML data to REST over port 443?

How can ArcGIS Server created services be viewed over port 443 as KML within Google Earth?