<?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: How to call external WEBAPI (SOAP) using ABAP from SAP ECC? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-external-webapi-soap-using-abap-from-sap-ecc/m-p/6417843#M1408822</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should go to the help files on web services and read about consuming web services.  You need to generate an ABAP proxy class using the available wizard based on the WSDL document provided and then create a logical port and a program to use the proxy class.  The help files are very good on this topic.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Dec 2009 21:41:27 GMT</pubDate>
    <dc:creator>brad_bohn</dc:creator>
    <dc:date>2009-12-09T21:41:27Z</dc:date>
    <item>
      <title>How to call external WEBAPI (SOAP) using ABAP from SAP ECC?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-external-webapi-soap-using-abap-from-sap-ecc/m-p/6417842#M1408821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;  A requirement is to connect to external [webapi (SOAP)|http://demo.turtletech.com/latest/webAPI/CD_CB.asmx?op=InitiateConnectDisconnect] and get a result to SAP ECC. We are currently running on SAP ECC 6.0 without SAP XI or WEB AS.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;  The question is how to write abap program to call their webapi and get the result back to SAP?&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  I did some reseach and think that Enterprise service may be able to do this. Where should I get start on it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Chaiphon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2009 21:35:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-external-webapi-soap-using-abap-from-sap-ecc/m-p/6417842#M1408821</guid>
      <dc:creator>chaiphon</dc:creator>
      <dc:date>2009-12-09T21:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to call external WEBAPI (SOAP) using ABAP from SAP ECC?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-external-webapi-soap-using-abap-from-sap-ecc/m-p/6417843#M1408822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should go to the help files on web services and read about consuming web services.  You need to generate an ABAP proxy class using the available wizard based on the WSDL document provided and then create a logical port and a program to use the proxy class.  The help files are very good on this topic.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2009 21:41:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-external-webapi-soap-using-abap-from-sap-ecc/m-p/6417843#M1408822</guid>
      <dc:creator>brad_bohn</dc:creator>
      <dc:date>2009-12-09T21:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to call external WEBAPI (SOAP) using ABAP from SAP ECC?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-external-webapi-soap-using-abap-from-sap-ecc/m-p/6417844#M1408823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may see this link [&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="1059622"&gt;&lt;/A&gt;;. For consuming Web Services, you need to (1) Generate proxy from WSDL using SE80(2) Setup Port using SOAMANAGER  (3) Create a program to call the proxy class method. This can be done in a semi automated manner using SE80.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Venu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2009 21:48:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-external-webapi-soap-using-abap-from-sap-ecc/m-p/6417844#M1408823</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-09T21:48:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to call external WEBAPI (SOAP) using ABAP from SAP ECC?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-external-webapi-soap-using-abap-from-sap-ecc/m-p/6417845#M1408824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can I call Webapi without having SAP web AS or XI server?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Dec 2009 16:31:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-external-webapi-soap-using-abap-from-sap-ecc/m-p/6417845#M1408824</guid>
      <dc:creator>chaiphon</dc:creator>
      <dc:date>2009-12-15T16:31:38Z</dc:date>
    </item>
  </channel>
</rss>

