Symptom
SAP Cloud Applications Studio (SDK) gets closed as soon as you select the CSD for the WSDL.
Environment
- SAP Cloud For Customer
- SAP Cloud Applications Studio
- SAP Business ByDesign
Reproducing the Issue
- Login to SAP Cloud Applications Studio.
- Right click on .wsid file.
- Click on 'Create Communication Scenario Definition'.
- Select SOAP.
- Select Custom Services from the given option.
- Click on Next
SAP Cloud Applications Studio (SDK) gets closed.
Cause
This issue happens when there is no binding available in the WSDL file. You can check the same by opening the WSDL file for the affected .wsid file and search for 'binding'. You can see 'no result'.
Resolution
This is known issue and we have a workaround to select the Standard service and create CSD.
Later we can change the services and check custom and uncheck standard from the created CSD to fulfill the requirement.
Below are the example steps :
-
Login to SAP Cloud Applications Studio.
- Right click on .wsid file.
- Click on 'Create Communication Scenario Definition'.
- Select SOAP.
- Select any Standard Service from the given option.
- Click on Next and finish the CSD creation.
- Open created CSD and change the service as per the requirement.
Keywords
SDK crashes , Closed , CSD, SOAP , KBA , AP-RC-BDS-WS , ByDesign Studio Web Services , How To