<?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: Calling servlet through RFC Function Module ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-servlet-through-rfc-function-module/m-p/10174722#M1822441</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank u so much katan patel .. &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" src="https://community.sap.com/651/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt; Actually i was also bit confused ... You cleared my doudt very well thank you .. &lt;/P&gt;&lt;P&gt;My actual scenario was that i wanted to get the changed values in my RFC and i should update other Server using servlets.&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;Sivaganesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Mar 2014 10:50:10 GMT</pubDate>
    <dc:creator>sivaganesh_krishnan</dc:creator>
    <dc:date>2014-03-10T10:50:10Z</dc:date>
    <item>
      <title>Calling servlet through RFC Function Module ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-servlet-through-rfc-function-module/m-p/10174716#M1822435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi everyone ,&lt;/P&gt;&lt;P&gt;Is it possible to call a servlet file from local system or file stored in sap and execute through the browser ? Could you please provide some ideas on how to carry out this .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sivaganesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2014 06:24:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-servlet-through-rfc-function-module/m-p/10174716#M1822435</guid>
      <dc:creator>sivaganesh_krishnan</dc:creator>
      <dc:date>2014-03-10T06:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: Calling servlet through RFC Function Module ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-servlet-through-rfc-function-module/m-p/10174717#M1822436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sivaganesh,&lt;/P&gt;&lt;P&gt;Normally your servlet wil be hosted on apache tomcat server.&amp;nbsp; If such a server were accessible by the SAP system the RFC will be hosted on, then you could create a HTTP request in your RFC enabled FM to call and execute your servlet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check out the following SAP Help link that shows you how to excute a HTTP request.&amp;nbsp; You can create new request object host or by HTTP destination in SM59.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/1f/93163f9959a808e10000000a114084/content.htm" style="font-size: 10pt;" title="http://help.sap.com/saphelp_nw70/helpdata/en/1f/93163f9959a808e10000000a114084/content.htm"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/1f/93163f9959a808e10000000a114084/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps you out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Katan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2014 06:47:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-servlet-through-rfc-function-module/m-p/10174717#M1822436</guid>
      <dc:creator>Katan</dc:creator>
      <dc:date>2014-03-10T06:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: Calling servlet through RFC Function Module ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-servlet-through-rfc-function-module/m-p/10174718#M1822437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi katan,&lt;/P&gt;&lt;P&gt;Thanks for your reply ,&lt;/P&gt;&lt;P&gt;Consider that i have already created a RFC which is already used as web service now i just want to call the same RFC through servlet url in SAP.&lt;/P&gt;&lt;P&gt;and what exactly should i do in sm59 ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;Sivaganesh &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2014 07:29:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-servlet-through-rfc-function-module/m-p/10174718#M1822437</guid>
      <dc:creator>sivaganesh_krishnan</dc:creator>
      <dc:date>2014-03-10T07:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: Calling servlet through RFC Function Module ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-servlet-through-rfc-function-module/m-p/10174719#M1822438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sivaganesh,&lt;/P&gt;&lt;P&gt;Ah.&amp;nbsp; I misunderstood your requirement.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have already created the RFC as a Web Service, then surely it is possible for you to execute the Web Service from your Servlet.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not totally clear on your architecture, but you can call a Web Service from Java by following this tutorial.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://docs.oracle.com/javaee/5/tutorial/doc/bnayn.html" title="http://docs.oracle.com/javaee/5/tutorial/doc/bnayn.html"&gt;Creating a Simple Web Service and Client with JAX-WS - The Java EE 5 Tutorial&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your Servlet is hosted on NW Java..take a look at this&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw73/helpdata/en/4b/96e16c4d8e584de10000000a42189c/content.htm" style="font-size: 10pt;" title="http://help.sap.com/saphelp_nw73/helpdata/en/4b/96e16c4d8e584de10000000a42189c/content.htm"&gt;http://help.sap.com/saphelp_nw73/helpdata/en/4b/96e16c4d8e584de10000000a42189c/content.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2014 07:40:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-servlet-through-rfc-function-module/m-p/10174719#M1822438</guid>
      <dc:creator>Katan</dc:creator>
      <dc:date>2014-03-10T07:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: Calling servlet through RFC Function Module ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-servlet-through-rfc-function-module/m-p/10174720#M1822439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi katan,&lt;/P&gt;&lt;P&gt;I am not using NW java , we are using SAP NW. I am trying to create a web service for servlets in SAP.&lt;/P&gt;&lt;P&gt;As i am new in creating Web service for servlets , i tend to ask more questions So please do help me out, Thanks .!!!&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;Sivaganesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2014 08:22:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-servlet-through-rfc-function-module/m-p/10174720#M1822439</guid>
      <dc:creator>sivaganesh_krishnan</dc:creator>
      <dc:date>2014-03-10T08:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: Calling servlet through RFC Function Module ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-servlet-through-rfc-function-module/m-p/10174721#M1822440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sivaganesh,&lt;/P&gt;&lt;P&gt;I'm still not totally clear what you are trying to achieve.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you trying to create a Web Service from your SAP ABAP NW system based on an existing FM?&amp;nbsp; &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;Katan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2014 08:59:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-servlet-through-rfc-function-module/m-p/10174721#M1822440</guid>
      <dc:creator>Katan</dc:creator>
      <dc:date>2014-03-10T08:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: Calling servlet through RFC Function Module ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-servlet-through-rfc-function-module/m-p/10174722#M1822441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank u so much katan patel .. &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" src="https://community.sap.com/651/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt; Actually i was also bit confused ... You cleared my doudt very well thank you .. &lt;/P&gt;&lt;P&gt;My actual scenario was that i wanted to get the changed values in my RFC and i should update other Server using servlets.&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;Sivaganesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2014 10:50:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-servlet-through-rfc-function-module/m-p/10174722#M1822441</guid>
      <dc:creator>sivaganesh_krishnan</dc:creator>
      <dc:date>2014-03-10T10:50:10Z</dc:date>
    </item>
  </channel>
</rss>

