Description
In samples[ eg echo ] we have a hard coded namespace uri , "http://localhost:9090/axis2/services/echo" , It is better if we can have it changed according to endpoint. For example when we use the apache module the endpoint becomes http://localhost/axis2/services/echo but the sample displays http://localhost:9090/axis2/services/echo.