Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
I have written a DSP code like this, but in output its displaying the code of invoke instead of results.
Kartik,
you are missing endloop,endinvoke in your code.
It should be for example:
%invoke /folder1.folder1_2/serviceB% %loop Products% %value Product/Name% %value Product/ProdID% %endloop% %endinvoke%
HTH, RMG
hi thanks for the reply, I have tried with %endloop% and also %endinvoke% but its failing. It is showing the code instead of result.
Is there anything to be added?
Did you reviewed the DSP documentation?
Also check this topic its the similar issue, [URL=“wmusers.com”]wmusers.com
Hi
All the webMethods Administration pages(http://yourhost:5555) are written in DSP . You can refer them as examples to understand the usage of DSP tags .
Thanks Srini
got the solution thanks for everyone…:happy::happy::happy:
What was the solution?