cancel
Showing results for 
Search instead for 
Did you mean: 

how to configure proxy serwer IP and port?

Former Member
0 Kudos

Hello,

my dynpro application calls external web services.

Accessing these web services is possible only via

a proxy server.

Could anybody please let me know how (where) I can

setup the proxy server's IP / port so that SAP WAS

could connect to these services?

I know how to setup a proxy server in SAP EP (which

runs on SAP WAS), but could not find any settings

in the WAS itself.

Many thanks for any help.

Greetings,

Tomek.

Message was edited by: Armin Reichert

(Marked topic as a question)

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

1. create Model in webdynpro using "Import Webserice Model"

2. In the project Expand "Models"-> ModelClass ->LogicalPorts-> and select the entries below this and open.

3. Noe you can see HTTPProxy and port on the rightside.

Enter the info here.

Regards, Anilkumar

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Tomasz,

As said by Anilkumar, you can specify your proxy IP an port in Logical ports under Model of the webservice.

One more step you have to do is:

If your Proxy server requires user authentication for accessing Internet then also you have to specify your user name. But you can't specify password there. So, you have to go to WAS server and manually do login to proxy via browser.

Then it will work, otherwise it gives error saying not authorized.

Regards,

Bhavik

Former Member
0 Kudos

Thanks a lot for your kind help.

Greetings,

Tomek.