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.