Hi MicroFocus community Team,
XML PUT TEXT
response-payload
response-len
"Doc-response"
if not XML-OK go to z.
The above logic has been executed and generated below XML file, i just wanted to know how do we get <AuthenticateUserResult> values(marked below as red) into one variable? using String/Inspect verb we can play or any other way?
<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="docs.oasis-open.org/.../wsa:To><wsse:Security><wsu:Timestamp wsu:Id="Timestamp-706eb5b2-5679-4772-8f70-7e8beeac6642"><wsu:Created>2019-11-13T13:14:17Z</wsu:Created><wsu:Expires>2019-11-13T13:19:17Z</wsu:Expires></wsu:Timestamp></wsse:Security></soap:Header><soap:Body><AuthenticateUserResponse xmlns="">harlandfs/.../"><AuthenticateUserResult>43aa5a43-838c-454b-ba9f-5618061959df</AuthenticateUserResult></AuthenticateUserResponse></soap:Body></soap:Envelope>