Guys ,
I have created web service project from tutorial. I am getting this error when i submit the form ..
<b>Invalid response code (407) Proxy Authentication Required(The ISA Server requires authorizationsto fulfill the request. Access to the web proxy service is denied)</b>
IS it my network problem ? how to fix it .
Thanks
Manish
Hi,
This error means that you have an http proxy in your network and web service data flow can't go directly to you buisness system.
In practice it means that you should configure the proxy in your Web Service Model.
1. Open developer studio with your WD project.
2.Click on model and choose LogicalPort-><WebServiceName>PortType. Double Click on it
3. On a right side window you will see the Web Service port settings. Check "Use HTTP proxy" button and set proxy adress, user and password. (Similar to IE settings, Use your domain user and password for proxy)
Now, it should work.
Hope it helps,
Regards,
Victor.
victor,
I tried it too and I got the same message not working.. I even tried entering the user name programmatically. Do I need to enter the domain name with the user ID?
Service call exception; nested exception is: com.sap.engine.services.webservices.jaxrpc.exceptions.InvalidResponseCodeException: Invalid Response Code: (407) Proxy authorization required.
Should I use stateless communication or http cookie based? and under the security tab should i select authentication or not?
Thanks ahead of time,
Wael Aoudi
Add a comment