Re: HTTP headers

2007-07-11 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
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"

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&#x

Re: [AXIS2C] Apache 1.3.x Module

2007-07-11 Thread Samisa Abeysinghe
httpd 2.x was mainstream. However, if you have a look into the apache2 module, you would be able to easily implement a 1.3 module. Samisa... -- Samisa Abeysinghe : http://www.wso2.org/ (WSO2 Oxygen Tank - Web Services Develope

Re: HTTP headers

2007-07-11 Thread Samisa Abeysinghe
we? +1 form me too. 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

Re: HTTP headers

2007-07-11 Thread Samisa Abeysinghe
ike to fix, 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: 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 Develope

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: 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 addit

Re: Multithreading again

2007-07-09 Thread Samisa Abeysinghe
ns for (i=0; ierror) << endl; return -4; } } for (i = 0; i - To unsubscribe, e-mail: [EMAIL PROTEC

Re: Multithreading again

2007-07-09 Thread Samisa Abeysinghe
? Thanks. Stefano - 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: malloc, realloc, free and readdir failing

2007-07-09 Thread Samisa Abeysinghe
I'll have to abandon 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

Re: malloc, realloc, free and readdir failing

2007-07-08 Thread Samisa Abeysinghe
look into the implementation for further details. Thanks, 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 fr

Re: WSDL4CPP 0.9.2b is released

2007-07-06 Thread Samisa Abeysinghe
Zhu, Ming wrote: Our team has used this WSDL4CPP with AXIS-C, and successfully developed the web service function for our commercial product, and it is welcomed by our clients. Would you like to donate the Axis/C++ integration code? I am just curious. Samisa... -- Samisa Abeysinghe : http

Re: WSDL4CPP 0.9.2b is released

2007-07-05 Thread Samisa Abeysinghe
egistered office is at Hoogoorddreef 5, 1101 BA Amsterdam, The Netherlands -- Samisa Abeysinghe : http://www.wso2.org/ (WSO2 Oxygen Tank - Web Services Developers' Portal) - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: malloc, realloc, free and readdir failing

2007-07-05 Thread Samisa Abeysinghe
since I've studied Axis2 source very deeply. If you want to know something more, just ask. Cheers, Stefano - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Samisa Abeysing

Re: Error accessing bootstrap method

2007-07-05 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 com

Re: [AXIS2C] throwing an exception from the server to the Java-client

2007-06-25 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' P

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__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: |AXIS2] [AXIS2C] c-stubs: memset in axis2__create missing

2007-06-21 Thread Samisa Abeysinghe
codegen code. Samisa... Thanks, Flori. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Samisa Abeysinghe : http://www.wso2.org/ (WSO2 Oxygen Tank - Web Services

Re: is Axis2 C ready for production environment ?

2007-06-21 Thread Samisa Abeysinghe
er, it would 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 Dev

Re: A compiling problem

2007-06-19 Thread Samisa Abeysinghe
mail: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> URL: http://ndar.nih.gov -- Samisa Abeysinghe : http://www.bloglines.com/blog/samisa - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: problems with ws and corba call in one client

2007-06-19 Thread Samisa Abeysinghe
Dr.-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/sam

Re: [AXIS2C] memory management

2007-06-19 Thread Samisa Abeysinghe
2_getStringResponse_t instance, which would free the members of the axis2_getStringResponse_t struct. Samisa... Thanks, Flori On Tue, 19 Jun 2007 07:51:31 +0200, Samisa Abeysinghe <[EMAIL PROTECTED]> wrote: Shailesh Srivastava wrote: Once the response string is formed, you need to

Re: [AXIS2C] session management

2007-06-19 Thread Samisa Abeysinghe
by using configuration context and service group context. However session support is not implemented in Axis2/C, using these features, but they are there. So you can implement it using the current architecture. Samisa... -- Samisa Abeysinghe : http://www.wso2.org/ (WSO2 Oxygen Tank - Web

Re: [AXIS2C] memory management

2007-06-18 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) - To unsubscribe, e-mail:

Re: Segmentation fault when calling webservice

2007-06-17 Thread Samisa Abeysinghe
to do 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 comman

Re: Segmentation fault when calling webservice

2007-06-14 Thread Samisa Abeysinghe
I was able to reproduce your problem at last. The problem occures when the shared library is missing in the services folder in the repository. As per your services.xml file given below, you should have a libmajcsp.so file in the /usr/local/axis2c/services/majcsp/ folder. Do you have that file?

Re: Segmentation fault when calling webservice

2007-06-13 Thread Samisa Abeysinghe
Jun 7 23:19:51 2007] [debug] phase.c(195) Invoke the handler context_handler within the phase PostDispatch Erreur de segmentation (core dumped) Does anybody have experienced this kind of problem ? Thanks for your help ! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

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 : >> http://people.apache.org/di

Re: [AXIS2C][WSDL2C] close to despair

2007-06-12 Thread Samisa Abeysinghe
onwards Samisa... -- 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-12 Thread Samisa Abeysinghe
s? Samisa... -- 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-11 Thread Samisa Abeysinghe
Dr. Florian Steinborn wrote: On Mon, 11 Jun 2007 04:21:56 +0200, Samisa Abeysinghe <[EMAIL PROTECTED]> wrote: Milinda Pathirage wrote: Hi, I changed the sample implementation of Calculator server/client to reflect the changes in naming conventions and removing macros. Please tr

Re: Segmentation fault when calling webservice

2007-06-10 Thread Samisa Abeysinghe
Jun 7 23:19:51 2007] [debug] phase.c(195) Invoke the handler context_handler within the phase PostDispatch Erreur de segmentation (core dumped) Does anybody have experienced this kind of problem ? Thanks for your help ! ---

Re: [AXIS2C][WSDL2C] close to despair

2007-06-10 Thread Samisa Abeysinghe
- >> To unsubscribe, e-mail: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> >> For additional commands, e-mail: [EMAIL PROTECTED]

Re: [AXIS2C][WSDL2C] close to despair

2007-06-10 Thread Samisa Abeysinghe
I torture myself since monday. Thanks a lot for your help, Flori - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional c

Re: Segmentation fault when calling webservice

2007-06-08 Thread Samisa Abeysinghe
# export CFLAGS # ./configure # make # make install HTH. Samisa... -- Samisa Abeysinghe : http://www.wso2.org/ (WSO2 Oxygen Tank - Web Services Developers' Portal) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm

Re: Segmentation fault when calling webservice

2007-06-07 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
ED] 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, e-mail: [EMAIL PROTECTED]

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 1

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

2007-05-24 Thread Samisa Abeysinghe
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/

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

2007-05-22 Thread Samisa Abeysinghe
trace log level 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 uns

Re: returning an array

2007-05-17 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' P

Re: tcpmon2file, a little helper

2007-05-15 Thread Samisa Abeysinghe
hope that you would continue to contribute patches like this in the future as well. Please take note of point raised by Dinesh and create a Jira in the future. Also it helps if you can send the patch file in place of the source file. Regards, Samisa... -- Samisa Abeysinghe : http://www.wso2.or

Re: LNK2005 axutil_error_messages

2007-05-11 Thread Samisa Abeysinghe
ROTECTED] - 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.bloglines.com/blog/samisa - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Echo client invoke faild

2007-05-10 Thread Samisa Abeysinghe
out the problem. Have you added the Axis2/C DLLs to your PATH? Samisa... -- Samisa Abeysinghe : http://www.wso2.org/ (WSO2 Oxygen Tank - Web Services Developers' Portal) - To unsubscribe, e-mail: [EMAIL PROTECTED] For ad

Re Echo client invoke faild

2007-05-10 Thread Samisa Abeysinghe
r. The logs might have some clues as to what is going wrong. Samisa... -- Samisa Abeysinghe : http://www.wso2.org/ (WSO2 Oxygen Tank - Web Services Developers' Portal) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additi

Re: LNK2005 axutil_error_messages

2007-05-10 Thread Samisa Abeysinghe
when i compile any sample as C++ (/TP), not as C (/TC). Does it say where it was already defined? Please send the full error. Samisa... -- Samisa Abeysinghe : http://www.wso2.org/ (WSO2 Oxygen Tank - Web Services Developers' Portal)

Re: Error:Transport out is not set in message context

2007-05-10 Thread Samisa Abeysinghe
ng to run? Samisa... -- 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] problem in running the client

2007-05-07 Thread Samisa Abeysinghe
Sushmita Sahu wrote: Hi, I have successfully complied and build the source code for the client calculator. When I try to run it I am getting this : *Sending OM : xmlns:ns1="http://localhost/axis/calculator";>13 *n1>7* and it exists. When I checked the w2c_test.log file it said : *[Mon

Re: problem in running client

2007-05-07 Thread Samisa Abeysinghe
Yogender Singh01 wrote: <> Hi, I am trying to run a calculator client for addition. I have checked the calculator service is succesfully deplyed in services folder by checking the URL http://localhost:9090/axis2/services But I am getting the error while running the exe. The log file is attach

[ANN] Axis2/C 1.0.0 Released

2007-05-06 Thread Samisa Abeysinghe
Apache Axis2/C Team is pleased to announce the release of Apache Axis2/C version 1.0.0 You can download this release from http://ws.apache.org/axis2/c/download.cgi Key Features 1. Support for one-way messaging (In-Only) and request response messaging (In-Out) 2. Client APIs: Easy to use se

Re: LNK2005 axutil_error_messages

2007-05-04 Thread Samisa Abeysinghe
[EMAIL PROTECTED] wrote: hello users of axis2c, when i compile the 'math-service-sample' with vs2005 (vc 7.1) there is no prob, but when i do the same with vs2003 (vc 7.0) i got an error from the linker. error LNK2005: _axutil_error_messages already defined in math_skeleton.obj This was a b

Re: Regarding web services through AXIC c++

2007-04-24 Thread Samisa Abeysinghe
Sushmita Sahu wrote: /Hi,/ / I am a novice in web services./ /I have installed Axis –c as per the document given in Axis site. I have copied all the respective files in the relevant paths./ /I have set the path as well. But when I give httpd –k start it gives me the error that mod_axis2.dl

Re: Axis2/C 1.0.0 RC3 Released

2007-04-20 Thread Samisa Abeysinghe
Download link is http://people.apache.org/~samisa/release/1.0.0/RC3/ Thanks, Samisa... Samisa Abeysinghe wrote: Apache Axis2/C Team is pleased to announce the release of Apache Axis2/C version 1.0.0-RC3 You can download this release from http://ws.apache.org/axis2/c/download.cgi Please test

Axis2/C 1.0.0 RC3 Released

2007-04-20 Thread Samisa Abeysinghe
Apache Axis2/C Team is pleased to announce the release of Apache Axis2/C version 1.0.0-RC3 You can download this release from http://ws.apache.org/axis2/c/download.cgi Please test this and send in your feedback. Key Features 1. Support for one-way messaging (In-Only) and request response me

Re: axis2c 0.95, env setting

2007-04-09 Thread Samisa Abeysinghe
Sorry for the late reply - 0.95 is quite old - we released 0.96 long ago. We also have release RC1 of 1.0. I strongly suggest that you try 1.0.0 RC1. Samisa... - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional command

Re: Makefine does not run

2007-04-04 Thread Samisa Abeysinghe
[EMAIL PROTECTED] wrote: Hello, I have today download the new source code . When i run the makefile with nmake dist, I get a error on creating the axiom.lib, see the followed text. My Question is what is my mistake. Where are setting the include-files. Did you download the 1.0 RC1 from her

Re: eliminate soapenv:header

2007-03-04 Thread Samisa Abeysinghe
Bored stiff? Loosen up... Download and play hundreds of games for free on Yahoo! Games. http://games.yahoo.com/games/front - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [Axis2C] Creating an SSL client - trunk

2007-02-22 Thread Samisa Abeysinghe
Dinesh Premalal wrote: Dumindu, I think list reject attachments, could you please attach patch to a jira. I do not think the list reject attachments, probably he forgot to attach. Anyway +1 for attaching in Jira and sending the link to the issue. Samisa... -

Re: [Axis2] rampart header file - oxs_taken_transform.h

2007-02-20 Thread Samisa Abeysinghe
In order to get rampart to build, I had to change oxs_token_transform.h because it was using OXS_TRANSFORM_H (used elsewhere) instead of OXS_TOKEN_TRANSFORM_H. Can you make this change in the checkin copy of this file? Done. Samisa... -

Re: [Axis2] question on http transport...

2007-02-01 Thread Samisa Abeysinghe
code so that we can dig into that and see what is wrong. Samisa... -- Samisa Abeysinghe : http://www.wso2.org/ (WSO2 Oxygen Tank - Web Services Developers' Portal) - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

Re: What is the projected release date for Axis2C?

2006-11-27 Thread Samisa Abeysinghe
Dave Meier wrote: Hi Samisa, Do you think that Axis2C will be at a point where there are not many bugs and it is stable enough to work in a long running production environment by late spring/early summer of 2007? Yes I do think so. I am attending memory leaks at the moment and it is shaping

Re: [Axis2] can I get the IP Address of the client?

2006-11-18 Thread Samisa Abeysinghe
Dave Meier wrote: Is there some way to find out the IP address of the client? I think it would be available from the socket connection. Yes it is available at socket (in other words, stream level). It is possible to pull this information up to the message context level. I would like to be a

Re: [Axis2] Multiple byte character set support?

2006-11-16 Thread Samisa Abeysinghe
Dave Meier wrote: How are multibyte character sets handled in Axis2C? If I encode all my strings in UTF-8 before sending from the server and decode from UTF-8 when receiving strings on the server, will that work? As far as my understanding goes, yes. But I have not tried this on my own. If y

Re: [Axis2] can I get the IP Address of the client?

2006-11-16 Thread Samisa Abeysinghe
Dave Meier wrote: Hi, >From the server code, is there a way to find out the IP Address of the client? I'm trying to find it on the axis2_msg_ctx_t. It is not set in the message context. Samisa... - To unsubscribe, e-mail:

Re: [Axis2] rampart problem using WS-SECURITY

2006-11-16 Thread Samisa Abeysinghe
In future I will try to insert security results as properties (e.g. user id) to the message context after processing a security header, so that we don't need to repeat the same processing in the service. +1. That is much user friendly. Samisa... --

Re: What is the projected release date for Axis2C?

2006-11-12 Thread Samisa Abeysinghe
Dave Meier wrote: Thank you. Mainly I just need to be able to count on Axis2C in a shipping product and as long as it will be stable and perform all the promised features correctly I'm happy. The timeframe I'm working with is to have a fairly stable system in 3-4 months and be able to publish w

Re: What is the projected release date for Axis2C?

2006-11-11 Thread Samisa Abeysinghe
Dave Meier wrote: When is the Axis2C 1.0 release anticipated? I'm assuming the generally available release will be 1.0. This is something that we are yet to discuss with the community. I personally think that the next release, 0,96 is almost of 1.0 kind of quality. So why should you bother

[Axis2] Rampart build system

2006-11-02 Thread Samisa Abeysinghe
There are couple of issues with rampart build: 1. It installs the libs to deploy/rampart/rampart/rampart be default - this is wired; why three levels? 2. No build.sh in samples 3. I would like the samples build included in rampart build.sh like in the case of main build.sh Thanks, Samisa...

Re: Axis2C REST with POST

2006-10-31 Thread Samisa Abeysinghe
Dave Meier wrote: Hi, I've been able to make REST style calls using the query string, but am wondering how to use REST with POST. Is there an example of this anywhere? Have a look at samples/user_guide/clients/echo_rest.c Samisa...

Re: REST status in Axis2C latest code?

2006-10-31 Thread Samisa Abeysinghe
Dave Meier wrote: Sorry, I did get it to work with "http://localhost:8080/axis2/services/echo/echoString?foo=bar"; - it returns "bar" in the response. For REST calls, does there always have to be one or more arguments in the query string? Yes you have to send the payload expected by the serv

Re: REST status in Axis2C latest code?

2006-10-31 Thread Samisa Abeysinghe
Dave Meier wrote: Hi, I'm running the axis2_http_server.exe and attempting to invoke services REST style, but not having much luck. Also tried with the axis2 module installed under apache 2 and got the same result. Is REST fully implemented for Axis2C? I'm trying a URL like this "http://local

Re: Axis2c, 0.95

2006-10-29 Thread Samisa Abeysinghe
Krankurs, Leonid wrote: Hi Samisa, I apologize, it was my fault. However, 0.95 behaves mush worse than 0.94 on the code i have sent you 3? days ago - memory leak is more significant hmmm, 0.95 is supposed to be better - as far as I know, we did not touch any areas that would expose more me

Re: Axis2c, 0.95

2006-10-28 Thread Samisa Abeysinghe
Krankurs, Leonid wrote: Hi, Using 0.95 release working code built based on 0.94 (worked 0.93) if ( NULL != http_client ) AXIS2_HTTP_CLIENT_FREE(http_client, m_env); throws Unhandled exception at 0xabababab 0xC005: Access violation reading location 0xabababab. Po

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

2006-10-27 Thread Samisa Abeysinghe
One of the key things is the effort put into documentation. We have a manual here: http://ws.apache.org/axis2/c/docs/axis2c_manual.html This is far from complete, but an initiative in the right direction in terms of documentation. Samisa... Dinesh Premalal wrote: We are pleased to announce th

Re: axis2c 0.94, to free allocated memory

2006-10-26 Thread Samisa Abeysinghe
Krankurs, Leonid wrote: Hi, i have memory leak when in axis2c 0.94, when attempt to free allocated memory What is the best practice to cleanup node structure? - looks like that 1. AXIOM_NODE_FREE_TREE(node, env) does not deallocates all memory of tree - should one expect that this call wi

Re: WSDL2C REST question

2006-10-17 Thread Samisa Abeysinghe
Dave Meier wrote: To use REST with Axis2C, do I need to define my inputs and outputs as generic XML nodes or can I use specifically defined structures for these? You have to work at XML level; it is an XML-in/XML-out model that we support. There are no predefined structures for doing REST. I wa

Re: [Axis2] WSDL2C Code generation tool ( C Implementation ) - questions

2006-10-17 Thread Samisa Abeysinghe
Dave Meier wrote: 1. Does this new tool currently only build on Linux or can I build it on Windows? I have not tested on Windows, but I know that it runs on Linux. 2. Does it generate the data structures in C? I'm using the java WSDL2Code and it generates my input/output data structures al

Re: Axis2c, 0.94, error processing

2006-10-15 Thread Samisa Abeysinghe
Krankurs, Leonid wrote: Hi Samisa, Thank you very much for the tip - it works!, however it seems to me that the error message "NULL paramater was passed when a non NULL parameter was expected" does not look informative as desirable. Agreed, but, does it not tell you the line number of the

Re: Axis2c, 0.94, error processing

2006-10-15 Thread Samisa Abeysinghe
Krankurs Leonid wrote: Hi, Could you please clarify Axis2c, 0.94 error processing behavior in the following scenario: axis2_allocator_t* allocator = axis2_allocator_init (NULL); axis2_error_t* error = axis2_error_create(allocator); axis2_env_t* env = axis2_env_create_with_error(allocator, err

Re: Axis2C SSL Server

2006-10-13 Thread Samisa Abeysinghe
Andrew Preston wrote: Hello, Are there any mechanisms for Axis2C to handle incoming asynchronous (in only) messages over HTTPS? Is this something that integration with Apache provides? My application needs to act as both a client over HTTPS and a server receiving these async messages. Yes,

Re: build axis2c on solaris using source code

2006-10-13 Thread Samisa Abeysinghe
Uditha Jayawardena wrote: Thanks now the header error is fixed but there are still the following errors uuid_gen_unix.c:236:29: warning: extra tokens at end of #ifdef directive uuid_gen_unix.c:306:11: warning: extra tokens at end of #else directive uuid_gen_unix.c: In function `axis2_uuid_get_ma

Re: [Axis2][Fwd: using generates some java & some C code... Help need]

2006-10-12 Thread Samisa Abeysinghe
Sharad Baronia wrote: Hi Samisa, Is it going to be part of Axis2 1.1 rc1 nightly build? I am afraid not - this issues is still pending :( Samisa... - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-

Re: [Axis2][Fwd: hi]

2006-10-12 Thread Samisa Abeysinghe
codes? bye.. */Samisa Abeysinghe <[EMAIL PROTECTED]>/* wrote: Samisa Abeysinghe wrote: > Forwarding with correct prefix > > Original Message > Subject: hi > Date: Wed, 11 Oct 2006 07:39:41 +0100 (BST) > From: ritu gau

[Axis2][Fwd: using generates some java & some C code... Help need]

2006-10-11 Thread Samisa Abeysinghe
Prefix fixed! Original Message Subject:using generates some java & some C code... Help need Date: Wed, 11 Oct 2006 14:11:35 -0700 From: Sharad Baronia <[EMAIL PROTECTED]> Reply-To: Apache AXIS C User List To: axis-c-user@ws.apache.org Hi, When I uses W

Re: [Axis2]swa reply

2006-10-11 Thread Samisa Abeysinghe
Martin Voelkle wrote: Martin Voelkle wrote: > Hello > > I am trying to access a SOAP 1.1 service which replies with a swa > attachment. Axis2/C does not support SwA as such. We only have support for attachments with XOP/MTOM. Please have a look at our MROM sample. Thanks for the info. I had r

Re: [Axis2][Fwd: Problems with woden]

2006-10-11 Thread Samisa Abeysinghe
Samisa Abeysinghe wrote: Hi, I would like to invoke a web service operation without using the stub generator, to that goal I am using the woden parser to parse the WSDL file and generate the request message accordingly. But it crashes (I am testing this on Windows). While debugging I have

[Axis2][Fwd: Problems with woden]

2006-10-11 Thread Samisa Abeysinghe
Forwarding with correct prefix; again ;) Original Message Subject:Problems with woden Date: Wed, 11 Oct 2006 10:57:00 +0200 From: Jose Miguel Sanchez Martin <[EMAIL PROTECTED]> Reply-To: Apache AXIS C User List To: axis-c-user@ws.apache.org Hi, I woul

[Fwd: Problems with woden]

2006-10-11 Thread Samisa Abeysinghe
Forwarding with correct prefix. Samisa... Original Message Subject:Problems with woden Date: Wed, 11 Oct 2006 10:57:00 +0200 From: Jose Miguel Sanchez Martin <[EMAIL PROTECTED]> Reply-To: Apache AXIS C User List To: axis-c-user@ws.apache.org Hi, I wo

Re: [Axis2][Fwd: hi]

2006-10-11 Thread Samisa Abeysinghe
Samisa Abeysinghe wrote: Forwarding with correct prefix Original Message Subject: hi Date: Wed, 11 Oct 2006 07:39:41 +0100 (BST) From: ritu gaud <[EMAIL PROTECTED]> Reply-To: Apache AXIS C User List To: axis-c-user@ws.apache.org hello i hv problem

Re: [Axis2]swa reply

2006-10-11 Thread Samisa Abeysinghe
Martin Voelkle wrote: Hello I am trying to access a SOAP 1.1 service which replies with a swa attachment. Axis2/C does not support SwA as such. We only have support for attachments with XOP/MTOM. Please have a look at our MROM sample. Thanks, Samisa... --

[Axis2][Fwd: hi]

2006-10-11 Thread Samisa Abeysinghe
Forwarding with correct prefix Original Message Subject:hi Date: Wed, 11 Oct 2006 07:39:41 +0100 (BST) From: ritu gaud <[EMAIL PROTECTED]> Reply-To: Apache AXIS C User List To: axis-c-user@ws.apache.org hello i hv problem while loading shared libraries.

Re: build axis2c on solaris using source code

2006-10-09 Thread Samisa Abeysinghe
Uditha Jayawardena wrote: Hi Is there a way to build axis2c on Solaris using the source distribution for linux. Did you try configure; make; make install; ? Samisa... - To unsubscribe, e-mail: [EMAIL PROTECTED] For addi

Re: How to specify the http transport content type

2006-10-05 Thread Samisa Abeysinghe
Try commenting out enableMTOM entry in your axis2.xml file. Samisa... Jose Miguel Sanchez Martin wrote: Hi, I am trying to write a very simple client (my first axis2c test) for a calculator web service which is available out there. The code I have written is very similar to the simplest tut

Re: axis2c 0.94, env setting

2006-10-04 Thread Samisa Abeysinghe
Samisa Abeysinghe wrote: Krankurs Leonid wrote: Hi, i have 3 scenaria 1. m_env = axis2_env_create_with_error_log(m_allocator, m_error, m_log); 2. m_env = axis2_env_create_with_error(m_allocator, m_error); 3. m_env = axis2_env_create(m_allocator); and somewhere in code soap_builder

Re: axis2c 0.94, env setting

2006-10-04 Thread Samisa Abeysinghe
Krankurs Leonid wrote: Hi, i have 3 scenaria 1. m_env = axis2_env_create_with_error_log(m_allocator, m_error, m_log); 2. m_env = axis2_env_create_with_error(m_allocator, m_error); 3. m_env = axis2_env_create(m_allocator); and somewhere in code soap_builder = axiom_soap_builder_creat

Re: Installation problems

2006-09-15 Thread Samisa Abeysinghe
Are you using Axis C++ or Axis2/C? In case of Axis CPP, you can use congigure; make as there is not make based build. You have to use ant. Please have a look at the ant build guide in the docs. If you are using Axis2/C and then you do not need automake to build source. You should be able to j

Re: [Axis2] AXIS2_CALL_GET_BASE macro

2006-09-13 Thread Samisa Abeysinghe
Chintana Wilamuna wrote: On 9/13/06, Samisa Abeysinghe <[EMAIL PROTECTED]> wrote: > Is there a different function that does the same task as > AXIS2_CALL_GET_BASE? call struct is no more. You have to use svc_client I'm trying to understand the way of calling an existing web

<    1   2   3   4   5   6   7   8   >