Guest ndunev Report post Posted August 24, 2011 I am evaluating WAPT against silverlight. Here is my case. I have a post request. Post request is recorded by WAPT. It is XML. Now I defined variable that should increment form xxx1 to xxx10.(this is not so important). Now I want to inject this variable on the place of the old text. Example <c:anyType i:type="d:string" xmlns:d="http://www.w3.org/2001/XMLSchema">testname1</c:anyType> to become <c:anyType i:type="d:string" xmlns:d="http://www.w3.org/2001/XMLSchema">$var(XXX)</c:anyType> But it seems the body of this post request is not editable at all all. So what should I do? Thanks Quote Share this post Link to post Share on other sites
sergei 0 Report post Posted August 25, 2011 This should work. Could you send your profile to support? Quote Share this post Link to post Share on other sites