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]

Reply via email to