I have a Silverlight client that densifies a user drawn polyline. The returned vertices from the polyline are then sent to esri elevation sample server for each vertex to find an elevation value. The user defines how dense the line should be.
My question is how could I have my python GP Service make the rest calls to the ESRI elevation sample server once it receives, from the silverlight client, all the densified vertices?
EDIT: Would there have to be a python client or perhaps have a slave silverlight client make the calls and return them to python and then back to the master silverlight client. The master silverlight client would message to the user that their variables requires this to be a long running process. Makes no sense? Thanks.
