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

2007-02-07 Thread Raju, Prabhakar \(P.\)
Hi, I have created this as a jira issue. But, recently I realized that this problem could be with the server side also. The client could be merely blocked as server is not responding. Please note that the server was written using axis2 java with possibly default connection settings. FYI

[axis2c] question on http transport...

2007-02-01 Thread Raju, Prabhakar \(P.\)
Hi, Is the http client/server designed/built to send multiple messages with a single instance of axis2_http_client? Apparently it does it but hangs at CLIENT_RECIEVE_HEADER call after 50 times (on win32) and about 100 times in linux. I'm also having only one instance of the environment. Regards

[axis2c] question on http transport...

2007-02-01 Thread Raju, Prabhakar \(P.\)
Hi, Is the http client/server designed/built to send multiple messages with a single instance of axis2_http_client? Apparently it does it but hangs at CLIENT_RECIEVE_HEADER call after 50 times (on win32) and about 100 times in linux. I'm also having only one instance of the environment. Regards

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

2007-02-01 Thread Raju, Prabhakar \(P.\)
Hi, well I know that service client works with unlimited messages with one instance. We are using( for some reasons) call structure given in the code http/sender/http_client.c with a slightly modified axis2_http_client_send (fixed for memory leaks). This works fine if we re-create the client

[Axis2] build on solaris...

2006-12-18 Thread Raju, Prabhakar \(P.\)
Hi, I see some of you have built on solaris 8. Please let us know which compiler you used and what setting you did for configure script. Initally I tried the default (which chose gcc). I had a bad compilion error in get_mac_addr. I went past that using CC as my compiler. I get a bunch of other

[Axis2] Simple svc client or http client crashing in linux...

2006-12-08 Thread Raju, Prabhakar \(P.\)
Hi, The problem is fixed now. We had to set the client TIMEOUT explicitly. FYI

Simple svc client or http client crashing in linux...

2006-12-07 Thread Raju, Prabhakar \(P.\)
Hi, If I run the simple server and echo client ( axis2/c) , if the server dies or hangs for a while (I think) , the client crashes with segmentation fault. To test this, I ran the sample client echo.c Something like this. for(i=0;i10;++i){ ret_node =

Question on namspace prefix...

2006-09-11 Thread Raju, Prabhakar \(P.\)
Title: Question on namspace prefix... Hi, I tried removing the automatically generated namespace prefix (something like xmlns:ns1) for method element (for method call) using the serialized call removeNamespacePrefix(ns) after calling createSoapMethod(,). But it did not remove the prefix.

RE: Error : Cannot deserialize the requested element

2006-08-29 Thread Raju, Prabhakar \(P.\)
Hi, I think I know this one! Check the path name of the service URL. It is case sensitive. FYI From: Vijaya Bhaskar Peddinti [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 29, 2006 7:07 AMTo: Apache AXIS C User ListSubject: Error : Cannot deserialize the requested element Hi all, I

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

Apache axis not loading...

2006-08-21 Thread Raju, Prabhakar \(P.\)
Title: Apache axis not loading... Hi, The problem is not with apache. My build did not create this file libaxiscpp_mod2.so. When I turned the flags on for apache 2 modules, g failed just before building apache20 libs at line 27 of buildApache20Module.xml. cc

RE: Configure file missing in linux source

2006-08-17 Thread Raju, Prabhakar \(P.\)
And the installation instructions here: http://ws.apache.org/axis/cpp/install-guide.html Regards, Adrian ___ Adrian Dick ([EMAIL PROTECTED]) Raju, Prabhakar \(P.\) [EMAIL PROTECTED] wrote on 17/08/2006 15:12:20: Hi, The file configure is missing in linux src download. I

RE: axis build issue

2006-08-17 Thread Raju, Prabhakar \(P.\)
: http://ws.apache.org/axis/cpp/antbuild-guide.html And the installation instructions here: http://ws.apache.org/axis/cpp/install-guide.html Regards, Adrian ___ Adrian Dick ([EMAIL PROTECTED]) Raju, Prabhakar \(P.\) [EMAIL PROTECTED] wrote on 17/08/2006 15:12:20

Have trouble building c++ samples for axis...

2006-08-15 Thread Raju, Prabhakar \(P.\)
Title: Have trouble building c samples for axis... Hi, I installed ant, ant-contrib. I created this Axis_Folder. And ran ant -f buildSamples.xml. I get this message. Please help. -- BUILD FAILED C:\Simple_Axis_Server\Axis\buildSamples.xml:29: