Re: Axis2c Soap Engine

2008-07-23 Thread Supun Kamburugamuva
Hi Shoba, The directories that contains the core code are src/core/* Ignore the directories src\core\transport\amqp and src\core\transport\tcp src/modules/mod_addr util/* axiom/* guththila/* (if you use libxml2 this directory is not needed) neethi/* All the directories are relative to the r

Re: Axis2c Soap Engine

2008-07-23 Thread Milinda Pathirage
There is a tool called 'sloccount' in Linux. You can use it to calculate the number of lines. Thanks Milinda. On Wed, Jul 23, 2008 at 10:48 AM, Shobha AC <[EMAIL PROTECTED]> wrote: > Dear All, > > Can u pls give me the source code size of (KLOC) ONLY Axis2c > Soap Engine, excluding

Re: KEEPALIVE and 100-CONTINUE (Having Problems with Microsoft Client)

2008-07-23 Thread Manjula Peiris
On Wed, 2008-07-23 at 12:51 -0700, Mike McKee wrote: > Does AXIS2C support KEEPALIVE and 100-Continue? In looking at the > code, it looks like it says it supports KEEPALIVE, yet it still CLOSES > the connection after it has responded. Is this appropriate? > > Regarding 100-continue, MICROSOFT Cl

KEEPALIVE and 100-CONTINUE (Having Problems with Microsoft Client)

2008-07-23 Thread Mike McKee
Does AXIS2C support KEEPALIVE and 100-Continue? In looking at the code, it looks like it says it supports KEEPALIVE, yet it still CLOSES the connection after it has responded. Is this appropriate? Regarding 100-continue, MICROSOFT Clients are using this frequently when I talk to a web service dep

Axis CPP new user - how to resolver linker errors

2008-07-23 Thread Deepak Warrier
Hi All I am new to Axis CPP and was trying to generate some client codes to access a webservice using axis cpp on Windows and Eclipse CDT: I was able to build the client-side stubs using WSDL2ws. However I am unable to set up the client code: I was able to compile the code but am getting linker e

Re: httpd daemon and exceptions

2008-07-23 Thread Rajika Kumarasiri
On Wed, Jul 23, 2008 at 8:09 PM, Michael Sutter <[EMAIL PROTECTED]> wrote: > Hello list, > Hello Michael, If you post the exact error message, logs and the back trace of the segmentation fault it'd be easy to determine the exact problem. -Rajika > > I have a strange error when running axis servi

httpd daemon and exceptions

2008-07-23 Thread Michael Sutter
Hello list, I have a strange error when running axis services with httpd daemon and maybe somebody can help me. I have a service running which is calling system libraries. Special here is, that the libraries can throw exceptions, so I put the calls in a try - catch block. Nevertheless every t