cancel
Showing results for 
Search instead for 
Did you mean: 

Cerate Logical port for Webservice

Former Member
0 Kudos

HI,

I create abap WS in one backend and i want to call him in different backend , i generate proxy via se80 .

I want to create logical port but i don't know how.

Do i need to create it via SM59 or via LPCONFIG.

Please guide me step by step i new to this topic.

Best Regards

Michael

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

LPCONFIG is obsolete. You may use SOAMANAGER. In SOAMANAGER, click on Business Adminstration tab and goto Web Service Administration. Search you consumer proxy and apply selection. Now in Configurations tab, Create Logical port.

Thanks,

Venu

Former Member
0 Kudos

HI Venu,

I want to use Abap program/method to call this proxy ,you have an idea ?

i saw this for calling the proxy from LPconfig :

CALL METHOD cl_srt_lp_maintenance=>get_default_port_by_proxy

EXPORTING

proxyclass = lc_proxy

RECEIVING

lp_name = lv_port_name.

But i didn't find any method for calling the LP from Soamanger.

Best Regards

Michael

Former Member
0 Kudos

This message was moderated.

Former Member
0 Kudos

HI Abhishek,

Thanks,

I want to verify ,

When i create LP what i have to put there ,the WSDL that i get after i create the WS or the endpoint that i get in soamanager.

Best Regards

Michael

Answers (0)