checking if axis server has started

2008-11-20 Thread indra.sharma
Hi! Is there a way to check if axis server has started? I have two threads, one initiates the axis server and gets stuck which also makes the main thread to stop. I would like to somehow check if the server has started and then let the main thread know so it can continue running. Regards Indra

RE: printing parts of a node

2008-11-10 Thread indra.sharma
Thanks! /Indra -Original Message- From: Uthaiyashankar [mailto:[EMAIL PROTECTED] Sent: den 7 november 2008 05:15 To: Apache AXIS C Developers List Subject: Re: printing parts of a node [EMAIL PROTECTED] wrote: I tried to understand how I could use the serialize sub tree method but I

printing parts of a node

2008-11-05 Thread indra.sharma
Hello! I want to print the parameter names in a node and not the parameter values. For example: param11/param1param23/param2 I want to print or get the hold of: param1 param2 but not 1 and 3 Does anyone know how this can be done? /Indra

RE: printing parts of a node

2008-11-05 Thread indra.sharma
I tried to understand how I could use the serialize sub tree method but I don't... I know how to get the node values but I also need to get the node name, how can I do this? I'm very thankful for a reply Regards Indra -Original Message- From: Samisa Abeysinghe [mailto:[EMAIL PROTECTED]

Axis2/c math client

2008-10-27 Thread indra.sharma
Hello! Does anyone know how I can print a node and see what it contains? For example I would like to print the axiom_node_t *node in axis2c math-client main... Regards Indra - To unsubscribe, e-mail: [EMAIL PROTECTED] For

RE: Axis2/c math client

2008-10-27 Thread indra.sharma
Thanks I'm gonna try that /Indra From: Rajika Kumarasiri [mailto:[EMAIL PROTECTED] Sent: den 27 oktober 2008 17:25 To: Apache AXIS C Developers List Subject: Re: Axis2/c math client On Mon, Oct 27, 2008 at 9:50 PM, [EMAIL PROTECTED] wrote: hi, Try

Embed axis in libray

2008-10-07 Thread indra.sharma
Hi, I have a question regarding a project I'm working with. I want to embed axis2c into a library that I've created. I want to make the library available to the WS when invoke is called. Do you have any experience in this or any guidelines? Thank you /Indra

RE: Axis2/c debug mode problem

2008-10-06 Thread indra.sharma
I tried to clean and build but I still have the same problem. I checked and all the axis-dlls are compiled in debug but I think the problem has to do with my libxml2. Do you know where I can find a libxml2.dll that is compiled for debug? /Indra From: Supun

RE: Axis2/c debug mode problem

2008-10-06 Thread indra.sharma
Okay, I have added the projects axis2_parser_guththila and guththila. I also need to add enable_guththila =1 in the preprocessor settings, don't I? /Indra From: Supun Kamburugamuva [mailto:[EMAIL PROTECTED] Sent: den 6 oktober 2008 11:54 To: Apache

RE: Axis2/c debug mode problem

2008-10-06 Thread indra.sharma
I have removed axis2_parser-.lib and added axis2_parser_guththila.lib instead in axiom-Linker-Input-additional dependencies. I still get the same error... In modules I can see that axis2_parser_guththila.dll is loaded but so is also axis2_parser.dll... /Indra

RE: Axis2/c debug mode problem

2008-10-06 Thread indra.sharma
I'm sorry if I have been a little unclear about the problem, I don't believe there is a bug in libxml2. I think that there is a problem because memory is being allocated for libxml2 that is in release but is freed in debug. Since my project is in debug I believe there is a conflict with my

RE: Axis2/c debug mode problem

2008-10-06 Thread indra.sharma
Thanks! It's now working =) /Indra From: Supun Kamburugamuva [mailto:[EMAIL PROTECTED] Sent: den 6 oktober 2008 15:41 To: Apache AXIS C Developers List Subject: Re: Axis2/c debug mode problem When you use libxml2 you need to define the

SV: Axis2/c source in VS

2008-09-19 Thread indra.sharma
Here are the *.vcproj and axis2c.sln Let me know if there is anything else you need. /Indra -Ursprungligt meddelande- Från: Supun Kamburugamuva [mailto:[EMAIL PROTECTED] Skickat: to 2008-09-18 16:22 Till: Apache AXIS C Developers List Ämne: Re: Axis2/c source in VS Yes, That would be

SV: Axis2/c source in VS

2008-09-18 Thread indra.sharma
Hi Supun! Thank you for your reply. I've checked for the library named axis2_http_library but I can't find one. It seems I don't have it but I don't know why, do you? /Indra -Ursprungligt meddelande- Från: Supun Kamburugamuva [mailto:[EMAIL PROTECTED] Skickat: on 2008-09-17 18:25

SV: Axis2/c source in VS

2008-09-18 Thread indra.sharma
I have tried to build it in VS and it works, no compiling errors. The problem is when I try to run the .exe that is generated. I have OpenSSL installed and the axis2c lib-files. When I compile and run from the comand promt with nmake (as described on the webpage but without libcurl,

SV: Axis2/c source in VS

2008-09-18 Thread indra.sharma
Yes, I have it in the lib folder. I have 2 axis2_http_server.exe, one that is working and one that is not working. The one that is working i compiled with the instructions from the webpage with nmake and that .exe runs fine and i will call it NR1. The one I have compiled in VS is the one with

SV: Axis2/c source in VS

2008-09-18 Thread indra.sharma
Yes, I tried to run it from the command prompt -Ursprungligt meddelande- Från: Supun Kamburugamuva [mailto:[EMAIL PROTECTED] Skickat: to 2008-09-18 11:05 Till: Apache AXIS C Developers List Ämne: Re: Axis2/c source in VS Did you try to run the NR2 from the command line? On Thu, Sep

SV: Axis2/c source in VS

2008-09-18 Thread indra.sharma
It might also be good to know that I have enable_libcurl = 0 in NR2. I did it by adding enable_libcurl =0 in my preprocessor settings and removing libcurl_imp from properties - Linker - Input - additional dependencies. /Indra -Ursprungligt meddelande- Från: Supun Kamburugamuva

SV: Axis2/c source in VS

2008-09-18 Thread indra.sharma
This it what it says: DWMAPI.DLL Error opening file. The system cannot find the file specified(2) Warning: At least one delay-load dependency module was not found. Warning: At least one module has an unresolved import due to a missing export function in a delay-load dependent module. The

SV: Axis2/c source in VS

2008-09-18 Thread indra.sharma
Hi! I tried changing the settings for the axutil setting it from unicode to multi-byte character set and now the .exe starts. Do you know why this is? Anyways, thanks a lot for you time and help =) /Indra -Ursprungligt meddelande- Från: Supun Kamburugamuva [mailto:[EMAIL PROTECTED]

SV: Axis2/c source in VS

2008-09-18 Thread indra.sharma
Ok! Thanks, just got ur mail! /indra -Ursprungligt meddelande- Från: Supun Kamburugamuva [mailto:[EMAIL PROTECTED] Skickat: to 2008-09-18 11:41 Till: Apache AXIS C Developers List Ämne: Re: Axis2/c source in VS You are using VS 2008. We don't have any experience with VS 2008 and

SV: Axis2/c source in VS

2008-09-18 Thread indra.sharma
Btw, du you want me to send you my axis2c.sln for VS2008? /Indra -Ursprungligt meddelande- Från: Supun Kamburugamuva [mailto:[EMAIL PROTECTED] Skickat: to 2008-09-18 11:41 Till: Apache AXIS C Developers List Ämne: Re: Axis2/c source in VS You are using VS 2008. We don't have any

Axis2/c source in VS

2008-09-17 Thread indra.sharma
Hello, I'm trying to compile axis2/c in Visual Studios (2008) (using axis2c.sln) and it works out well in both release (and debug mode). I'm only using these projects: axutil, axis2_parser, axiom, neethi, axis2_engine, axis2_http_sender, axis2_httpreceiver, axis2_http_server, axis2_mod_addr.

SV: Problems with axis2c source

2008-09-11 Thread indra.sharma
Thanks! /Indra -Ursprungligt meddelande- Från: Supun Kamburugamuva [mailto:[EMAIL PROTECTED] Skickat: to 2008-09-11 07:02 Till: Apache AXIS C Developers List Ämne: Re: Problems with axis2c source I'm using curl-7.15.1. Supun.. On Wed, Sep 10, 2008 at 7:27 PM, [EMAIL PROTECTED]

Problems with axis2c source

2008-09-10 Thread indra.sharma
Hello! I have installed axis2c latest release binary dist. and it works well = but what I really want is to use the source distr. I have compiled the = source but the server doesn't start. I have tested to switch the lib = files from the src-lib to the bin-lib (just to see if the src-lib files =

SV: Problems with axis2c source

2008-09-10 Thread indra.sharma
Thank you very much for your quick reply! It seems (like you said) that I'm missing the curl-files (curl.h). I downloaded curl-7.19.0 but it seems to be a different version than the one neededdo you know what version of curl I should use? Thank you for your time /Indra Sharma

About Axis C/C++ Final release

2008-08-28 Thread indra.sharma
Hello! I'm looking for a FINAL version of Axis C++ with functioning src and bin. I've tried to find it on the web but all versions are linked to the same webpage with the latest release (that's not working). Does anyone know how I can find what I'm looking for? Thank you for your time!