Page 1 of 1

performance issue!!

Posted: Mon Sep 13, 2010 1:35 pm
by kennyapril
I designed a webservice with three operations seperately.
Invoked the WSDL in soap UI and tested the service.

the first operation has a very good performance.
the second one takes 5 to 10 seconds for the response.
(it has pad character environment variable in the job)
the third takes 20 seconds for the response
(it has 4 partitions in four transformers)

The earlier services I designed has very fast performance compared to this one.....Is partition a reason? If so how can I increase the performance?