Symptom
You observe the following error message, or similar, while testing your custom created web service in SOAP UI:
Unexpected failure in SOAP processing occurred: "No Web service configuration for this access path: /sap/bc/srt/scs/sap/ABC (ABC relates to the service URL configured for Inbound/Outbound Communication)
Environment
-
SAP Cloud for Customer
-
SAP Business ByDesign
-
SAP Cloud Application Studio
Reproducing the Issue
-
In C4C navigate to the Administrator WoC.
- Open the Communication Arrangement View
- Select the relevant Communication Arrangement.
- Click on the web service in question.
- Click on Download WSDL button.
- Open SOAP UI.
- Click File and choose New SOAP Project.
- Input the initial WSDL which you have downloaded in step 5.
- Configure Authentication tab, use basic authentication, enter user ID and Password for technical user present on your C4C system. This user must have needed privileges to alter the BO in question.
- Open WS-A tab and flag checkbox for "Enable WS-A addressing" as well as checkbox for "Randomly generate MessageId".
- Open WS-RM and flag the checkbox "Enable WS-Reliable Messaging, also change WS-RM Version to 1.1.
- Insert Payload into the request you have configured.
- Click send.
If the message has been successfully sent to C4C the response XML will be blank if you have an asynchronous web service.
In this case however you observe the following error message in the Raw tab of SOAP UI:
No Web service configuration for this access path: /sap/bc/srt/scs/sap/ABC
Cause
This issue may occur after the deployment of the solution as the communication arrangement and the communication scenarios may not be in sync anymore.
Resolution
Communication arrangement has been created in the UI but all corresponding communication scenarios have been created/altered in the SDK. To synchronize both scenarios, the corresponding communication arrangement needs to be reactivated in the UI. This can be performed following these steps:
-
Navigate to the Administration WoC.
- Under General Settings choose Integration, and Communication arrangement.
- Highlight Communication Arrangement in question and hit Reactivate button.
Perform this action after each deployment to avoid these issues.
Keywords
No Web service configuration for this access path: /sap/bc/srt/scs/sap, SOAP UI, Custom web service, Inbound Service Interface , KBA , AP-RC-BDS-WS , ByDesign Studio Web Services , How To