You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-user@axis.apache.org by Raghu Udupa <ru...@easylink.com> on 2008/09/09 19:36:38 UTC

Clarification on axis2.xml

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


Re: Clarification on axis2.xml

Posted by Supun Kamburugamuva <su...@gmail.com>.
You cannot give a different name to the axis2.xml.

Supun.

On Wed, Sep 10, 2008 at 6:59 AM, Manjula Peiris <ma...@wso2.com> 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: axis-c-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-c-user-help@ws.apache.org
>
>


-- 
Software Engineer, WSO2 Inc

Re: Clarification on axis2.xml

Posted by Manjula Peiris <ma...@wso2.com>.
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: axis-c-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-user-help@ws.apache.org