Dear All,
Does anybody know if ArcGIS Runtime for Java 10.2.4 supports ItemID as an input to GPDataFile to Geoprocessing Service hsoted by ArcGIS for Server?
According to the documentation only the following option is correct:
<SPAN class="p">{</SPAN> <SPAN class="s2" style="color: #a31515;">"url"</SPAN> <SPAN class="o">:</SPAN> <SPAN class="s2" style="color: #a31515;"><SPAN>"</SPAN><A class="jive-link-external-small" href="http://myserver/myfile" rel="nofollow noopener noreferrer" target="_blank">http://myserver/myfile</A><SPAN>"</SPAN></SPAN><SPAN class="p">}</SPAN>
I want to use this option
<SPAN class="p">{</SPAN><SPAN class="s2" style="color: #a31515;">"itemID"</SPAN> <SPAN class="o">:</SPAN> <SPAN class="s2" style="color: #a31515;">"<itemID>"</SPAN> <SPAN class="p">}</SPAN>
Is there anyway to do that, without using pure HTTP requests?
Best regards,
Adam