<?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>Question Re: Proxy Authentication Required HTTP Error 407 in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/proxy-authentication-required-http-error-407/qaa-p/7840302#M2805950</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Proxy Authentication Required HTTP Error 407 someone knows the Problem Thank you regards, Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Jan 2016 07:49:10 GMT</pubDate>
    <dc:creator>dastefl_muc</dc:creator>
    <dc:date>2016-01-08T07:49:10Z</dc:date>
    <item>
      <title>Proxy Authentication Required HTTP Error 407</title>
      <link>https://community.sap.com/t5/technology-q-a/proxy-authentication-required-http-error-407/qaq-p/7840292</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;&lt;/P&gt;&lt;P&gt;I am using PI 7.1 and have a SOAP &amp;lt;-&amp;gt; ABAP Proxy scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a WSDL from the "Display WSDL" wizard of the ID and shared the same with the 3rd party vendor.&lt;/P&gt;&lt;P&gt;While creating the WSDL, in the pipelin url, I have provided the &lt;STRONG&gt;HTTP Adapter url&lt;/STRONG&gt; and also included &lt;STRONG&gt;&amp;amp;sap-user=XXXXXX&amp;amp;sap-password=XXXXXX&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;When the 3rd party system is invoking the WSDL using .Net , he is getting the below error:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"HTTP Error 407. Proxy Authentication Required".&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please tell me if I can do someting on my end to incorporate the Proxy credential or the 3rd party .Net system need to do on his end.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Piyush&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2011 06:58:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/proxy-authentication-required-http-error-407/qaq-p/7840292</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-28T06:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: Proxy Authentication Required HTTP Error 407</title>
      <link>https://community.sap.com/t5/technology-q-a/proxy-authentication-required-http-error-407/qaa-p/7840293#M2805941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Piyush,&lt;/P&gt;&lt;P&gt;This error can occur because of:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. The connectivity port is not opened from either your end or the 3rd part's end. - Get in touch with your IS/Engineering team or Basis team to check if the connectivity is there. Need to Open an IP socket connection to that IP address.&lt;/P&gt;&lt;P&gt;2. The user id you have mentioned is locked, or the credentials(username/passwor) are incorrect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check these and revert.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Souvik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2011 07:07:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/proxy-authentication-required-http-error-407/qaa-p/7840293#M2805941</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-28T07:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: Proxy Authentication Required HTTP Error 407</title>
      <link>https://community.sap.com/t5/technology-q-a/proxy-authentication-required-http-error-407/qaa-p/7840294#M2805942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At 3rd party sender side XI authentication details needs to be provided. In .NET there is web config class where binding = basic authentication needs to be set and after that before calling the URL of XI comm channel XI authentication details needs to be passed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please change web config file as given below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;security mode="TransportCredentialOnly"&amp;gt;&lt;/P&gt;&lt;P&gt;                        &amp;lt;transport clientCredentialType="Basic" proxyCredentialType="None"&lt;/P&gt;&lt;P&gt;                            realm="" /&amp;gt;&lt;/P&gt;&lt;P&gt;                        &amp;lt;message clientCredentialType="UserName" algorithmSuite="Default" /&amp;gt;&lt;/P&gt;&lt;P&gt;                    &amp;lt;/security&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nayan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2011 07:18:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/proxy-authentication-required-http-error-407/qaa-p/7840294#M2805942</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-28T07:18:52Z</dc:date>
    </item>
    <item>
      <title>Re: Proxy Authentication Required HTTP Error 407</title>
      <link>https://community.sap.com/t5/technology-q-a/proxy-authentication-required-http-error-407/qaa-p/7840295#M2805943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nayan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The XI authentication has already been incorporated in the wsdl itself by me and is working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the question is hot to pass the PROXY AUTHENTICATION ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Piyush&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2011 08:41:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/proxy-authentication-required-http-error-407/qaa-p/7840295#M2805943</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-28T08:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: Proxy Authentication Required HTTP Error 407</title>
      <link>https://community.sap.com/t5/technology-q-a/proxy-authentication-required-http-error-407/qaa-p/7840296#M2805944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To pass proxy authentication, you need to contact your network administrator... probably is needed to modify access permission&amp;amp;exclusion in Firewall exception&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2011 09:23:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/proxy-authentication-required-http-error-407/qaa-p/7840296#M2805944</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-28T09:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: Proxy Authentication Required HTTP Error 407</title>
      <link>https://community.sap.com/t5/technology-q-a/proxy-authentication-required-http-error-407/qaa-p/7840297#M2805945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Piyush,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please go through the Notes for the ablove error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP Notes:#701618 and #644484 &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Piyush&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2011 09:57:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/proxy-authentication-required-http-error-407/qaa-p/7840297#M2805945</guid>
      <dc:creator>naveen_chichili</dc:creator>
      <dc:date>2011-04-28T09:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: Proxy Authentication Required HTTP Error 407</title>
      <link>https://community.sap.com/t5/technology-q-a/proxy-authentication-required-http-error-407/qaa-p/7840298#M2805946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I am still confused whether something needs to be done on the SAP side OR the sending side.&lt;/P&gt;&lt;P&gt;please confirm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Piyush&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2011 12:43:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/proxy-authentication-required-http-error-407/qaa-p/7840298#M2805946</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-28T12:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: Proxy Authentication Required HTTP Error 407</title>
      <link>https://community.sap.com/t5/technology-q-a/proxy-authentication-required-http-error-407/qaa-p/7840299#M2805947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Piyush,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the 3rd party system whether they are connected via an HTTP proxy. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Erwin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2011 13:36:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/proxy-authentication-required-http-error-407/qaa-p/7840299#M2805947</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-28T13:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: Proxy Authentication Required HTTP Error 407</title>
      <link>https://community.sap.com/t5/technology-q-a/proxy-authentication-required-http-error-407/qaa-p/7840300#M2805948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Network connectivity have to be checked in both side (but probably the problem is in SAP side).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2011 13:44:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/proxy-authentication-required-http-error-407/qaa-p/7840300#M2805948</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-28T13:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: Proxy Authentication Required HTTP Error 407</title>
      <link>https://community.sap.com/t5/technology-q-a/proxy-authentication-required-http-error-407/qaa-p/7840301#M2805949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;a&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2011 06:11:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/proxy-authentication-required-http-error-407/qaa-p/7840301#M2805949</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-12T06:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: Proxy Authentication Required HTTP Error 407</title>
      <link>https://community.sap.com/t5/technology-q-a/proxy-authentication-required-http-error-407/qaa-p/7840302#M2805950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Proxy Authentication Required HTTP Error 407 someone knows the Problem Thank you regards, Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2016 07:49:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/proxy-authentication-required-http-error-407/qaa-p/7840302#M2805950</guid>
      <dc:creator>dastefl_muc</dc:creator>
      <dc:date>2016-01-08T07:49:10Z</dc:date>
    </item>
  </channel>
</rss>

