ContributionsMost RecentMost LikesSolutionsRe: Transferring SAML value from a SOAP Response to another SOAP Request HTTP Header section Thanks for your reply. However, I am still facing issue in doing the property transfer. Here are the steps I am following: 1) Run my SAML Token Request and got the Response successfully. Also noted the Tag "Return" whose value I want to Pass using property Transfer. 2) Added Property Transfer Question: How to transfer the value inside <return> tags to Test Case Property. 3) Added a Header with the value ${#TestCases#httpHeader} Question: How to read the custom header which is read from test case property. I would really appreciate if you can provide me detailed response. Transferring SAML value from a SOAP Response to another SOAP Request HTTP Header section Below mentioned are the Steps I want to follow to achieve my result, but I dont know how to do it? 1) Generate SAML Token from a SOAP Request - I am able to do this. 2) The SAML Token generated in the Tag "Return" has a Value which I want to pass to a HTTP Header defined by the User. - Unable to achieve this. Attached is the screenshot for your reference. Can anyone help me as how this can be achieved? I am running a Test Automation Suite in SOAPUI and want my result to be directly integrated in JAMA. I want to integrate SOAPUI and JAMA too in such a way that my execution result from SOAPUI should directly go in JAMA tool. I am not sure if there is any such plug-in available which can perform this task.