<?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: ABAP Proxy - Interface Attributes: Difference between  &amp;quot;Point-to-Point-enabled&amp;quot; and &amp;quot;Mediated only&amp;quot; in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-proxy-interface-attributes-difference-between-quot-point-to-point/m-p/8667141#M1668121</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. i'm new to Proxy Development and so the question is, what is the difference between "Point-to-Point-enabled" and "Mediated only"? I guess "Mediated-only" means, that Communication is only possible via PI and "Point-to-Point-enabled" is an additional opportunity to use both as WebService and via PI.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;As far as I know point to point means communication without using any middleware and two system talking to each other directly. We use PI or any middleware (mediated) because we have shared central knowledge, less number of peer to peer connections, and easy to maintain complex landsacpe.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&amp;nbsp; 2. We defined a Configuration Scenario in PI for our consultant and he also configured the Serivces in SOAMANAGER (only for testing because using PI he got some errors at receiver system). Testing the proxy, communication always takes place via PI. Does it mean that if both is configured PI has the higher priority?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Proxy can communicate direclty to external system as well as to PI. Like in SOAMANAGER you can also publish your web services in Service registry of your PI system. PI will always be preferable to use to communicate with third party services if you have it in your landscape over direct proxy communication because:&lt;/P&gt;&lt;P&gt;1. Flexibility with different adapter like HTTP SOAP&lt;/P&gt;&lt;P&gt;2. Easy security processes, authetications using this adpaters, encryption etc...&lt;/P&gt;&lt;P&gt;3. easy to monitor/track what is happening.&lt;/P&gt;&lt;P&gt;4. Central platform for all your interfaces...&lt;/P&gt;&lt;P&gt;There are so many i just mentioned few...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Apr 2012 09:02:49 GMT</pubDate>
    <dc:creator>former_member189779</dc:creator>
    <dc:date>2012-04-11T09:02:49Z</dc:date>
    <item>
      <title>ABAP Proxy - Interface Attributes: Difference between  "Point-to-Point-enabled" and "Mediated only"</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-proxy-interface-attributes-difference-between-quot-point-to-point/m-p/8667139#M1668119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. i'm new to Proxy Development and so the question is, what is the difference between "Point-to-Point-enabled" and "Mediated only"? I guess "Mediated-only" means, that Communication is only possible via PI and "Point-to-Point-enabled" is an additional opportunity to use both as WebService and via PI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. We defined a Configuration Scenario in PI for our consultant and he also configured the Serivces in SOAMANAGER (only for testing because using PI he got some errors at receiver system). Testing the proxy, communication always takes place via PI. Does it mean that if both is configured PI has the higher priority?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2012 12:28:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-proxy-interface-attributes-difference-between-quot-point-to-point/m-p/8667139#M1668119</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-05T12:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Proxy - Interface Attributes: Difference between  "Point-to-Point-enabled" and "Mediated only"</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-proxy-interface-attributes-difference-between-quot-point-to-point/m-p/8667140#M1668120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nobody knows the answer?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2012 06:57:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-proxy-interface-attributes-difference-between-quot-point-to-point/m-p/8667140#M1668120</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-11T06:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Proxy - Interface Attributes: Difference between  "Point-to-Point-enabled" and "Mediated only"</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-proxy-interface-attributes-difference-between-quot-point-to-point/m-p/8667141#M1668121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. i'm new to Proxy Development and so the question is, what is the difference between "Point-to-Point-enabled" and "Mediated only"? I guess "Mediated-only" means, that Communication is only possible via PI and "Point-to-Point-enabled" is an additional opportunity to use both as WebService and via PI.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;As far as I know point to point means communication without using any middleware and two system talking to each other directly. We use PI or any middleware (mediated) because we have shared central knowledge, less number of peer to peer connections, and easy to maintain complex landsacpe.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&amp;nbsp; 2. We defined a Configuration Scenario in PI for our consultant and he also configured the Serivces in SOAMANAGER (only for testing because using PI he got some errors at receiver system). Testing the proxy, communication always takes place via PI. Does it mean that if both is configured PI has the higher priority?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Proxy can communicate direclty to external system as well as to PI. Like in SOAMANAGER you can also publish your web services in Service registry of your PI system. PI will always be preferable to use to communicate with third party services if you have it in your landscape over direct proxy communication because:&lt;/P&gt;&lt;P&gt;1. Flexibility with different adapter like HTTP SOAP&lt;/P&gt;&lt;P&gt;2. Easy security processes, authetications using this adpaters, encryption etc...&lt;/P&gt;&lt;P&gt;3. easy to monitor/track what is happening.&lt;/P&gt;&lt;P&gt;4. Central platform for all your interfaces...&lt;/P&gt;&lt;P&gt;There are so many i just mentioned few...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2012 09:02:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-proxy-interface-attributes-difference-between-quot-point-to-point/m-p/8667141#M1668121</guid>
      <dc:creator>former_member189779</dc:creator>
      <dc:date>2012-04-11T09:02:49Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Proxy - Interface Attributes: Difference between  "Point-to-Point-enabled" and "Mediated only"</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-proxy-interface-attributes-difference-between-quot-point-to-point/m-p/8667142#M1668122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for the delay. &lt;/P&gt;&lt;P&gt;Thanks it was a helpful answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2012 08:21:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-proxy-interface-attributes-difference-between-quot-point-to-point/m-p/8667142#M1668122</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-25T08:21:30Z</dc:date>
    </item>
  </channel>
</rss>

