Hello,
First of all thanks for your time and help with this question.
We wonder how could we convert a String which represents an XML, to a class which extends from Ens.Response
Our context is a REST Operation, where we currently split the String with $PIECE and set each propertie as follows:
set codigo = $PIECE($PIECE(httpResponse,"<error><codigo>",2),"</codigo><descripcion>",1)
set descripcion = $PIECE($PIECE(httpResponse,"<descripcion>",2),"</descripcion>",1)
set codigoSERAM = $PIECE($PIECE(httpResponse,"</error><codigo>",2),"</codigo></resultado>",1).png)
.jpg)

.png)

