Question
TechM
TechM
IN
TechM
Posted: Dec 6, 2019
Last activity: Dec 9, 2019
Last activity: 9 Dec 2019 4:36 EST
Closed
Parse & Map SOAP Response received in JSON format to clipboard
How to map the below JSON return value received in SOAP response to clipboard values
<TestResponse xmlns="http://abc.org/">
<TestResult>
{"A":"1","B":"2","C":"ABC123456"}
</TestResult>
</TestResponse>