[jira] Closed: (AXIS2C-143) Moving logic of parsing mime from transport utils to a mime parser

2006-05-25 Thread Samisa Abeysinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-143?page=all ] Samisa Abeysinghe closed AXIS2C-143: Resolution: Fixed Assign To: Samisa Abeysinghe Moved the mime parsing logic to mime_parser > Moving logic of parsing mime from transport util

[Axis2] Providing security for Axis2/C

2006-05-25 Thread Kaushalye Kapuruge
Hi All, I am pleased to announce that we have started implementing the security module for Axis2/C. This will follow the architecture in Rampart module(http://ws.apache.org/axis2/modules/rampart/1_0/security-module.html) in Axis2/Java. Cheers, Kaushalye -

[jira] Updated: (AXIS2C-162) Support C code generation using WSDLs using Axis2/Java codegen tool

2006-05-25 Thread Dimuthu Chathuranga (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-162?page=all ] Dimuthu Chathuranga updated AXIS2C-162: --- Attachment: changes_c_codegen.tar.gz This attachement contains wrtier classes for WSDL2Java tool to generate C stub and skel follwoing files sho

Re: [Axis2] Providing security for Axis2/C

2006-05-25 Thread Samisa Abeysinghe
Cool. May be we can place the initial implementation in a folder named "rampart" as in the case of axiom, woden and the other sub projects. What would you start with? Username/Token? Thanks, Samisa... Kaushalye Kapuruge wrote: Hi All, I am pleased to announce that we have started implementin

Re: [Axis2] Providing security for Axis2/C

2006-05-25 Thread Kaushalye Kapuruge
Yes Samisa. Initially we are going to handle the UsernameToken only, which is the simplest. Later we can move for other scenarios. Thanks, Kaushalye Samisa Abeysinghe wrote: Cool. May be we can place the initial implementation in a folder named "rampart" as in the case of axiom, woden and the

Re: [Axis2] Providing security for Axis2/C

2006-05-25 Thread Sahan Gamage
Hi all, I think the correct location for the rampart module is the c/modules/rampart. But according to the current svn HEAD it is on the same level as xml_schma, wooden etc. I would rather suggest that it should go in the same level as addressing module - i.e. inside the modules folder. - Sahan K

class inheritance

2006-05-25 Thread justfear1-arubanetworks
It seems that class inheritance (ie. wsdl tag) is not supported in axis 1.x C++. Are there any plans of supporting this in the future? Joseph Baniqued - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

errors executing tests with latest build

2006-05-25 Thread Nadir Amra
I downloaded latest code and tried to run test case and I get: executeMonitor: [trycatch] /home/amra/axis/L1.1.0/src/ws-axis/c/build/executeTest.xml:160: The following error occurred while executing this lin e: [trycatch] /home/amra/axis/L1.1.0/src/ws-axis/c/build/executeTest.xml:165: Co

Re: errors executing tests with latest build

2006-05-25 Thread Nadir Amra
I think the problem is that the following targets are not being run: Nadir K. Amra Nadir Amra/Rochester/[EMAIL PROTECTED] wrote on 05/25/2006 10:34:18 PM: > I downloaded latest code and tried to run test case and I get: >

Re: [Axis2] Providing security for Axis2/C

2006-05-25 Thread Samisa Abeysinghe
Sahan Damage wrote: Hi all, I think the correct location for the rampart module is the c/modules/rampart. But according to the current svn HEAD it is on the same level as xml_schma, wooden etc. I would rather suggest that it should go in the same level as addressing module - i.e. inside the mod

Re: [Axis2] Providing security for Axis2/C

2006-05-25 Thread Sahan Gamage
Hi, If it's gonna be moved out as a seperate project I also agree to the current svn location of the rampart module. - Sahan Samisa Abeysinghe wrote: > Sahan Damage wrote: > >> Hi all, >> >> I think the correct location for the rampart module is the >> c/modules/rampart. But according to the cu