Forum Discussion
@Spiro_Taleski
Thanks for the reply. Now I am able to execute the SOAP request. But now not able to extract the particular field in the response.
[
{
“s:Body”: {
“@xmlns:s”: “http://schemas.xmlsoap.org/soap/envelope/”,
“ExecuteApplicationResponse”: {
“@xmlns”: “http://apd.etst.com/”,
“ExecuteApplicationResult”:“{"Return":true,"Hint":"Success","Directories":[{"DirectoryID":"Windows","DirectoryName":"Demo }]}”
}
},
“original”: {
“language”: "en-US
}
}
]
Here I need to extract the “ExecuteApplicationResult”. I tried Mapper but not working.
I need to set the “ExecuteApplicationResult” to a “result” object. Can you pls suggest.