Hi Experts,
For the DSP I created, Im trying to display the error message in case failure in processing occurs.
I test in Designer, the Output variable is working and catching the error message. However, when Im including it in the DSP, it is not displaying.
Below is the Designer result:
As you can see, returnStatus got the error message I want to display in the DSP.
Below is my DSP code:
%ifvar returnStatus equals(‘success’)%
< p >Success transaction </ p>
%else%
< p>Failed transaction</ p>
< p>Return Status: %value returnStatus% </ p>
%endif%
Note: In success scenario, all is working - success message displayed. However, for the failure scenario, the returnStatus variable is not displaying the error message I want to display when I included it in %value% syntax. Is there any syntax I am missing? When I checked the documentation, all samples are added under %loop% syntax. Is that the case for all? Thanks
PS: I added space in < p> tag to display for better example.
Product/components used and version/fix level:
Detailed explanation of the problem:
Error messages / full error message screenshot / log file:
Question related to a free trial, or to a production (customer) instance?
#B2B-Integration#webMethods#Managed-File-Transfer