[jira] Created: (AXIS2C-191) Server segs with arr files

2006-06-19 Thread Samisa Abeysinghe (JIRA)
Server segs with arr files -- Key: AXIS2C-191 URL: http://issues.apache.org/jira/browse/AXIS2C-191 Project: Axis2-C Type: Bug Components: core/deployment Versions: 0.92 Reporter: Samisa Abeysinghe Priority: Critical

[jira] Created: (AXIS2C-193) Document how to use REST

2006-06-19 Thread Samisa Abeysinghe (JIRA)
Document how to use REST Key: AXIS2C-193 URL: http://issues.apache.org/jira/browse/AXIS2C-193 Project: Axis2-C Type: Task Components: documentation Versions: 0.92 Reporter: Samisa Abeysinghe We should document how to use

[jira] Created: (AXIS2C-192) Document how to use proxy

2006-06-19 Thread Samisa Abeysinghe (JIRA)
Document how to use proxy - Key: AXIS2C-192 URL: http://issues.apache.org/jira/browse/AXIS2C-192 Project: Axis2-C Type: Task Components: documentation Versions: 0.92 Reporter: Samisa Abeysinghe We should document how to use

[jira] Created: (AXIS2C-194) Document how to use SSL client

2006-06-19 Thread Samisa Abeysinghe (JIRA)
Document how to use SSL client -- Key: AXIS2C-194 URL: http://issues.apache.org/jira/browse/AXIS2C-194 Project: Axis2-C Type: Task Components: documentation Versions: 0.92 Reporter: Samisa Abeysinghe We should document

[jira] Resolved: (AXIS2C-164) make dist creates too large source dist file

2006-06-19 Thread Sanjaya Ratnaweera (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-164?page=all ] Sanjaya Ratnaweera resolved AXIS2C-164: --- Resolution: Fixed make dist creates too large source dist file -- Key: AXIS2C-164

Re: [axis2]WSDL2C Code generation

2006-06-19 Thread Samisa Abeysinghe
Dimuthu Gamage wrote: Hi all, I m working on Implementing WSDL2C tool in C language as my project for Google Summer of Code. I already worked on generating C code using Java tool with databinding support. Following is the brief plan of the project. Use the architecture of the

[jira] Closed: (AXIS2C-164) make dist creates too large source dist file

2006-06-19 Thread Sanjaya Ratnaweera (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-164?page=all ] Sanjaya Ratnaweera closed AXIS2C-164: - make dist creates too large source dist file -- Key: AXIS2C-164 URL:

[jira] Created: (AXIS2C-195) Wrong files in tarball created by 'make bindist'

2006-06-19 Thread Sanjaya Ratnaweera (JIRA)
Wrong files in tarball created by 'make bindist' Key: AXIS2C-195 URL: http://issues.apache.org/jira/browse/AXIS2C-195 Project: Axis2-C Type: Bug Reporter: Sanjaya Ratnaweera README, NEWS, CREDITS and INSTALL

[jira] Updated: (AXIS2C-195) Wrong files in tarball created by 'make bindist'

2006-06-19 Thread Sanjaya Ratnaweera (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-195?page=all ] Sanjaya Ratnaweera updated AXIS2C-195: -- Component: build system (Unix/Linux) Fix Version: 0.93 Version: 0.92 Wrong files in tarball created by 'make bindist'

Re: [ANN][Axis2] Apache Axis2/C 0.92 Released

2006-06-19 Thread Franz Fehringer
Hello, The feature list says Key Features 15. WSDL Code Generation Tool for Stub and skeletons (based on Java tool) Un-Implemented Architecture Features (TBD post 1.0) 4. WSDL2C Are these not the same? Greetings Franz Samisa Abeysinghe schrieb: Hi All, We are pleased to announce the

Re: [ANN][Axis2] Apache Axis2/C 0.92 Released

2006-06-19 Thread Samisa Abeysinghe
Franz Fehringer wrote: Hello, The feature list says Key Features 15. WSDL Code Generation Tool for Stub and skeletons (based on Java tool) Un-Implemented Architecture Features (TBD post 1.0) 4. WSDL2C Are these not the same? Well currently we use the Java tool to generate C code. However,

Re: [axis2]WSDL2C Code generation

2006-06-19 Thread Dimuthu Gamage
Samisa Abeysinghe wrote: Dimuthu Gamage wrote: Hi all, I m working on Implementing WSDL2C tool in C language as my project for Google Summer of Code. I already worked on generating C code using Java tool with databinding support. Following is the brief plan of the project. Use the

Re: [axis2]WSDL2C Code generation

2006-06-19 Thread Franz Fehringer
How can you write a C code tool using Xalan (Why not use XAlan)? This is either Java or C++ Greetings Franz Samisa Abeysinghe schrieb: Dimuthu Gamage wrote: Hi all, I m working on Implementing WSDL2C tool in C language as my project for Google Summer of Code. I already worked on

Re: [axis2]WSDL2C Code generation

2006-06-19 Thread Dimuthu Gamage
Samisa Abeysinghe wrote: Dimuthu Gamage wrote: Hi all, I m working on Implementing WSDL2C tool in C language as my project for Google Summer of Code. I already worked on generating C code using Java tool with databinding support. Following is the brief plan of the project. Use the

Re: [ANN][Axis2] Apache Axis2/C 0.92 Released

2006-06-19 Thread Ajith Ranabahu
Hi, The code generator for Axis2 is based on an extensible template based approach that allows it to be used for multiple languages. What Dimuthu has done is write the C extension of the Java based code generator (basically the XSLT templates). However it is desirable that the C code is generated

Re: [axis2]WSDL2C Code generation

2006-06-19 Thread Dimuthu Chathuranga
HI, I m thinking of using the C API of the Xalan. Check http://xml.apache.org/xalan-c/usagepatterns.html#cvar. The API is used to transform xml document with xsl style sheets which in this case generate c code. See how it is done in Java codgen tool

Re: [axis2]WSDL2C Code generation

2006-06-19 Thread Samisa Abeysinghe
Comments in line: Dimuthu Gamage wrote: Samisa Abeysinghe wrote: Dimuthu Gamage wrote: Hi all, I m working on Implementing WSDL2C tool in C language as my project for Google Summer of Code. I already worked on generating C code using Java tool with databinding support. Following

[jira] Commented: (AXISCPP-401) Complete C support after 1.5

2006-06-19 Thread nadir amra (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-401?page=comments#action_12416785 ] nadir amra commented on AXISCPP-401: C support is fully enabled except for the following: - rpc-encoded - services - handlers - samples Complete C support after 1.5

[jira] Assigned: (AXISCPP-401) Complete C support after 1.5

2006-06-19 Thread nadir amra (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-401?page=all ] nadir amra reassigned AXISCPP-401: -- Assign To: (was: nadir amra) I am unassigning this issue because I do not plan on adding support for the remaining items. I will support what exists

[jira] Assigned: (AXIS2C-191) Server segs with arr files

2006-06-19 Thread Sanjaya Ratnaweera (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-191?page=all ] Sanjaya Ratnaweera reassigned AXIS2C-191: - Assign To: Sanjaya Ratnaweera Server segs with arr files -- Key: AXIS2C-191 URL:

[jira] Updated: (AXIS2C-191) Server segs with aar files

2006-06-19 Thread Sanjaya Ratnaweera (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-191?page=all ] Sanjaya Ratnaweera updated AXIS2C-191: -- Summary: Server segs with aar files (was: Server segs with arr files) Description: When I tested arr with echo, it segs on the second