Thank You @ Mahesh and Holger.
I want to explain the scenario.
Issue I faced :
I developed a common flow service A1 in a package P1.
The flow service A1 is reusable.
The flow service A1 consists of
i) jdbc Select adapter service to generate sequence for a DB table
INPUT : SEQUENCE NAME
ii) flow service to get the current financial year .
The flow Service A1 has
INPUT : SEQUENCE NAME
OUTPUT : finyear+sequence
Now I create flow service B1 in a package P2
In the flow service B1 I invoked the flow service A1 five times to generate sequences for five tables present in my data base.
After these invoke steps I try to add flow steps to develop a logic. Now my development integration server slows down.
Solution I did :
Finally I deleted all the invoke service(A1) and flow steps from the flow service B1.
And inserted a single map step, in pipeline I added the flow service A1 as transformer and started developing logic using the flow setps.
Now my development integration server works fine.
Is the above solution is right or some timg else need to be done.
@Holger ,
My JDBC Adapter is 6.5
Regards,
Daniel Sebastian .C
#webMethods#Integration-Server-and-ESB