RE: AW: client slow after sometime.

2011-06-01 Thread Theazyfa Jak
Thanks for your answer Josef! I already take the 2 time ( and I forgot to talk about ^^ sorry) So, I always have the same time for the Server Process. But this time is only about the 'created' code. So, I can't really know if it's the server 'wrapped' part ( connection pool,) is slowing or

Re: Duplicate global type exception again in Axis2 1.5.4

2011-06-01 Thread fire fox
People, it seems to be *BUG*. Please help me finding a workaround. On Tue, May 31, 2011 at 3:28 PM, fire fox wrote: > Thanks for the reply. > > No, it doesn't work with either 1.6 or 1.4. I'm getting the same exception > again. > > > On Tue, May 31, 2011 at 3:16 PM, Sagara Gunathunga < > sagara.

Axis2: wsdl2java with http wuthentication?

2011-06-01 Thread Eric Chow
Hello, I am going to use wsdl2java to generate the proxy stub with Axis2. But the retrieving of the wsdl requires HTTP basic authentication, how can I do with wsdl2java? I can't see any options to set the authentication username and password. I tried to use "http://ws1:12345678@localhost:8080/Por

AW: client slow after sometime.

2011-06-01 Thread Stadelmann Josef
It would be nice if you can find out the following: Is the delay cause by the network or the server processing your request? For that you can get the system time in as small a fraction as possible, i.e. nano seconds 1. At the server take the system time up on entering the service and j

AW: WSDL without service element?

2011-06-01 Thread Stadelmann Josef
WSDL is all XML! If you catch/develop the proper XSLT file I am pretty sure you can translate one xml into another xml using an XSLT approach. BUT if what you have removed is somehow referenced in the reaming parts , then you are on your own to include what you need to make code generators happ

client slow after sometime.

2011-06-01 Thread Theazyfa Jak
Hello, First of all, sorry for my english. I have a strange issue in my apps and I really don't know how to fix it. I have a app that called a Webservice (Websphere 6.2).The client code is generated by Axis 1.4.1 (Java SE 6). when I start the apps, I have a response time under 50 ms and all is fi