Hi All,
How will i invoke Flow/Java Service within a dyanamic server page?
Thank U…
Hi All,
How will i invoke Flow/Java Service within a dyanamic server page?
Thank U…
What does the Dynamic Server Pages and Output Templates Developer’s Guide suggest?
Use these tags
%invoke fullyqualifiedservicename%
%endinvoke%
in the dsp output template code and also check the DSP userguide for more information.
HTH,
RMG
Srilatha,
Put %invoke ServiceName% …%endinvoke% in your .dsp code.
HTH,
RMG