Re: [Axis2] Generate code for multiple services using wsdl2java

2007-03-18 Thread jim ma
Hi , If the the same PortType referenced by mutl service , does WSDLXXToAllAxisServicesBuilder cache the portType infromation and only process the same PortType for one time ? Regards Jim On 3/19/07, Amila Suriarachchi <[EMAIL PROTECTED]> wrote: thanks for your reply. here you have pointed ou

Re: Why it only read 28 bytes

2006-12-13 Thread jim ma
Hi Oleg, It's JDK's issue . I will modify my code to use Commons HttpClient. Thanks Jim On 12/13/06, Oleg Kalnichevski <[EMAIL PROTECTED]> wrote: On Wed, 2006-12-13 at 16:31 +0800, jim ma wrote: > Oleg, > > Thank you for your quick reply. > > You can u

Re: Why it only read 28 bytes

2006-12-13 Thread jim ma
throw new RuntimeException("Response err: soap err message is returned"); } } catch (Exception e) { // TODO Auto-generated catch block e.printStackTrace(); } } When I set the buffer size is 1024*1 , readed count will be : --

Re: Why it only read 28 bytes

2006-12-11 Thread jim ma
Can anyone shed some light on this ? On 12/8/06, jim ma <[EMAIL PROTECTED]> wrote: Hi all , I think this is a bug maybe introduced by jakarta-httpcore-4.0-alpha2. When enable the chunk mode for StringEntity , client will read 28 bytes each time . Client will read many times when a