Re: Axis2c client doesn't work when I built it into library

2006-08-22 Thread Samisa Abeysinghe
Chen LC Li wrote: Hello Mr.Samisa, This is Aaron from IBM China Software Development Lab. Thanks for your reply. I did have /opt/axis2c-bin-0.92-linux/lib on my LD_LIBRARY_PATH. I set it in my system profile even in my C program as well. Now we are facing with a case that needs to integrat

Re: Axis2c client doesn't work when I built it into library

2006-08-22 Thread Chen LC Li
Hello Mr.Samisa, This is Aaron from IBM China Software Development Lab. Thanks for your reply. I did have /opt/axis2c-bin-0.92-linux/lib on my LD_LIBRARY_PATH. I set it in my system profile even in my C program as well. Now we are facing with a case that needs to integrate C legacy with Java pr

Re: Axis2c client doesn't work when I built it into library

2006-08-22 Thread Samisa Abeysinghe
Do you have the Axis2/C libs on you library path, so that the program that loads your library file with client logic can locate the required Axis2/C libs? (As far as I can tell form your compile command, you should have /opt/axis2c-bin-0.92-linux/lib on your LD_LIBRARY_PATH) BTW, you could use the

Axis2c client doesn't work when I built it into library

2006-08-22 Thread Chen LC Li
Hello friends, I worked out a Axis2c client on linux that can successfully invoke a web service implemented by Java ... I've been trying to build it into a library file (.so) so that it can be called from other C program but it failed to call the web service anymore. I added a bunch of

RE: Apache axis not loading...

2006-08-22 Thread Vijaya Bhaskar Peddinti
Hi all, I am trying to install Axis-c on windows and am getting the following errors when I start apache server: 1. mod_axis dll is not found - even though I have placed in the specified folders if using with Apache 2.2.3 2. If I am using Apache 2.0.59 I am getting some problem with msvcrt.dll.

Re: What is the best AXIS C++ practice to implement request/response MEP

2006-08-22 Thread Adrian Dick
Hi, If you don't want to use generated stub objects, you can work directly with the Call API, in much the same way as within generated stub objects. Probably the best way to understand using this API is to generate a stub from a simple WSDL then re-work to suit your needs. Also, we have a handful

RE: Apache axis not loading...

2006-08-22 Thread Adrian Dick
I'm surprised you aren't seeing anything from the compiler (or linker) showing a more specific error You can force ANT to log to a file by specifying the option -l It may then become more obvious, otherwise you can post it here, and we will be better able to diagnose the problem. Adrian __

RE: What is the best AXIS C++ practice to implement request/response MEP

2006-08-22 Thread Raju, Prabhakar \(P.\)
Me too. Try out the samples to get an idea. FYI -Original Message- From: leo_k2 [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 22, 2006 9:11 AM To: axis-c-user@ws.apache.org Subject: What is the best AXIS C++ practice to implement request/response MEP I am a novice to AXIS C++. What

What is the best AXIS C++ practice to implement request/response MEP

2006-08-22 Thread leo_k2
I am a novice to AXIS C++. What would be the best AXIS C++ practice to implement request/response MEP - no proxy object - just sending a SOAP request and getting a SOAP response in one call. Is there any sample implementing this pattern? Is that about handles and chains? Thank you. -- View this

RE: Apache axis not loading...

2006-08-22 Thread Raju, Prabhakar \(P.\)
Nothig specific I could see. Is there a trace or log of compilation? It just said failed with error code 1. FYI -Original Message- From: Adrian Dick [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 22, 2006 3:35 AM To: Apache AXIS C User List Subject: Re: Apache axis not loading... Hi,

Re: Apache axis not loading...

2006-08-22 Thread Adrian Dick
Hi, This based on the location in the ANT scripts at which failure occured, it sounds like the Apache module failed to compile. What were the compilation errors (You should see these just before the point at which the ANT script indicated a failure) ? Adrian _