Hi,
I would like to know how to setup a webservice with axis, which presents a different path than only /axis/services/ServiceName to the user.
I'm working on a project which will provide some hundreds of services and I would like to group these services into namespaces (which are mapped with paths in the server).
E.g.:
namespace1.Service1 -> http://host:port/axis/services/namespace1/Service1 namespace2.Servive1 -> http://host:port/axis/services/namespace2/Service1
How can I achive this?
Regards,
Jan Kaiser