<?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: Executing an HTTP Request in ABAP Code in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/executing-an-http-request-in-abap-code/m-p/4057072#M969813</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to set up a webservice with SOAMANAGER - and in ABAP code call the WS interface to pull values to and from the webservice.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2009 19:47:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-11-25T19:47:21Z</dc:date>
    <item>
      <title>Executing an HTTP Request in ABAP Code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/executing-an-http-request-in-abap-code/m-p/4057068#M969809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to write an ABAP program to check VAT numbers before making any VAT declaration. SAP checks the logic of the number, however it does not check if a VAT number is still valid for that company. The European Commission has a website (http://ec.europa.eu/taxation_customs/vies/) where you can check centrally all VAT numbers used in the EU. According to the Commission's web site it should be possible to have an open interface. A SOAP service is available (Its WSDL file can be obtained also on the website).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone has an idea how this can be done (Current SAP version = SAP ECC 6.0) taken into account there is no XI (or IP) aviable or set up or used. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2008 13:48:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/executing-an-http-request-in-abap-code/m-p/4057068#M969809</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-01T13:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: Executing an HTTP Request in ABAP Code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/executing-an-http-request-in-abap-code/m-p/4057069#M969810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chk these examples:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://abaplovers.blogspot.com/2008/02/calling-browser-from-abap.html" target="test_blank"&gt;http://abaplovers.blogspot.com/2008/02/calling-browser-from-abap.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Keerthi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2008 14:02:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/executing-an-http-request-in-abap-code/m-p/4057069#M969810</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-01T14:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: Executing an HTTP Request in ABAP Code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/executing-an-http-request-in-abap-code/m-p/4057070#M969811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The examples are calling a browser but that is not what we are looking for. What we are looking for is (via ABAP) to send our http request and receive back the anwser. They (http://ec.europa.eu/taxation_customs/vies/) provide the SOAP message (WSDL : (http://ec.europa.eu/taxation_customs/vies/api/checkVatPort?wsdl). My question is if it is possible witout using XI and yes how? If I understand it correctly is should be possible via ABAP (example program RSWF_TEST_HTTP), but if I create my own program I get the message HTTP-Receive: RC=400  ICM_HTTP_CONNECTION_FAILED. Maybe the ABAP code is correct, but maybe I should change some settings or configure something else.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2008 14:21:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/executing-an-http-request-in-abap-code/m-p/4057070#M969811</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-01T14:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: Executing an HTTP Request in ABAP Code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/executing-an-http-request-in-abap-code/m-p/4057071#M969812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are having the same problem. Did you find a solution?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2008 17:26:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/executing-an-http-request-in-abap-code/m-p/4057071#M969812</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-15T17:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: Executing an HTTP Request in ABAP Code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/executing-an-http-request-in-abap-code/m-p/4057072#M969813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to set up a webservice with SOAMANAGER - and in ABAP code call the WS interface to pull values to and from the webservice.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2009 19:47:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/executing-an-http-request-in-abap-code/m-p/4057072#M969813</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-25T19:47:21Z</dc:date>
    </item>
  </channel>
</rss>

