Invokation of Flow/Java Service

Hi All,

How will i invoke Flow/Java Service within a dyanamic server page?

Thank U…:slight_smile:

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