Skip to content

Commit

Permalink
Update uriParams to pathParams
Browse files Browse the repository at this point in the history
  • Loading branch information
arunans23 committed Jan 28, 2025
1 parent ac866e9 commit f8fe1d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<inSequence>
<call-template target="readweather">
<with-param name="responseVariable" value="read_weather_1" />
<with-param name="overwriteBody" value="{${params.uriParams.flag}}" />
<with-param name="overwriteBody" value="{${params.pathParams.flag}}" />
</call-template>
<log category="INFO">
<message>The weather template returned city in header as ${vars.read_weather_1.headers.city}. Status code : ${vars.read_weather_1.attributes.statusCode}.</message>
Expand Down

0 comments on commit f8fe1d1

Please sign in to comment.