[Axis2]Local Transport Implementation.

2007-05-27 Thread Dinesh Premalal
Hi Devs, I implemented local transport for Axis2/C using Unix domain sockets. Locale transport implementation done using same network handler that we have. Server side. axis2_http_server , will listen for local transport socket by enabling parameter in

Re: [Axis2]Local Transport Implementation.

2007-05-27 Thread sanjayak
Hi Dinesh, If it is a local transport I should be able to make use of it without an http server. In the design of Axis2 the http protocol is treated as another transport, if I am not mistaken. So having to run an http server to make use the local transport doesn't sound right somatically. Thanks

Re: [Axis2]Local Transport Implementation.

2007-05-27 Thread Davanum Srinivas
Dinesh, Please look at Axis1/Java and Axis2/Java local transports, we write to byte array and pass it around. In C/C++, a shared memory or a pipe may be a better bet. By MS windows local transport, do you mean .NET or WCF's tcp transport? WCF's tcp transport is not documented publically. .NET's

Using Unix Domain Sockets with Axis2/C (was Re: [Axis2]Local Transport Implementation.)

2007-05-27 Thread Dinesh Premalal
Hi Sanjaya, [EMAIL PROTECTED] writes: Hi Dinesh, If it is a local transport I should be able to make use of it without an http server. In the design of Axis2 the http protocol is treated as another transport, if I am not mistaken. So having to run an http server to make use the local

Re: Axis2/C VC projects for sample clients and services are repeated in two places

2007-05-27 Thread Dushshantha Chandradasa
Hi, We included ides/vc/samples folder and the vc projects in this folder to pack with bin distribution, to help users to build samples easily. those are working fine once it packed with bin distribution ( means after copying those projects into deploy\ides\vc\samples). The VC project in

merging neethi to Axis2/c

2007-05-27 Thread Manjula Peiris
Hi devs, I am going to merge Neethi in scratch to the trunk. So please do not commit any changes to the trunk untill further notice. Thanks -Manjula. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: Using Unix Domain Sockets with Axis2/C (was Re: [Axis2]Local Transport Implementation.)

2007-05-27 Thread Samisa Abeysinghe
Are we going to skip serializing/deserializing of OM trees in use in this case? If so how? Samisa... Dinesh Premalal wrote: Hi Sanjaya, [EMAIL PROTECTED] writes: Hi Dinesh, If it is a local transport I should be able to make use of it without an http server. In the design of Axis2 the

Re: merging neethi to Axis2/c

2007-05-27 Thread Manjula Peiris
Merge is complete. you can commit now. Thanks. On Mon, 2007-05-28 at 10:30 +0530, Manjula Peiris wrote: Hi devs, I am going to merge Neethi in scratch to the trunk. So please do not commit any changes to the trunk untill further notice. Thanks -Manjula.