Forum Discussion
Hi Olaf,
First (this will be referenced below), decoded value for the request is:
GET /portal/jsp/callService.do?serviceRef=1.dcc8b725-7894-44c7-af42-a61875970bf3&snapshotId=2064.e66d1293-fdd9-438c-bea1-784d9f58f778&input=<input name="elementValue"><variable name="mainCaseId">99999</variable></input> HTTP/1.1
I would try the following:
-- It is my guess that you are using Data Selector to get the value of mainCaseId into the vMainCaseId variable;
-- Assume, that the regexp for this Data Selector is '<!\[CDATA\[(\d{3,})\]\]>';
-- Now, try to put something like this into the Subexpression field for this DataSelector:
<input name="elementValue"><variable name="mainCaseId">$1</variable></input>
I.e., you will assign to the vMainCaseId variable not just case id, but the whole value of the 'input' URL parameter;
-- And finally, assign the following for the subsequent request:
GET /portal/jsp/callService.do?serviceRef=1.dcc8b725-7
Does this work?
Related Content
- 4 years ago
- 6 years ago
Recent Discussions
- 3 years ago
- 3 years ago
- 4 years ago