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
I want to run and reproduce the problem. Just the source files are enough. Regards, Shankar On Fri, Oct 16, 2009 at 7:56 PM, Doughty, Michael wrote: > Are you asking for the entire MSVC project?  Or are you asking for just the > source files? > > -Original Message----- > Fr

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