Forum Discussion
Thanks, Is there any way/solution to see the RESPONSE ? I would like to explore the xPath ?
You can use Aras Nash or InnovatorAdmin
- Senthurpari_Sargunam3 years agoIdeator I
Hi Alaxala,
No, Let me rephrase my question. In the email notification I am able to print the <Query_string> in HTML_BODY. Meaning, I am able to see what this dynamic Query_string parameter framed as REQUEST in the incoming email. But after API render, email body consumes, xPath and mapped the RESPONSE fields inside <p> tag.
I would lke to see the complete response such html_body. Is there any possibility to see the RESPONSE ?Regards,
S. Senthurpari
- Senthurpari_Sargunam3 years agoIdeator I
Hi All,
This problem was already solved. We can achieve this result by calling the c# method in action
For example querystring
<Item type="${Item/@type}" id="${Item/@id}" action="c#methodname" select="impactmatrix"/>
then you can find xPath in HTML body and bind the fieldsRegards,
S. Senthurpari