cancel
Showing results for 
Search instead for 
Did you mean: 

[WebService-CONSUMER] ERROR_WEBSERVICE_RUNTIME_INIT No logical port...

Former Member
0 Kudos

Hi Guys,

I have a big problem when instantiating PROXY object in ABAP for sending data through my Web Service.

Context:

A Program calls a Mondule Function that calls afterwards a Webservice.

Realization:

in SE80, I created my Webservice correctly.

and my PORT is defined correctly:

When I go to SE80 and test my WEBSERVICE in TEST Mode, SAP got me all information needed via the Matchcode to test it properly .

Also, my methods are displayed via the PORT defined:

But unfortunately, when I do some codes in the MF for calling the Webservice, I got an Exception Message when executing the program during "CREATE OBJECT PROXY" statement.

" ERROR_WEBSERVICE_RUNTIME_INIT No logical port 'LP_WOLOAD' exists for the proxy class 'ZWOLOADCO_ISERVICE' "

Have you got any idea?

Thank you all.

Rachid.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I found note 1543696 about generating a logical port in the local client.


The error occurs because the logical port for the monitored system cannot be found. As of logical ports are client dependent they need to be regenerated in the client in case the setup was made in a different one. Normally this could be done via RZ21 Menu Technical Infrastructure -> Reorganize segment table.

http://sap-note.com/1543696.htm