cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Proxy Authentication Required HTTP Error 407

Former Member
0 Likes
5,267

Hi All,

I am using PI 7.1 and have a SOAP <-> ABAP Proxy scenario.

I have created a WSDL from the "Display WSDL" wizard of the ID and shared the same with the 3rd party vendor.

While creating the WSDL, in the pipelin url, I have provided the HTTP Adapter url and also included &sap-user=XXXXXX&sap-password=XXXXXX

When the 3rd party system is invoking the WSDL using .Net , he is getting the below error:

"HTTP Error 407. Proxy Authentication Required".

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.

regards,

Piyush

View Entire Topic
Former Member
0 Likes

Hi,

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.

please change web config file as given below:

<security mode="TransportCredentialOnly">

<transport clientCredentialType="Basic" proxyCredentialType="None"

realm="" />

<message clientCredentialType="UserName" algorithmSuite="Default" />

</security>

Regards,

Nayan

Former Member
0 Likes

Hi Nayan,

The XI authentication has already been incorporated in the wsdl itself by me and is working fine.

Now the question is hot to pass the PROXY AUTHENTICATION ?

regards,

Piyush

Former Member
0 Likes

To pass proxy authentication, you need to contact your network administrator... probably is needed to modify access permission&exclusion in Firewall exception