<?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 Google geocode HTTP call error: 404 Host unknown in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/google-geocode-http-call-error-404-host-unknown/m-p/319717#M4749</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Trying to make a HTTP call to fetch Google geo code services. Unfortunately ended with error message. "Connect to maps.google.com:80 failed: NIEHOST_UNKNOWN(-2). 404 Host Unknown.&lt;/P&gt;&lt;P&gt;URL Passed:  http://maps.google.com/maps/api/geocode/xml?address='Some address'&lt;/P&gt;&lt;P&gt;As part of program steps done.&lt;/P&gt;&lt;P&gt;Step 1. CALL METHOD cl_http_client=&amp;gt;create_by_url.&lt;/P&gt;&lt;P&gt;Step 2. Request and Get&lt;/P&gt;&lt;P&gt; 
p_http_client-&amp;gt;request-&amp;gt;set_header_field( name = '~request_method'
value = 'GET' ).&lt;/P&gt;&lt;P&gt; 
p_http_client-&amp;gt;request-&amp;gt;set_header_field( name  = 'Content-Type'  value = 'text/xml; charset=utf-8' ).&lt;/P&gt;&lt;P&gt;Step 3. Send&lt;/P&gt;&lt;P&gt; 
p_http_client-&amp;gt;send( ).&lt;/P&gt;&lt;P&gt;Step 4. Receive&lt;/P&gt;&lt;P&gt;  CALL METHOD
p_http_client-&amp;gt;receive.&lt;/P&gt;&lt;P&gt;  p_p_content =
p_http_client-&amp;gt;response-&amp;gt;get_cdata( ).&lt;/P&gt;&lt;P&gt;Normally this URL work in web browser.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Riyaj&lt;/P&gt;</description>
    <pubDate>Thu, 03 Nov 2016 11:22:02 GMT</pubDate>
    <dc:creator>mohd_riyajuddin</dc:creator>
    <dc:date>2016-11-03T11:22:02Z</dc:date>
    <item>
      <title>Google geocode HTTP call error: 404 Host unknown</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/google-geocode-http-call-error-404-host-unknown/m-p/319717#M4749</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Trying to make a HTTP call to fetch Google geo code services. Unfortunately ended with error message. "Connect to maps.google.com:80 failed: NIEHOST_UNKNOWN(-2). 404 Host Unknown.&lt;/P&gt;&lt;P&gt;URL Passed:  http://maps.google.com/maps/api/geocode/xml?address='Some address'&lt;/P&gt;&lt;P&gt;As part of program steps done.&lt;/P&gt;&lt;P&gt;Step 1. CALL METHOD cl_http_client=&amp;gt;create_by_url.&lt;/P&gt;&lt;P&gt;Step 2. Request and Get&lt;/P&gt;&lt;P&gt; 
p_http_client-&amp;gt;request-&amp;gt;set_header_field( name = '~request_method'
value = 'GET' ).&lt;/P&gt;&lt;P&gt; 
p_http_client-&amp;gt;request-&amp;gt;set_header_field( name  = 'Content-Type'  value = 'text/xml; charset=utf-8' ).&lt;/P&gt;&lt;P&gt;Step 3. Send&lt;/P&gt;&lt;P&gt; 
p_http_client-&amp;gt;send( ).&lt;/P&gt;&lt;P&gt;Step 4. Receive&lt;/P&gt;&lt;P&gt;  CALL METHOD
p_http_client-&amp;gt;receive.&lt;/P&gt;&lt;P&gt;  p_p_content =
p_http_client-&amp;gt;response-&amp;gt;get_cdata( ).&lt;/P&gt;&lt;P&gt;Normally this URL work in web browser.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Riyaj&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2016 11:22:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/google-geocode-http-call-error-404-host-unknown/m-p/319717#M4749</guid>
      <dc:creator>mohd_riyajuddin</dc:creator>
      <dc:date>2016-11-03T11:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: Google geocode HTTP call error: 404 Host unknown</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/google-geocode-http-call-error-404-host-unknown/m-p/319718#M4750</link>
      <description>&lt;P&gt;Hello Riyaj,&lt;/P&gt;&lt;P&gt;This is a name resolution (DNS) issue at the SAP server.&lt;/P&gt;&lt;P&gt;You need to involve your operating system and/or network team(s).&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Isaías&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2016 19:24:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/google-geocode-http-call-error-404-host-unknown/m-p/319718#M4750</guid>
      <dc:creator>Isaias_SAP</dc:creator>
      <dc:date>2016-11-03T19:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: Google geocode HTTP call error: 404 Host unknown</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/google-geocode-http-call-error-404-host-unknown/m-p/319719#M4751</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try using https. In my application I'm using &lt;A href="https://maps.googleapis.com/" target="test_blank"&gt;https://maps.googleapis.com/&lt;/A&gt;. and the rest of the URL looks like what you have.&lt;/P&gt;&lt;P&gt;Regards, Gabriel&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2016 19:57:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/google-geocode-http-call-error-404-host-unknown/m-p/319719#M4751</guid>
      <dc:creator>gabriel_pill-kahan</dc:creator>
      <dc:date>2016-11-03T19:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: Google geocode HTTP call error: 404 Host unknown</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/google-geocode-http-call-error-404-host-unknown/m-p/319720#M4752</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for reply. Even I tried this still getting same status message: Error 404. Host not found.Through SAP.&lt;/P&gt;&lt;P&gt;https://maps.googleapis.com/maps/api/geocode/xml?address='My Address'.&lt;/P&gt;&lt;P&gt;If you are aware any basis configuration is to be done or some port need to be enable from network team please let me know. &lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Riyajuddin.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Nov 2016 07:12:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/google-geocode-http-call-error-404-host-unknown/m-p/319720#M4752</guid>
      <dc:creator>mohd_riyajuddin</dc:creator>
      <dc:date>2016-11-04T07:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: Google geocode HTTP call error: 404 Host unknown</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/google-geocode-http-call-error-404-host-unknown/m-p/319721#M4753</link>
      <description>&lt;P&gt;Hello Isaías,&lt;/P&gt;&lt;P&gt;Thanks for reply.. Might be you are right.                                                                                                                                    As per coding prospective I have written logic whatever need to be done.                                                                               Please let me know if  it's configuration need to be done by Basic team then I will approach to them. &lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Riyaj..&lt;/P&gt;</description>
      <pubDate>Fri, 04 Nov 2016 07:32:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/google-geocode-http-call-error-404-host-unknown/m-p/319721#M4753</guid>
      <dc:creator>mohd_riyajuddin</dc:creator>
      <dc:date>2016-11-04T07:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: Google geocode HTTP call error: 404 Host unknown</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/google-geocode-http-call-error-404-host-unknown/m-p/319722#M4754</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;"404 &lt;EM&gt;&lt;STRONG&gt;Host&lt;/STRONG&gt;&lt;/EM&gt; not found"?&lt;/P&gt;&lt;P&gt;"404 not found" is an HTTP return code that indicates that the resource that was requested "/maps/api/..." does not exist on that server (thus, implying that the target server received the request and sent that response back).&lt;/P&gt;&lt;P&gt;Can you please add a screenshot from the error you are receiving?&lt;/P&gt;&lt;P&gt;Capturing the issue with the ICM running on level 2 trace and then providing the dev_icm trace file would help as well.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2016 15:38:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/google-geocode-http-call-error-404-host-unknown/m-p/319722#M4754</guid>
      <dc:creator>Isaias_SAP</dc:creator>
      <dc:date>2016-11-08T15:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: Google geocode HTTP call error: 404 Host unknown</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/google-geocode-http-call-error-404-host-unknown/m-p/319723#M4755</link>
      <description>&lt;P&gt;It would be wise to ask a local Basis team even &lt;STRONG&gt;before&lt;/STRONG&gt; posting on SCN. Such questions can be much faster and more effectively answered locally than on a global website. This is not an ABAP issue, from what I see.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2016 19:15:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/google-geocode-http-call-error-404-host-unknown/m-p/319723#M4755</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2016-11-08T19:15:01Z</dc:date>
    </item>
  </channel>
</rss>

