I tried an web service example from the below mention link
http://www.tidytutorials.com/2009/02/web-services-example-using-axis-2-and.html
In the example when we generate the client code using wsdl2java the url used is as mention in title i.e. http://localhost:8080/axis2/services/ Is there any way by which i can use custom name insted of axis2/services for ex. ponds/accounts
I tried with packages, keeping the aar file in newly created folder in services directory but not working