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]
