cancel
Showing results for 
Search instead for 
Did you mean: 

Proxy Authentication error

Former Member
0 Kudos

Hi All,

I am consuming XI webservice in EJB. I have wsdl file with me. I have tested this wsdl with XML SPY. I imported this wsdl in xml spy and there is a option for sending request to server. When send a request to server it asks for login id and password of the server, when i put login id and apssword Webservice get executed succesfully.

Now, I have created a Deployable proxy and when I call this webservice method in EJB I get following error:

<b>com.sap.engine.services.webservices.jaxrpc.exceptions.InvalidResponseCodeException: Invalid Response Code: (407) Proxy Authentication Required</b>

Can anybody tell me what can be the cause of error?

Cheers

Jayant

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member185029
Active Contributor
0 Kudos

Hi,

probabely the user id and password are not matching with required one.

Re-check entry in Visual Admin

Ashu

Message was edited by:

Ashutosh Moharir

Former Member
0 Kudos

Hi Ashutosh,

I am not using web dynpro. I am using EJB for consuming webservice. Now, in visual admin I stopped Web service security service and again started it again

Now its giving me following error:

<b>java.lang.Exception: Call to {remote server url} returned http code 500 with unacceptable content type (text/html).

<HTML>

<HEAD><TITLE>500 Server Error</TITLE></HEAD>

<BODY>

<H1>Server Error</H1>

<H4>

The following error occurred:<P>

[code=SERVER_RESPONSE_CLOSE] The server closed the connection while reading the response. Contact your system administrator.

</H4>

<HR>

Please contact the administrator.

</BODY>

</HTML></b>