cancel
Showing results for 
Search instead for 
Did you mean: 

Error While Consuming Public Web Service through Stand Alone Proxy

venkatesh_r
Employee
Employee
0 Kudos

Hi,

I am getting the below error when I am consuming a public web service through Stand Alone Proxy.

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 filter is denied. ).

at com.mindtree.examples.GlobalWeatherSoapStub.getCitiesByCountry(GlobalWeatherSoapStub.java:159)

at com.mindtree.examples.GlobalWeatherSoapStub.getCitiesByCountry(GlobalWeatherSoapStub.java:168)

at com.mindtree.examples.WebServiceClient.main(WebServiceClient.java:18)

Caused by: 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 filter is denied. ).

at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.MimeHttpBinding.handleResponseMessage(MimeHttpBinding.java:903)

at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.MimeHttpBinding.call(MimeHttpBinding.java:1346)

at com.mindtree.examples.GlobalWeatherSoapStub.getCitiesByCountry(GlobalWeatherSoapStub.java:152)

... 2 more

Regards,

Venkatesh

Accepted Solutions (0)

Answers (1)

Answers (1)

venkatesh_r
Employee
Employee
0 Kudos

Hi,

I am still facing the same issue.

Regards,

Venkatesh