Forum Discussion
JHoreczky
14 years agoContributor
Unfortunately in a data driven case the property expansion was not done yet, and it resulted displaying the property name instead of the value. For example:
In RequestFilter.filterRequest:
def theCity = request.getPropertyValue("City")
context.requestContent = "<request><city>" + theCity + "</city></request>"
Display in Message Viewer / Request Message:
<request><city>${DataSource#city}</city></request>
Is there a solution to this problem?
Thanks,
Joseph H.
In RequestFilter.filterRequest:
def theCity = request.getPropertyValue("City")
context.requestContent = "<request><city>" + theCity + "</city></request>"
Display in Message Viewer / Request Message:
<request><city>${DataSource#city}</city></request>
Is there a solution to this problem?
Thanks,
Joseph H.