Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

LPCONFIG

Former Member
0 Likes
655

I have created an ABAP proxy object using a local copy of a wsdl file.

I understand that the proxy object communicates through a logical port

set up using transaction LPCONFIG.

I don't know how to configure the call parameters of the port, specifically

the URL. Does the URL contain the full path to the location of the wsdl

file on the remote machine, like

http://<host ip>:<port><folder share name>/<wsdl name>?wsdl

1 REPLY 1
Read only

Former Member
0 Likes
435

Solved it on my own.