Re: using faults w/ wsdl2c

2010-02-15 Thread Selvaratnam Uthaiyashankar
ntions Axis2, they mean Axis2/Java. But in this mailing list, some users use Axis2 to mean Axis2/C. We normally interpret what is meant by Axis2, by using the context of the discussion Regards, Shankar > > Sam > > On Fri, Feb 12, 2010 at 2:23 AM, Selvaratnam Uthaiyashankar > wrote:

Re: using faults w/ wsdl2c

2010-02-11 Thread Selvaratnam Uthaiyashankar
Hi Sam, You can take the checkout from https://svn.apache.org/repos/asf/webservices/axis2/trunk/java/ Regards, Shankar On Fri, Feb 12, 2010 at 9:30 AM, Sam Carleton wrote: > Ok, I am trying to figure out to use faults with Axis2/C.  There was a > thread back in December that said there is some

Re: How to set SOAPAction header for SOAP 1.1?

2010-01-30 Thread Selvaratnam Uthaiyashankar
Hi, It seems you didn't assign any value to SOAP_ACTION variable??? Regards, Shankar 2010/1/29 Olivier Mengué : > Hi, > > I'm trying to write a SOAP client for the public SOAP service at: > http://www.service-repository.com/service/wsdl?id=98309 > > My attempts fail due to an empty SOAPAction he

Re: Will AXIS2C sources work only on Apache-AXIS

2010-01-15 Thread Selvaratnam Uthaiyashankar
Hi, No, you can't. You can only run it as stand alone (simple axis server) or on httpd or IIS. Regards, Shankar On Fri, Jan 15, 2010 at 4:44 PM, ramesh Gopal wrote: > > Hello, > > I am having a source code written using AXIS2C apis. > Can these source be used as-is on Websphere or weblogic or t

Re: Getting the HTTP Status Codes

2009-12-14 Thread Selvaratnam Uthaiyashankar
Hi Sam, did you try axis2_svc_client_get_http_status_code? Regards, Shankar On Mon, Dec 14, 2009 at 9:25 AM, Sam Carleton wrote: > I am working with the Axis2/C client.  The web server can reply with a > number of different HTTP Status Codes, HTTP_UNAUTHORIZED > or HTTP_MOVED_PERMANENTLY.  It l

Re: DLL path for libTestCases_t.so is set to libTestCases.so

2009-12-14 Thread Selvaratnam Uthaiyashankar
On Sun, Dec 13, 2009 at 3:24 PM, Samisa Abeysinghe wrote: > > > On Sat, Dec 5, 2009 at 7:46 AM, wrote: >> >> Samisa, >> Thanks for the response. I mentioned the _t because when I posted the >> message, the ONLY difference between the two services was their names. One >> has the _t and the other d

Re: What is needed to distribute a Axis/2 Client

2009-12-12 Thread Selvaratnam Uthaiyashankar
On Fri, Dec 11, 2009 at 8:48 PM, Sam Carleton wrote: > I have been using Axis2/C sololy on the server side until now (I had been > using Silverlight as the client).  I now need to use Axis2/C on the client > side but need to know what exactly needs to be in the clients repository. >  What files ar

Re: in-only service operation

2009-12-12 Thread Selvaratnam Uthaiyashankar
Hi, You have to set the operation as In-only MEP. Please have a look at notify service's services.xml Regards, Shankar On Sat, Dec 12, 2009 at 12:12 AM, Atanacio Reyes wrote: > Hi: > I have only a question: > How I can do an operation service with only request but no response in server > side?

Re: .Net client can call Axis2/C service, Axis2/C client cannot

2009-12-12 Thread Selvaratnam Uthaiyashankar
Hi Sam, I assume, you are thinking that the problem is due to WS-Addressing.. What is the service you are using? Is it Axis2/C? And what is the error message you are getting? If the server side is axis2/C, you will not get any errors due to addressing headers. You can disable WS-Addressing. Addr

Re: [Axis2[ Time for a release?

2009-12-05 Thread Selvaratnam Uthaiyashankar
On Fri, Dec 4, 2009 at 11:13 PM, Samisa Abeysinghe wrote: > I meant to say, Axis2! > Samisa... > > On Fri, Dec 4, 2009 at 11:08 PM, Samisa Abeysinghe wrote: >> >> Folks, >>     I looked at the Jiras after a lng time and seems that there are >> quite a number of them as well as few ones with

Re: Signature verification fails when signing the Body

2009-10-16 Thread Selvaratnam Uthaiyashankar
om: Selvaratnam Uthaiyashankar [mailto:uthaiyashan...@gmail.com] > Sent: Thursday, October 15, 2009 10:25 PM > To: Apache AXIS C User List > Subject: Re: Signature verification fails when signing the Body > > Hi, > > Can you send the client code? > > Regards, > Shankar

Re: Axis2c Questions

2009-10-15 Thread Selvaratnam Uthaiyashankar
Hi, If you are using any variables higher than request scope, you have to create it in global pool. Apache is having its own memory pool implementation to manage memory. I think, thats why it works with simple axis server, but not with mod_axis2. Before creating the global variable, you might have

Re: Compilation issue with generated code (xsd:enumeration elements)

2009-10-15 Thread Selvaratnam Uthaiyashankar
Hi, It is a bug in codegeneration module. We have to define all variables at the beginning of the method. Created an issue AXIS2C-1403. Will fix it. Regards, Shankar On Wed, Oct 14, 2009 at 3:22 PM, Amit Tewari wrote: > > I am trying to generate C code (adb binding) from a WSDL which defines >

Re: Problems using Axis2/c in Windows

2009-10-15 Thread Selvaratnam Uthaiyashankar
Hi, Thank you for sharing this. I'll create a jira and fix this Regards, Shankar On Wed, Oct 14, 2009 at 10:18 AM, Pete Maclean wrote: > I am attempting to use Axis2/c 1.6.0 to generate C client stubs in Windows > with the "-d adb" option for use with the Microsoft C compiler and am facing > th

Re: Axis2/C application scope problem

2009-10-15 Thread Selvaratnam Uthaiyashankar
Hi, When you are running apache httpd in prefork mpm model, there will be multiple httpd processes and each will instantiate the service. Can you run simple axis server and see whether the service is instantiated multiple times? Regards, Shankar On Thu, Oct 15, 2009 at 6:54 AM, Nagy Vilmos wrot

Re: Signature verification fails when signing the Body

2009-10-15 Thread Selvaratnam Uthaiyashankar
Hi, Can you send the client code? Regards, Shankar On Thu, Oct 15, 2009 at 4:38 PM, Doughty, Michael wrote: > Just a follow-up here on the problem.  I did a bit of searching around on > this and I found the following from a user having almost exactly the same > issue about a year ago: > > > > h

Re: problems running default http server

2009-10-05 Thread Selvaratnam Uthaiyashankar
Hi, You might have to install openssl. Regards, Shankar On Tue, Oct 6, 2009 at 12:36 AM, Doug Price wrote: > I apologize in advance for the probably very trivial question, but I’m new > to web services and was trying to experiment to see what I could do w/ Axis > 2/C.  From the documentation,

Re: SSL configuration question

2009-10-04 Thread Selvaratnam Uthaiyashankar
; echo client invoke SUCCESSFUL! > > Sending OM : xmlns:ns1="http://ws.apache.org/axis2/services/echo";>Hello > World! > > Received OM : xmlns:ns1="http://ws.apache.org/axis2/c/samples";>Hello > World! > > echo client invoke SUCCESSFUL!

Re: SSL configuration question

2009-10-03 Thread Selvaratnam Uthaiyashankar
M : xmlns:ns1="http://ws.apache.org/axis2/c/samples";>Hello > World! > > echo client invoke SUCCESSFUL! > > ./echo https://64.232.245.115:443/axis2/services/echo > Using endpoint : https://64.232.245.115:443/axis2/services/echo > > Sending OM : xmlns:ns1="

Re: SSL configuration question

2009-10-02 Thread Selvaratnam Uthaiyashankar
4 (0x00111000) >     libz.so.1 => /usr/lib/libz.so.1 (0x00d2d000) >     libdl.so.2 => /lib/libdl.so.2 (0x001fb000) >     libc.so.6 => /lib/tls/libc.so.6 (0x0030e000) >     /lib/ld-linux.so.2 (0x00859000) >     libneethi.so.0 => /usr/local/axis2c/lib/lib

Re: SSL configuration question

2009-10-01 Thread Selvaratnam Uthaiyashankar
in/sh ./configure '--prefix=/usr/local/axis2c' > '--enable-openssl=yes' '--with-apache2=/usr/local/apache2/include' > --cache-file=/dev/null --srcdir=. > > The diff command showed this config.log to be identical to that of the > previous configure a

Re: Problem with Ubuntu

2009-10-01 Thread Selvaratnam Uthaiyashankar
> > this cause a problem of integer pointer assignation in 64 bits =20 > environment. > > Thanks for your interest in the problem. > On Sep 30, 2009, at 10:46 PM, Selvaratnam Uthaiyashankar wrote: > > Hi, > > Can you run using simple axis server and see whether it crash

Re: Problem with Ubuntu

2009-09-30 Thread Selvaratnam Uthaiyashankar
with-apache2=/usr/include/apache2 \ >   --enable-libxml2=yes --with-apr=/usr/include/apr-1.0 --enable-openssl=yes > \ >   --enable-trace=yes > > Also the command that I use in Centos 5-32 bit (ambient where the test run > perfect) was: > ./configure --prefix=/opt/axis2c --with-apach

Re: Problem when invoking a service from a Flex web service client: The reply is not returned to the client

2009-09-30 Thread Selvaratnam Uthaiyashankar
Hi, Can you capture the messages (from c-client as well as Flex) using tcpmon[1] and post it here? Possibly some addressing version mismatch? Regards, Shankar [1] http://ws.apache.org/commons/tcpmon/ On Mon, Sep 28, 2009 at 2:25 PM, Abdelkader GOUAICH wrote: > Dear all, > > I’m using axis2c (1

Re: SSL configuration question

2009-09-30 Thread Selvaratnam Uthaiyashankar
Hi, It seems Axis2/C engine (client side) is not configured with --enable-openssl=yes. Is there any errors when you configure? Can you configure with --enable-openssl=yes again and see? Regards, Shankar On Sun, Sep 27, 2009 at 8:14 AM, wrote: > I have been using axis2c-src-1.6.0 for a few days

Re: Problem with Ubuntu

2009-09-16 Thread Selvaratnam Uthaiyashankar
Hi, Can you give "axis2_srvprb_agrApuesta" method as well? I think the problem might be in the return value, because srvprb_invoke exited without any problem. Regards, Shankar On Wed, Sep 16, 2009 at 8:59 PM, Jose M Medina V wrote: > I install Axis2c into Ubuntu Server 9.04 (Linux ubuntu-serve

Re: Sticky Method / Webservice call

2009-09-14 Thread Selvaratnam Uthaiyashankar
Hi, Are you generating the code using Axis2/C[1] or Axis/CPP[2]? Axis2/C doesn't generate C++ code. So I am assuming you are using Axis/CPP? In that case, you can't use Axis2/C runtime, hence you can't follow the example. Regards, Shankar [1] http://ws.apache.org/axis2/c/ [2] http://ws.apache.or

Re: deloy Rampart/C

2009-09-14 Thread Selvaratnam Uthaiyashankar
Hi, "modules" directory should contain "rampart" directory as well. Is it missing? Also check whether you have installed openssl and it is in PATH. Regards, Shankar On Mon, Sep 14, 2009 at 12:15 PM, 尾崎実 wrote: > thank you reply ! > > axis2c directory is follow > > C:\axis2c\build\deploy\module

Re: printing SOAP response

2009-09-06 Thread Selvaratnam Uthaiyashankar
On Sat, Sep 5, 2009 at 9:40 PM, Kevin Steves wrote: > On Sat, Sep 05, 2009 at 09:36:53AM +0530, Rajika Kumarasiri wrote: > : On Sat, Sep 5, 2009 at 1:54 AM, Kevin Steves wrote: > : > output from axiom_node_to_string(): > : > > : > Received OM: http://www.trustedcomputinggroup.org/2006/IFMAP/1 > :

Re: setting server cert from the api

2009-08-31 Thread Selvaratnam Uthaiyashankar
Hi, You have to create an axutil_property_t* and set the server cert there. The following snippet is wrong: axis2_options_set_property(options, env, AXIS2_SSL_SERVER_CERT, server_cert_path) It should be axutil_property_t* property =axutil_property_create_with_args(env, 0, 0, 0, server_cert_pa

Re: setting server cert from the api

2009-08-28 Thread Selvaratnam Uthaiyashankar
Can you attach your client code? Regards, Shankar On Fri, Aug 28, 2009 at 3:24 AM, Kevin Steves wrote: > On Thu, Aug 27, 2009 at 09:26:32PM +0530, Selvaratnam Uthaiyashankar wrote: > : Can you try whether following works for you? > : > : axis2_options_set_property(

Re: setting server cert from the api

2009-08-27 Thread Selvaratnam Uthaiyashankar
Hi, Can you try whether following works for you? axis2_options_set_property(options, env, AXIS2_SSL_SERVER_CERT, property); Regards, Shankar On Thu, Aug 27, 2009 at 4:35 AM, Kevin Steves wrote: > Is the only way to do this via axis2_http_client_set_server_cert()? > > if so, how does one get a (

Re: Failed. DLERROR IS DLL Load Error 126: The specified module could not be found.

2009-08-25 Thread Selvaratnam Uthaiyashankar
Hi, Did you compiled Axis2/C with SSL enabled? In that case, you have to have OpenSSL library in you path. Can you do a dependency check on axis2_http_sender.dll (using dependency walker) and see whether there are any missing libraries reported? Regards, Shankar On Tue, Aug 25, 2009 at 10:06 PM

Re: Applying Nonce and Created to "PasswordText" UsernameToken and then Encrypting UsernameToken

2009-07-28 Thread Uthaiyashankar
On Wed, Jul 29, 2009 at 6:29 AM, Doughty, Michael wrote: > I am attempting to use Axis2/C with Rampart/C to talk to a Web service which > requires the following to be done on input: > > > > (1) Include a UsernameToken in PasswordText encoding.  Even though it is > in PasswordText, the WS requir

Re: Windows 32 bit client SSL Support

2009-07-24 Thread Uthaiyashankar
Hi David, You have to get the server certificate and set it in axis2.xml /path/to/ca/certificate You can find the documentation in [1]. Regards, Shankar [1] http://ws.apache.org/axis2/c/docs/axis2c_manual.html#ssl_client On Tue, Jul 21, 2009 at 8:14 PM, David F. Bakker wrote: > I have a HTTPS

Re: have to remove patented algorithms (IDEA, MDC2 and RC5) in OpenSSL, will this affect SSL and ws-security?

2009-07-17 Thread Uthaiyashankar
On Fri, Jul 17, 2009 at 4:58 AM, Gordon Brown wrote: > Hi List, > > A quick question. Due to company policy, I have to remove the patented > algorithms from OpenSSL and build the library from the source code. The > algorithms I need to remove are the following: IDEA, MDC2 and RC5. I am > wondering

Re: what's wrong with this code

2009-06-23 Thread Uthaiyashankar
Can you check whether any errors are reported in log files? Regards, Shankar On Tue, Jun 23, 2009 at 5:36 PM, Abdul Sami wrote: > if ( AXIS2_SUCCESS != axiom_data_handler_write_to(data_handler, env) ) > { > const axis2_char_t* pMsg = axutil_error_get_message( env->error ); > // pMsg = "No Er

Re: axiom_data_handler_get_cached missing

2009-06-23 Thread Uthaiyashankar
These functions were added in Axis2/C 1.6.0. axiom_data_handler_get_cached is defined in [1] and implemented in [2]. If you are using Axis2/C 1.5 or less, then you can't use them. Regards, Shankar [1] https://svn.apache.org/repos/asf/webservices/axis2/branches/c/1.6.x/1.6.0/c/axiom/include/axiom_

Re: Help -- Need to figure out what has changed in source code

2009-06-22 Thread Uthaiyashankar
uilder=0x089debf8, const axutil_env * env=0x089deaf0) Line 898 > == > Again, I am working on axis2/c 1.5+ code, I verified that the code works in > 1.6 or even 1.3. > > Thanks for your help! > Vivian > > -- > *From:* Uthaiyashankar > *To:* Ap

Re: Help -- Need to figure out what has changed in source code

2009-06-18 Thread Uthaiyashankar
Hi Vivian, Can you run your client with valgrind and send the logs when it crashes? We need the stack trace when it is crashing. Regards, Shankar On Fri, Jun 19, 2009 at 5:59 AM, Vivian Wang wrote: > > Hi All, > > I am using axis2/c 1.5+ (checked out from trunk roughly one and half month > bef

Re: soap in client call contains gabage character -- A critical bug in guththila writer

2009-06-09 Thread Uthaiyashankar
Hi Gordon, I'll have a look. Can you create a jira and attach the patch and the test code? Regards, Shankar On Mon, Jun 8, 2009 at 11:40 PM, Gordon Brown wrote: > Can anyone in the development team please take a look at this one bug in > Guththila component? > At least the potential fix I provid

Re: Problems with Axis2/C & Rampart/C update

2009-06-05 Thread Uthaiyashankar
> .obj : error LNK2001: unresolved external symbol > __imp__rampart_config_set_...@12 > .obj : error LNK2001: unresolved external symbol > __imp__rampart_config_set_usern...@12 > .obj : error LNK2001: unresolved external symbol > __imp__rampart_config_set_password_t...@12 > .obj : error LNK2001: un

Re: nightly build failing? (trying to solve some memory leaks)

2009-06-03 Thread Uthaiyashankar
Hi Eric, On Wed, Jun 3, 2009 at 9:09 PM, Haszlakiewicz, Eric wrote: > > I'm trying to track down some memory leaks I'm seeing (just a > axis2_stub_create_foo() immediately followed by axis2_stub_free() leaks > memory), Can you give some more details about the leak, so that we can have a look? W

Re: [AXIS2/C] How to get 64bit Axis2/c library

2009-06-02 Thread Uthaiyashankar
xis2/c with vs2008. The problem comes > again that I don't have 64bit libxml2. > > Thanks! > Zoil > > > Date: Mon, 1 Jun 2009 14:50:55 +0530 > Subject: Re: [AXIS2/C] How to get 64bit Axis2/c library > From: sam...@wso2.com > To: a

Re: [AXIS2/C] How to get 64bit Axis2/c library

2009-06-01 Thread Uthaiyashankar
2009/6/1 LeeZoil : > The first problem is that I don't have 64bit library of libxml2 and iconv. I > have found 64bit zlib. If you are using guththila, you don't need any of these libraries. Regards, Shankar > > Zoil > > > Date: Mon, 1 Jun 2009 13:36:02 +0530 > Su

[ANN][Rampart/C] Apache Rampart/C 1.3.0 Released

2009-05-26 Thread Uthaiyashankar
We are pleased to announce the release of Apache Rampart/C version 1.3.0. You can download this release from http://ws.apache.org/rampart/c/download.cgi Key features - 1. Ability to send and verify UsernameTokens with - Username and PlainText password - Username and Digested pa

Re: mod_axis and apache problem: starting apache loads 4 instances of web service

2009-05-22 Thread Uthaiyashankar
On Fri, May 22, 2009 at 12:22 PM, Abdul Sami wrote: > Uthaiyashankar wrote: >> >> Each instance will load their own service library and serve from them, >> but they will load only once. What do you want to achieve? If you want >> to share some data between consecu

Re: mod_axis and apache problem: starting apache loads 4 instances of web service

2009-05-21 Thread Uthaiyashankar
On Fri, May 22, 2009 at 10:51 AM, Abdul Sami wrote: > With ServerLimit 1, only one service instance is being loaded at startup. > > This leads me to confirm the behavior of both axis2_http_server and > mod_axis. Do they serve each request from independently loaded Soap service > library, or they c

Re: Rampart/C: different policies for inflow and outflow

2009-05-06 Thread Uthaiyashankar
Hi Dirk, > My questions are: > (1) Is there a way to configure different client-side policies for > inflow and outflow? If so, could you give me a hint what I am missing? With current implementation, it is not possible. There is a jira for this[1]. Regards, Shankar [1] http://issues.apache.

Re: Guththila and UTF-8?

2009-04-30 Thread Uthaiyashankar
Hi David, On Thu, Apr 30, 2009 at 11:28 PM, David Taylor (Lowell) wrote: > Supun, > > > > Thanks for the offer to help. I have a fix working, now. It handles UTF-8 > code for element and attribute values, but depends on the system locale for > element and attribute names (it still uses isspace

Re: AXIS2C - JIRA # 1259

2009-04-30 Thread Uthaiyashankar
Hi Andy, I think [1] is your fix... It is in the latest release (1.6.0). Are you getting the same error again? In that case, you can reopen the issue. Regards, Shankar [1] http://svn.apache.org/viewvc?view=rev&revision=692995 On Thu, Apr 30, 2009 at 9:06 PM, Andy Karseras wrote: > Hi, > > I r

Re: How to wrap the Calculator WSDL for .Net?

2009-03-30 Thread Uthaiyashankar
Hi Sam, You can use svcutil.exe to generate C# code. When you generate code using svcutil, you can see the code is generated as you expected. I am attaching the code I generated using svcutil for your reference. Regards, Shankar On Tue, Mar 31, 2009 at 5:38 AM, Sam Carleton wrote: > I just crea

Re: compilation error in rampart/c source code from trunk

2009-03-18 Thread Uthaiyashankar
Hi Vivian, It is defined in Axis2C\neethi\include\rp_defines.h Regards, Shankar On Wed, Mar 18, 2009 at 11:51 AM, Vivian Wang wrote: > > Hi All, > > I just checked out the rampart/c source code from trunk and tried to > compile it, I encountered the following compilation errors, I search > ramp

Re: is someone using axis-c web services in production ?

2009-03-02 Thread Uthaiyashankar
Hi, You haven't mentioned whether you are using Axis2/C or AxisCPP. There are many customers using Axis2/C server side in production. If you are using Axis2/C, can you give more details about the crash? If you are using AxisCPP, you can try Axis2/C and see. You can easily wrap C++ programs with

Re: Axis C/C++ client : basic questions

2009-02-23 Thread Uthaiyashankar
Hi Balaji, See my comments.. On Mon, Feb 23, 2009 at 11:46 PM, S Balaji wrote: > > > Hi All, > > I work for a commercial software company. Our product is a business > software that is developed in C++ and runs on various platforms : Solaris, > Linux, WIndows-32-bit, AIX, HP-UX-Itanium. The C++

Re: rampart/c compilation error related to openSSL

2009-02-23 Thread Uthaiyashankar
Hi, It is a known problem in openssl (NOT in Rampart/C :D ) . Have a look at [1] to solve it. Regards, Shankar [1] http://wso2.org/forum/thread/3861 On Tue, Feb 24, 2009 at 6:37 AM, Raymond Zhou wrote: > Hi All, > > I am using open source axis2/c and rampart/c to build a secure web service >

Re: Empty Responses in Firefox

2009-01-23 Thread Uthaiyashankar
Can you clear the log files and run it again (disable favicon). When you get an error (first error), send the log files. This way we can locate exact cause of the error. Regards, Shankar On Fri, Jan 23, 2009 at 2:13 PM, Andriy Zavada wrote: > Hi, > > > > Unfortunately disabling favicon.ico in f

Re: {Disarmed} Re: Empty Responses in Firefox

2009-01-22 Thread Uthaiyashankar
irable. > > > > Andriy > -- > > *From:* uthaiyashan...@gmail.com [mailto:uthaiyashan...@gmail.com] *On > Behalf Of *Uthaiyashankar > *Sent:* Thursday, January 22, 2009 5:59 PM > *To:* Apache AXIS C User List > *Subject:* {Disarmed} Re: Empty

Re: Empty Responses in Firefox

2009-01-22 Thread Uthaiyashankar
re tcpmon and server logs. > > When I send from Firefox through tcpmon I always receive response, but when > without tcpmon sometimes (40%) I got empty response (only HTTP OK). > > > > Also I found that tcpmon sometimes sends multiple requests. > > > > Best regards,

Re: Empty Responses in Firefox

2009-01-21 Thread Uthaiyashankar
When sending the request from firefox, can you capture the message using tcpmon and send it to us? Also, send the server log as well. You haven't specified which version of Axis2/C you are using. There was a bug fixed related to Firefox request [1][2], not sure you are having same problem. However,

Re: freeing up memory after sending response

2008-12-22 Thread Uthaiyashankar
Hi Subra, Hello, > > I have a webservice in which I allocate memory for a variable and then use > that variable in creating a soap response like this > > objType_om_ele = axiom_element_create(env, response_node, > OBJECT_TYPE, ns, &objType_om_node); > axiom_element_set_text(objType

Re: memory leak in axis2c 1.5

2008-12-22 Thread Uthaiyashankar
Hi Yong, Can you please create a jira in [1]. Then it is a lot easier to manage and track Regards, Shankar [1] https://issues.apache.org/jira/browse/axis2c On Mon, Dec 22, 2008 at 10:42 PM, donald yang wrote: > Hello, > > We found that there is about 2k memory leak in axis2c web service client

Re: axis2c client can't call axis2 java web service twice continuous if MTOM is disabled in axis2 java web service server side

2008-12-22 Thread Uthaiyashankar
Axis2/C 1.5? Did you check whether current svn works for you? Regards, Shankar > > > best wishes > yong > > > On Mon, Dec 22, 2008 at 3:59 AM, Uthaiyashankar wrote: > >> Hi Yong, >> >> Can you send the code and stack trace? Then we can run and see. Whi

Re: axis2c client can't call axis2 java web service twice continuous if MTOM is disabled in axis2 java web service server side

2008-12-21 Thread Uthaiyashankar
Hi Yong, Can you send the code and stack trace? Then we can run and see. Which version of Axis2/C you are using and whether you are using Linux or Windows? Regards, Shankar On Fri, Dec 19, 2008 at 4:41 PM, donald yang wrote: > Hi All, > > Currently I have a problem to call a axis2 java based we

Re: re[2]: Issues running service client on AIX 5L

2008-12-17 Thread Uthaiyashankar
Thank you very much. I have applied your patch. Looking forward to get more contribution :) Regards, Shankar On Thu, Dec 11, 2008 at 10:43 PM, Dominic Smith wrote: > > Hi, > > > Thank you very much for sharing this information. It was very useful. It > > would be great help if you could provide

Re: Issues running service client on AIX 5L

2008-12-09 Thread Uthaiyashankar
Hi, Thank you very much for sharing this information. It was very useful. It would be great help if you could provide a patch? Regards, Shankar. On Tue, Dec 9, 2008 at 10:36 PM, Dominic Smith <[EMAIL PROTECTED]> wrote: > Hello, > > We've just about got the Axis2/C service client running on AIX

Re: About persistent http connections

2008-11-10 Thread Uthaiyashankar
Thanks for your help, and the client with libcurl enabled works fine now. you are right, I forgot adding libcurl lib to PATH. BUT I found another problem, with libcurl enabled Client, I download some file from the Server with MTOM, some error occured.The complete logs are list belo

Re: Some quick Axis2C help required

2008-11-03 Thread Uthaiyashankar
Hi Ramesh, See the comments. Sample xml request: --- 1 2 My sample code : if (node) { --- This is the entire xml parent_node =3D axiom_node_get_first_element(node, env); --- Here, I though= I will get operation as the first element, but I get 1 ... Yo

Re: Axis2C response - valid xml document but nodes missing

2008-11-02 Thread Uthaiyashankar
Hi Xandi, There are no such restriction AFAIK. Can you send the following to investigate the problem? (1) capture the request and reply using tcpmon and attach the messages (2) output of axiom_node_to_string or returned node. (3) complete code of how you are accessing the returned node Regards

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

2008-10-20 Thread Uthaiyashankar
Supun Kamburugamuva wrote: 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

Re: signature verification failing

2008-10-17 Thread Uthaiyashankar
dditional information, please let me know, Regards, Raghu -Original Message- From: Uthaiyashankar [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 08, 2008 12:29 AM To: Apache AXIS C User List Subject: Re: signature verification failing Hi Raghu, Can you capture the messages (Re

Re: ver 1.6

2008-10-08 Thread Uthaiyashankar
Nandika Jayawardana wrote: The code developed under for the two GSOC projects are also there. XPath support is still not integrated. We have to integrate and test it. We are currently working on that. I think, it will take some time. Regards, Shankar. Thanks Nandika On Wed, Oct 8, 2008

Re: ver 1.6

2008-10-08 Thread Uthaiyashankar
Samisa Abeysinghe wrote: Subra Aswathanarayanan wrote: Hello, Do you guys know when you are going to release Axis2/C ver 1.6? We have not got any major features to be released as 1.6 right now. In fact, the developer community has not discussed any plans for post 1.5 releases as of now. May

Re: signature verification failing

2008-10-07 Thread Uthaiyashankar
service.xml? Server log also has the request in canonicalized format. If you need any additional information, please let me know. Thanks, Raghu -Original Message- From: Uthaiyashankar [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 07, 2008 12:50 AM To: Apache AXIS C User List Subject: Re

Re: signature verification failing

2008-10-06 Thread Uthaiyashankar
Samisa Abeysinghe wrote: Uthaiyashankar wrote: (5) Client policy file (6) Server policy file Should not those two be the same? Ideally, it has to be. However, Rampart specific configurations will be different. I wanted to make sure those two files are having same assertions. Regards

Re: signature verification failing

2008-10-06 Thread Uthaiyashankar
Hi Raghu, Can you attach the following to investigate the issue? (1) Request (2) Reply (3) Client Log file (4) Server Log file (5) Client policy file (6) Server policy file Regards, Shankar Raghu Udupa wrote: Hi, I am using axis2_http_server distributed with axis2c release as the server. Bo

Re: rampart_handler_util.c -- parameter not set

2008-10-03 Thread Uthaiyashankar
ER SIDE axis2.xml = service.xml === ReceiveEasyLinkFaxService ReceiveEasyLinkFaxService Service http://ws.apache.org/rampart/c/policy";> /usr/certdir/openssl_crt.pemertificate> Thanks, Raghu -Original Message- From: Uthaiyashankar [mailto:[EMA

Re: rampart_handler_util.c -- parameter not set

2008-10-02 Thread Uthaiyashankar
Raghu Udupa wrote: Thanks Samisa. The first reported error is parameter 0 not being set in rampart_handler_util.c. I wanted to know which configuration parameter method rampart_get_rampart_configuration in rampart_handler_util.c is looking for. That error message is misleading. It is actual

Re: static linkage for axis2/c

2008-09-02 Thread Uthaiyashankar
Hi, Current deployment model of Axis2/C does not support Static Linking out of the box. However, with the slight changes to the API, you can easily achieve it. Once we have helped a client to a statically link the modules, so it is technically possible. Also there was a discussion in Axis2/C

Re: Another memory leak in axis2/C - mod_axis2

2008-07-25 Thread Uthaiyashankar
Hi Alex, Thank you for pointing out. Yes, it is a serious memory leak. Can you create a jira in [1]. We'll fix it ASAP. Regards, Shankar [1] https://issues.apache.org/jira/browse/AXIS2C Alex Bolgarov wrote: Hi, I found another serious memory leak in the mod_axis2. Using the SVN's version

Re: Failed to load mod_rampart.dll

2008-07-08 Thread Uthaiyashankar
Hi, we have not tested with openssl 0.9.8h. Theoritically it should work :) . Is it possible for you to try with OpenSSL 0.9.8d or 0.9.8e and see whether the problem exists? Then we can be sure whether the problem is openssl or something else and further investigate. Optionally, you can

Re: Failed to load mod_rampart.dll

2008-07-04 Thread Uthaiyashankar
Hi Yuan, I assume you are using Axis2/C binary version. If not, what are the compilation options you used to compile Axis2/C? Can you check the version of c:\windows\system32\libeay32.dll and c:\windows\system32\libssl32.dll? You can right click it and get properties and then check the versi

Re: Failed to load mod_rampart.dll

2008-07-03 Thread Uthaiyashankar
Hi Yuan, This could also be a problem with openssl library. What is the version of openssl you are using? Are you using rampart binary version or source version? If it is binary version, it was compiled with openssl 0.9.8d. So you have to have either that version or version higher than that.

Re: rampart libs being copied incorrectly

2008-06-05 Thread Uthaiyashankar
Hi Subra, see my comments Subra A Narayanan wrote: Hey guys, I downloaded axis2c 1.4 and rampart 1.2 and built them. when I did an ls -l of the axis2/c lib folder, i saw this bash-3.00$ ls -l axis2c/lib/libmod_rampart.* -rwxr-xr-x 1 subra user1551 Jun 4 18:34 /nfs/home/subra/axis2c/

Re: Apache module

2008-05-29 Thread Uthaiyashankar
Hi Michael, This problem was reported earlier and we fixed in svn trunk. We also provided a patch. You can find the details in [1]. Axis2GlobalPoolSize is used to enable shared memory pool. Say, you have to share a data between two requests. Those two requests can be served by different proc

Re: Newbie question: Hello client program can not working against IIS + ASP.Net

2008-05-21 Thread Uthaiyashankar
Hi, The sample was written to handle response Hello Client! But asp.net is returning the reply as http://tempuri.org/";> string Note that, "greetResult" element is under "greetResponse". becuause of this, axiom_node_get_node_type(service_greeting_node, env) return you AXIOM_E

Re: segfault in apr_rmm_free after installing 1.4.0

2008-05-08 Thread Uthaiyashankar
Hi, It looks like, it is a bug. It is calling AXIS2_FREE() from om_stax_builder.c:481 with NULL pointer. (This can be seen from #1 0xb7743296 in axis2_module_free (allocator=0xb39b8028, ptr=0x0) at mod_axis2.c:430 ) Ideally, it if the pointer is NULL, AXIS2_FREE should not be called. Can y

Re: service life-cycle / resources

2008-05-05 Thread Uthaiyashankar
Paulo Vicentini wrote: For instance: My service needs to mmap a file but I wouldn't like to call mmap for every request… So I would like to keep the address returned by mmap functional between requests. As Samisa suggested, you can keep this information in service context. You can see an

Re: Memory leak in mod_axis2?

2008-03-31 Thread Uthaiyashankar
No, MaxRequstsPerClient is set to 0, and yes, I understand that I can use this to kill old children processes with accumulated memory leaks and start new fresh ones, but you know, using MaxRequestPerClient is kind of cheating :) - there should not be memory leaks in the mod_axis2 in the first p

Re: Fw: Axis2C license questions

2008-01-08 Thread Uthaiyashankar
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. Since, apache server includes openssl library, it should not be a problem to include it in Axis2/C Regards, Sha

Re: Rampart question

2007-12-06 Thread Uthaiyashankar
Hi Subra, Please see the comments.. Hello folks, 1. How is role based authorization handled in Rampart? The Username and password (basic or digest) just provide a way to authenticate the user, but not authorize. Rampart just authenticates the user. As far as I know, it is not doing any ro