[jira] Updated: (AXIS2C-1381) CMake based build system for Axis2/C

2009-07-25 Thread Rajika Kumarasiri (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajika Kumarasiri updated AXIS2C-1381: -- Attachment: axis2c-cmake-25-07-2009.patch This builds samples, now one can build

Re: how to get the http status code

2009-07-15 Thread Rajika Kumarasiri
May be some debugging will help? -Rajika On Thu, Jul 16, 2009 at 5:45 AM, Vivian Wang vivianwan...@yahoo.com wrote: Hi There, I am using axis2/c to make web service client call, like this: axiom_node_t * node = axis2_svc_client_send_receive(_wsf_service_client, _env, payload);

Re: services.xml confusion ...

2009-07-10 Thread Rajika Kumarasiri
hello Patrick, You need to have the library name as same name as your service name. For linux libIncSecurityService.so and for windows it should be IncSecurityService.dll. Have a look at the sample services. -Rajika On Sat, Jul 11, 2009 at 4:35 AM, Patrick Cosmo pco...@incognito.com wrote:

[jira] Created: (AXIS2C-1381) CMake based build system for Axis2/C

2009-07-05 Thread Rajika Kumarasiri (JIRA)
Reporter: Rajika Kumarasiri Attachments: axis2c-cmake-05-07-2009.patch This patch adds a CMake(http://cmake.org/) based build system for Axis2/C. This patch builds the libraries and the simple_http_server. This will be extended for building samples and other servers. A small doc. will follow

[jira] Updated: (AXIS2C-1381) CMake based build system for Axis2/C

2009-07-05 Thread Rajika Kumarasiri (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajika Kumarasiri updated AXIS2C-1381: -- Attachment: axis2c-cmake-05-07-2009.patch CMake based build system for Axis2/C

Re: Problem building axis2c 1.5.0

2009-05-07 Thread Rajika Kumarasiri
On Thu, May 7, 2009 at 7:12 PM, Nair, Anushree anushree.n...@hp.com wrote: Hello, hi, What's your compiler and the platform? , according to the error message it seems it tries to build static libraries .. -Rajika We have encountered the following error while trying to run 'make install'

Re: Axis2/C 1.6.0 RC3

2009-04-08 Thread Rajika Kumarasiri
hi, I built the source and ran the samples successfully on Fedora9. Samples (echo, math etc..) work fine for me. -Rajika On Tue, Apr 7, 2009 at 11:12 AM, Manjula Peiris manj...@wso2.com wrote: Hi all, I have packed and uploaded Apache Axis2/C 1.6.0 RC3 here [1]. Please test and send your

[jira] Created: (AXIS2C-1351) Added proper logging to annonymous service create method in svc_client

2009-02-23 Thread Rajika Kumarasiri (JIRA)
Type: Improvement Environment: All Reporter: Rajika Kumarasiri Priority: Minor -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Updated: (AXIS2C-1351) Added proper logging to annonymous service create method in svc_client

2009-02-23 Thread Rajika Kumarasiri (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajika Kumarasiri updated AXIS2C-1351: -- Attachment: svc_client.patch Added proper logging to annonymous service create

Re: Axis2- Hi can i use axis2/c for developing webservices which are deployed to embedded systems.

2009-01-29 Thread Rajika Kumarasiri
hi You'll need some optimization in axiom level to get it working on an embeded environment. -Rajika On Wed, Jan 28, 2009 at 11:12 PM, koteswara Bellamkonda bbellamko...@gmail.com wrote: Hi, I am looking to deploy WebServices developed using apache axis2/c to embedded systems. is it works

Re: [jira] Created: (AXIS2C-1332) Memory Leak when performing Load Test

2009-01-18 Thread Rajika Kumarasiri
You can use a tool like valgrind to trace down the memory leaks. -Rajika On Sun, Jan 18, 2009 at 9:54 PM, kwangmien (JIRA) j...@apache.org wrote: Memory Leak when performing Load Test - Key: AXIS2C-1332 URL:

Re: Got undefined symbol error when calling Axis2C Soap client from JNI

2009-01-06 Thread Rajika Kumarasiri
hi, Relink the library which defines the symbol with your application and try again. -Rajika On Wed, Jan 7, 2009 at 4:11 AM, Ellen Chou ellen.c...@gmail.com wrote: Hi all, I have developed a Soap client shared library (libClient_Api.so) using Axis2C. I have no problem using this shared

Re: build of Axis2/C on AIX

2008-10-28 Thread Rajika Kumarasiri
On Wed, Oct 29, 2008 at 4:07 AM, Stokoe, Richard - Broomfield, CO [EMAIL PROTECTED] wrote: Please submit a patch. https://issues.apache.org/jira/browse/AXIS2C Thanks! -Rajika I saw some posts to this list and the user list from a couple of months ago about issues building Axis2/C on AIX. I

Re: Axis2/c math client

2008-10-27 Thread Rajika Kumarasiri
On Mon, Oct 27, 2008 at 9:50 PM, [EMAIL PROTECTED] wrote: hi, Try printf(%s\n, axiom_node_to_string(node, env)); -Rajika Hello! Does anyone know how I can print a node and see what it contains? For example I would like to print the axiom_node_t *node in axis2c math-client main... Regards

Re: How to add my files in the Axis2/C project

2008-10-19 Thread Rajika Kumarasiri
On Fri, Oct 17, 2008 at 5:11 PM, Gupta, Shivam [EMAIL PROTECTED] wrote: Hi, Hi, If I got your question correctly, look at https://svn.apache.org/repos/asf/webservices/axis2/trunk/c/src/core/receivers/Makefile.amto see how the default message receiver code is added. -Rajika I have been

[jira] Commented: (AXIS2C-1267) HTTP headers case sensitive in http_sender.c

2008-09-28 Thread Rajika Kumarasiri (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12635216#action_12635216 ] Rajika Kumarasiri commented on AXIS2C-1267: --- According to the RFC 2616 HTTP

[jira] Updated: (AXIS2C-1267) HTTP headers case sensitive in http_sender.c

2008-09-28 Thread Rajika Kumarasiri (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajika Kumarasiri updated AXIS2C-1267: -- Attachment: jira-1267.patch The given suggestions are available in the patch. Please

[jira] Commented: (AXIS2C-1227) engine not freed when server return an error

2008-09-28 Thread Rajika Kumarasiri (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12635229#action_12635229 ] Rajika Kumarasiri commented on AXIS2C-1227: --- Federic, Is this issue occurs after

Re: Where can I get the soure of codegen tool

2008-09-15 Thread Rajika Kumarasiri
On Mon, Sep 15, 2008 at 3:30 PM, Gupta, Shivam [EMAIL PROTECTED] wrote: Refer the Axis2/C manual. -Rajika Hello, Could someone suggest me where to download the code for codegen tool from? Regards, Shivam. -- http://wso2.org/ http://llvm.org/ http://www.osdev.org/

Re: echo_rest sample

2008-09-04 Thread Rajika Kumarasiri
distribution that comes with the echo_rest sample. I believe this is a separate sample from the regular echo sample. Thanks, Shivam. -- *From:* Rajika Kumarasiri [mailto:[EMAIL PROTECTED] *Sent:* Tuesday, September 02, 2008 8:06 PM *To:* Apache AXIS C Developers List

Re: echo_rest sample

2008-09-02 Thread Rajika Kumarasiri
On Tue, Sep 2, 2008 at 6:41 PM, Gupta, Shivam [EMAIL PROTECTED] wrote: You should be able to find this echo_rest sample under the sample directory in the distribution. -Rajika Hi, I found the mention of echo_rest sample at lot of places in Axis2 manual and other discussion boards. But I

Re: Speed testing

2008-08-04 Thread Rajika Kumarasiri
On Wed, Jul 30, 2008 at 1:45 PM, Nikola Tankovć [EMAIL PROTECTED]wrote: Hy there, Hi Nikola, Hope you are doing great with your GSoC work. To test the speed/performance of your work, you can follow a similar way where we used to measure the performance of Axis2/C. The procedure was like this.

Re: [Axis2]Axis2/C 1.5.0 RC3

2008-07-13 Thread Rajika Kumarasiri
On Fri, Jul 11, 2008 at 6:30 PM, Supun Kamburugamuva [EMAIL PROTECTED] wrote: Hi All, hi Supun, I tested binary on Fedora 9 and worked fine. I tested source and also the AMQP transport on Fedora 9, all worked fine for me. -Rajika I have packed and uploaded Apache Axis2/C 1.5.0 RC3 here

[jira] Created: (AXIS2C-1230) Added Axis2/C environment and formatted code in tcp mon code

2008-07-08 Thread Rajika Kumarasiri (JIRA)
Components: tcpmon Environment: Fedora 9 Reporter: Rajika Kumarasiri Axis2/C environment was added. Utility functions were moved to utils. Some code formatting were added. -- This message is automatically generated by JIRA. - You can reply to this email to add

[jira] Updated: (AXIS2C-1230) Added Axis2/C environment and formatted code in tcp mon code

2008-07-08 Thread Rajika Kumarasiri (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajika Kumarasiri updated AXIS2C-1230: -- Attachment: tcpmon.patch Please review the patch and apply it! Added Axis2/C

Re: [Axis2]Axis2/C 1.5.0 RC2

2008-07-08 Thread Rajika Kumarasiri
On Mon, Jul 7, 2008 at 4:10 PM, Supun Kamburugamuva [EMAIL PROTECTED] wrote: Hi All, hello Supun, I tested the source and the binary package on Fedora 9 and they worked fine for me. -Rajika I have re-packed and uploaded Apache Axis2/C 1.5.0 RC2 here [1]. Please test and send your

[jira] Updated: (AXIS2C-1226) memory leak in http_tranport_utils.c

2008-07-03 Thread Rajika Kumarasiri (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1226?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajika Kumarasiri updated AXIS2C-1226: -- Attachment: http_transport_utils.patch This patch contains a fix to the problem. Can

[jira] Updated: (AXIS2C-1227) engine not freed when server return an error

2008-07-03 Thread Rajika Kumarasiri (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajika Kumarasiri updated AXIS2C-1227: -- Attachment: http_worker.patch In case of error the created engine instance should

Re: Chunking when doing MTOM

2008-07-03 Thread Rajika Kumarasiri
On Fri, Jul 4, 2008 at 10:21 AM, Sahan Gamage [EMAIL PROTECTED] wrote: Manjula, How about HTTP 1.0 case ? I think we should still support HTTP 1.0 and it does not support chunking IIRC. Also what happens in SMTP case (once/if we have it in place) ? SMTP transport binding for SOAP1.1/1,2

Re: [Axis2]Axis2/C 1.5.0 RC1

2008-07-03 Thread Rajika Kumarasiri
On Fri, Jul 4, 2008 at 12:59 AM, Supun Kamburugamuva [EMAIL PROTECTED] wrote: Hi All, Hi Supun, I tested linux binary and source distributions Fedora 9. Binary distribution worked fine for me. But when I try to build the source with enabling AMQP transport it was not built. Seems to be the AMQP

[jira] Commented: (AXIS2C-1221) memoty leak in http receiver

2008-07-02 Thread Rajika Kumarasiri (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12609882#action_12609882 ] Rajika Kumarasiri commented on AXIS2C-1221: --- Yeah, I did test with the new patch

Re: soapenv:SenderNULL parameter was passed when a non NULL parameter was expected

2008-07-02 Thread Rajika Kumarasiri
On Wed, Jul 2, 2008 at 8:11 PM, pankaj singh [EMAIL PROTECTED] wrote: Hi Supun, i don't know how to create jira. See here http://issues.apache.org/jira/browse/AXIS2C -Rajika could you please help me regarding this. Thanks Pankaj Singh On 02/07/2008, Supun Kamburugamuva [EMAIL

[jira] Commented: (AXIS2C-1226) memory leak in http_tranport_utils.c

2008-07-02 Thread Rajika Kumarasiri (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12609976#action_12609976 ] Rajika Kumarasiri commented on AXIS2C-1226: --- Are you running simple_axis2_server

[jira] Commented: (AXIS2C-1221) memoty leak in http receiver

2008-07-01 Thread Rajika Kumarasiri (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12609798#action_12609798 ] Rajika Kumarasiri commented on AXIS2C-1221: --- This happens to due to the fact

[jira] Updated: (AXIS2C-1124) SOAP action not parsed correctly when it is contained in the content type from a MTOM message

2008-06-30 Thread Rajika Kumarasiri (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajika Kumarasiri updated AXIS2C-1124: -- Attachment: http_transport_utils.c.patch This patch contains a fix to the problem

[jira] Updated: (AXIS2C-1124) SOAP action not parsed correctly when it is contained in the content type from a MTOM message

2008-06-30 Thread Rajika Kumarasiri (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajika Kumarasiri updated AXIS2C-1124: -- Attachment: http_transport_utils.c_v2.patch The proposed changes are available

Re: broken link

2008-06-28 Thread Rajika Kumarasiri
Thanks for pointing this. Can you add a issue for this here[1] to make sure we does not miss this. [1] - http://ws.apache.org/axis2/issue-tracking.html -Rajika On Sat, Jun 28, 2008 at 2:06 PM, Dr. Franz Fehringer [EMAIL PROTECTED] wrote: Hello, The link on http://ws.apache.org/axis2/ (top

[jira] Updated: (AXIS2C-1075) TCPMon C Tool Unusable with non-Local Hosts

2008-06-26 Thread Rajika Kumarasiri (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajika Kumarasiri updated AXIS2C-1075: -- Attachment: tcpmon.patch This patch fix the problem. Please review and apply

Re: Refactoring the transport

2008-06-26 Thread Rajika Kumarasiri
On Fri, Jun 27, 2008 at 9:29 AM, Samisa Abeysinghe [EMAIL PROTECTED] wrote: Supun Kamburugamuva wrote: Hi all, +1 for refactoring the HTTP transport sections and +1 for having a good set of test cases. Since we are agreeing to doing this, I suggest we should have a good design before

Re: Refactoring the transport

2008-06-26 Thread Rajika Kumarasiri
remember we worked on two test suites Can you point where the test sources are available now ? -Rajika in the past but did not proceed adding more tests to them. thanks, Damitha Rajika Kumarasiri wrote: On Fri, Jun 27, 2008 at 9:29 AM, Samisa Abeysinghe [EMAIL PROTECTED]mailto: [EMAIL

[jira] Commented: (AXIS2C-1075) TCPMon C Tool Unusable with non-Local Hosts

2008-06-24 Thread Rajika Kumarasiri (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12607539#action_12607539 ] Rajika Kumarasiri commented on AXIS2C-1075: --- I can see that the server socket

[jira] Closed: (AXIS2C-1194) Build failure in latest SVN head

2008-06-23 Thread Rajika Kumarasiri (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajika Kumarasiri closed AXIS2C-1194. - The issue was fixed in the latest SVN head. Build failure in latest SVN head

[jira] Created: (AXIS2C-1198) Connectionn to Qpid broker failed whiling starting AMQP trasnport

2008-06-22 Thread Rajika Kumarasiri (JIRA)
Environment: Fedora 9(gcc 4.2.4) Reporter: Rajika Kumarasiri Priority: Minor I compiled the AMQP transport. Then I was trying to test the transport with the given samples(According to the INSTALL file of AMQP transport ). I started the qpid broker(qpidd

[jira] Commented: (AXIS2C-1198) Connectionn to Qpid broker failed whiling starting AMQP trasnport

2008-06-22 Thread Rajika Kumarasiri (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12607145#action_12607145 ] Rajika Kumarasiri commented on AXIS2C-1198: --- This issue occurred due to the fact

[jira] Closed: (AXIS2C-1198) Connectionn to Qpid broker failed whiling starting AMQP trasnport

2008-06-22 Thread Rajika Kumarasiri (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajika Kumarasiri closed AXIS2C-1198. - Resolution: Fixed The issue was fixed and the AMQP transport works properly

Re: Looking for a debugger for axis2c

2008-06-16 Thread Rajika Kumarasiri
. Thanks, Shivam -- *From:* Rajika Kumarasiri [mailto:[EMAIL PROTECTED] *Sent:* Tuesday, June 10, 2008 6:45 PM *To:* Apache AXIS C Developers List *Subject:* Re: Looking for a debugger for axis2c You can try gdb on Linux based platforms and Micrsoft Visual Studio

Re: Looking for a debugger for axis2c

2008-06-15 Thread Rajika Kumarasiri
On Fri, Jun 13, 2008 at 11:12 PM, Divye Kapoor [EMAIL PROTECTED] wrote: Hello, This is just a suggestion as I really have no practical experience with building/deploying Axis2/C. Could a Getting Started document for developers be made by This is a good idea. We need to document this.

[jira] Updated: (AXIS2C-1194) Build failure in latest SVN head

2008-06-12 Thread Rajika Kumarasiri (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajika Kumarasiri updated AXIS2C-1194: -- Attachment: network_handler.patch Please review and apply the patch. Build failure

[jira] Created: (AXIS2C-1194) Build failure in latest SVN head

2008-06-12 Thread Rajika Kumarasiri (JIRA)
version 4.2.1 Reporter: Rajika Kumarasiri Priority: Critical Attachments: network_handler.patch A build failure occurred due to windows specific code added to the latest SVN head. I added conditional compilation logic to fix the problem. -- This message

Re: Looking for a debugger for axis2c

2008-06-10 Thread Rajika Kumarasiri
You can try gdb on Linux based platforms and Micrsoft Visual Studio 2005 for Windows platform. -Rajika On Tue, Jun 10, 2008 at 6:25 PM, Gupta, Shivam [EMAIL PROTECTED] wrote: Hello, Could someone suggest me the best debugger that could be used to debug Axis2/C. Thanks, Shivam --

Re: AMQP patch

2008-06-08 Thread Rajika Kumarasiri
On Sun, Jun 8, 2008 at 7:08 PM, Samisa Abeysinghe [EMAIL PROTECTED] wrote: Since no one applied the patch, I did, but could not test. Seems the patch has been applied incorrectly. Each and every source/header file repeat the same content twice giving re-definition errors at compile time.

[jira] Created: (AXIS2C-1185) Added a question to the faq list describing the platforms in which Axis2/C currently works on

2008-06-08 Thread Rajika Kumarasiri (JIRA)
Project: Axis2-C Issue Type: Improvement Components: documentation Environment: Linux +Firefox 2 Reporter: Rajika Kumarasiri Priority: Minor Will display something like below. Currently Axis2/C has been ported to following platforms

[jira] Updated: (AXIS2C-1185) Added a question to the faq list describing the platforms in which Axis2/C currently works on

2008-06-08 Thread Rajika Kumarasiri (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajika Kumarasiri updated AXIS2C-1185: -- Attachment: faq.patch Please add any other if I miss anything. Please review

Re: Possible improvements to Axis2/C

2008-06-02 Thread Rajika Kumarasiri
hi Supun, On Mon, Jun 2, 2008 at 10:34 AM, Supun Kamburugamuva [EMAIL PROTECTED] wrote: Hi All, At the moment Axis2/C is considerably faster than its Java implementation. We have run performance tests for Axis2/C and the results are promising. But we believe that we can improve the Axis2/C

Re: question about working with SSL

2008-06-01 Thread Rajika Kumarasiri
On Sun, Jun 1, 2008 at 8:08 AM, denis zhytnik [EMAIL PROTECTED] wrote: Nandika Jayawardana пишет: Hi Denis, If you want to use Axis2/C server with SSL, you need to deploy axis2 on apache2 Web Server and configure apache2 with SSL. Please refer to the axis2 manual for configuring axis2

Re: maximum log file size 1M

2007-11-03 Thread Rajika Kumarasiri
hello, The most common way of handling log file growth is via a rotation procedure. First we define how many old copies of the log file we want to create/keep, and the rate at which they should be rotate(once a day, once a week and so on). When we rotate a given log file, the original file

[jira] Updated: (AXIS2C-735) bug in fuction axis2_http_svr_thread_is_running() in src/core/transport/http/receiver/http_svr_thread.c

2007-10-27 Thread Rajika Kumarasiri (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajika Kumarasiri updated AXIS2C-735: - Attachment: http_svr_thread.patch patch to solve the issue bug in fuction

[jira] Created: (AXIS2C-735) bug in fuction axis2_http_svr_thread_is_running() in src/core/transport/http/receiver/http_svr_thread.c

2007-10-26 Thread Rajika Kumarasiri (JIRA)
/browse/AXIS2C-735 Project: Axis2-C Issue Type: Bug Components: transport/http Affects Versions: Current (Nightly) Environment: Gnu/Linux Reporter: Rajika Kumarasiri Priority: Minor The function is to check weather the sever

Re: Mail Transport Sender - uploaded at Google

2007-09-05 Thread Rajika Kumarasiri
, Paul Fremantle [EMAIL PROTECTED] wrote: Rajika The normal way of donating code to a project is to create a JIRA and then attach the code to the JIRA. At the time you do this, you must tick the box which says that you grant a license to Apache. Thanks Paul On 9/5/07, Rajika Kumarasiri

Mail Transport Sender - uploaded at Google

2007-09-04 Thread Rajika Kumarasiri
hello there, I have uploaded the Mail Transport sender part which I developed at Google.It is here[1]. I will continue my work to implement the Mail Transport Receiver as well. [1] - http://google-summer-of-code-2007-asf.googlecode.com/files/Rajika_Kumarasiri.tar.gz Thanks Rajika

Re: cpp classes from axis2c service

2007-08-29 Thread Rajika Kumarasiri
Hello Michael, I did the same thing but for the client side(i.e developed a c++ client which uses the axis2/c libs), and it works fine for me, and I think your case should be possible, may be you can enable debug options in compilation and try to debug to figure out where it breaks. Rajika On

[jira] Created: (AXIS2C-680) axis2_svc_client_fire_and_forget breaks..

2007-08-24 Thread Rajika Kumarasiri (JIRA)
Versions: Current (Nightly) Environment: Linux rajika 2.6.17-10-generic #2 SMP Fri Oct 13 18:45:35 UTC 2006 i686 GNU/Linux Reporter: Rajika Kumarasiri When using axis2_svc_client_fire_and_forget() function it breaks because of passing a NULL pointer

[jira] Updated: (AXIS2C-680) axis2_svc_client_fire_and_forget breaks..

2007-08-24 Thread Rajika Kumarasiri (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajika Kumarasiri updated AXIS2C-680: - Attachment: fandf.patch Attached is the patch which I think resolve the problem

Status of the Mail Transport

2007-08-19 Thread Rajika Kumarasiri
hello every body, I finished adding the Mail API for the Mail Transport Sender, The code developed so far available here[1]. I have added a README file which describe TODOs as well. The reason is I can't attached this to a JIRA is the MAIL API released under NPL license(I wrote to Mozilla.org and

Re: Mail Transport for Axis2/c- Problem with building MIME message for SOAP 1.2

2007-08-15 Thread Rajika Kumarasiri
On 8/15/07, Dinesh Premalal [EMAIL PROTECTED] wrote: Hi Rajika, Please find my comments inline. See my replies inline, Rajika Kumarasiri [EMAIL PROTECTED] writes: So according to this the API ignores the first part if it has not any content. So is it okay to use the first(1

Mail Transport for Axis2/c- Problem with building MIME message for SOAP 1.2

2007-08-14 Thread Rajika Kumarasiri
hello there, While building the MIME message(using the mail API) for SOAP 1.2 to use with Mail Transport, I encountered the following problem. In the specification for Mail Transport([1]http://people.apache.org/%7Epzf/SMTPBase64Binding-0.2.html) it is said that the MIME message should be a multi

Re: [jira] Updated: (AXIS2C-641) Unable to build SVN HEAD on Fedora 7

2007-07-27 Thread Rajika Kumarasiri
I tested this on fedora 7, and it works. Rajika On 7/14/07, Shaun Mangelsdorf (JIRA) [EMAIL PROTECTED] wrote: [ https://issues.apache.org/jira/browse/AXIS2C-641?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel] Shaun Mangelsdorf updated AXIS2C-641:

latest checkout build failed

2007-07-25 Thread Rajika Kumarasiri
Hello everybody, I ran into troubles when try to build the latest checkout. [EMAIL PROTECTED]:~/installtion/axis2c/c/src$ svn info | grep URL URL: https://svn.apache.org/repos/asf/webservices/axis2/trunk/c/src [EMAIL PROTECTED]:~/installtion/axis2c/c/src$ make clean;make;make install cd ..

Re: [jira] Commented: (AXIS2C-642) Mail Transport support for Axis2/C

2007-07-21 Thread Rajika Kumarasiri
/Linux Reporter: Rajika Kumarasiri Priority: Minor Attachments: patch1.zip This contains the the Mail Transport Sender implementation for the client side(Mail API has to be integrated) -- This message is automatically generated by JIRA. - You can reply to this email

[jira] Updated: (AXIS2C-642) Mail Transport support for Axis2/C

2007-07-19 Thread Rajika Kumarasiri (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajika Kumarasiri updated AXIS2C-642: - Component/s: (was: transport/http) core/transport Mail Transport

[jira] Created: (AXIS2C-642) Mail Transport support for Axis2/C

2007-07-18 Thread Rajika Kumarasiri (JIRA)
: i686 GNU/Linux Reporter: Rajika Kumarasiri Priority: Minor This contains the the Mail Transport Sender implementation for the client side(Mail API has to be integrated) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment

[jira] Updated: (AXIS2C-642) Mail Transport support for Axis2/C

2007-07-18 Thread Rajika Kumarasiri (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajika Kumarasiri updated AXIS2C-642: - Attachment: patch1.zip code develop so far implementing the Mail Transport sender

Re: Axis or Axis2 for AIX 5.2

2007-07-18 Thread Rajika Kumarasiri
Stay tuned, you'll get an answer. At the same time you can try here as well(if you haven't done already)-[1]. [1]- http://ws.apache.org/axis/mail.html Rajika On 7/18/07, Minifie, Todd [EMAIL PROTECTED] wrote: Hello Rajika Do you know if anyone has: 1. Axis C++ v1.6 Client

Re: Mail Transport Support for Axis2/C -GSOC 2007

2007-07-14 Thread Rajika Kumarasiri
a patch then we could place it somewhere in scratch area until all work done. thanks, Dinesh Rajika Kumarasiri [EMAIL PROTECTED] writes: hi all, I finished most of the parts of the client's Mail Transport Sender . Now I am trying to integrate the Mail API to it. But I had some difficulties

Re: Mail Transport support for Axis2/c - only SOAP 1.2

2007-07-14 Thread Rajika Kumarasiri
://www.pocketsoap.com/specs/smtpbinding/ On 7/14/07, Dinesh Premalal [EMAIL PROTECTED] wrote: Hi Rajika, Please find my comment inline. Rajika Kumarasiri [EMAIL PROTECTED] writes: hello everybody, First I made a mistake saying that Axis2/Java Mail Transport support SOAP 1.1. There is some effort

Re: Mail Transport support for Axis2/c - only SOAP 1.2

2007-07-12 Thread Rajika Kumarasiri
and hence ignoring that portion is not quite convincing to me. I too agree that SOAP 1.1 support is preliminary and mandatory. Samisa... Thanks -sahan On 7/12/07, Rajika Kumarasiri [EMAIL PROTECTED] wrote: hi all, Currently Axis2/Java support SOAP 1.2 and 1.1. But for Axis2/C mail transport I

Mail Transport Support for Axis2/C -GSOC 2007

2007-07-11 Thread Rajika Kumarasiri
hi all, I finished most of the parts of the client's Mail Transport Sender . Now I am trying to integrate the Mail API to it. But I had some difficulties with the Mail API due to lack of documentation. I am trying to solve those using the Mail API's developer list. At the same time I am trying to

Mail Transport support for Axis2/C(GSOC 2007)

2007-06-13 Thread Rajika Kumarasiri
hello everybody, I started to work on Mail Transport Sender part first implementing the following functions which implement the TransportSender interface. 1. axis2_status_t AXIS2_CALL axis2_mail_transport_sender_init( axis2_transport_sender_t *transport_sender, const_axutil_env_t *env

Re: Mail Transport support for Axis2/C(GSOC 2007)

2007-06-13 Thread Rajika Kumarasiri
On 6/13/07, Rajika Kumarasiri [EMAIL PROTECTED] wrote: hello everybody, I started to work on Mail Transport Sender part first implementing the following functions which implement the TransportSender interface. 1. axis2_status_t AXIS2_CALL axis2_mail_transport_sender_init

Re: Mail Transport support for Axis2/C(GSOC 2007)

2007-06-13 Thread Rajika Kumarasiri
On 6/14/07, Samisa Abeysinghe [EMAIL PROTECTED] wrote: Rajika Kumarasiri wrote: hello everybody, I started to work on Mail Transport Sender part first implementing the following functions which implement the TransportSender interface. 1. axis2_status_t AXIS2_CALL

Re: Mail Transport support for Axis2/C(GSOC 2007)

2007-06-13 Thread Rajika Kumarasiri
On 6/14/07, Samisa Abeysinghe [EMAIL PROTECTED] wrote: Rajika Kumarasiri wrote: In line with what we already have with HTTP transport, I prefer the prefix 'axis2_smtp_transport_' over 'axis2_mail_transport_', for the function names. Well, Mail Transport itself

Design of Mail Transport for Apache Axis2/C (GSOC 2007)

2007-06-04 Thread Rajika Kumarasiri
] - http://www.washington.edu/imap/ Thank you, Regards, Rajika Kumarasiri.

Re: Design of Mail Transport for Apache Axis2/C (GSOC 2007)

2007-06-04 Thread Rajika Kumarasiri
On 6/4/07, Rajika Kumarasiri [EMAIL PROTECTED] wrote: hi all, After having some discussion with my mentor I came with the following design for the Mail Transport for Axis2/C for SOAP 1.2. Please be kind enough to add your comments,suggestions and improvements to it. I will upload

Implementing Mail Transport Support for Axis2/c - Gsoc 2007

2007-05-28 Thread Rajika Kumarasiri
into the API of c-client library of that Mail API. I'll upload few samples which use this Mail API. In the main time I am looking on Axis2/java Mail Transport to get an architectural view. [1] - http://www.washington.edu/imap/ Thank you Best Regards, Rajika Kumarasiri

Gsoc 2007 - proposal accepted

2007-04-26 Thread Rajika Kumarasiri
hi devs, I am very much pleased to announce that my project proposal for implementing Mail Transport support (SMTP/POP3) for Apache Axis2/C has been accepted for Gsoc 2007. My proposal is available here. http://wiki.apache.org/general/RajikaKumarasiri/GSoC2007/proposal I will upload my project

[jira] Created: (AXIS2C-524) rest_sender invokes failed

2007-02-05 Thread Rajika Kumarasiri (JIRA)
rest_sender invokes failed -- Key: AXIS2C-524 URL: https://issues.apache.org/jira/browse/AXIS2C-524 Project: Axis2-C Issue Type: Bug Components: core/transport Reporter: Rajika Kumarasiri rest