Re: Clarification on axis2.xml

2008-09-09 Thread Supun Kamburugamuva
You cannot give a different name to the axis2.xml.

Supun.

On Wed, Sep 10, 2008 at 6:59 AM, Manjula Peiris <[EMAIL PROTECTED]> wrote:

>
> On Tue, 2008-09-09 at 13:36 -0400, Raghu Udupa wrote:
> > When I set the axis2.xml home, do I need to keep the name of the file
> > as axis2.xml? What I mean is, can I name the file as say,
> > cust1_axis2.xml as shown below?
> >
> >
> >
> > client_home = "/home/cust1/axis2c/deploy/ cust1_axis2.xml"
>
> Client_home cannot be a file, it is a place from which modules and
> shared libraries are loaded.
>
> >
> >   /* Create service client */
> >
> >   svc_client = axis2_svc_client_create(env, client_home);
> >
> >
> >
> > Thanks,
> >
> > Raghu
> >
> >
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
Software Engineer, WSO2 Inc


Re: Clarification on axis2.xml

2008-09-09 Thread Manjula Peiris

On Tue, 2008-09-09 at 13:36 -0400, Raghu Udupa wrote:
> When I set the axis2.xml home, do I need to keep the name of the file
> as axis2.xml? What I mean is, can I name the file as say,
> cust1_axis2.xml as shown below?
> 
>  
> 
> client_home = "/home/cust1/axis2c/deploy/ cust1_axis2.xml"

Client_home cannot be a file, it is a place from which modules and
shared libraries are loaded.

> 
>   /* Create service client */
> 
>   svc_client = axis2_svc_client_create(env, client_home);
> 
>  
> 
> Thanks,
> 
> Raghu
> 
> 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Clarification on axis2.xml

2008-09-09 Thread Raghu Udupa
When I set the axis2.xml home, do I need to keep the name of the file as
axis2.xml? What I mean is, can I name the file as say, cust1_axis2.xml
as shown below?

 

client_home = "/home/cust1/axis2c/deploy/ cust1_axis2.xml"

  /* Create service client */

  svc_client = axis2_svc_client_create(env, client_home);

 

Thanks,

Raghu