<?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: Pointers regarding consuming a external web-service from SAP in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/pointers-regarding-consuming-a-external-web-service-from-sap/m-p/5502289#M1258559</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The error for Authorization was because of the HTTP proxy settings for the system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I configured the proxy settings in the transaction SICF-&amp;gt;Goto-&amp;gt;Http Proxy and then the program worked fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Barada&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 May 2009 09:20:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-05T09:20:49Z</dc:date>
    <item>
      <title>Pointers regarding consuming a external web-service from SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pointers-regarding-consuming-a-external-web-service-from-sap/m-p/5502287#M1258557</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;        I am trying to consume a web-service from an external system using a URL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our SAP system version is 4.7. I have created a custom program and calling up the web service using HTTP POST method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this I referred the following weblog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/847" target="test_blank"&gt;https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/847&lt;/A&gt;. &lt;B&gt;[original link is broken]&lt;/B&gt; &lt;B&gt;[original link is broken]&lt;/B&gt; &lt;B&gt;[original link is broken]&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I modified the program according to my requirements and called the web service, but I am facing certain issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. The if_http_client-&amp;gt;send method executed successfully (sy-subrc eq 0). But the next call to the method&lt;/P&gt;&lt;P&gt;    if_http_client-&amp;gt;receive the program shows error.The message is very long one and I am not able to see it fully in debugging mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me with the following questions.&lt;/P&gt;&lt;P&gt;1. Is there any way I can read the message returned from the web-service to see what the error was? In 4.7 we don't have the recording function as in 6.0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. I have disable the login prompt by calling if_http_client-&amp;gt;propertytype_logon_popup = http_client-&amp;gt;co_disabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I don't do that it shows me a SAP Web AS login screen. Shouldn't it show me the standard http login screen? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.In that login screen if I provide my ID password it returns the following message&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Business Server Page (BSP) ErrorBSPexception:Access to URL :&amp;lt;Server&amp;gt;:&amp;lt;80&amp;gt;/ORABPEL/DEFAULT/READDATA1/1.0 is forbidden'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any pointers what does it mean?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. This method seems a very lengthy process to me. Is there any other approach to this issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TIA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Barada.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2009 11:22:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pointers-regarding-consuming-a-external-web-service-from-sap/m-p/5502287#M1258557</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-17T11:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: Pointers regarding consuming a external web-service from SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pointers-regarding-consuming-a-external-web-service-from-sap/m-p/5502288#M1258558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Adding another question to the above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do I need to create another HTTP connection for this host in SM59? Will that help in anyway?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Barada.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2009 12:27:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pointers-regarding-consuming-a-external-web-service-from-sap/m-p/5502288#M1258558</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-17T12:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: Pointers regarding consuming a external web-service from SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pointers-regarding-consuming-a-external-web-service-from-sap/m-p/5502289#M1258559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The error for Authorization was because of the HTTP proxy settings for the system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I configured the proxy settings in the transaction SICF-&amp;gt;Goto-&amp;gt;Http Proxy and then the program worked fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Barada&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2009 09:20:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pointers-regarding-consuming-a-external-web-service-from-sap/m-p/5502289#M1258559</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-05T09:20:49Z</dc:date>
    </item>
  </channel>
</rss>

