[Axis2-1.4.1] Error handling

2009-03-19 Thread DV
Every time I throw an application fault the error gets displayed in server side as an error. To reproduce: run the faulthandling example from the distribution (xis2-1.4.1/samples/faulthandling) In the server side you get: ERROR] Account does not exist! org.apache.axis2.AxisFault: Account

[AXIS2] How to change the service path

2009-03-16 Thread DV
I am able to call my services via https://host name/services/MyService However, I want to add qualified paths to my services. For example: https://host name/services/account/v1/MyAccountService https://host name/services/account/v2/MyAccountService etc. How can this be configured this with