We need to provide a web service on our SAP machine. Usually to generate the web service I use the wizard from the ABAP workbench, as described in the SAP documentation. However, this time we already got a WSDL, which is what the consumer of the web service expects.
So what I need now is to load the existing WSDL in SAP, in order to generate a mock web service with the correct interface (parameters), incl. a function module for it. Then afterwards I would implement its logic.
Any ideas how to achieve this?