<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Geoprocessing Service Authentification in Java Maps SDK Questions</title>
    <link>https://community.esri.com/t5/java-maps-sdk-questions/geoprocessing-service-authentification/m-p/542753#M1667</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I guess some more information is needed to diagnose this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; - How is your ArcGIS Server configured in terms of security?&amp;nbsp; Are you using token based security?&amp;nbsp; Does your server use windows authentication against the services via IIS?&amp;nbsp; I'm thinking that windows authentication comes into the picture from the error messages.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; - What is you client running on?&amp;nbsp; Is it a Windows machine connecting to a Windows Server based ArcGIS Server?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; - What does your code look like?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; - From the client, if you open up a browser window, can you browse the service endpoint for the geoprocessor?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are using token based security (which is the most common authentication I see), you set up your user credentials with a username / password and when you create your GeoProcessing class, you use the constructor which takes the sevice AND the user credentials.&amp;nbsp; In the background you will receive an access token for the service which is used each time you make a request.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mark&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Jul 2013 09:49:45 GMT</pubDate>
    <dc:creator>MarkBaird</dc:creator>
    <dc:date>2013-07-19T09:49:45Z</dc:date>
    <item>
      <title>Geoprocessing Service Authentification</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/geoprocessing-service-authentification/m-p/542752#M1666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; I want to consume a Geoprocessing service using ArcGIS Runtime SDK for Java. My service needs to be authenticated so i set the UserCredentials of the Geoprocessor. I always receive this error. Somebody have an idea?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jul 18, 2013 12:45:34 PM org.apache.http.impl.client.AbstractAuthenticationHandler selectScheme&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;WARNING: Authentication scheme ntlm not supported&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jul 18, 2013 12:45:34 PM org.apache.http.impl.client.DefaultRequestDirector handleResponse&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;WARNING: Authentication error: Unable to respond to any of these challenges: {ntlm=WWW-Authenticate: NTLM, negotiate=WWW-Authenticate: Negotiate}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;com.esri.core.io.EsriSecurityException: Invalid or missing user credentials&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at com.esri.core.internal.io.handler.l.a(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at com.esri.core.internal.io.handler.l.a(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at com.esri.core.tasks.ags.geoprocessing.b.b(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at com.esri.core.tasks.ags.geoprocessing.b.a(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at com.esri.core.tasks.ags.geoprocessing.b.execute(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at com.esri.core.internal.tasks.b.call(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at java.util.concurrent.FutureTask.run(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at java.lang.Thread.run(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Caused by: com.esri.core.io.EsriServiceException: Unauthorized&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at com.esri.core.internal.io.handler.c.a(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at com.esri.core.internal.io.handler.l$1.handleResponse(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at com.esri.core.internal.io.handler.l$1.handleResponse(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:735)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:709)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:700)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at com.esri.core.internal.io.handler.l.a(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; ... 10 more&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jul 2013 15:55:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/geoprocessing-service-authentification/m-p/542752#M1666</guid>
      <dc:creator>JeromeCauchon</dc:creator>
      <dc:date>2013-07-18T15:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing Service Authentification</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/geoprocessing-service-authentification/m-p/542753#M1667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I guess some more information is needed to diagnose this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; - How is your ArcGIS Server configured in terms of security?&amp;nbsp; Are you using token based security?&amp;nbsp; Does your server use windows authentication against the services via IIS?&amp;nbsp; I'm thinking that windows authentication comes into the picture from the error messages.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; - What is you client running on?&amp;nbsp; Is it a Windows machine connecting to a Windows Server based ArcGIS Server?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; - What does your code look like?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; - From the client, if you open up a browser window, can you browse the service endpoint for the geoprocessor?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are using token based security (which is the most common authentication I see), you set up your user credentials with a username / password and when you create your GeoProcessing class, you use the constructor which takes the sevice AND the user credentials.&amp;nbsp; In the background you will receive an access token for the service which is used each time you make a request.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mark&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jul 2013 09:49:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/geoprocessing-service-authentification/m-p/542753#M1667</guid>
      <dc:creator>MarkBaird</dc:creator>
      <dc:date>2013-07-19T09:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing Service Authentification</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/geoprocessing-service-authentification/m-p/542754#M1668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for reply. Here is more details about my issue :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- How is your ArcGIS Server configured in terms of security? Are you using token based security? Does your server use windows authentication against the services via IIS? I'm thinking that windows authentication comes into the picture from the error messages.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using Windows Domain as User/Role store and the server use windows authentification against the service in ISS.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- What is you client running on? Is it a Windows machine connecting to a Windows Server based ArcGIS Server?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I created three different clients(Javascript/Java/WPF) on a windows server 2012 machine. Only my Javascript client works. My server is a windows server 2008.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- What does your code look like?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; try {&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; UserCredentials credentials = new UserCredentials();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; credentials.setUserAccount("myUser", "myPassword");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; credentials.setAuthenticationType(AuthenticationType.HTTP);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Geoprocessor geoprocessor = new Geoprocessor(&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://myHost/arcgis/rest/services/GP/HLZ/GPServer/HLZ" rel="nofollow" target="_blank"&gt;http://myHost/arcgis/rest/services/GP/HLZ/GPServer/HLZ&lt;/A&gt;&lt;SPAN&gt;", credentials);&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; List&amp;lt;GPParameter&amp;gt; gpInputParams = new ArrayList&amp;lt;GPParameter&amp;gt;();&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; GPFeatureRecordSetLayer gpInputAOI = new GPFeatureRecordSetLayer(&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Area_of_Interest");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; gpInputParams.add(gpInputAOI);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; geoprocessor.executeAsync(gpInputParams,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; new CallbackListener&amp;lt;GPParameter[]&amp;gt;() {&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @Override&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; public void onError(Throwable th) {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; th.printStackTrace();&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @Override&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; public void onCallback(GPParameter[] result) {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; });&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; } catch (Exception e) {&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; } &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- From the client, if you open up a browser window, can you browse the service endpoint for the geoprocessor?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes but i need to enter my credentials.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I do not use token base security. Maybe it could be a workaround?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jul 2013 11:07:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/geoprocessing-service-authentification/m-p/542754#M1668</guid>
      <dc:creator>JeromeCauchon</dc:creator>
      <dc:date>2013-07-19T11:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing Service Authentification</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/geoprocessing-service-authentification/m-p/542755#M1669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;okay that makes it clearer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So when you view the endpoint in a browser and it asks you for your credentials, is that FireFox? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you open the endpoint in IE, does it authenticate you automatically?&amp;nbsp; Usually IE forwards your credentials using Windows Integrated Security.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jul 2013 15:33:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/geoprocessing-service-authentification/m-p/542755#M1669</guid>
      <dc:creator>MarkBaird</dc:creator>
      <dc:date>2013-07-19T15:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing Service Authentification</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/geoprocessing-service-authentification/m-p/542756#M1670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It is Chrome!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Same behavior with IE.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jul 2013 15:46:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/geoprocessing-service-authentification/m-p/542756#M1670</guid>
      <dc:creator>JeromeCauchon</dc:creator>
      <dc:date>2013-07-19T15:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing Service Authentification</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/geoprocessing-service-authentification/m-p/542757#M1671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm looking at how we've implemented NTML authentication and if it is supported at 10.1.1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Will report back...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jul 2013 16:20:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/geoprocessing-service-authentification/m-p/542757#M1671</guid>
      <dc:creator>MarkBaird</dc:creator>
      <dc:date>2013-07-19T16:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing Service Authentification</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/geoprocessing-service-authentification/m-p/542758#M1672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've looked at this and sadly NTLM is not supported in the current 10.1.1 release.&amp;nbsp; The story is the same for the Android API too as this is shared code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your option here is to configure your server to use token based security as a workaround instead of using Windows Integrated (NTLM) security.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However in the interest of improving the API, I'm looking into having NTML support for the next release.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for pointing out the problem&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mark&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 13:14:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/geoprocessing-service-authentification/m-p/542758#M1672</guid>
      <dc:creator>MarkBaird</dc:creator>
      <dc:date>2013-07-22T13:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing Service Authentification</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/geoprocessing-service-authentification/m-p/542759#M1673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Lack of ntlm support seems to be an issue with proxy authentication as well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Most proxy's in use in the real world (bluecoat,) seem to require ntlm authentication, at least in their usual configurations.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We have gotten around this by setting up an httpclient ourselves and authenticating via that, but a similar approach with geoprocessing is not possible, of course.&amp;nbsp; This really should be supported by the Runtime sdk code correctly.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 16:29:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/geoprocessing-service-authentification/m-p/542759#M1673</guid>
      <dc:creator>GeneLege</dc:creator>
      <dc:date>2013-07-22T16:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing Service Authentification</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/geoprocessing-service-authentification/m-p/542760#M1674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Support for NTLM is definately on our radar.&amp;nbsp; In fact we have tested the UserCredentials class in our current development code and I can confirm it works against an NTLM authenticated service.&amp;nbsp; There is an additional method on the UserCredentials for settting the domain name you are using.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This functionality is very likely to find it's way into the next release.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mark&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jul 2013 09:31:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/geoprocessing-service-authentification/m-p/542760#M1674</guid>
      <dc:creator>MarkBaird</dc:creator>
      <dc:date>2013-07-24T09:31:22Z</dc:date>
    </item>
  </channel>
</rss>

