User Activity

Hello Experts,I have a technical requirement as follows:1. Get Token using information : authority, client_id, scope, thumbprint, endpoint, private key and certificate (.pem)2. Pass token as flat in the next SOAP request.My query is how can I achieve...
Hello Experts, I have input coming in as below:[{"soap:Body": {"@xmlns:soap": "http://www.w3.org/2003/05/soap-envelope","ns1:searchResponse": {"@xmlns:ns1": "http://siemens.com/agilews","recordmap": {"record": [{"field": [{"key": "T_FILE_DAT.FILE_TYP...
Hello Experts,I have below Object input containing string values. Can someone please provide expression to get rid of duplicate values?[ { "ack": { "QueueURL": "https://www.google.com", "ReceiptHandle": "12345678", "content": "ABCDEFG" } }, { "ack": ...
Hello Experts,Below is the Input schema for my data:My objective is to extract value of ntgr where value of key = 'xyz'Thanks in Advance
Hello Experts,There is an implementation to be done where a SOAP request gives me an encrypted format of a .tif file which is a diagram document from target system. The designing of the pipeline is done in such a way that when a user hits our Snaplog...