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

Proxy Authentication Required Error

Former Member
0 Likes
2,475

Hello All,

I am trying to run an email application through web dynpro, but I am getting following error.

java.rmi.RemoteException: Service call exception; nested exception is: com.sap.engine.services.webservices.jaxrpc.exceptions.InvalidResponseCodeException: Invalid Response Code: (407) Proxy Authentication Required ( The ISA Server requires authorization to fulfill the request. Access to the Web Proxy service is denied.  ).

I have configured proxy server and port.

I used the method _setUser and _setPassword to set username and password.

What else do I need to do to make this code run?

Please guide.

Regards,

Ashutosh

View Entire Topic
Former Member
0 Likes

Hi,

Try using javax.jar file !!!

Regards, Anilkumar

Former Member
0 Likes

javax.jar?

where from will i get it?

Ashutosh

Former Member
0 Likes

Hi Ashutosh,

Let me know that whether your proxy server needs any authentication for accessing internet?

If yes then have you specified username and password for that?

Sometimes what happens, even we have specified this username and password in application, still we need to manually gives the user name and password.

T do this, access any website from the internet once on server machine. It will ask for user authentication. After authenticated deploy youe application on server and test.

Let me know the status.

Regards,

Bhavik

olaf_reiss
Participant
0 Likes

Hello Bhavik,

we are facing the same problem. We have deployed the GoogleSearch to our WAS Server. I have connected to the internet from this server via MS Internet Explorer. It does not work. We always get the message: 401 Proxy Authntication required.

Thanks.

Best Regards,

Olaf Reiss

Former Member
0 Likes

Hello Bhavik,

Thanks for the suggession.

I have already tried this solution and it has failed.

Yes my IE asks me for proxy authentication, but I have stored the authentication by clicking "Remember my login-password" option.

Hence, IE directly connects me to internet without popping up the authentication dialog box.

I also tried the same solution on other WAS server where IE pops up the authentication dialog; it did'nt work.

Regards,

Ashutosh