REST service Open Span
I am having one Activity(Activity1) and a Service(Service1) component in my Automation project.
The Automation is getting called perfectly from SOAP service but giving error by using REST service.
The error using REST service is :- Error 404: com.ibm.ws.webcontainer.servlet.exception.NoTargetForURIException: No target servlet configured for uri: /api/v1/runtime//execute
The url for rest service is:-
https://localruntime.pega.com:9443/api/v1/runtime//execute?activity=Activity1
Do we have any solution for the above problem?
***Edited by Moderator Marissa to update platform capability tags***