‎2007 Feb 21 7:56 PM
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
‎2007 Apr 28 3:56 AM