<?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: ICF Handler for SOAP based RFC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/icf-handler-for-soap-based-rfc/m-p/4063397#M971310</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I have in the Handler List (in execution order):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 cl_soap_http_extension&lt;/P&gt;&lt;P&gt;2 zcl_my_class&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Jun 2008 11:23:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-30T11:23:51Z</dc:date>
    <item>
      <title>ICF Handler for SOAP based RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/icf-handler-for-soap-based-rfc/m-p/4063395#M971308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all ABAP developers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use RFC-enabled function modules to create web services.  In IFC the service is placed in node  /sap/bc/srt/rfc/sap, which is the standard ICF handler for SOAP runtime.  I would however like to add a custom handler to the web service.  I have added the handler to the list, but the code in the handler is not executed. It does however run on services outside of the SOAP runtime node.   Any idea on how to add custom handlers to web services?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 10:54:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/icf-handler-for-soap-based-rfc/m-p/4063395#M971308</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-30T10:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: ICF Handler for SOAP based RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/icf-handler-for-soap-based-rfc/m-p/4063396#M971309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;
 I have added the handler to the list, 
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where did you add at "rfc" node next to CL_SOAP_HTTP_EXTENSION ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 11:16:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/icf-handler-for-soap-based-rfc/m-p/4063396#M971309</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2008-06-30T11:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: ICF Handler for SOAP based RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/icf-handler-for-soap-based-rfc/m-p/4063397#M971310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I have in the Handler List (in execution order):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 cl_soap_http_extension&lt;/P&gt;&lt;P&gt;2 zcl_my_class&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 11:23:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/icf-handler-for-soap-based-rfc/m-p/4063397#M971310</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-30T11:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: ICF Handler for SOAP based RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/icf-handler-for-soap-based-rfc/m-p/4063398#M971311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;does your handler class implements interface IF_HTTP_EXTENSION&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 11:40:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/icf-handler-for-soap-based-rfc/m-p/4063398#M971311</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2008-06-30T11:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: ICF Handler for SOAP based RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/icf-handler-for-soap-based-rfc/m-p/4063399#M971312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes that is correct.  Interface IF_HTTP_EXTENSION.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 12:02:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/icf-handler-for-soap-based-rfc/m-p/4063399#M971312</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-30T12:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: ICF Handler for SOAP based RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/icf-handler-for-soap-based-rfc/m-p/4063400#M971313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;everthing seems to be right. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you do this place an http break point in &lt;/P&gt;&lt;P&gt;IF_HTTP_EXTENSION~HANDLE_REQUEST method in class cl_soap_http_extension ans well as in your class, and try to debug to see the flow&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 12:11:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/icf-handler-for-soap-based-rfc/m-p/4063400#M971313</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2008-06-30T12:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: ICF Handler for SOAP based RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/icf-handler-for-soap-based-rfc/m-p/4063401#M971314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No luck.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The URL used to call the webservice points to a different node in ICF: /sap/bc/soap/rfc.  In there is another handler called CL_HTTP_EXT_SOAPHANDLER_RFC.  The debugger does stop in there when the webservice is called, so this must be the right place.  I however cannot add my own handler in the rfc node:  'development class of handler is not transportable'.  Sounds hopeless.  The SAP library says that the handlers can be adapted to requirements.  Any other ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 14:07:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/icf-handler-for-soap-based-rfc/m-p/4063401#M971314</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-30T14:07:21Z</dc:date>
    </item>
  </channel>
</rss>

