JShah
11 years agoContributor
Request ID
Hi Guys,
We have issue when passing values to the xml - please look at the sample api
<employer_id/>
<epstd>0</epstd>
<fee_amount>150.00</fee_amount>
<guarantor_id/>
<id>${create_claim#Response#//bill[1]/charge_lines[1]/charge_line[1]/id[1]}</id>
<insurance_allowed/>
<insurance_coins/>
during the load test some of the request successfully pass the <id> value but some still got the following text ( <id>${create_claim#Response#//bill[1]/charge_lines[1]/charge_line[1]/id[1]}</id>) which make the server complain
that it should expect an integer instead of the long string, the create claim test step are working fine and it
create those values perfectly.
can you please shed light on the issue?
Thanks
We have issue when passing values to the xml - please look at the sample api
<employer_id/>
<epstd>0</epstd>
<fee_amount>150.00</fee_amount>
<guarantor_id/>
<id>${create_claim#Response#//bill[1]/charge_lines[1]/charge_line[1]/id[1]}</id>
<insurance_allowed/>
<insurance_coins/>
during the load test some of the request successfully pass the <id> value but some still got the following text ( <id>${create_claim#Response#//bill[1]/charge_lines[1]/charge_line[1]/id[1]}</id>) which make the server complain
that it should expect an integer instead of the long string, the create claim test step are working fine and it
create those values perfectly.
can you please shed light on the issue?
Thanks