Re: Endpoint Address

2009-11-25 Thread Supun Kamburugamuva
You can create a Jira. If you can find the problem please attach a patch as well. Thanks, Supun.. On Wed, Nov 25, 2009 at 2:34 AM, Jose M Medina V jose_med...@wesamconsulting.com wrote: What is the procedure to get this work? Regards, On Nov 24, 2009, at 4:09 PM, Supun Kamburugamuva wrote

Re: echo_rest and DELETE http_method

2009-11-24 Thread Supun Kamburugamuva
Hi, Not sure weather you have done this, but AFAIK you need to edit the services.xml file to make them work. Thanks, Supun. On Fri, Nov 20, 2009 at 7:19 PM, Ilia Gilderman ilia.gilder...@xeround.comwrote: Hi It looks like the DELETE pieces does not work. I tried with simple_axis2_server

Re: Endpoint Address

2009-11-24 Thread Supun Kamburugamuva
I think the way you get endpoint_ref is correct. But I'm not sure from your comment weather endpoint_ref is NULL or a filed inside endpoint_ref is NULL. In any case it should be a bug. Thanks, Supun.. On Wed, Oct 21, 2009 at 11:55 PM, Jose M Medina V jose_med...@wesamconsulting.com wrote: Hi,

Re: invalid XML in request for Calculator service

2009-06-03 Thread Supun Kamburugamuva
Did you try to access the service with the sample client provided with the distribution? Supun On Sat, May 16, 2009 at 10:43 AM, Thomas Baier thomas.ba...@gmx.net wrote: Dear List, I'm completely new to axis2c and I've just downloaded and unpacked axis2c 1.6 for Windows (binary release).

Re: one-way operation

2009-05-02 Thread Supun Kamburugamuva
Hi Sam, In the services.xml you have to specify the mep for the operation. Please have a look at the notify sample. I'm not sure weather WSD2C generates the mep for the services.xml. If not it is a bug and plese raise a jira. Thanks, Supun.. On Sun, May 3, 2009 at 8:17 AM, Sam Carleton

Re: sending XML document to web service

2009-04-27 Thread Supun Kamburugamuva
Please have a look at the Axis2/C samples. Supun On Mon, Apr 27, 2009 at 4:45 PM, Tushar D Kapse kaps...@lntebg.com wrote: Dear all, I am using apache axis2c 1.6.0 for the client side to consume the web service in C#.net. I want to send the data as a XML document from client

Re: Guththila and UTF-8?

2009-04-27 Thread Supun Kamburugamuva
Great! I'll be more than happy to help you with this. Supun.. On Mon, Apr 27, 2009 at 8:59 PM, David Taylor (Lowell) dktay...@f5.comwrote: Thank you very much for the quick update. Maybe I’ll offer to take that task…. Let me think about it. Thanks, -David

Re: Business processes and axis2/c

2009-04-23 Thread Supun Kamburugamuva
Have a look at http://wso2.org/projects/bps. It's a BPS written on top of ODE. But it comes with an embedded Axis2 and Tomcat and you can just install WSO2 bps and get it to work. Supun. On Thu, Apr 23, 2009 at 11:14 PM, LaViolette, Alan alaviole...@overwatch.textron.com wrote: I am using

Re: Programmatically engage rampart/c

2009-04-11 Thread Supun Kamburugamuva
Hi Gordon, Please see my comments inline. On Sat, Apr 11, 2009 at 12:35 PM, Gordon Brown gordonw.br...@yahoo.comwrote: Hi, All, I am starting to use axis2/c and rampart/c to build a secured web service client. So far I have some success in setting up the basic framework to communicate with

Re: Setting properties in apache module

2009-04-08 Thread Supun Kamburugamuva
You need to retrieve the property, not the parameter :) Supun. On Thu, Apr 9, 2009 at 7:16 AM, Sam Carleton scarle...@miltonstreet.comwrote: I am trying to set a property in the Apache module so the module can get the property, but it isn't working. The calls work, but once I get to the

Re: Application scope parameters

2009-04-06 Thread Supun Kamburugamuva
Yes, as I have mentioned in a previous mail you can put the info into conf_ctx and retrieve it from the service. Supun On Mon, Apr 6, 2009 at 8:37 AM, Sam Carleton scarle...@gmail.com wrote: On Sun, Apr 5, 2009 at 11:15 PM, Supun Kamburugamuva supu...@gmail.com wrote: On Mon, Apr 6, 2009

Re: resolving relative file paths (mod_axis2)

2009-04-06 Thread Supun Kamburugamuva
These links might help you, http://wsaxc.blogspot.com/2008/11/axis2c-handler-parameters.html http://wsaxc.blogspot.com/2008/11/axis2c-modules-and-persistent.html Supun On Mon, Apr 6, 2009 at 8:50 AM, Sam Carleton scarle...@gmail.com wrote: On Sun, Apr 5, 2009 at 11:27 PM, Supun Kamburugamuva

Re: Application scope parameters

2009-04-05 Thread Supun Kamburugamuva
See my comments inline. On Mon, Apr 6, 2009 at 2:23 AM, Sam Carleton scarle...@miltonstreet.comwrote: In my web service, there are a few setup tasks that only need to happen at initialization. The results need to be saved for the life of the service. To accomplish the setup tasks, the

Re: What is the configuration settings mechanism?

2009-03-30 Thread Supun Kamburugamuva
You can put it as parameters in services.xml Supun On Mon, Mar 30, 2009 at 11:12 PM, Sam Carleton scarle...@miltonstreet.comwrote: How does Axis2/C handle configuration settings for a service? I don't want to hard code in things like the DB connection info and other such info. What is the

Re: HTTP error

2009-03-24 Thread Supun Kamburugamuva
Are you running with a heavy load? Supun On Tue, Mar 24, 2009 at 7:15 PM, balajikumara T balajikum...@gmail.comwrote: Hi I get the following error : [Tue Mar 24 09:58:01 2009] [error] http_client.c(191) Error creating a socket. Most probably error returned by OS [Tue Mar 24 09:58:01 2009]

Re: HTTP error

2009-03-24 Thread Supun Kamburugamuva
. Thanks Balaji On Tue, Mar 24, 2009 at 11:44 AM, Supun Kamburugamuva supu...@gmail.comwrote: Are you running with a heavy load? Supun On Tue, Mar 24, 2009 at 7:15 PM, balajikumara T balajikum...@gmail.comwrote: Hi I get the following error : [Tue Mar 24 09:58:01 2009] [error

Re: How do I know ws-security is enabled programmatically?

2009-03-12 Thread Supun Kamburugamuva
? The drawback is that If service client already create one axis2_conf_t, this way create the same structure twice. Thanks! Ray --- On *Tue, 3/10/09, Supun Kamburugamuva supu...@gmail.com* wrote: From: Supun Kamburugamuva supu...@gmail.com Subject: Re: How do I know ws-security is enabled

Re: multiple configurations (multiple axis2.xml with different names)?

2009-03-10 Thread Supun Kamburugamuva
Please create a Jira. Supun On Tue, Mar 10, 2009 at 10:10 PM, Raymond Zhou raywang...@yahoo.com wrote: OK, I just tried, it seems that I can only use the name axis2.xml. I can specify different folds and axis2/c will look for axis2.xml in that fold. I can also specify a file path ended with

Re: How do I know ws-security is enabled programmatically?

2009-03-09 Thread Supun Kamburugamuva
When you create the svc_client you create the axis2_conf_ctx. This holds all the axis2 configurations. You can access the axis2_conf_ctx from svc_client and you can access the axis2_conf_t from axis2_conf_ctx_t. axis2_conf_t contains the list of all the engaged modules. Have a look at conf.c

Re: bare minimum to run mod_axis2?

2009-03-08 Thread Supun Kamburugamuva
It seems you don't need to have all the dlls in the lib directory. Only transport dlls are required. You can place other dlls in the PATH. Supun On Mon, Mar 2, 2009 at 9:38 AM, Dinesh Premalal xydin...@gmail.com wrote: Supun Kamburugamuva supu...@gmail.com writes: You need modules folder

Re: bare minimum to run mod_axis2?

2009-03-01 Thread Supun Kamburugamuva
You need modules folder, services folder and axis2.xml Supun. On Mon, Mar 2, 2009 at 9:10 AM, Sam Carleton scarle...@miltonstreet.comwrote: I am a one man ISV. I am adding Axis2/C to my software. I have mod_axis2 up and running in my own minimal install of Apache 2.2.10. The only issue is

Re: Axis2/c help

2009-02-24 Thread Supun Kamburugamuva
You can invoke the sample clients in the bin/samples directory. Supun On Wed, Feb 25, 2009 at 12:24 PM, sasanka pusapati spusapati...@gmail.comwrote: Hi All, Can anyone please help me in running the sample service that comes with axis2/c. I deployed axis2/c in apache and was

Re: error while loading axis2/c module The specified module could not be found

2009-02-23 Thread Supun Kamburugamuva
These are not matching Location /axis2 SetHandler axis2_module /Location and LoadModule axis_2module modules/mod_axis2.so Supun.. On Mon, Feb 23, 2009 at 3:26 PM, sasanka pusapati spusapati...@gmail.comwrote: Hi Axis2/c Users, I am new to

Re: error while loading axis2/c module The specified module could not be found

2009-02-23 Thread Supun Kamburugamuva
exist in modules directory. Is there any thing else i need to configure ... Thanks in Advance, Sasanka. On Mon, Feb 23, 2009 at 5:01 PM, Supun Kamburugamuva supu...@gmail.comwrote: These are not matching Location /axis2 SetHandler axis2_module /Location

Re: Operation Client API

2009-02-19 Thread Supun Kamburugamuva
Best example of using op_client is in the svc_client code. svc_client internally uses the op_client. So if you look at svc_client code you can find out how to use op_client. Thanks, Supun. On Thu, Feb 19, 2009 at 7:18 PM, Rutger van Eerd - Vanboxtel BV rve...@vanboxtel.nl wrote: Hello,

Re: server sends output but client unable to deserialize

2009-02-18 Thread Supun Kamburugamuva
On Tue, Feb 17, 2009 at 11:43 AM, Supun Kamburugamuva supu...@gmail.com wrote: Can you please attach the log file? Supun On Tue, Feb 17, 2009 at 9:26 PM, balajikumara T balajikum...@gmail.com wrote: Hi, I get the following error. Mon Feb 16 10:54:10 2009] [error] adb_testScorecard.c

Re: server sends output but client unable to deserialize

2009-02-17 Thread Supun Kamburugamuva
Can you please attach the log file? Supun On Tue, Feb 17, 2009 at 9:26 PM, balajikumara T balajikum...@gmail.comwrote: Hi, I get the following error. Mon Feb 16 10:54:10 2009] [error] adb_testScorecard.c(750) non nillable or minOuccrs != 0 element PVOutput missing [Mon Feb 16 10:54:10

Re: Axis 2c with IIS issues

2009-01-15 Thread Supun Kamburugamuva
Did you set up the IIS and Axis2/C according to the manual? http://ws.apache.org/axis2/c/docs/axis2c_manual.html#IIS Supun. On Thu, Jan 15, 2009 at 3:31 PM, ajith mamachan ajithmamac...@yahoo.comwrote: Hi , Iam using axis 2/c engine with IIS for my project. I had followed the

Re: [Axis2] SSL on Server Side

2009-01-15 Thread Supun Kamburugamuva
Simple HTTP server is a basic HTTP server which only supports HTTP transport. So at the moment it is not possible to do any of this advanced stuff with it. Supun. On Thu, Jan 15, 2009 at 4:28 PM, Andriy Zavada azav...@softservecom.comwrote: Hi! I'm using Axis2/C Simple HTTP Server. Can

Re: new version 1.5.0 is not ready to create a dot so file

2008-11-13 Thread Supun Kamburugamuva
I'm little bit confused. Are you trying to create a so with axis2c client functionality embedded in it? Can you please send the error you are getting as well? Supun. On Thu, Nov 13, 2008 at 5:37 PM, Shyam Yadav [EMAIL PROTECTED] wrote: Hi ; I am using Apache Axis2/C 1.0.0 in client

Re: Adding additional authentication mechanism to a axis c client application

2008-11-09 Thread Supun Kamburugamuva
. Thanks, -David -Original Message- From: Supun Kamburugamuva [mailto:[EMAIL PROTECTED] [EMAIL PROTECTED]] Sent: Fri 11/7/2008 9:40 PM To: Apache AXIS C User List Subject: Re: Adding additional authentication mechanism to a axis c client application Not familiar with NTLM

Re: Adding additional authentication mechanism to a axis c client application

2008-11-07 Thread Supun Kamburugamuva
Not familiar with NTLM. Is that a transport level auth mechanism or soap level auth mechanism? AFAIK kerboros is a SOAP level auth mechanism. To support kerboros authentication [1] needs to be implemented at the Rampart/C level. [1]

Re: About persistent http connections

2008-11-04 Thread Supun Kamburugamuva
Hi, Did you mean HTTP Keep alive by a persistent connection? Supun. On Tue, Nov 4, 2008 at 3:58 PM, Yuanfeng Zhang [EMAIL PROTECTED]wrote: Hi All We are required to implement a system in C/S structure. The Client have to send a request to the Server every min. And we use axis2c to

Re: Some quick Axis2C help required

2008-11-04 Thread Supun Kamburugamuva
Here is a code sample for using the child element iterator. You can find this kind of code all over the axis2/C source. axiom_child_element_iterator_t *ci = NULL; if ((ci = axiom_element_get_child_elements(element, env, node)) != NULL) { axiom_element_t *ce = NULL; axiom_node_t

Re: RE : RE : early env cleanup in asynchronous mode

2008-10-27 Thread Supun Kamburugamuva
this functionality is something Axis2/C should support. -Carl -Message d'origine- De : Supun Kamburugamuva [mailto:[EMAIL PROTECTED] Envoyé : samedi, octobre 25, 2008 00:37 À : Apache AXIS C User List Objet : Re: early env cleanup in asynchronous mode Recently I got

Re: Crash on axiom_document_build_all of axis2.xml

2008-10-27 Thread Supun Kamburugamuva
Hi Carl, This is a little strange and an unexpected error. I have being using Guththila with settings like that. But it never crashed. May be there is a DLL conflict or some error like that. Supun. On Tue, Oct 28, 2008 at 1:50 AM, Lefrancois, Carl [EMAIL PROTECTED] wrote: minor update:

Re: How can Axis2C client send requests in multiple threads?

2008-10-24 Thread Supun Kamburugamuva
Hi, You should create a axis2_svc_client_t for every thread and set the appropriate properties every time. That is the only way that you can solve this problem easily. Supun. On Sat, Oct 25, 2008 at 12:58 AM, Steven Zhang [EMAIL PROTECTED] wrote: Hi: I have made an Axis2c 1.4 client

Re: early env cleanup in asynchronous mode

2008-10-24 Thread Supun Kamburugamuva
Recently I got this error. But not sure what is happening exactly. Need to have a thorough look. Please create a Jira. Supun. On Sat, Oct 25, 2008 at 12:27 AM, Lefrancois, Carl [EMAIL PROTECTED] wrote: Hello all, No doubt my problem is due to user error, but I'm not sure what to try next

Re: Does Axis2C support multi-threading requests

2008-10-23 Thread Supun Kamburugamuva
You cannot achieve this with a single instance of axis2_svc_client_t. But you can achieve this with axis2_op_client_t. You have to use a single axis2_op_client_t for a single thread. But not like in axis2_svc_client_t you don't have to create everyting from the beginning. Supun.. On Thu, Oct 23,

Re: simple response parsing question

2008-10-21 Thread Supun Kamburugamuva
This will help you. http://ws.apache.org/axis2/c/docs/om_tutorial.html Supun. On Tue, Oct 21, 2008 at 8:56 PM, Mark Webb [EMAIL PROTECTED] wrote: I have a web service client written in Axis2C and am getting the response back properly. The response is just a long value. Here is the XML I

Re: setting content-type

2008-10-20 Thread Supun Kamburugamuva
Hi Mark, When you set the SOAP version to 1.1 the content type should be text/xml. Can you please capture the HTTP messages and send? You can use a tool like TCPmon to capture the messages. Supun. On Tue, Oct 21, 2008 at 12:19 AM, Mark Webb [EMAIL PROTECTED] wrote: Thanks for the help, but I

Re: Accessing Services.xml from within a running service?

2008-10-20 Thread Supun Kamburugamuva
Hi all, At the moment we cannot access any of Axis2 configuration from the init method. I believe this is a pretty useful feature. How about adding a field to the axis2_svc_skeleton_t to hold the configuration context so that users can access it when they are in the init method. Any thoughts?

Re: Embedding the Axis2/C HTTP server in an application

2008-10-04 Thread Supun Kamburugamuva
You can look at the http_server_main.c file for how to start Axis2/C from your application. Axis2/C server is a running instance of a transport receiver. What you need to do is create the configuration and start the http transport receiver. That is what has been done in axis2_http_server. Supun..

Re: Axis2/C built with SSL support. axis2_http_sender.dll fails to load

2008-10-02 Thread Supun Kamburugamuva
Sorry, I think in my reply I have done a mistake and I'm not very clear. What I wanted to explain that there is a possibility to compile Axis2/C with a one version of OpenSLL (OpenSSL lib files) and try to run with a different version of OpenSSL. Usually we install OpenSSL to some directory and

Re: Axis2/C built with SSL support. axis2_http_sender.dll fails to load

2008-10-02 Thread Supun Kamburugamuva
and WAS is already configured for SSL. Any help to proceed from here is greatly appreciated. Let me know if anything is not clear enough. Thanks! Laksh Supun Kamburugamuva wrote: Sorry, I think in my reply I have done a mistake and I'm not very clear. What I wanted to explain

Re: thread safe axis2c api calls

2008-09-14 Thread Supun Kamburugamuva
Hi Tammy, Axis2/C API calls are designed for a single thread of execution. So they are not thread safe. Anyway if you can explain your requirement for a thread safe API, we may be able to help you. Thanks, Supun.. On Sat, Sep 13, 2008 at 3:43 AM, Tammy Martin [EMAIL PROTECTED]wrote: Hello

Re: echo samples with Axis2/C Module for Apache2

2008-09-12 Thread Supun Kamburugamuva
-- *From:* Supun Kamburugamuva [mailto:[EMAIL PROTECTED] *Sent:* Thursday, September 11, 2008 1:45 AM *To:* Apache AXIS C User List *Subject:* Re: echo samples with Axis2/C Module for Apache2 Can you please send the server log file for the failed test cases with Apache Server

Re: echo samples with Axis2/C Module for Apache2

2008-09-10 Thread Supun Kamburugamuva
From your description it is hard to figure out what went wrong. It seems that everything is correct. Can you please send the client log file? Supun.. On Wed, Sep 10, 2008 at 6:35 PM, Gold, Jack L (US SSA) [EMAIL PROTECTED] wrote: I am going through the manual and attempting the tests

Re: Memory footprint

2008-09-10 Thread Supun Kamburugamuva
A echo client invocation uses 3440k of memory in my Windows XP machine. I've tested this with the math sample as well. It also consumes equal amount of memory. Also the memory foot print for the simple axis2 server is in the same range. Regards, Supun On Thu, Sep 11, 2008 at 9:18 AM, Milinda

Re: echo samples with Axis2/C Module for Apache2

2008-09-10 Thread Supun Kamburugamuva
Can you please send the server log file for the failed test cases with Apache Server? Usually if a sample works with axis2_http_server it works with Apache server as well. Please note that google and yahoo sample failures have nothing to do with the local server. These requests go to google and

Re: compiling rpath

2008-09-09 Thread Supun Kamburugamuva
These unresolved symbols are from the Apache APR library. This library ships with Apache server. Please include that as well. Supun.. On Tue, Sep 9, 2008 at 5:17 PM, Martina08 [EMAIL PROTECTED] wrote: hi, i added to my libraries -lneethi -lmod_axis2 -lguththila -laxis2_minizip

Re: compiling rpath

2008-09-09 Thread Supun Kamburugamuva
When you build Axis2/C, Apache module is optional. It will be built only if you configure to build with it. If you want to build the apache module (mod_axis2) then definitely you need the Apache server installed in your machine. You can find more information about this in the axis2

Re: Clean-up and Freeing (and nnexpected close-tags being created)

2008-09-08 Thread Supun Kamburugamuva
Hi Andy, Thanks for finding this important bug in the axiom code. I've found the bug and will correct it shortly. I've gone through your code and there are two things that I like to point out in your code. 1. You are creating an empty node and passing it to the element_create method. This leads

Re: Simple SOAP Simulators

2008-09-04 Thread Supun Kamburugamuva
Hi Nikhil, AFAIK axis2/c doesn't have a GUI based SOAP simulator. Thanks, Supun.. On Thu, Sep 4, 2008 at 11:35 AM, Nikhil Koranne [EMAIL PROTECTED]wrote: Hi, I would like to know if there are any open source GUI based SOAP simulators available? I searched for some, but couldn't find much

Re: AXIS2 and AXIOM

2008-08-28 Thread Supun Kamburugamuva
Yes, you are right. You got a xml element as the result but it doesn't have text. i.e. resulElement/resulElement. Also you can serialize the axiom node using axiom_node_to_string and see what is the actual response. Supun.. On Wed, Aug 27, 2008 at 4:20 PM, Martina08 [EMAIL PROTECTED] wrote:

Re: AXIS2 and AXIOM

2008-08-28 Thread Supun Kamburugamuva
Axiom node is used for building the tree structure of a xml document in to a programming model. Obviously a XML tree consists of different entities like elements, text, comments etc. All these things are embedded in to the tree structure which consists of nodes. This implies that nodes carry

Re: AXIS2 and AXIOM

2008-08-26 Thread Supun Kamburugamuva
Here is a simple tutorial for Axiom/C http://wsaxc.blogspot.com/2008/01/beginners-guide-to-axiomc.html Supun.. On Tue, Aug 26, 2008 at 7:50 PM, Rajika Kumarasiri [EMAIL PROTECTED]wrote: On Tue, Aug 26, 2008 at 8:01 PM, Martina08 [EMAIL PROTECTED]wrote: Have a look at this echo client

Re: compiling with gcc

2008-08-21 Thread Supun Kamburugamuva
Hi Martina, Glad to here that you finally got it working. Supun.. On Thu, Aug 21, 2008 at 6:51 PM, Martina08 [EMAIL PROTECTED] wrote: jeah, i can create the math executable file now too. You must just add the second source file to the command;) Thanks for the great help!!! -- View this

Re: axis2/c depending on openSSL

2008-08-21 Thread Supun Kamburugamuva
Hi Raymond, This may work, but I'm not sure. But it is worth trying. Try to build two axis2_http_sender libraries. One with OpenSSL and other without OpenSSL. Then in the axis2.xml add two tranpsort senders. You should have different names for the axis2_http_sender library in both cases. i.e

Re: Max call of service

2008-08-19 Thread Supun Kamburugamuva
is not created as a global variable. The code looks like this: adb_getStatusResponse_t * axis2_skel_DAQStatus_getStatus(const axutil_env_t *env) { try { FdDaq fd_daq; } catch (...) { } return return_node; } where fd_daq is the object. Kind regards Michael Supun Kamburugamuva

Re: Max call of service

2008-08-19 Thread Supun Kamburugamuva
Michael Supun Kamburugamuva wrote: Hi Michael, By looking at your code it seems that it doesn't lead to a memory leak. Every time that function is called the object will be created and when the function finishes execution the object will be destroyed. I think there is another memory leak

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

2008-07-21 Thread Supun Kamburugamuva
We are pleased to announce the release of Apache Axis2/C version 1.5.0. You can download this release from http://ws.apache.org/axis2/c/download.cgiKey Features 1. Support for one-way messaging (In-Only) and request response messaging (In-Out) 2. Client APIs: Easy to use service client

Re: Loading mod_axis2.so module into Apache

2008-07-17 Thread Supun Kamburugamuva
Hi Alex, Nice description of the problem. Couldn't think of a better way to do it. This is what you need to do. You have the axis2/c distribution in /home/alex/axis2c-dist right? You should have the lib, modules and services directories under that directory. Also you need to have the axis2.xml

Re: Loading mod_axis2.so module into Apache

2008-07-17 Thread Supun Kamburugamuva
PROTECTED] wrote: Supun, Arn't these steps on the manual? Samisa... Supun Kamburugamuva wrote: Hi Alex, Nice description of the problem. Couldn't think of a better way to do it. This is what you need to do. You have the axis2/c distribution in /home/alex/axis2c-dist right? You should

Re: Cannot retrieve http headers in 1.4

2008-07-16 Thread Supun Kamburugamuva
Hi Hatim, First sorry for the late reply. The way that you try to acquire the headers is not supported now. Instead there is a direct method in message context that give the list of headers. Your code up to getting the message context is correct. Then you need to call the method list =

Re: Many errors in Axis2c.sln (Windows) for release mode

2008-07-16 Thread Supun Kamburugamuva
Hi, I think you are referring to Windows VC 8 project. We don't support the release build yet. If you look at the project properties, you can see that nothing is configured for release build. For now the only option available is the nmake. Please create a jira so we won't forget this. Supun..

Re: Redirecting Web Services

2008-07-16 Thread Supun Kamburugamuva
Hi brian, Can you please send us the redirected message for the Axis2/C client. It seems that their is something wrong in the XML. You can capture the message using a tool like tcpmon http://ws.apache.org/commons/tcpmon/. Supun.. On Wed, Jul 16, 2008 at 7:58 PM, Brian S Bates (bribates) [EMAIL

Re: Service Client sending message multiple times to server

2008-07-10 Thread Supun Kamburugamuva
On Wed, Jul 9, 2008 at 3:59 AM, Supun Kamburugamuva [EMAIL PROTECTED] wrote: Hi, If there is anything I can set to show whether duplicate messages are being sent, please let me know

Re: Service Client sending message multiple times to server

2008-07-10 Thread Supun Kamburugamuva
documentation. Supun.. On Fri, Jul 11, 2008 at 2:37 AM, Andy Karseras [EMAIL PROTECTED] wrote: Hi, I'll create the JIRA. Concerning eclipse, I'll gladly commit anything back to the community - what exactly would you require ? Andy On Thu, Jul 10, 2008 at 7:57 AM, Supun Kamburugamuva

Re: Service Client sending message multiple times to server

2008-07-09 Thread Supun Kamburugamuva
Hi, If there is anything I can set to show whether duplicate messages are being sent, please let me know. You can use the TCPmon tool. http://ws.apache.org/commons/tcpmon/. Supun..

Re: Failed to load mod_rampart.dll

2008-07-08 Thread Supun Kamburugamuva
Hi, Have you tried typing http://localhost/axis2/services in the browse?. That should display the deployed services. You can run the update_n_run,bat. But please note that in that file the client talks to the http://localhost:9090/axis2/services/sec_echo. Please change the port before running

Re: Unable building Axis2C++ in VC6

2008-07-04 Thread Supun Kamburugamuva
for this issue? Supun Kamburugamuva wrote: Hi, The unresolved symbols are from the file http_accept_record.c. It seems that the VC6 project doesn't include this file. So please add this file to the axis2_engine project. The file can be found at src\core\transport\http\common folder

Re: Unable building Axis2C++ in VC6

2008-07-03 Thread Supun Kamburugamuva
Hi, The unresolved symbols are from the file http_accept_record.c. It seems that the VC6 project doesn't include this file. So please add this file to the axis2_engine project. The file can be found at src\core\transport\http\common folder. Supun.. On Fri, Jul 4, 2008 at 7:37 AM, Tung.Nguyen

Re: rampart and message with no parameter

2008-07-02 Thread Supun Kamburugamuva
The web service being developed has many messages, some of them doesn't have any parameters, e.g GetDeviceList() . In this case, the body is empty but the header is not empty and contains the action which is used by the server to dispatch this message. Therefore, it makes sense to send a

Re: rampart and message with no parameter

2008-07-01 Thread Supun Kamburugamuva
Hi, If I'm right, most probably I'm. The problem is that in your policy you are saying to encrypt the message body i.e sp:EncryptedParts sp:Body/ /sp:EncryptedParts. But you don't have a message body. So it is perfectly normal to get this error. If this is the case please remove that part

Re: Am I right?

2008-07-01 Thread Supun Kamburugamuva
i Friends, What I understood about AXIOM is this... please tell me if i am right... 1. Axiom is a linked list which is capable of holding the XML document more conveniently as it has members like attributes, namespaces, etc. Right. The linked list contains

Re: One service multiple access points

2008-06-26 Thread Supun Kamburugamuva
Hi Anis, Have you looked at the Math client and Service in the samples directory? Supun. On Tue, Jun 24, 2008 at 6:05 PM, Hello World [EMAIL PROTECTED] wrote: Hello, I'm actually trying to implement a service deployment platform (based on some research I'm doing about service protocols) on

Re: AXIS2c Handling the multiple requests.

2008-06-21 Thread Supun Kamburugamuva
Hi, This is handled at the transport level. When a TCP connection (HTTP is the application layer protocol) is stabilized between the server and the client this get handled automatically. Also Axis2/C doesn't have any state information about the clients that are connected to it. It gets a request

Re: AXIS2c Handling the multiple requests.

2008-06-21 Thread Supun Kamburugamuva
. Regards, Shobha -- *From:* Supun Kamburugamuva [mailto:[EMAIL PROTECTED] *Sent:* Saturday, June 21, 2008 12:28 PM *To:* Apache AXIS C User List *Subject:* Re: AXIS2c Handling the multiple requests. Hi, This is handled at the transport level. When a TCP

Re: Deploy AXIS2C web service application in Apache HTTP server

2008-06-12 Thread Supun Kamburugamuva
-- *From:* Supun Kamburugamuva [mailto:[EMAIL PROTECTED] *Sent:* Thursday, June 12, 2008 11:07 AM *To:* Apache AXIS C User List *Subject:* Re: Deploy AXIS2C web service application in Apache HTTP server Hi, mod_axis2.so is the module for Apache which connect Apache Server and Axis2/C

Re: Deploy AXIS2C web service application in Apache HTTP server

2008-06-11 Thread Supun Kamburugamuva
Hi, mod_axis2.so is the module for Apache which connect Apache Server and Axis2/C. As a service writer you don't have to worry about that. Of course you need to set up Axis2/C and in that case you need to copy this library to the apache modules directory and set the appropriate entries in the

Re: How to?

2008-05-22 Thread Supun Kamburugamuva
Hi vamsi, Hi All, What is the Best way to desect the entire Axis2/C tool. i.e, 1. t*o understand the whole functionality / code* The best way to get started may be to refer the Axis2 architecture. Then of course you can debug the code to get an idea about how things are

Re: Memory leak report for Axis2c 1.4

2008-05-16 Thread Supun Kamburugamuva
Hi Steven, The second issue that you mentioned is a memory leak and I have created a Jira and fixed the issue in the trunk. Please check weather my fix solved the problem. http://issues.apache.org/jira/browse/AXIS2C-1144 Regards, Supun.. On Fri, May 16, 2008 at 8:30 AM, Milinda Pathirage

Re: Axis2/C Performance Article

2008-05-15 Thread Supun Kamburugamuva
the performance tests again. Regards, Supun.. On Mon, May 12, 2008 at 12:20 PM, Supun Kamburugamuva [EMAIL PROTECTED] wrote: Yes I agree with Nabeel. We need to figure out why our performance is low when the data sizes are large. At the surface level it seems that it has nothing to do with the Axis2/C

Re: Axis2/C Performance Article

2008-05-12 Thread Supun Kamburugamuva
Yes I agree with Nabeel. We need to figure out why our performance is low when the data sizes are large. At the surface level it seems that it has nothing to do with the Axis2/C engine when compare to the Axis2 Java. Also when the data sizes are large httpd itself may get slow. Another important

Re: Failed in creating DLL / axis2_http_server (linux)

2008-04-29 Thread Supun Kamburugamuva
Hi, AFAIK it is not required to load the other libraries. But please make sure that all those linked libraries are in the path. Regards, Supun.. On Tue, Apr 29, 2008 at 1:59 PM, Paulo Vicentini [EMAIL PROTECTED] wrote: Hi, I am facing problems in order to call my service, I got Failed in

Re: axis2_http_server fails on solaris9

2008-04-08 Thread Supun Kamburugamuva
Hi Manfred, Please check weather the modules folder contains valid files. Specially check weather module.xml file is correct in the modules sub-folders i.e addressing/module.xml and logging/module.xml. Also dep_engine fails if the service folder is not present. Thanks, Supun.. On Tue, Apr 8,

Re: MSVCR80

2008-04-04 Thread Supun Kamburugamuva
Hi Nanne, This occurs all the time to me also. When this occurs I simply clean all the binaries and build them again and the error vanishes. So I couldn't find a specific reason for this error to occur. It seems that building the binaries is not an option for you. So I suggest delete all the

Re: Memory leak in mod_axis2?

2008-04-01 Thread Supun Kamburugamuva
Hi Alex, Since we don't have memory leaks with simple http server, using malloc()/free() will solve your problem. Regards, Supun.. On Tue, Apr 1, 2008 at 6:15 AM, Alex Bolgarov [EMAIL PROTECTED] wrote: On Mon, Mar 31, 2008 at 11:17 PM, Uthaiyashankar [EMAIL PROTECTED] wrote: I doubt

Re: [AXIS2C] Need IIS 6 instructions on how to set up Axis2/C

2008-02-19 Thread Supun Kamburugamuva
PROTECTED] wrote: Hi Supun, Have you had a chance to look into this? Thanks, -Dave. -Original Message- From: Supun Kamburugamuva [mailto:[EMAIL PROTECTED] Sent: Thursday, January 03, 2008 8:44 PM To: Apache AXIS C User List Subject: Re: [AXIS2C] Need IIS 6 instructions on how to set up

Re: Problem getting dll to load under the IIS module

2008-01-28 Thread Supun Kamburugamuva
Hi, Yes, you can debug the Axis2/C with IIS module using the Visual Studio debugger. As far as I can remember doing the following will enable you to debug the IIS module. Add the IIS module project to the axis2c solution and build Axis2c. Make IIS module project as the startup project. Then use

Re: dll description has invalid state

2007-03-06 Thread Supun Kamburugamuva
Hi, error C2491: 'axis2_get_instance' : definition of dllimport function not allowed error C2491: 'axis2_remove_instance' : definition of dllimport function not allowed These errors are cuased by not declaring the AXIS2_DECLARE_EXPORT as a preprocessor derective. If this preprocessor derective

Re: [Axis2] IIS support for IIS 6

2007-03-06 Thread Supun Kamburugamuva
Hi, 1. No, It won't work. The reason is that with IIS 6 Worker Process Isolationa mode (the default) there is no guarantee that filters are going to be single instansiated. But in the current implementation I assume that filters are single instansiated. Still I couldn't setup a Windows Server

Re: Axis2c-- help in building the mod_iis.dll

2007-02-22 Thread Supun Kamburugamuva
Hi, Don't use the patch file for the IIS module with axis2c .96. The module was built after the .96 release. Also after the patch for IIS module there were various changes to the code (axis2c as well as IIS module). So I suggest you checkout the latest axis2c from the svn. The link to svn is