Hi all,
We have a requirement in which we need to call Client Proxies and modify the records in the 3rd party (non-SAP) system directly.
Usually XI will create the Proxies and ABAP will consume them in the code by calling the method u2018EXECUTE_ASYNCHRONOUSu2019 with the required parameters. But we have no involvement of XI in our Enhancement.
We have the SOAP protocol, WSDL file and the Name space provided. There are 3 methods available to create / update / delete the records from the client system.
We are able to generate and activate the Proxies in the system (TCode SE80) but stuck up at consuming the proxies in the code.
The method u2018EXECUTE_ASYNCHRONOUSu2019 is not created in the class. We tried creating it explicitly but ended up with some errors while calling the definitions in the include u2018sproxy_macrosu2019
Any pointers regarding this will be very helpful.
Thanks in Advance.
Regards,
Teja.