button in arcmap to launch GP service?

605
2
Jump to solution
06-12-2014 08:57 AM
KevinBell
Occasional Contributor III
Does anyone know how to make a button in arcgis desktop launch a geoprocessing service?  I have a python addin that I'd like to do this from.

Thanks in advance!
Tags (2)
0 Kudos
1 Solution

Accepted Solutions
DanielSmith
Occasional Contributor III
maybe just use python urllib and execute the request when the button is clicked.

View solution in original post

0 Kudos
2 Replies
DanielSmith
Occasional Contributor III
maybe just use python urllib and execute the request when the button is clicked.
0 Kudos
KevinBell
Occasional Contributor III
maybe just use python urllib and execute the request when the button is clicked.


Great suggestion, thanks!  I wasn't sure if there was a higher level/built in way of doing this but I'll do it as you mention.
0 Kudos