Re: Axis2/C 1.2 breaks my webservice

2008-03-04 Thread Samisa Abeysinghe
Subra A Narayanan wrote: Hi Senaka, I suggest you check out from a branch and try running ./build.sh so that the configure scripts will be regenerated to support your CFLAGS. If this also fails, may be it is the "-static-libgcc -shared" combination that gives trouble. I

Re: Axis2/C 1.2 breaks my webservice

2008-02-29 Thread Samisa Abeysinghe
Subra A Narayanan wrote: >You mean 1.1? Sorry for the confusion. Yes I meant Axis2 1.1 >This is a thread issues as per your description. Hence I wonder if gdb >trace would lead to the exact problem, but it will lead to some clues as >to where it is hanging etc.

Re: Axis2/C 1.2 breaks my webservice

2008-02-27 Thread Samisa Abeysinghe
Subra A Narayanan wrote: Hello folks, Here are my findings: A little more background first. The external library that my webservice calls is a multithreaded library and uses semaphores for inter-thread communication. When I was in the process of debugging this problem, I started httpd with

Re: [Questions][Whislist] WSDL generation, improved service information, and developer flow cicle in server

2008-02-27 Thread Samisa Abeysinghe
Said by Samisa: If you want to load a service while the server is running, by placing it in the service repository, it cannot be done right now, because we do not have hot deployment implemented. However, this can be done programatically with current Axis2/C. end of the copy--> I'l

Re: function parameter different from declaration parameter

2008-02-26 Thread Samisa Abeysinghe
Samisa Abeysinghe wrote: Carl Lefrançois wrote: when compiling the Axis2/C source I get many C4028 warnings "formal parameter x different from declaration" in the example below, the declared parameter is const int and the function declares it as int. declaration:

Re: function parameter different from declaration parameter

2008-02-26 Thread Samisa Abeysinghe
Carl Lefrançois wrote: when compiling the Axis2/C source I get many C4028 warnings "formal parameter x different from declaration" in the example below, the declared parameter is const int and the function declares it as int. declaration: (\include\axis2_callback.h) AXIS2_EXTERN axis2_s

[Axis2] 1.2.0 branch and tag problems [was:Re: Axis2/C 1.2 breaks my webservice]

2008-02-25 Thread Samisa Abeysinghe
It looks like we have not creates a final tag for 1.2.0 of axis2/C and a branch for 1.2.x. Dinesh, have you fixed the version number problem that was reported in the 1.2 final tag? Thanks, Samisa... Subra A Narayanan wrote: Hello folks, I ran in to a curious problem and was wondering if an

Re: [Questions][Whislist] WSDL generation, improved service information, and developer flow cicle in server

2008-02-25 Thread Samisa Abeysinghe
Third, and last :) , I dont understand well the load library process in Axis2/C yet (in standalone server and apache module), but there is any way to force the load a library service when the server is up(executed)? No, The services, modules are loaded only at the startup, But there

Re: Axis2/C 1.2 breaks my webservice

2008-02-25 Thread Samisa Abeysinghe
Subra A Narayanan wrote: Hello folks, I ran in to a curious problem and was wondering if anyone else has seen it too. My webservice code works just fine with Axis2/C 1.1 . But when I checked out version1.2 source code from here => http://svn.apache.org/repos/asf/webservices/axis2/tags/c/1.2.0

Re: axis-c and apache modules...

2008-02-24 Thread Samisa Abeysinghe
Sam Carleton wrote: On Sun, Feb 24, 2008 at 9:41 PM, Samisa Abeysinghe <[EMAIL PROTECTED]> wrote: You can do that by using our Axis2/C httpd module. However, if I understood your earlier mail correctly, you want to expose your own httpd module. Or do you want to expose an exis

Re: axis-c and apache modules...

2008-02-24 Thread Samisa Abeysinghe
Sam Carleton wrote: On Sun, Feb 24, 2008 at 8:21 PM, Samisa Abeysinghe <[EMAIL PROTECTED]> wrote: Axis2/C is the new implementation with many WS-* level support. I would rather use Axis2/C :) Cool What kind of a service do you want to consume from your module? It is a

Re: axis-c and apache modules...

2008-02-24 Thread Samisa Abeysinghe
Sam Carleton wrote: Senaka, Ok, I am just getting into Web Services and my Apache Module is actually C++. Well a lot of it is simply C+ . So from looking at the http://ws.apache.org/soap/ site, I had gotten the impression that Axis2 has replaced Axis. From what you are saying Axis is C++ and

Re: axis-c and apache modules...

2008-02-24 Thread Samisa Abeysinghe
Sam Carleton wrote: I am working on a project that currently has an Apache C module in it. Now I need this C code to talk to some applications via SOAP. Is axis-C what I am looking for or is that a stand alone SOAP/Web Service implementation using the Apache engine? So your module will act

Re: iconv version mismatch

2008-02-18 Thread Samisa Abeysinghe
Carl Lefrançois wrote: In the axis2c\build\win32\configure.in file, the following line indicates that iconv version 1.9.2 is expected. ICONV_BIN_DIR = E:\iconv-1.9.2.win32 however the rest of the documentation refers to iconv version 1.9.1. Which iconv version is the right one? build works f

Re: Apache 2

2008-02-15 Thread Samisa Abeysinghe
Dinesh Premalal wrote: Hi Mike, "Mike McKee" <[EMAIL PROTECTED]> writes: Is there benefit in having AXIS2C run as a module in APACHE/IIS, as opposed to running as a standalone program? Has AXIS2C ever been developed to be run as a Windows Service? AFAIK, there is a benefit in having

Re: speed up build process

2008-02-14 Thread Samisa Abeysinghe
Dimuthu Gamage wrote: 1. does anybody really needs this kind of generator, is it helpfull or just waste of time when i think of this ? Yea definitely. we have to provide build scripts for at least both linux and windows. +1. 2. with what kind of languages the genearator should w

Re: Questions/suggestions on WSDL2C

2008-01-30 Thread Samisa Abeysinghe
Dimuthu Gamage wrote: Please see my inline comment. On Jan 31, 2008 8:07 AM, Samisa Abeysinghe <[EMAIL PROTECTED]> wrote: Dimuthu Gamage wrote: Hi Zhang, Thanks for your suggestions. 1). In fact generating a demo client is a good idea. I will look in to that. For the time bein

Re: Questions/suggestions on WSDL2C

2008-01-30 Thread Samisa Abeysinghe
Dimuthu Gamage wrote: Hi Zhang, Thanks for your suggestions. 1). In fact generating a demo client is a good idea. I will look in to that. For the time being, I'm using a ruby script to generate simple demonstrations for stub and skels (it automatically generates simple logic with adb), if you f

Re: Axis "C" server support for dotnet client

2008-01-30 Thread Samisa Abeysinghe
Gavan Hood wrote: I managed to get the path to the Service to be /axis2/services/TestData in the client. Even though this is not a usable solution for production it did enable the server to locate the service, it then generated another set of errors which I am looking at now... I still need

Re: simple_axis_server core dump

2008-01-24 Thread Samisa Abeysinghe
Emyr James wrote: Hmmm...ignore that...I think I might be using the wrong version. axis-c-1.6b dates from 2006. After some rummagin around I found axis2c-bin-1.2.0-linux.tar.gz. Why is the C++ download on the axis website pointing to the old 2006 version though... They are two diffent imple

Re: version incompatibilities

2008-01-24 Thread Samisa Abeysinghe
Oops! That is a glitch :( We should add this to our check list in the release process Wiki. Devs, should we do a patch release fixing this? I think we should. Thanks, Samisa... Michael Sutter wrote: Hello list, I have found two incompatibilities in version 1.2. First one is in axutil_vers

Re: [Axis2C] Really a great product, but manual is too short

2008-01-23 Thread Samisa Abeysinghe
Regards, Senaka On Wed, 2008-01-23 at 19:10 +0530, Samisa Abeysinghe wrote: Sébastien Mougey wrote: Hello I'm using Axis2/C for two weeks now, and it's really a great tool. I use it to run a server and two clients, with everything I need and without any b

Re: [Axis2C] Really a great product, but manual is too short

2008-01-23 Thread Samisa Abeysinghe
Sébastien Mougey wrote: Hello I'm using Axis2/C for two weeks now, and it's really a great tool. I use it to run a server and two clients, with everything I need and without any bugs or memory leaks. Thank you for the complement. Unfortunately, I think the manual is good to create a simple

Re: [Axis2C] Get peer ip addresswith Apache server

2008-01-19 Thread Samisa Abeysinghe
Senaka Fernando wrote: Hi Mougey, Samisa, and Dumindu, On Jan 19, 2008 12:53 AM, Senaka Fernando <[EMAIL PROTECTED]> wrote: Sébastien Mougey wrote: How can I get this address with Apache server ? Is it possible ? I think it should be possible, however, I need to

Re: [Axis2C] Get peer ip addresswith Apache server

2008-01-18 Thread Samisa Abeysinghe
Sébastien Mougey wrote: How can I get this address with Apache server ? Is it possible ? I think it should be possible, however, I need to look into the code to give you a definite answer. I will have a look and let you know. Thanks, Samisa... ---

Re: [Axis2C] Get peer ip addresswith Apache server

2008-01-18 Thread Samisa Abeysinghe
Sébastien Mougey wrote: Hello I'm trying to get the peer ip address with : axis2_msg_ctx_get_property( msg_ctx, env, AXIS2_SVR_PEER_IP_ADDR ); and i doesn't work. Reading http_worker.c source, it seems to work only with the simple axis server. Is it true ? Yes, It is not implemented with h

Re: [Axis2C] Client with xml declaration

2008-01-17 Thread Samisa Abeysinghe
17 at 06:09 +0530, Samisa Abeysinghe wrote: Senaka Fernando wrote: Hi Antonio, This might work. But, I don't believe that writing the XML declaration is necessarily a part of axiom_soap_envelope_serialize(). This is because, logically speaking, the XML declarati

Re: How to generate C++ (not C) code using WSDL2C

2008-01-17 Thread Samisa Abeysinghe
Arseny wrote: Hello! Wsdl2ws from axis 1.2 generated stub header using classes. Is it possible class for stub header using wsdl2c tool in axis2 instead of C-style functions? Nop. C++ support has not been implemeted. Thanks, Samisa... --

Re: Strange REST Parsing

2008-01-16 Thread Samisa Abeysinghe
This happens because we are using a hash to store the request params, and then use a for loop to retrieve the params. The order in which the params are retrieved depends on the hashing function in use. If we are to solve this, we have to get rid of the has and go for another container where the

Re: [Axis2C] Client with xml declaration

2008-01-16 Thread Samisa Abeysinghe
Senaka Fernando wrote: Hi Antonio, This might work. But, I don't believe that writing the XML declaration is necessarily a part of axiom_soap_envelope_serialize(). This is because, logically speaking, the XML declaration is not a part of the SOAP envelope. Logically speaking, a SOAP envelope i

Re: webservice and wsdl

2008-01-15 Thread Samisa Abeysinghe
Mehdi Ait Oufkir wrote: Hi, I can't find any documentation about axis2/c automatically providing a wsdl based on a service. I know axis2/java provides that with the "?wsdl" parameter. Java folks use reflection, a luxury C world does not enjoy. We in fact started on working on WSDL generati

Re: how to autogen a wsdl

2008-01-15 Thread Samisa Abeysinghe
Subra A Narayanan wrote: Axis2C doesn't support autogen of wsdl currently. I dont know if the Axis2C team has any plans of supporting it in the future. No plans right now, meaning no one is working on it now. However, if you have a static WSDL you can make that to be served for the service.

Re: Strange REST Parsing

2008-01-15 Thread Samisa Abeysinghe
Please send the working SOAP request so that we can understand what the payload should be. Samisa... Brian McQueen wrote: I must be doing something wrong because I am seeing some odd handling of REST requests by the server. When I send in REST requests, the server does not seem to use the nam

Re: execute axiom_document_free(om_document, env); // and my hash_table key/val pairs are gone

2008-01-15 Thread Samisa Abeysinghe
Senaka Fernando wrote: 2. Consider duplicating the strings before copying to (or from) your hash. You can use axutil_strdup() for this purpose. Yes, this may solve your problems. I skimmed through the code given, and it looks to me you are using the shallow copies returned by the OM elemen

Re: Fw: Axis2C license questions

2008-01-12 Thread Samisa Abeysinghe
Dinesh Premalal wrote: Hi all, Please find my comments inline. Samisa Abeysinghe <[EMAIL PROTECTED]> writes: OK, looking at this as well as the other mail sent by Senaka, I think we should get more serious about this and solve it for once and for all. +1 Here

Re: Fw: Axis2C license questions

2008-01-11 Thread Samisa Abeysinghe
. Here is the dependency list that I came up with: 1. OpenSSL 2. libcurl 3. libxml2 & iconv 4. zlib 5. Apache httpd 6. Apache Axis2 (for Codegen) 7. pthread Have I missed anything? Or is there anything not relevant? Thanks, Samisa... Samisa Abeysinghe wrote: So it is not a

Re: [Axis2C] Casting away const

2008-01-09 Thread Samisa Abeysinghe
It looks to me it is a bug. axiom_attribute_get_value should be returning a const axis2_char_t. Samisa... Alastair FETTES wrote: Axis2C Developers: There seems to be a fundamental problem with functions that return values of type axis2_chart_t*. We have only investigated a couple of them

Re: Fw: Axis2C license questions

2008-01-09 Thread Samisa Abeysinghe
So it is not a bad picture after all. My proposal is that, we steady up Guthtiila and make Guththila the default parser in the future. zlip is already optional. So we will have zero external dependencies then. Samisa... Dinesh Premalal wrote: Hi, We have following dependencies , with ment

Re: Axis2C generated code Documentation

2008-01-08 Thread Samisa Abeysinghe
WSDL2C tutorial is something that we are missing. We used to have a calculator sample. However, we have not been able to keep phase with the improvements we have been doing to WSDL2C when it comes to samples and tutorials. The fact of the matter is, we initially expected for users to use the OM

Re: Fw: Axis2C license questions

2008-01-07 Thread Samisa Abeysinghe
Samisa Abeysinghe wrote: Dinesh Premalal wrote: Hi, Samisa Abeysinghe <[EMAIL PROTECTED]> writes: Axis2/C uses OpenSSL as well. When it comes to that, bundling OpenSSL with Axis2/C is a headache since it's license gets a bit anal retentive when it comes to redistribution.

Re: Fw: Axis2C license questions

2008-01-07 Thread Samisa Abeysinghe
Dinesh Premalal wrote: Hi, Samisa Abeysinghe <[EMAIL PROTECTED]> writes: Axis2/C uses OpenSSL as well. When it comes to that, bundling OpenSSL with Axis2/C is a headache since it's license gets a bit anal retentive when it comes to redistribution. Looks like we have

Re: Fw: Axis2C license questions

2008-01-07 Thread Samisa Abeysinghe
Chintana Wilamuna wrote: On Jan 5, 2008 3:09 PM, Trasca Virgil <[EMAIL PROTECTED]> wrote: I see that Axis2C has following dependencies libxml2.dll [http://www.xmlsoft.org - download the version >= libxml2-2.6.27.win32] (optional - required only if you are not using Guthth

Re: Fw: Axis2C license questions

2008-01-06 Thread Samisa Abeysinghe
Trasca Virgil wrote: - Forwarded Message From: Dinesh Premalal <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Sent: Saturday, January 5, 2008 10:39:49 AM Subject: Re: Axis2C license questions Hi Virgil, I think right list for this question is [EMAIL PROTECTED]

Re: Fw: Axis2C license questions

2008-01-06 Thread Samisa Abeysinghe
If you have any concerns on any of the dependencies, there is a way to get away as well. libxml2 and iconv dependency can be dropped by using Guththila parser, which is the built in pull parser of Apache Axis2/C. zlib dependency is optional, meaning if you chose not to use zip archives as serv

Re: Axis2C patch and API comments

2008-01-04 Thread Samisa Abeysinghe
Lahiru, Thank you for raising the Jira issues. Alastair, thank you for your valuable comments. Please keep an eye on the Jira issues raised against your comments, as some of the developers would attend them and resolve them soon. I too will have a look and attend some of those. Regards, Sami

Re: apache module with SVN version

2007-12-18 Thread Samisa Abeysinghe
Samisa Abeysinghe wrote: I had a look and this must be due to your log file /tmp/axis2.log not having write permissions. This bug was fixed. You may try with the latest svn. Samisa... - To unsubscribe, e-mail: [EMAIL

Re: apache module with SVN version

2007-12-17 Thread Samisa Abeysinghe
I had a look and this must be due to your log file /tmp/axis2.log not having write permissions. Please check. Samisa... Samisa Abeysinghe wrote: Dinesh Premalal wrote: Hi Michael, Michael Sutter <[EMAIL PROTECTED]> writes: LoadModule axis2_module /usr/lib/apache2-prefork/mod_ax

Re: apache module with SVN version

2007-12-17 Thread Samisa Abeysinghe
Dinesh Premalal wrote: Hi Michael, Michael Sutter <[EMAIL PROTECTED]> writes: LoadModule axis2_module /usr/lib/apache2-prefork/mod_axis2.so Axis2RepoPath /home/auger/axis2c-1.2.0/ Axis2LogFile /tmp/axis2.log Axis2LogLevel trace # possible values: AXIS2_LOG_LEVEL_DEBUG AXIS2_LOG_LEVEL_TRACE #

Re: codegeneration and service with no parameters

2007-12-17 Thread Samisa Abeysinghe
Michael Sutter wrote: Sorry, I tested it with the Java client - so I understand the error now. As it has to be fixed must I create a Jira issue? Better if you could, so that it could be tracked easily. Samisa... - To unsub

Re: what is libxslt for?

2007-12-13 Thread Samisa Abeysinghe
cara wrote: I think that was a mistake in the documentation. It was removed for Jira issue AXIS2C-765. Yes that is correct. We had a code generation module written in C, that required libxslt, but due to lack of maintenance, we removed that module. We should have removed libxml dependency alo

Re: xml

2007-12-10 Thread Samisa Abeysinghe
Atanacio Reyes wrote: hi: how to add the proccessing instruction xml version before soap envelope in a server response message. Axis2/C does not allow the user to add this. You may want to edit the serializer if you are desperate. BTW. Why would you want to add this? Samisa... ---

Re: AW: AW: AXIS2/C and scope="soapsession"

2007-12-05 Thread Samisa Abeysinghe
Stadelmann Josef wrote: Hi Samisa Samisa tell me why we have a routine which is able to set / get session scope if it is not used by any code? Where is it used? May I just overlook something. Where I talk about scope="soapsession" support in Axis2/C I mea

Re: AW: AXIS2/C and scope="soapsession"

2007-12-04 Thread Samisa Abeysinghe
Stadelmann Josef wrote: Hi Subra, The problem you see tells me that it is more wors with Axis2/C in regard to sessions as I expected. When looking at what I said below, regarding the defines made in axis_config.h one can get the impression that sessions are somewhat handled

Re: [AXIS2] Jiras to be fixed for Axis2c Release 1.2.0

2007-11-22 Thread Samisa Abeysinghe
Damitha Kumarage wrote: Hi Devs, This [1] is a list of Jiras proposed to be fixed for Axis2c Release 1.2.0. If you have any further additions to the list please update the fixed version of your interested jira to 1.2.0. And everyone is welcome to contribute fixes to any of the issues :) Sa

[Fwd: [AXIS2] Jiras to be fixed for Axis2c Release 1.2.0]

2007-11-22 Thread Samisa Abeysinghe
FYI Original Message Subject:[AXIS2] Jiras to be fixed for Axis2c Release 1.2.0 Date: Fri, 23 Nov 2007 04:32:55 +0530 From: Damitha Kumarage <[EMAIL PROTECTED]> Reply-To: Apache AXIS C Developers List <[EMAIL PROTECTED]> To: Apache AXIS C Developers List <[

Re: how to switch on compression

2007-11-22 Thread Samisa Abeysinghe
Dinesh Premalal wrote: Hi Plamen, Plamen Neykov <[EMAIL PROTECTED]> writes: Hi Sahan, thanks for the good advice - one more quick question - I see that libcurl can be used instead of the "native" Axis2/C transports but by default it is not used - is the libcurl support/integration well tes

Re: Axis2/C Memory Leaks

2007-11-20 Thread Samisa Abeysinghe
Subra A Narayanan wrote: So there are still some known memory leak issues in axis2/c? I have been doing some testing to look for memory leaks and I do see that memory is being lost. I am using apache and _not_ the simple axis server. With Apache module, you are better off, because of the use

Re: WSDL2C create function conflicts with SOAP operation named create

2007-11-16 Thread Samisa Abeysinghe
Bill Mitchell wrote: In a similar vein, although I could raise it as a separate issue, I have come across another naming conflict in the output of the WSDL2C tool. In the same WSDL, I find another operation, this one named delete: ... ... The template in the header for the stub

Re: custom error message with c server

2007-11-15 Thread Samisa Abeysinghe
; solution was to implement them in the on_fault method. > > Now to my questions: Have I done something wrong in the implementation > of the service or is it not possible to send custom error messages to > the client with my custom error method? Or

[Axis] Re: sync up modules error handling with new error blocks specified.

2007-11-13 Thread Samisa Abeysinghe
Apart form the modules, the users too have been given a space to add custom errors. Samisa... Dinesh Premalal wrote: Hi, We have defined separate error blocks for modules and user space (axis2c-761). Please sync up all modules with appropriate error blocks. Comments are always welcome.

Re: custom error message with c server

2007-11-12 Thread Samisa Abeysinghe
Subra A Narayanan wrote: Michael, If you are setting the soap fault correctly on your server side, your java client when it receives the soap response back with the soap fault in it, should automatically throw an exception. You can then retrieve the exception using ex.message. May be someone fr

Re: Urgent: Specifying scope in Axis2c

2007-11-06 Thread Samisa Abeysinghe
> > This capability is very important for the application I am working on. If it > wont't be fixed in the framework anytime soon, I will have to come up with a > fix in my code. > > Your help is much appreciated. > > Subra > > On 10/12/07, Samisa Abeysingh

Re: Invoking system method within a webservice

2007-11-04 Thread Samisa Abeysinghe
debug mode e.g. # gdb httpd gdb > run -X Samisa... thanks, Dinesh - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Samisa Abeysinghe Software Architect; WSO2 Inc.; http://

Re: axis simple http server versus apache

2007-11-02 Thread Samisa Abeysinghe
AIL PROTECTED] <mailto:[EMAIL PROTECTED]> - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Samisa Abeysinghe Software Architect; WSO2 Inc.; http://www.wso2.com/

Re: pkgconfig with Axis2

2007-10-30 Thread Samisa Abeysinghe
g with pkgconfig and I think it must be fixed. +1 , Please raise a Jira And please provide the patch, in case you fixed it. Samisa... -- Samisa Abeysinghe : WSO2 WSF/PHP "http://wso2.org/projects/wsf/php?WSO2 Web Services Framework%2FPHP - Open source PHP extention for providing and co

Re: Axiom element memory deallocation

2007-10-30 Thread Samisa Abeysinghe
n control back to the engine. So the most sensible why to deal with the situation is to free the stuff by the engine after it has done with the user returned response payload. Samisa... Subra -- Samisa Abeysinghe : WSO2 WSF/PHP "http://wso2.org/projects/wsf/php?WSO2 Web Services 

Re: Memory Issues in Sample Server Code

2007-10-29 Thread Samisa Abeysinghe
ve already spotted one questionable place, when I scanned the svn diff from v1.0.0 to v1.1.0. I will test my theory tomorrow, attempting to read-add various free() functions where I cannot justify removal. - Original Message - From: Samisa Abeysinghe <[EMAIL PROTECTED]

Re: Axis2/C where is axis2_char_t* defined

2007-10-23 Thread Samisa Abeysinghe
Michael Mole wrote: This seems like a silly question, but where is axis2_chart_t defined? I can't find it. In util/include/axutil_utils_defines.h as typedef char axis2_char_t; Samisa... -- Samisa Abeysinghe : WSO2 WSF/PHP "http://wso2.org/projects/wsf/php?WSO2 Web Services Frame

Re: WSLD2C - NOT_SUPPORTED_ERR

2007-10-22 Thread Samisa Abeysinghe
..4 more - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscrib

Re: issue 731 - please have a look

2007-10-22 Thread Samisa Abeysinghe
that the proposed code it correct. Thanks, Samisa... mfg derMark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Samisa Abeysinghe : WSO2 WSF/PHP "http://wso2.org/pro

Re: Bug in axis2c xml parsing?

2007-10-19 Thread Samisa Abeysinghe
bug. What is the Axis2/C version that you are using and also the parser that you are using? If possible, please raise a Jira with the test program so that I can have a further look into this. Samisa... Thanks, Subra -- Samisa Abeysinghe : WSO2 WSF/PHP "http://wso2.org/projects/ws

Re: xmlInitParser() Err in axiom_xml_reader_init()

2007-10-19 Thread Samisa Abeysinghe
arser() in axiom_xml_reader_init(). Why didn't my stub work well sometimes? I can't find any reasons for my programs. If there're a small thinking in your mind, please tell me. Thanks in advance. Try setting the option axis2_options_set_xml_parser_reset to AXIS2_FALSE. HTH. Samisa

Re: Axis2/C: WSDL2C supported databindings

2007-10-19 Thread Samisa Abeysinghe
Molé Software Engineer IBM Software Group - Rational (781)676-2710 -- Samisa Abeysinghe : WSO2 WSF/PHP "http://wso2.org/projects/wsf/php?WSO2 Web Services Framework%2FPHP - Open source PHP extention for providing and consuming Web servi

Re: Axis Core Dump while writing to log file

2007-10-18 Thread Samisa Abeysinghe
I have done a quick fix to the svn trunc to prevent the failure on the large file signal. Whoever, switching to another file in case of a large file is yet to be handled. Samisa... Samisa Abeysinghe wrote: Raghavendra SM wrote: Hi All, Please find below the GDB back trace of the core dump

Re: Axis Core Dump while writing to log file

2007-10-17 Thread Samisa Abeysinghe
] -- Samisa Abeysinghe : WSO2 WSF/PHP "http://wso2.org/projects/wsf/php?WSO2 Web Services Framework%2FPHP - Open source PHP extention for providing and consuming Web services in PHP"; - To unsubscribe, e-ma

Re: Urgent: Specifying scope in Axis2c

2007-10-11 Thread Samisa Abeysinghe
module, came across such a problem and used sqlite. Can someone please explain how it was done in Savan? In the mean time, the matter is discussed on dev list, and would have a solution for this. Thanks, Samisa... On 10/11/07, *Samisa Abeysinghe* <[EMAIL PROTECTED] <mailto:[EMAIL PRO

Re: Urgent: Specifying scope in Axis2c

2007-10-11 Thread Samisa Abeysinghe
is an enum called axis2_scope defined. Is it used for the same purpose as in Axis2/Java? Thanks for any help. Subra -- Samisa Abeysinghe : WSO2 WSF/PHP "http://wso2.org/projects/wsf/php?WSO2 Web Services Framework%2FPHP - Open source PHP extention for providing and consuming Web servi

Re: Memory Issues in Sample Server Code

2007-10-11 Thread Samisa Abeysinghe
I need > to use the Windows server version for my implementation, so this > does not help in my case. Do you know does axis C++ v1.6 have > memory issues like this on Windows server side? I really need a > version that performs well on Windows. > > > > > > - Origina

Re: Memory Issues in Sample Server Code

2007-10-10 Thread Samisa Abeysinghe
invocation (ie. per request)? -- Samisa Abeysinghe : WSO2 WSF/PHP "http://wso2.org/projects/wsf/php?WSO2 Web Services Framework%2FPHP - Open source PHP extention for providing and consuming Web services in PHP"; - To u

Re: config.h

2007-10-05 Thread Samisa Abeysinghe
topcoder1 wrote: It's Axis2/C 1.3 You meann Axis2/Java 1.3 for codegen and Axis2/C? Samisa... On 10/5/07, Samisa Abeysinghe <[EMAIL PROTECTED]> wrote: What is the Axis2/C version you are using? Samisa... topcoder1 wrote: Hi thanks! I added the preprocessor defini

Re: config.h

2007-10-05 Thread Samisa Abeysinghe
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------- To unsubscribe, e-mail: [EMAIL PROT

Re: Help needed on building custom soap fault in axis2c

2007-10-04 Thread Samisa Abeysinghe
Samisa Abeysinghe wrote: Subra A Narayanan wrote: Hi Dimuthu, I am using the solution you suggested in your last mail. That solution is perfect for my application. But I have some concerns. I saw this line in your code #define MYSERVICE_ERROR_CODES_START (AXIS2_ERROR_LAST + 2000) Will

Re: Help needed on building custom soap fault in axis2c

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

Re: svc_skeleton->func_array really needed?

2007-10-04 Thread Samisa Abeysinghe
TED] For additional commands, e-mail: [EMAIL PROTECTED] -- Samisa Abeysinghe : WSO2 WSF/PHP "http://wso2.org/projects/wsf/php?WSO2 Web Services Framework%2FPHP - Open source PHP extention for providing and consuming Web se

Re: Axis2C: how to check for SOAP fault

2007-10-04 Thread Samisa Abeysinghe
ame( svc_client, env, op_qname, payload); Should I check the node type? Thanks, Mike Michael J Molé Software Engineer IBM Software Group - Rational (781)676-2710 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: Axis2C: how to check for SOAP fault

2007-10-03 Thread Samisa Abeysinghe
: axis2_svc_client_get_last_response_has_fault(svc_client, env) It returns true if there is a fault. Samisa... -- Samisa Abeysinghe : WSO2 WSF/PHP "http://wso2.org/projects/wsf/php?WSO2 Web Services Framework%2FPHP - Open source PHP extention for providing and consuming Web services i

Re: Axis2/C - USERNAME and PASSWORD

2007-10-03 Thread Samisa Abeysinghe
Michael Mole wrote: Yes, that would be much appreciated. Also, is it possible for me to submit these directly? Yes you can. Go to http://issues.apache.org/jira/browse/AXIS2C. You need to create an account for you there. Once you login, you can create the issues. Samisa... -- Samisa

Re: Write an output file in server side code (Axis 1.6b C++)

2007-10-02 Thread Samisa Abeysinghe
have the write permission to write to the location /root/Desktop. Try: out.open("/tmp/fileLoginUtente.txt", ios::app); and see if the file gets written. Samisa... -- Samisa Abeysinghe : WSO2 WSF/PHP "http://wso2.org/projects/wsf/php?WSO2 Web Services Framework%2FPHP - Open so

Re: axis2_stub_create_with_endpoint_ref_and_client_home always returns NULL

2007-10-02 Thread Samisa Abeysinghe
point_ref_create(env, endpoint_uri); stub = axis2_stub_create_with_endpoint_ref_and_client_home ( env, endpoint_ref, client_home );//stub is null - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --

Re: Axis2/C - USERNAME and PASSWORD

2007-10-02 Thread Samisa Abeysinghe
a Jira on this and fix it. Samisa... -- Samisa Abeysinghe : WSO2 WSF/PHP "http://wso2.org/projects/wsf/php?WSO2 Web Services Framework%2FPHP - Open source PHP extention for providing and consuming Web services in PHP"; --

Re: create and use context's

2007-10-01 Thread Samisa Abeysinghe
nal commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Samisa Abeysinghe : WSO2 WSF/PHP "http://wso2.org/projects/wsf/php?WSO2 Web Services Framework%2FPHP - 

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

2007-09-30 Thread Samisa Abeysinghe
Mark Nüßler wrote: hello samisa, release date is 06 - 05 - 2007 ?? oops:( That is a typo. Thanks for the quick response. Would fix that. Samisa... mfg derMark Samisa Abeysinghe schrieb: Apache Axis2/C Team is pleased to announce the release of Apache Axis2/C version 1.1.0 You can

[Axis2] [ANN] Apache Axis2/C 1.1.0 Released

2007-09-30 Thread Samisa Abeysinghe
Apache Axis2/C Team is pleased to announce the release of Apache Axis2/C version 1.1.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 us

Re: Axis2C: compile error - 'struct' type redefinition

2007-09-26 Thread Samisa Abeysinghe
e\platforms\windows\axutil_dir_windows.h(80) : error C2373: 'rewinddir' : redefinition; different type modifiers \atria\nt\include\dirent.h(31) : see declaration of 'rewinddir' Thanks, Mike Michael

Re: Help with generating client, please

2007-09-25 Thread Samisa Abeysinghe
ke to write this in C, as it should be put into a low-level OS library. Cheers, Bret - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Samisa Abeysinghe : WSO2 WSF/PHP "http:

Re: Axis2C: compile error - 'struct' type redefinition

2007-09-25 Thread Samisa Abeysinghe
nddir(DIR *)' \atria\nt\include\dirent.h(31) : see declaration of 'rewinddir' c:\axis2c-src-1.1.0\build\deploy\include\platforms\windows\axutil_dir_windows.h(80) : error C2373: 'rewinddir' : redefinition; different type modifiers \atria\nt\include\dirent.

Re: Problem with SVC client send_receieve method

2007-09-25 Thread Samisa Abeysinghe
na K -Original Message- From: Samisa Abeysinghe To: Apache AXIS C User List Sent: 9/25/07 1:10 PM Subject: Re: Problem with SVC client send_receieve method Murali Konnipati wrote: > > Hi All, > > I am sending a message to .net webservice using the Service > Client API. >

Re: cannot infer transport from URL

2007-09-25 Thread Samisa Abeysinghe
nt, env); svc_client = NULL; } if (env) { axutil_env_free((axutil_env_t *) env); env = NULL; } return 0; } Please check my code and let me know, if there are any mistakes in the program. Thanks &a

Re: Problem with SVC client send_receieve method

2007-09-25 Thread Samisa Abeysinghe
ve a look at the log file written by the client. Samisa... Thanks & Regards, Murali K -- Samisa Abeysinghe : WSO2 WSF/PHP "http://wso2.org/projects/wsf/php?WSO2 Web Services Framework%2FPHP - Open source PHP extention for providing and 

Re: adb-codegen, SOAPAction, Operation

2007-09-24 Thread Samisa Abeysinghe
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Samisa Abeysinghe : WSO2 WSF/PHP "http://wso2.org/projects/wsf/php?WSO2 Web Services Framework%2FPHP - Open source PHP extention for providin

<    1   2   3   4   5   6   7   8   >