Re: REST with Axis2/C

2007-09-04 Thread Samisa Abeysinghe
to handle requests. Thanks, Samisa... -- Samisa Abeysinghe : WSO2 WSF/C http://wso2.org/projects/wsf/c?WSO2nbsp;Webnbsp;Servicesnbsp;Framework/Cnbsp;-nbsp;Opennbsp;sourcenbsp;Cnbsp;librarynbsp;fornbsp;providingnbsp;andnbsp;consumingnbsp;Webnbsp;services

Re: REST with Axis2/C

2007-09-03 Thread Samisa Abeysinghe
you can use that code too to pick up MIME attachments form requests. Thanks, Samisa... -- Samisa Abeysinghe : WSO2 WSF/C http://wso2.org/projects/wsf/c?WSO2nbsp;Webnbsp;Servicesnbsp;Framework/Cnbsp;-nbsp;Opennbsp;sourcenbsp;Cnbsp;librarynbsp;fornbsp;providingnbsp;andnbsp;consumingnbsp;Webnbsp

Re: Issues with the log directory

2007-09-03 Thread Samisa Abeysinghe
, not the folders. HTH. Samisa... Please reply. P.S: even Makefile.am has logsdir=$(prefix)/logs, which I haven’t changed. Does it matter? Regards, ~raghav -- Samisa Abeysinghe : WSO2 WSF/C http://wso2.org/projects/wsf/c?WSO2nbsp;Webnbsp;Servicesnbsp;Framework/Cnbsp;-nbsp;Opennbsp

[Axis2] 1.1.0 RC2 Artifacts

2007-09-03 Thread Samisa Abeysinghe
Hi All, I have packed second set of 1.1 release candidates form the svn head and posted those here: http://people.apache.org/~samisa/1.1.0-RC2/ Please test and send in your feedback. Thanks, Samisa... -- Samisa Abeysinghe : WSO2 WSF/C http://wso2.org/projects/wsf/c?WSO2nbsp;Webnbsp

Re: REST with Axis2/C

2007-09-02 Thread Samisa Abeysinghe
/07, * Samisa Abeysinghe* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Here are my thoughts: I have been going through the Axis2/c framework code and I think I have a fair (although not complete) understanding of how REST works in Axis2. If we can have a way

Re: [Axis2] 1.1.0 Feature list

2007-08-31 Thread Samisa Abeysinghe
to it. Other than that the list is ok to me. Thanks. -Manjula. On Thu, 2007-08-30 at 14:31 +0600, Samisa Abeysinghe wrote: I have updated the wiki: http://wiki.apache.org/ws/FrontPage/Axis2C/releases/1.1.0 Please look into that and see if I have missed anything, specially new features

[Axis2] 1.1.0 Feature list

2007-08-30 Thread Samisa Abeysinghe
I have updated the wiki: http://wiki.apache.org/ws/FrontPage/Axis2C/releases/1.1.0 Please look into that and see if I have missed anything, specially new features. Thanks, Samisa... -- Samisa Abeysinghe - Apche Axis2/C http://ws.apache.org/axis2/c/?Apachenbsp;Axis2/Cnbsp;Thenbsp;Webnbsp

Re: Axis2 and client

2007-08-30 Thread Samisa Abeysinghe
and running and call that service from a client? http://wso2.org/library/95 Samisa... -- Samisa Abeysinghe - Apche Axis2/C http://ws.apache.org/axis2/c/?Apachenbsp;Axis2/Cnbsp;Thenbsp;Webnbsp;Servicesnbsp;Engine

Re: REST with Axis2/C

2007-08-29 Thread Samisa Abeysinghe
On 8/28/07, *Samisa Abeysinghe* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Subra A Narayanan wrote: Samisa, I have been looking at the code that you pointed me to and trying to figure out how REST works. Right now, the method name needs to be in the URL

Re: HTTP return codes

2007-08-29 Thread Samisa Abeysinghe
Subra A Narayanan wrote: Hello everyone, Is there any way to return standard HTTP return codes to the clients from a Axis2/C web service. For e.g. HTTP 404, HTTP 201, etc etc. No, not using service client API. Transport info are hidden form client. Samisa.. Subra -- Samisa Abeysinghe

Re: HTTP return codes

2007-08-29 Thread Samisa Abeysinghe
Samisa Abeysinghe wrote: Subra A Narayanan wrote: Hello everyone, Is there any way to return standard HTTP return codes to the clients from a Axis2/C web service. For e.g. HTTP 404, HTTP 201, etc etc. No, not using service client API. Transport info are hidden form client. BTW, what

Re: Trouble using external library in Axis2/C

2007-08-28 Thread Samisa Abeysinghe
. On Linux, the .so file's path could be added to the LD_LIBRARY_PATH variable. Please try that. Samisa... Thanks for any help! Subra -- Samisa Abeysinghe : WSO2 WSF/C http://wso2.org/projects/wsf/c?WSO2nbsp;Webnbsp;Servicesnbsp;Framework/Cnbsp;-nbsp;Opennbsp;sourcenbsp;Cnbsp;librarynbsp

Re: 1.1?

2007-08-28 Thread Samisa Abeysinghe
of issues that I felt must be fixed in time. Thanks, Samisa... Thank you Stefano - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Samisa Abeysinghe : WSO2 WSF/C http

Re: [Axis2/c] Help required to setup webservice with Java Client and C Server

2007-08-28 Thread Samisa Abeysinghe
that we can have a look. [1] http://issues.apache.org/jira/browse/AXIS2C Thanks, Samisa... -- Samisa Abeysinghe : WSO2 WSF/C http://wso2.org/projects/wsf/c?WSO2nbsp;Webnbsp;Servicesnbsp;Framework/Cnbsp;-nbsp;Opennbsp;sourcenbsp;Cnbsp;librarynbsp;fornbsp;providingnbsp;andnbsp;consumingnbsp

Re: REST with Axis2/C

2007-08-28 Thread Samisa Abeysinghe
handle the generic GET template that you are providing, we can use the same for DELETE as well. Thanks, Samisa... Thanks, Subra On 8/23/07, *Samisa Abeysinghe* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Dinesh Premalal wrote: Hi Subra, Subra A Narayanan [EMAIL

Re: 1.1?

2007-08-28 Thread Samisa Abeysinghe
attachment slowness, hence I hope we can live without caching for the time being. Thanks, Samisa... Thanks, Subra On 8/28/07, *Samisa Abeysinghe* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Stefano Pettini wrote: Dear all, any news about Axis2/C 1.1 ?? I am working

Re: REST with Axis2/C

2007-08-28 Thread Samisa Abeysinghe
REST works and I admit it may be flawed. So feel free to correct me lets discuss what is the best way to implement REST in Axis2. Thanks for the help! Subra On 8/28/07, *Samisa Abeysinghe* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Subra A Narayanan wrote: Samisa, I

Re: REST with Axis2/C

2007-08-23 Thread Samisa Abeysinghe
. You could start at looking HTTP transport I guess. If you could debug echo_rest sample, it will be helpful to understand the underlying logic. thanks, Dinesh -- Samisa Abeysinghe : WSO2 WSF/C http://wso2.org/projects/wsf/c?WSO2nbsp;Webnbsp;Servicesnbsp;Framework/Cnbsp;-nbsp;Opennbsp

Re: Is AXIS2/C what I need?

2007-08-21 Thread Samisa Abeysinghe
not consider Axis2/c. Axis2/Java is being used in production, so is Axis2/C. Samisa... On 8/20/07, *Samisa Abeysinghe* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Frank Zhou wrote: Hi All, I am trying to build a web service application in c++, and now

Re: Is AXIS2/C what I need?

2007-08-21 Thread Samisa Abeysinghe
not consider Axis2/c. On 8/20/07, Samisa Abeysinghe [EMAIL PROTECTED] wrote: Frank Zhou wrote: Hi All, I am trying to build a web service application in c++, and now investigate to see if AXIS2/c can satisfy my needs. Specifically, I have the following

Re: Mac OS X build problems - Axis 1.0.0

2007-08-21 Thread Samisa Abeysinghe
/error.o definition of _axutil_error_messages in section (__DATA,__common)* . . .etc Has anyone managed to resolve this issue as yet? thanks in advance Simon -- Samisa Abeysinghe : WSO2 WSF/C http://wso2.org/projects/wsf/c?WSO2nbsp;Webnbsp;Servicesnbsp;Framework/Cnbsp;-nbsp;Opennbsp;sourcenbsp

[ANN] WSO2 Web Services Framework (WSF)/C v1.0.1 Released

2007-08-21 Thread Samisa Abeysinghe
WSO2 Web Services Framework (WSF)/C v1.0.1 Released === WSO2 WSF/C team is pleased to announce the release of WSO2 WSF/C v1.0.1. WSO2 Web Services Framework/C (WSO2 WSF/C) is a standards compliant, enterprise grade, open source, C library for

Re: [AXIS2C] - problem in coding special signs in server answer

2007-08-20 Thread Samisa Abeysinghe
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Samisa Abeysinghe : WSO2 WSF/C http://wso2.org/projects/wsf/c?WSO2nbsp;Webnbsp;Servicesnbsp;Framework/Cnbsp;-nbsp;Opennbsp

Re: How to limit results in yahoo sample?

2007-08-20 Thread Samisa Abeysinghe
a break point in the VC++ debugger: if (svc_client) { axis2_svc_client_free(svc_client, env); svc_client = NULL; } I get an exception and have to terminate the debug run. Regards, Yuva On 8/17/07, *Samisa Abeysinghe * [EMAIL

Re: SOAP fault builder

2007-08-20 Thread Samisa Abeysinghe
-- [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] WSO2 Inc: http://www.wso2.com -- Samisa Abeysinghe : WSO2 WSF/C http://wso2.org/projects/wsf/c?WSO2nbsp;Webnbsp;Servicesnbsp;Framework/Cnbsp;-nbsp;Opennbsp;sourcenbsp;Cnbsp;librarynbsp;fornbsp;providingnbsp;andnbsp

Re: Large Attachment support in Axis2/C

2007-08-16 Thread Samisa Abeysinghe
checkout. Thanks, Samisa... Also I created a JIRA issue requesting attachment caching support be added to Axis2/C. Here is a lnk to the issue: https://issues.apache.org/jira/browse/AXIS2C-672 Thanks!! On 8/15/07, *Samisa Abeysinghe* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote

Re: [Axis2] 1.1.0 RC1 Artifacts

2007-08-16 Thread Samisa Abeysinghe
/07, *Samisa Abeysinghe* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hi All, It has been a while since we discussed the release of 1.1, but could not achieve that so far. Hence in order to expedite the process, I have packed 1.1 release candidates form the svn

Re: How to limit results in yahoo sample?

2007-08-16 Thread Samisa Abeysinghe
/webSearch.html -- Samisa Abeysinghe : WSO2 WSF/C http://wso2.org/projects/wsf/c?WSO2nbsp;Webnbsp;Servicesnbsp;Framework/Cnbsp;-nbsp;Opennbsp;sourcenbsp;Cnbsp;librarynbsp;fornbsp;providingnbsp;andnbsp;consumingnbsp;Webnbsp;services

Re: axiom_data_handler_get_input_stream

2007-08-16 Thread Samisa Abeysinghe
Subra A Narayanan wrote: Samisa, Pls find attached the svn diff file. Patch applied and thank you for the patch. In the future, please create a Jira issue and attach your patch. That helps in tracking what issues were fixed. Thanks again. Samisa... -- Samisa Abeysinghe : WSO2 WSF/C http

Re: Axiom Documentation

2007-08-15 Thread Samisa Abeysinghe
/om_tutorial.html I could not look into this for some time, so I am not sure if it is outdated. Please have a look and let us know if it is useful. If you report any problems, I hope the developers can help improve the docs. Samisa... -- Samisa Abeysinghe : WSO2 WSF/C http://wso2.org/projects/wsf/c?WSO2nbsp

Re: Large Attachment support in Axis2/C

2007-08-15 Thread Samisa Abeysinghe
was easily able to transmit a 3.5 MB file but when I tried a 5 MB file, the server recvd only a part of the file about 2.8 MB. This needs further investigation. Let me have a look into this with the Apache module. Samisa... -- Samisa Abeysinghe : WSO2 WSF/C http://wso2.org/projects/wsf/c

Re: Large Attachment support in Axis2/C

2007-08-15 Thread Samisa Abeysinghe
client does not use chinking. Often the problem happens when using Java clients, they by default use chinking. If you are using Axis2/C client and get the server receiving only part of it, that could be due to a bug somewhere. That needs further investigation. Samisa... -- Samisa Abeysinghe

Re: |AXIS2] [AXIS2C] c-stubs: memset in axis2_TYPE_create missing

2007-08-15 Thread Samisa Abeysinghe
Hi Flori, Were you able to get Java codegen tool working? Regards, Samisa... Samisa Abeysinghe wrote: Dr. Florian Steinborn wrote: Hi Samisa, thanks for the light you shed. Could you please drop some lines explaining how to build a working binary copy from the Axis2 sources? I know

Re: |AXIS2] [AXIS2C] c-stubs: memset in axis2_TYPE_create missing

2007-08-14 Thread Samisa Abeysinghe
I have packed and hosted the latest snapshot with Java svn head here: http://people.apache.org/~samisa/1.1.0-RC1/ Please have a look. Thanks, Samisa... Samisa Abeysinghe wrote: Dr. Florian Steinborn wrote: On Wed, 08 Aug 2007 11:30:23 +0200, Samisa Abeysinghe [EMAIL PROTECTED] wrote: Fixed

Re: |AXIS2] [AXIS2C] c-stubs: memset in axis2_TYPE_create missing

2007-08-14 Thread Samisa Abeysinghe
and has not created anything (so it seems). Whats wrong? Please try with : mvn clean install -Dmaven.test.skip=true Alternatively, I have posted the binary release as well in the link that I gave, you may try with that binary. Samisa... -- Samisa Abeysinghe : WSO2 WSF/C http://wso2.org/projects/wsf

Re: Call web service on C#

2007-08-14 Thread Samisa Abeysinghe
, Samisa... Thanks! -- Samisa Abeysinghe : WSO2 WSF/C http://wso2.org/projects/wsf/c?WSO2nbsp;Webnbsp;Servicesnbsp;Framework/Cnbsp;-nbsp;Opennbsp;sourcenbsp;Cnbsp;librarynbsp;fornbsp;providingnbsp;andnbsp;consumingnbsp;Webnbsp;services

Re: Large Attachment support in Axis2/C

2007-08-14 Thread Samisa Abeysinghe
it with Axis2/C MTOM model. Samisa... The application I am working on requires to support the sending and receiving of very large files. As usual thanks for all the help! Subra -- Samisa Abeysinghe : WSO2 WSF/C http://wso2.org/projects/wsf/c?WSO2nbsp;Webnbsp;Servicesnbsp;Framework/Cnbsp;-nbsp

Re: |AXIS2] [AXIS2C] c-stubs: memset in axis2_TYPE_create missing

2007-08-13 Thread Samisa Abeysinghe
Dr. Florian Steinborn wrote: On Wed, 08 Aug 2007 11:30:23 +0200, Samisa Abeysinghe [EMAIL PROTECTED] wrote: Fixed in modules/adb-codegen/src/org/apache/axis2/schema/template/CADBBeanTemplateSource.xsl Samisa... Great thing! I can see it in the SVN but when I download the axis2-1.3

Re: Axis2/C - USERNAME and PASSWORD

2007-08-13 Thread Samisa Abeysinghe
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Samisa Abeysinghe : WSO2 WSF

Re: [Axis2/C]: SOAP request with line breaks fails

2007-08-13 Thread Samisa Abeysinghe
/9/07, *Samisa Abeysinghe * [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Samisa Abeysinghe wrote: Subra A Narayanan wrote: Hey Samisa, It still doesn't work. Anything else that I can do to solve this problem? I tested it on my

Re: WS-Addressing : Adding reference parameters?

2007-08-13 Thread Samisa Abeysinghe
into the trunk. Cool, I will have a look into the patch and try and apply that to the trunk. Thanks, Samisa... -- Samisa Abeysinghe : WSO2 WSF/C http://wso2.org/projects/wsf/c?WSO2nbsp;Webnbsp;Servicesnbsp;Framework/Cnbsp;-nbsp;Opennbsp;sourcenbsp;Cnbsp;librarynbsp;fornbsp;providingnbsp

Re: Axiom Questions

2007-08-12 Thread Samisa Abeysinghe
attachment and forget about the rest and pass it on, I hope. Samisa... Thanks again for ur help! Subra -- Samisa Abeysinghe : WSO2 WSF/C http://wso2.org/projects/wsf/c?WSO2nbsp;Webnbsp;Servicesnbsp;Framework/Cnbsp;-nbsp;Opennbsp;sourcenbsp;Cnbsp;librarynbsp;fornbsp;providingnbsp;andnbsp

Re: WS-Addressing : Adding reference parameters?

2007-08-12 Thread Samisa Abeysinghe
. It is a bug to have that in the header and should be removed. Thanks, Samisa... Any ideas? Thanks, Jamie -- Samisa Abeysinghe : WSO2 WSF/C http://wso2.org/projects/wsf/c?WSO2nbsp;Webnbsp;Servicesnbsp;Framework/Cnbsp;-nbsp;Opennbsp;sourcenbsp;Cnbsp;librarynbsp;fornbsp;providingnbsp;andnbsp

Re: [WSDL2C] Bug in C - ServerStubs - Unexpected Subelement

2007-08-09 Thread Samisa Abeysinghe
the generated source - the way we did not want to go. Thanks and greetings from Berlin, Flori - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Samisa Abeysinghe : a href=http://wso2

Re: [Axis2/C]: SOAP request with line breaks fails

2007-08-09 Thread Samisa Abeysinghe
Samisa Abeysinghe wrote: Subra A Narayanan wrote: Hey Samisa, It still doesn't work. Anything else that I can do to solve this problem? I tested it on my machine, with newlines in the payload, and it works with the latest svn. I tested with a PHP client and echo service. You seem to have

Re: Unable to run client code

2007-08-08 Thread Samisa Abeysinghe
any compiler options? Thank you everyone for the help! Subra -- Samisa Abeysinghe : http://www.wso2.org/ (WSO2 Oxygen Tank - Web Services Developers' Portal) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [Axis2/C]: SOAP request with line breaks fails

2007-08-08 Thread Samisa Abeysinghe
. This revision should be fine, the problem is solved before this revision. Just try to clean up the whole system (make distclean) and build from scratch and try. Samisa... -- Samisa Abeysinghe : http://www.wso2.org/ (WSO2 Oxygen Tank - Web Services Developers' Portal

Re: [Axis2/C]: SOAP request with line breaks fails

2007-08-06 Thread Samisa Abeysinghe
loaded successfully step. The client code was written in Ruby. I dont know how I can tell Ruby not to insert line breaks. But have you guys seen this issue before? Do you know a solution to this problem? TIA Subra -- Samisa Abeysinghe : http://www.wso2.org/ (WSO2 Oxygen Tank - Web Services

Re: Service compilation problem

2007-08-05 Thread Samisa Abeysinghe
math_skeleton.o -L/usr/local/axis2c/lib -laxis2 -olibmath.so In place of the last command, try using the following: gcc -shared math.o math_skeleton.o -ldl -lpthread -olibmath.so Then copy the libmath.so to the services folder and try. Samisa... -- Samisa Abeysinghe : http://www.wso2.org/ (WSO2 Oxygen Tank

Re: **JUNK** [Axis2/C] Function axis2_msg_ctx_get_to returns null

2007-07-31 Thread Samisa Abeysinghe
name=wsamapping some URL/parameter. Am I missing something ? Thanks for your help Simon - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Samisa Abeysinghe : http

Re: Services.xml

2007-07-30 Thread Samisa Abeysinghe
engine send successful 374 [Sun Jul 29 08:10:44 2007] [debug] engine.c(292) Axis2 engine receive completed! 375 [Sun Jul 29 08:10:44 2007] [info] Request served in 0.031 seconds Regards, ~raghav -Original Message- From: Samisa Abeysinghe [mailto:[EMAIL PROTECTED] Sent

Re: Services.xml

2007-07-30 Thread Samisa Abeysinghe
-- Samisa Abeysinghe : http://www.wso2.org/ (WSO2 Oxygen Tank - Web Services Developers' Portal) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Generating WSDL for a Axcis2/C Web service

2007-07-30 Thread Samisa Abeysinghe
with the service in services folder to be served for ?wsdl requests. Samisa... -- Samisa Abeysinghe : http://www.wso2.org/ (WSO2 Oxygen Tank - Web Services Developers' Portal) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[Axis2] Documentation - Document index is empty :(

2007-07-30 Thread Samisa Abeysinghe
I clicked on Document Index link on the main page and I was taken to URL: http://ws.apache.org/axis2/1_2/index.html This is an empty doc, I could not see any content, except the left had side navigation. Samisa... -- Samisa Abeysinghe : http://people.apache.org/~samisa

Re: Services.xml

2007-07-26 Thread Samisa Abeysinghe
. You can safely comment whole of my_init function, leaving only the return AXIS2_SUCCESS; line in there. HTH. Thanks, Samisa... -- Samisa Abeysinghe : http://www.wso2.org/ (WSO2 Oxygen Tank - Web Services Developers' Portal

Re: [Axis2/C] Attachments in Axis2/C

2007-07-26 Thread Samisa Abeysinghe
currently only supports the MTOM way of attachments. Hence there is no way as of now that you can make a REST client access attachments with an Axis2/C service doing MTOM. Samisa... Subra -- Samisa Abeysinghe : http://www.wso2.org/ (WSO2 Oxygen Tank - Web Services Developers' Portal

Re: Services.xml

2007-07-25 Thread Samisa Abeysinghe
= echo_svc_skeleton_ops_var; Please check your service implementtion. Samisa... Thanks, Manoj R -Original Message- From: Samisa Abeysinghe [mailto:[EMAIL PROTECTED] Sent: Monday, July 23, 2007 1:34 PM To: Apache AXIS C User List Subject: Re: Services.xml Looking at the back trace, the problem

Re: Services.xml

2007-07-23 Thread Samisa Abeysinghe
using it? Sample of my working services.xml is the simple math sample. It is the same services.xml still in math sample. AFAIK there is no special changes required in axis2.xml. What does your axis2.log says ? thanks, Dinesh -- Samisa Abeysinghe : http://www.wso2.org/ (WSO2 Oxygen Tank

Re: Services.xml

2007-07-23 Thread Samisa Abeysinghe
using it? Sample of my working services.xml is the simple math sample. It is the same services.xml still in math sample. AFAIK there is no special changes required in axis2.xml. What does your axis2.log says ? thanks, Dinesh -- Samisa Abeysinghe : http://www.wso2.org/ (WSO2 Oxygen

Re: HTTP headers

2007-07-12 Thread Samisa Abeysinghe
I have fixed the docs and the headers and added a DEPRECATED note against AXIOM_SOAP_12 and AXIOM_SOAP_11 Samisa... Samisa Abeysinghe wrote: AXIOM_SOAP12 is defined as a member of enum with value 2. AXIOM_SOAP_12 is defined as a constant with value 1 This was the root cause of the problem

Re: HTTP headers

2007-07-11 Thread Samisa Abeysinghe
, specially the ones related to codegen tool. I hope we would be able to release 1.1 by the end of July. Thanks, Samisa... -- Samisa Abeysinghe : http://www.wso2.org/ (WSO2 Oxygen Tank - Web Services Developers' Portal

Re: HTTP headers

2007-07-11 Thread Samisa Abeysinghe
. And the axis2/C manual suggests that we have to use these constants, which is wrong... :( http://ws.apache.org/axis2/c/docs/axis2c_manual.html That is a doc bug :( Samisa... -- Samisa Abeysinghe : http://www.wso2.org/ (WSO2 Oxygen Tank - Web Services Developers' Portal

Re: [AXIS2C] Apache 1.3.x Module

2007-07-11 Thread Samisa Abeysinghe
Bradley Beddoes wrote: If we do require this functionality we'll write it and commit back. It would be great if you can contribute the code. Samisa... -- Samisa Abeysinghe : http://www.wso2.org/ (WSO2 Oxygen Tank - Web Services Developers' Portal

Re: HTTP headers

2007-07-11 Thread Samisa Abeysinghe
then we can fix the problem by changing the value to represent the correct value and also fixing the doc. Samisa... Samisa Abeysinghe wrote: Kaushalye Kapuruge wrote: Stefano Pettini wrote: Thank you Sahan, so AXIS2C-639 can be closed. Can I suggest to change name of internal constants

Re: Multithreading again

2007-07-10 Thread Samisa Abeysinghe
commands, e-mail: [EMAIL PROTECTED] -- Samisa Abeysinghe : http://www.wso2.org/ (WSO2 Oxygen Tank - Web Services Developers' Portal) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Anyone built Axis/c for HPUX or AIX

2007-07-10 Thread Samisa Abeysinghe
and run into problems, please let us know. Samisa... Rgds, vel -- Samisa Abeysinghe : http://www.wso2.org/ (WSO2 Oxygen Tank - Web Services Developers' Portal) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: HTTP headers

2007-07-10 Thread Samisa Abeysinghe
Stefano Pettini wrote: Hi all again, multithreading issue is still open, The program that Manjula sent does not work for you? It works fine for me. So there is no mltithreading issue anymore. Samisa... -- Samisa Abeysinghe : http://www.wso2.org/ (WSO2 Oxygen Tank - Web Services Developers

Re: Axis2c, axis2_http_simple_request

2007-07-10 Thread Samisa Abeysinghe
Krankurs, Leonid wrote: Hello, Is there any way in Axis2c to convert HTTP request given as axis2_char_t* to axis2_http_simple_request? No not directly. What is your usecase? Samisa... -- Samisa Abeysinghe : http://www.wso2.org/ (WSO2 Oxygen Tank - Web Services Developers' Portal

Re: malloc, realloc, free and readdir failing

2007-07-09 Thread Samisa Abeysinghe
Axis2 and look for something else able to send an XML string to a SOAP endpoint and to give back the response as XML string. Any suggestion? Thanks! Stefano Samisa Abeysinghe wrote: Stefano Pettini wrote: Hi Samisa, thank you for your reply. May you tell me if these pseudo-code fragments

Re: malloc, realloc, free and readdir failing

2007-07-08 Thread Samisa Abeysinghe
, Samisa... Thanks! Stefano Samisa Abeysinghe wrote: If you are using multiple service clients in the same program in threads, you may have to disable the resetting on the libxml2 parser, whenever you free the service client. You can do this by using the method axis2_options_set_xml_parser_reset

Re: Does Axis2/C client has the ability to set the session management?

2007-06-25 Thread Samisa Abeysinghe
I have a web service written in Java and use the soapsession management. Right now I want to create a client using Axis2/C. Is Axis2/C client able to mange session? Axis2/C client cannot manage sessions with a Java service :( Samisa... -- Samisa Abeysinghe : http://www.wso2.org/ (WSO2

Re: |AXIS2] [AXIS2C] c-stubs: memset in axis2_TYPE_create missing

2007-06-24 Thread Samisa Abeysinghe
Dr. Florian Steinborn wrote: The Get involved link on the Axis2/C homepage is a dead link... This was due to a bug in navigation.xml :( my bad. Fix in the svn head, but did not upload to the site yet. Thanks, Samisa... - To

Re: is Axis2 C ready for production environment ?

2007-06-21 Thread Samisa Abeysinghe
be best if you could test. If you have any problems, I hope the community would be happy to help. Samisa... Thanks, Radoslav -- Samisa Abeysinghe : http://www.wso2.org/ (WSO2 Oxygen Tank - Web Services Developers' Portal

Re: [AXIS2C] memory management

2007-06-19 Thread Samisa Abeysinghe
PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Samisa Abeysinghe : http://www.wso2.org/ (WSO2 Oxygen Tank - Web Services Developers' Portal) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: problems with ws and corba call in one client

2007-06-19 Thread Samisa Abeysinghe
.-Ing. Wolfgang Eychmüller Sitz der Gesellschaft: Ulm - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Samisa Abeysinghe : http://www.bloglines.com/blog/samisa

Re: Segmentation fault when calling webservice

2007-06-17 Thread Samisa Abeysinghe
that using dlopen return codes. Will look into that. Thanks for the suggestion. Samisa... -- Samisa Abeysinghe : http://www.bloglines.com/blog/samisa - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: Segmentation fault when calling webservice

2007-06-14 Thread Samisa Abeysinghe
! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Samisa Abeysinghe : http://www.wso2.org/ (WSO2 Oxygen Tank - Web Services Developers' Portal

Re: [AXIS2C][WSDL2C] close to despair

2007-06-13 Thread Samisa Abeysinghe
Forwarding message form Damitha: Hi Florian I never had problems in compiling the Axis2c sources. But when I check out the latest svn I have to run the autoconf.sh because there is no configure-script. I have uploaded a nightly build today at :

Re: [AXIS2C][WSDL2C] close to despair

2007-06-12 Thread Samisa Abeysinghe
... -- Samisa Abeysinghe : http://www.wso2.org/ (WSO2 Oxygen Tank - Web Services Developers' Portal) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [AXIS2C][WSDL2C] close to despair

2007-06-10 Thread Samisa Abeysinghe
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Samisa Abeysinghe : http://www.wso2

Re: [AXIS2C][WSDL2C] close to despair

2007-06-10 Thread Samisa Abeysinghe
] For additional commands, e-mail: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] -- [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] WSO2, Inc: http://www.wso2.com Oxygenating the Web Service Platform http://www.milindalakmal.wordpress.com -- Samisa Abeysinghe : http://www.wso2.org/ (WSO2 Oxygen

Re: Segmentation fault when calling webservice

2007-06-08 Thread Samisa Abeysinghe
! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Samisa Abeysinghe : http://www.wso2.org/ (WSO2 Oxygen Tank - Web Services Developers' Portal

Re: Segmentation fault when calling webservice

2007-06-07 Thread Samisa Abeysinghe
PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Samisa Abeysinghe : http://www.wso2.org/ (WSO2 Oxygen Tank - Web Services Developers' Portal) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: Axis2 : how to enable soap message logging

2007-06-05 Thread Samisa Abeysinghe
. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Samisa Abeysinghe : http://www.bloglines.com/blog/samisa - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: AXIOM as XML Beans alternative

2007-05-30 Thread Samisa Abeysinghe
Alastair FETTES wrote: I have a question about using AXIOM in a slightly different way than the Axis2/C group probably intends. I'm looking for an alternative to XML Beans that I can use in the world of C++ but none of the solutions that I have found have been adequate. With the release of

Re: Invoking AXIS over Sockets

2007-05-30 Thread Samisa Abeysinghe
[EMAIL PROTECTED] wrote: Hi I have AXIS over http but the client has requirement of using web service over TCP/IP for performance point of view. What changes do I need to make call over TCP/IP ? Is there and example or tutorial to describe the same. Axis2 has TCP support.

Re: New User

2007-05-29 Thread Samisa Abeysinghe
commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Samisa Abeysinghe : http://www.bloglines.com/blog/samisa

Re: [axis2][question] is it easy to create ws client using ws-addressing in a different language than java?

2007-05-25 Thread Samisa Abeysinghe
... -- Samisa Abeysinghe : http://www.bloglines.com/blog/samisa - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[Axis2] Re: WS-I Basic Profile Compliant version 1.0

2007-05-24 Thread Samisa Abeysinghe
with Microsoft .NET, Axis2/Java and even with IBM's implementations and the results are successful. So my taking is that, Axis2/C interoperates with most of the major implementations out there. I hope that is what you are looking for. Thanks, Samisa... -- Samisa Abeysinghe : http://www.wso2.org/ (WSO2

Re: need help with invoking/tracing sample echo service for axis2c

2007-05-23 Thread Samisa Abeysinghe
to see the trace log messages in the server log: e.g. ./axis2_http_server -l 5 Thanks, Samisa... -- Samisa Abeysinghe : http://www.wso2.org/ (WSO2 Oxygen Tank - Web Services Developers' Portal) - To unsubscribe, e-mail

Re: Specify the SOAP Body

2007-05-23 Thread Samisa Abeysinghe
// // // Specify everything that is in here! // // // // /soap:Body /soap:Envelope -- Samisa Abeysinghe : http://www.bloglines.com/blog/samisa

Re: Service vs. Operation client APIs [was Re: [Axis2] SOAP header elements]

2007-05-21 Thread Samisa Abeysinghe
Eran Chinthaka wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Samisa Abeysinghe wrote: OK, I really do not want to criticize the client API here, specially given that it has been around for more than two years. However, I have a problem when deciding whether to use the service

Re: [AXIS2.0] Good examples, tutorials, and books

2007-05-21 Thread Samisa Abeysinghe
://tssblog.techtarget.com/index.php/mini-guide-apache-web-services/ HTH Samisa... -- Samisa Abeysinghe : http://www.bloglines.com/blog/samisa - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Exception in thread main org.apache.axis2.AxisFault: Internal server runtime exception

2007-05-21 Thread Samisa Abeysinghe
may try to capture the messages with tcpmon. Samisa... -- Samisa Abeysinghe : http://www.bloglines.com/blog/samisa - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [Axis2] SOAP header elements

2007-05-20 Thread Samisa Abeysinghe
Deepal Jayasinghe wrote: Hi Jack , If this is in the server side , you can get the message context and from that you can get the SOAP envelope and from the soap envelope you can get the soap headers. If it is the in the client side , the the process is , - First you get the last

Service vs. Operation client APIs [was Re: [Axis2] SOAP header elements]

2007-05-20 Thread Samisa Abeysinghe
Samisa Abeysinghe wrote: Deepal Jayasinghe wrote: Hi Jack , If this is in the server side , you can get the message context and from that you can get the SOAP envelope and from the soap envelope you can get the soap headers. If it is the in the client side , the the process

Re: returning an array

2007-05-18 Thread Samisa Abeysinghe
the code should look like for dealing with an array with data binding, please find a WSDL with an array data structure and generate code with WSDL2C tool. Samisa... -- Samisa Abeysinghe : http://www.wso2.org/ (WSO2 Oxygen Tank - Web Services Developers' Portal

Re: [Axis2] SOAP header elements

2007-05-18 Thread Samisa Abeysinghe
] For additional commands, e-mail: [EMAIL PROTECTED] -- Samisa Abeysinghe : http://www.bloglines.com/blog/samisa - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Soap over JMS example with Axis2

2007-05-16 Thread Samisa Abeysinghe
Ali Sadik Kumlali wrote: Hi Fabio, Here it is: http://ws.apache.org/axis2/1_1_1/jms-transport.html Latest for 1.2 release is http://ws.apache.org/axis2/1_2/jms-transport.html Samisa... -- Samisa Abeysinghe : http://www.bloglines.com/blog/samisa

Re: Receiving larger files using MTOM -AXIS2 sevice

2007-05-16 Thread Samisa Abeysinghe
(http://ws.apache.org/axis/java/user-guide.html#AppendixUsingTheAxisTCPMonitorTcpmon) did not have such a problem. I am using Axis 1.4 tcpmon with MTOM. Samisa... -- Samisa Abeysinghe : http://www.wso2.org/ (WSO2 Oxygen Tank - Web Services Developers' Portal

<    1   2   3   4   5   6   >