Publishing map service the normal way is done here using arcgis desktop.
But I decided to do it with python so I can automate the process or something like that but first off I need to edit some of the info according to this, you would create the SD file before publishing. Due to the 0 rep I can't post more then two links but [i.stack.imgur.com/x22jb.png](normal publishing) and using python [i.stack.imgur.com/nNtl3.png](using arcpy) As you can see I highlighted the description according to the image does it means it is searching for the Item Description.
Is the the right way of doing it
# find the Item Information Description element Capability= doc.getElementsByTagName('Capabilities')for item in Capability: if item.parentNode.tagName == 'FeatureAccess': #How do i check this check box? else:
أكثر...
But I decided to do it with python so I can automate the process or something like that but first off I need to edit some of the info according to this, you would create the SD file before publishing. Due to the 0 rep I can't post more then two links but [i.stack.imgur.com/x22jb.png](normal publishing) and using python [i.stack.imgur.com/nNtl3.png](using arcpy) As you can see I highlighted the description according to the image does it means it is searching for the Item Description.
Is the the right way of doing it
# find the Item Information Description element Capability= doc.getElementsByTagName('Capabilities')for item in Capability: if item.parentNode.tagName == 'FeatureAccess': #How do i check this check box? else:
أكثر...