I try -Daxis2.xml=axis2.xml (my custom axis2.xml is in the root directory), but it does not work.
Deepal Jayasinghe-2 wrote: > > >> In client side, how to overload a custom axis2.xml file in spite of >> default >> axis2.xml file ? >> > It is depend on how you create the serviceClient , if you create > ServiceClient with creating a configuratonContext. Then you can pass > your axis2.xml when you create configuratonContext. However if you > create a ServiceClient using its default constructor , then you can pass > system property as follows > > -Daxis2.xml="Location of your axis2.xml" > > > Thanks > Deepal > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/clien-side-custom-axis2.xml-file-tp15289252p15289615.html Sent from the Axis - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
