Re: multi-dimention array and inout parameter

2009-04-15 Thread Sam Carleton
Dai-Hee,

If my understanding is correct, anything type of XML schema can be
used as an inout param in a Web Service and Axis2/C does not have any
limitations in this regard.  As far as what WSDL2C can handle, that is
a different question, which I don't know the answer to.

Sam

On Wed, Apr 15, 2009 at 1:12 PM, Dai-Hee Kim  wrote:
> Hello, I am doing some project about axis2c
> So, now I have some questions.
>
> (1) Does Axis2 support multi-dimension array.?
> (2) Does Axis2 support inout parameter.?
>
> Where can I find some reference or documents for above things.?
> Is there anyone who know answers.?
>
> Thank you.


multi-dimention array and inout parameter

2009-04-15 Thread Dai-Hee Kim
Hello, I am doing some project about axis2c
So, now I have some questions.

(1) Does Axis2 support multi-dimension array.?
(2) Does Axis2 support inout parameter.?

Where can I find some reference or documents for above things.?
Is there anyone who know answers.?

Thank you.


RE: multiple configurations (multiple axis2.xml with different names)?

2009-04-15 Thread Raghu Udupa
Hi,

 

I am using axis2c_1.5.0 release.

 

When I specify libDir and moduleDir in axis2.xml, axis2c client on Linux
still, axis2c client run time still does not use paths specified in
axis2.xml file and exits with an error.  I am attaching my axis2.xml
file.  I am specifying 

/usr/local/axis2c/lib

/usr/local/axis2c/modules

as children of axisconfig root element.

 

Here is the axis2client log

[Wed Apr 15 10:49:36 2009] [error] class_loader.c(162) Loading shared
library /usr/ops/5.0/config/wsclient/http/lib/libaxis2_http_sender.so
Failed. DLERROR IS
/usr/ops/5.0/config/wsclient/http/lib/libaxis2_http_sender.so: cannot
open shared object file: No such file or directory

[Wed Apr 15 10:49:36 2009] [error] conf_builder.c(898) Transport sender
is NULL for transport http, unable to continue

[Wed Apr 15 10:49:36 2009] [error] conf_builder.c(261) Processing
transport senders failed, unable to continue

[Wed Apr 15 10:49:36 2009] [error] dep_engine.c(939) Populating Axis2
Configuration failed

[Wed Apr 15 10:49:36 2009] [error] conf_init.c(195) Loading deployment
engine failed for client repository /usr/ops/5.0/config/wsclient/http

[Wed Apr 15 10:49:36 2009] [error] class_loader.c(162) Loading shared
library /usr/ops/5.0/config/wsclient/http/lib/libaxis2_http_sender.so
Failed. DLERROR IS
/usr/ops/5.0/config/wsclient/http/lib/libaxis2_http_sender.so: cannot
open shared object file: No such file or directory

[Wed Apr 15 10:49:36 2009] [error] conf_builder.c(898) Transport sender
is NULL for transport http, unable to continue

[Wed Apr 15 10:49:36 2009] [error] conf_builder.c(261) Processing
transport senders failed, unable to continue

[Wed Apr 15 10:49:36 2009] [error] dep_engine.c(939) Populating Axis2
Configuration failed

[Wed Apr 15 10:49:36 2009] [error] conf_init.c(195) Loading deployment
engine failed for client repository /usr/ops/5.0/config/wsclient/http

[Wed Apr 15 10:49:42 2009] [error] class_loader.c(162) Loading shared
library /usr/ops/5.0/config/wsclient/http/lib/libaxis2_http_sender.so
Failed. DLERROR IS
/usr/ops/5.0/config/wsclient/http/lib/libaxis2_http_sender.so: cannot
open shared object file: No such file or directory

[Wed Apr 15 10:49:42 2009] [error] conf_builder.c(898) Transport sender
is NULL for transport http, unable to continue

[Wed Apr 15 10:49:42 2009] [error] conf_builder.c(261) Processing
transport senders failed, unable to continue

 

 

I need to have lib and modules located in AXIS2C_HOME directory. I am
setting up soft links to actual lib and module dir. Once lib and modules
links are set up in axis2c_home dir every thing works fine.

 

Thanks,

Raghu



From: Raymond Zhou [mailto:raywang...@yahoo.com] 
Sent: Tuesday, March 10, 2009 1:11 PM
To: Apache AXIS C User List
Subject: Re: multiple configurations (multiple axis2.xml with different
names)?

 

OK, I just tried, it seems that I can only use the name axis2.xml. I can
specify different folds and axis2/c will look for axis2.xml in that
fold. I can also specify a file path ended with axis2.xml. All works
fine. But axis2/c will fail to create a wb service client if I specify a
full file path with a name different from axis2.xml.

 

I think this needs to be fixed. In my environment, my web service client
needs to connect to several web service providers with different
configurations, it would be convenient if I can create several config
files with different names.

 

Thanks!
Frank

--- On Mon, 3/2/09, Samisa Abeysinghe  wrote:


From: Samisa Abeysinghe 
Subject: Re: multiple configurations (multiple axis2.xml with
different names)?
To: "Apache AXIS C User List" 
Date: Monday, March 2, 2009, 1:35 AM

Raymond Zhou wrote:
> OK, Thanks Dinesh.
>  So it seems that I can create multiple configuration files
all named axis2.xml but put in different folds, and in each axis2.xml,
specify the library and module locations pointing to the single axis2/c
installation.
>  It would be nice if I can create multiple configuration files
with different names, so I can put them in a same fold, and then set the
axis2_home programmatically.
> 

That should be possible, but we might have to pach the current
implementation of config builder.

Thanks,
Samisa...

>  Thanks!
> Frank
>  
> 
> --- On *Fri, 2/27/09, Dinesh Premalal /http://us.mc464.mail.yahoo.com/mc/compose?to=xydin...@gmail.com> >/*
wrote:
> 
> From: Dinesh Premalal http://us.mc464.mail.yahoo.com/mc/compose?to=xydin...@gmail.com> >
> Subject: Re: multiple configurations (multiple axis2..xml
with
> different names)?
> To: axis-c-user@ws.apache.org


> Cc: raywang...@yahoo.com