Re: AxisClient performance issue

2004-03-15 Thread Felix Dierich
Hi all! Thanks for your suggestion Jay! Caching the Service object by keeping a reference would definitely help, I think, but as my clients are called by command line and always start a new VM for architecture reasons, I can't keep the Service object in memory. I need a way to make the first S

Re: AxisClient performance issue

2004-03-12 Thread Jay D
Hello,   Would caching the service object help? I am facing a similar issue. I am thinking of caching the "PortType" object so that the binding operation is done only once.   Any inputs from the Group on caching the port Type?   Regards jayFelix Dierich <[EMAIL PROTECTED]> wrote: Hello Axis users!I

AxisClient performance issue

2004-03-11 Thread Felix Dierich
Hello Axis users! I have developed a rather large project with Apache Axis and liked Axis very much so far (with the occasional problem of missing documentation). I have a performance problem with my client applications though: The first call to the web service takes almost two seconds on rather f