Symptom
You have created a custom web service using standard interface and it is not giving any response;
Environment
- SAP Cloud for Customer
- SAP Cloud Applications Studio
Reproducing the Issue
- Go to SAP Cloud Applications Studio.
- Create a Custom Web Service.
- On frontend, go to Administrator > Service Explorer.
- Select an Standard Service Interface.
- Click on Download .WSDL.
- Upload downloaded .wsdl file to the Custom Web Service created.
- Save and Activate.
- When running it, it gives no response.
Cause
The standard usage of these standard interfaces work fine because the technical IDs and configuration have been manually filled in the SOAP Manager by SAP. When using it in SAP Cloud Applications Studio, this creates new generated ABAP classes and some of configurations might not be properly replicated.
Resolution
In SAP Technical Support, we don't provide assistance for the utilization of standard interfaces within custom web services. Responsibility for managing the consistency of standard interfaces and their metadata (e.g. .csd, .wsdl). in custom web services rests with the creator of the PDI Solution.
See Also
Keywords
standard interface, custom web service, pdi, solution, wsdl, , KBA , AP-RC-BDS-WS , ByDesign Studio Web Services , How To