<?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: SOAP requests not passing through Web Adaptor in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/soap-requests-not-passing-through-web-adaptor/m-p/706555#M27058</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply Dan. It turned out it wasn't the proxy or web adaptor causing this. After further testing, we identified the problem to be in the config store. Creating a brand new ArcGIS Server site on the same machine gave the correct SOAP endpoint. Not sure what exactly happened but it is resolved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Jun 2015 07:55:08 GMT</pubDate>
    <dc:creator>ChrisAdams</dc:creator>
    <dc:date>2015-06-26T07:55:08Z</dc:date>
    <item>
      <title>SOAP requests not passing through Web Adaptor</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/soap-requests-not-passing-through-web-adaptor/m-p/706553#M27056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Has anyone ever experienced the following error when&lt;BR /&gt;browsing the SOAP endpoints of ArcGIS Server services through the web adaptor?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background: #525d76; margin-top: auto; margin-bottom: auto;"&gt;&lt;STRONG style="mso-fareast-font-family: 'Times New Roman'; color: white; mso-font-kerning: 18.0pt; mso-fareast-language: EN-GB; font-size: 16.5pt; font-family: 'Tahoma',sans-serif;"&gt;HTTP Status 400 - &lt;/STRONG&gt;&lt;/P&gt;&lt;HR align="center" noshade="noshade" size="1" style="color: #525d76;" width="100%" /&gt;&lt;P style="background: white; margin-top: auto; margin-bottom: auto;"&gt;&lt;STRONG style="mso-fareast-font-family: 'Times New Roman'; color: white; background: #525d76; mso-fareast-language: EN-GB; font-size: 9pt; font-family: 'Tahoma',sans-serif;"&gt;type&lt;/STRONG&gt;&lt;SPAN style="color: black; font-family: 'Tahoma',sans-serif; font-size: 9pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: EN-GB;"&gt; Status report&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white; margin-top: auto; margin-bottom: auto;"&gt;&lt;STRONG style="mso-fareast-font-family: 'Times New Roman'; color: white; background: #525d76; mso-fareast-language: EN-GB; font-size: 9pt; font-family: 'Tahoma',sans-serif;"&gt;message&lt;/STRONG&gt;&lt;SPAN style="color: black; font-family: 'Tahoma',sans-serif; font-size: 9pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: EN-GB;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white; margin-top: auto; margin-bottom: auto;"&gt;&lt;STRONG style="mso-fareast-font-family: 'Times New Roman'; color: white; background: #525d76; mso-fareast-language: EN-GB; font-size: 9pt; font-family: 'Tahoma',sans-serif;"&gt;description&lt;/STRONG&gt;&lt;SPAN style="color: black; font-family: 'Tahoma',sans-serif; font-size: 9pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: EN-GB;"&gt; &lt;SPAN style="text-decoration: underline;"&gt;The request sent&lt;BR /&gt;by the client was syntactically incorrect.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;HR align="center" noshade="noshade" size="1" style="color: #525d76;" width="100%" /&gt;&lt;P style="background: #525d76; margin-top: auto; margin-bottom: auto;"&gt;&lt;STRONG style="mso-fareast-font-family: 'Times New Roman'; color: white; mso-fareast-language: EN-GB; font-size: 10.5pt; font-family: 'Tahoma',sans-serif;"&gt;Apache Tomcat/7.0.47&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you first try and view the SOAP endpoint for a service&lt;BR /&gt;via the REST endpoint, the web adaptor name is missing: &lt;BR /&gt; &lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/80469_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://" rel="nofollow" target="_blank"&gt;http://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;machine name&amp;gt;//services&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Manually amending the URL to:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://" rel="nofollow" target="_blank"&gt;http://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;machine name&amp;gt;/&amp;lt;web adaptor&amp;gt;/services&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gives the 400 error shown above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The REST endpoint is fine. Going over 6080 or 6443 is fine.&lt;BR /&gt;The problem seems to be with the Web Adaptor constructing the SOAP requests. We&lt;BR /&gt;tried installing a fresh copy of the web adaptor on another server but received&lt;BR /&gt;the same response. We don’t believe the corporate proxy is involved here as&lt;BR /&gt;even specifying just the hostname in the URL or ‘localhost’, the same response&lt;BR /&gt;is received. Has anyone seen this before? This is with ArcGIS Server 10.2.2. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 12:24:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/soap-requests-not-passing-through-web-adaptor/m-p/706553#M27056</guid>
      <dc:creator>ChrisAdams</dc:creator>
      <dc:date>2015-03-31T12:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: SOAP requests not passing through Web Adaptor</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/soap-requests-not-passing-through-web-adaptor/m-p/706554#M27057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The URL for the SOAP endpoint should be:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.esri.com/message/http:" rel="nofollow" style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #287433;" target="_blank"&gt;http://&lt;/A&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&amp;lt;machine name&amp;gt;/&amp;lt;web adaptor&amp;gt;/services?wsdl&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know of any reason why ArcGIS Server or the web adaptor would remove the web adaptor name from the URL as you reported, that sounds like the work of a proxy to be honest, but without getting logs from the browser developer tools or Fiddler it would be hard to say.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 22:29:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/soap-requests-not-passing-through-web-adaptor/m-p/706554#M27057</guid>
      <dc:creator>DanielUrbach</dc:creator>
      <dc:date>2015-06-25T22:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: SOAP requests not passing through Web Adaptor</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/soap-requests-not-passing-through-web-adaptor/m-p/706555#M27058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply Dan. It turned out it wasn't the proxy or web adaptor causing this. After further testing, we identified the problem to be in the config store. Creating a brand new ArcGIS Server site on the same machine gave the correct SOAP endpoint. Not sure what exactly happened but it is resolved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 07:55:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/soap-requests-not-passing-through-web-adaptor/m-p/706555#M27058</guid>
      <dc:creator>ChrisAdams</dc:creator>
      <dc:date>2015-06-26T07:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: SOAP requests not passing through Web Adaptor</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/soap-requests-not-passing-through-web-adaptor/m-p/706556#M27059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did creating a new ArcGIS Server site entail having to recreate or republish&amp;nbsp;your map services? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2016 16:34:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/soap-requests-not-passing-through-web-adaptor/m-p/706556#M27059</guid>
      <dc:creator>MattEitrem</dc:creator>
      <dc:date>2016-10-07T16:34:22Z</dc:date>
    </item>
  </channel>
</rss>

