<?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: *Web service* Call in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-service-call/m-p/7765544#M1584045</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a doubt what you want to achieve.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) CALL_BROWSER just opens/starts the default &lt;STRONG&gt;web browser&lt;/STRONG&gt; external program, you can't interact (and get any result) with what is displayed in the browser&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) If you really want to have control over the browser, you must use the SAP HTML viewer control, class CL_GUI_HTML_VIEWER, which allows to read the web address at any time by pressing an external button for example (for more information, see SAP control example programs in DWDM transaction (especially RSDEMO_HTML_VIEWER))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) to parse a URI, you may use CL_SD_URL_HELPER class for example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) to decode the Query string (Val=March) of the URI, you may use CL_HTTP_UTILITY=&amp;gt;STRING_TO_FIELDS. Another solution is to simply use ABAP statement and SPLIT AT '=' (and SPLIT ... AT '&amp;amp;' if there are several parameters)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5) If you want to call ("consume") a so-called &lt;STRONG&gt;web service&lt;/STRONG&gt;, then you must get its definition (WSDL), create a &lt;STRONG&gt;client proxy&lt;/STRONG&gt; at SAP side, and call it (for more information, see &lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/bf/d005244e9d1d4d92b2fe7935556b4c/frameset.htm)" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/bf/d005244e9d1d4d92b2fe7935556b4c/frameset.htm)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6) If you want to read a &lt;STRONG&gt;web page&lt;/STRONG&gt;, then you can use class CL_HTTP_CLIENT (for more information, see &lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/1f/93163f9959a808e10000000a114084/frameset.htm)" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/1f/93163f9959a808e10000000a114084/frameset.htm)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Sandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 27 Mar 2011 20:54:19 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2011-03-27T20:54:19Z</dc:date>
    <item>
      <title>*Web service* Call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-service-call/m-p/7765543#M1584044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts ,&lt;/P&gt;&lt;P&gt;Iu2019m facing One Problem In  &lt;STRONG&gt;Web service&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;First I have 2 doubtsu2026&lt;/P&gt;&lt;P&gt;1)	In  SE38 call the browser using  &lt;STRONG&gt;CALL_BROWSER&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;EX: per example I call &lt;A href="https://community.sap.com/www.todaymonth.com" target="test_blank"&gt;www.todaymonth.com&lt;/A&gt; (NA)   after calling this, open a new browser  in Internet Explorer. &lt;/P&gt;&lt;P&gt;Iu2019m  giving the month then the browser path shows like this &lt;/P&gt;&lt;P&gt;Ex:  &lt;EM&gt;&lt;A href="https://community.sap.com/www.todaymonth.com?Val=March" target="test_blank"&gt;www.todaymonth.com?Val=March&lt;/A&gt;&lt;/EM&gt; &lt;/P&gt;&lt;P&gt;How to retrieve the value &lt;STRONG&gt;March&lt;/STRONG&gt;  from browser path&lt;/P&gt;&lt;P&gt;Give me Suggestions For this.&lt;/P&gt;&lt;P&gt;2)	And Other solution for call the browser and do operations and retrieve tha path (or)&lt;/P&gt;&lt;P&gt;How to get the value from browser field data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Mar 2011 09:08:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/web-service-call/m-p/7765543#M1584044</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-26T09:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: *Web service* Call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-service-call/m-p/7765544#M1584045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a doubt what you want to achieve.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) CALL_BROWSER just opens/starts the default &lt;STRONG&gt;web browser&lt;/STRONG&gt; external program, you can't interact (and get any result) with what is displayed in the browser&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) If you really want to have control over the browser, you must use the SAP HTML viewer control, class CL_GUI_HTML_VIEWER, which allows to read the web address at any time by pressing an external button for example (for more information, see SAP control example programs in DWDM transaction (especially RSDEMO_HTML_VIEWER))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) to parse a URI, you may use CL_SD_URL_HELPER class for example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) to decode the Query string (Val=March) of the URI, you may use CL_HTTP_UTILITY=&amp;gt;STRING_TO_FIELDS. Another solution is to simply use ABAP statement and SPLIT AT '=' (and SPLIT ... AT '&amp;amp;' if there are several parameters)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5) If you want to call ("consume") a so-called &lt;STRONG&gt;web service&lt;/STRONG&gt;, then you must get its definition (WSDL), create a &lt;STRONG&gt;client proxy&lt;/STRONG&gt; at SAP side, and call it (for more information, see &lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/bf/d005244e9d1d4d92b2fe7935556b4c/frameset.htm)" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/bf/d005244e9d1d4d92b2fe7935556b4c/frameset.htm)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6) If you want to read a &lt;STRONG&gt;web page&lt;/STRONG&gt;, then you can use class CL_HTTP_CLIENT (for more information, see &lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/1f/93163f9959a808e10000000a114084/frameset.htm)" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/1f/93163f9959a808e10000000a114084/frameset.htm)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Sandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Mar 2011 20:54:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/web-service-call/m-p/7765544#M1584045</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2011-03-27T20:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: *Web service* Call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-service-call/m-p/7765545#M1584046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandra&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks For Feed Back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In SAP , How To Control The Web service, Per Example Call Web Service , Get Data From Web Service  And Close Web Pages. Is It possible .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can i give Me any Sample Code or Idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks ,&lt;/P&gt;&lt;P&gt;Sandeep.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Mar 2011 06:10:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/web-service-call/m-p/7765545#M1584046</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-28T06:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: *Web service* Call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-service-call/m-p/7765546#M1584047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandeep,&lt;/P&gt;&lt;P&gt;I already answered and gave you a link. Read it. There are lots of documentation about what is a web service, how to create the proxy, how to consume it. Search them and read them.&lt;/P&gt;&lt;P&gt;Then, please, ask a more precise question.&lt;/P&gt;&lt;P&gt;Sandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Mar 2011 09:20:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/web-service-call/m-p/7765546#M1584047</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2011-03-28T09:20:41Z</dc:date>
    </item>
  </channel>
</rss>

