Data not getting populated on Webform after calling Rest Connector
Summary
Data not getting populated on Webform after calling Rest ConnectorContent
Hi,
I am getting a strange issue. If anyone has faced this please help. I had a Soap web service which I am using in ICS (Integration Cloud Service) and converting it to REST based service.
When I am calling this REST ICS service from PCS service task activity it is getting called successfully and returning the response and I am also able to map the response in PCS data objects.
But when I am calling this REST ICS service from Web from onClick of button using Connector call. I am not getting the response populated on inputText field. I am not getting error as well. It is just calling the connector and showing blank textInput field. Not sure how to check the logs if they are getting generated anywhere. I have tried hard coding the request parameters but no success.