Updating Salesforce elements with JSON payload in ICS using SF Adapter
Summary
Updating Salesforce elements with JSON payload in ICS using SF AdapterContent
Hello,
We have requirement from Salesforce asking for to insert JSON response payload to SF object. Here is the flow.
Source (ICS REST exposing to SF) - MW (ICS) - Target (SF REST adapter)
We are getting response as XML from web service and which needs to changed to JSON and insert same JSON payload into Salesforce via SF adapter to SF element.
1. How to Convert XML Response to JSON response ?
2. How to Send JSON response payload to SF object using adapter ?
I tried this but it is not going as JSON payload. It is going as data without JSON format/tags.
1