Re: using faults w/ wsdl2c

2010-02-15 Thread Selvaratnam Uthaiyashankar
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 uthaiyashan...@gmail.com 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 scarle...@gmail.com wrote: Ok, I am trying to figure out to use faults with Axis2/C.  There was a thread back in December that

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é omen...@oxymel.com: 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

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 fatuzorin2...@yahoo.com wrote: Hello, I am having a source code written using AXIS2C apis. Can these source be used as-is on

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 sam...@wso2.com wrote: On Sat, Dec 5, 2009 at 7:46 AM, gsherw...@att.net 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

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 scarle...@miltonstreet.com 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 

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.

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 arey...@yahoo.com wrote: Hi: I have only a question: How I can do an operation service with only request but no response in

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 scarle...@miltonstreet.com 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

Re: [Axis2[ Time for a release?

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

Re: Signature verification fails when signing the Body

2009-10-16 Thread Selvaratnam Uthaiyashankar
- From: 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 On Thu, Oct 15, 2009 at 4:38 PM

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

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 amittew...@yahoo.com wrote: I am trying to generate C code (adb binding) from a

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

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 doug.pr...@presagis.com 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. 

Re: SSL configuration question

2009-10-04 Thread Selvaratnam Uthaiyashankar
! -- Forwarded Message: -- From: Selvaratnam Uthaiyashankar uthaiyashan...@gmail.com To: Apache AXIS C User List axis-c-user@ws.apache.org Subject: Re: SSL configuration question Date: Sat, 03 Oct 2009 12:42:21 + hi George, It seems, make is not compiling any source, so I think

Re: SSL configuration question

2009-10-03 Thread Selvaratnam Uthaiyashankar
: ns1:echoString xmlns:ns1=http://ws.apache.org/axis2/services/echo;textHello World!/text/ns1:echoString echo client invoke FAILED! -- Forwarded Message: -- From: Selvaratnam Uthaiyashankar uthaiyashan...@gmail.com To: Apache AXIS C User List axis-c-user@ws.apache.org

Re: SSL configuration question

2009-10-02 Thread Selvaratnam Uthaiyashankar
)     libcom_err.so.2 = /lib/libcom_err.so.2 (0x00dc4000)     libk5crypto.so.3 = /usr/lib/libk5crypto.so.3 (0x00f18000)     libresolv.so.2 = /lib/libresolv.so.2 (0x00f68000) -- Forwarded Message: -- From: Selvaratnam Uthaiyashankar uthaiyashan...@gmail.com To: Apache AXIS C

Re: Problem with Ubuntu

2009-10-01 Thread Selvaratnam Uthaiyashankar
in the library so I =20= 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 crashes? When you

Re: SSL configuration question

2009-10-01 Thread Selvaratnam Uthaiyashankar
your help with this. George -- Forwarded Message: -- From: Selvaratnam Uthaiyashankar uthaiyashan...@gmail.com To: Apache AXIS C User List axis-c-user@ws.apache.org Subject: Re: SSL configuration question Date: Thu, 01 Oct 2009 03:02:18 + Hi, It seems Axis2/C

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, gsherw...@att.net wrote: I have been using

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 abdelkader.goua...@lirmm.fr wrote: Dear

Re: Problem with Ubuntu

2009-09-30 Thread Selvaratnam Uthaiyashankar
--with-apr=/usr/include/apr-1\   --enable-libxml2=yes --enable-openssl=yes \   --enable-trace=yes Again thank in advance. On Sep 16, 2009, at 10:31 PM, Selvaratnam Uthaiyashankar wrote: Hi, Can you give axis2_srvprb_agrApuesta method as well? I think the problem might be in the return value

Re: printing SOAP response

2009-09-06 Thread Selvaratnam Uthaiyashankar
On Sat, Sep 5, 2009 at 9:40 PM, Kevin Stevesstev...@pobox.com 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 stev...@pobox.com wrote: : output from axiom_node_to_string(): : : Received OM: ifmap:publisher-id

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