Hi
We are having a problem deploying our webservices, built in eclipse using java/axis2.
On local boxes and development servers some namespaces are generated as xmlns:ax21 & xmlns:ax23. But when deployed to test servers are xmlns:23 & xmlns:24.
All servers are using identical java installs.
This is causing problems with client apps trying to attach.
Can someone help?
- Where are ax21 et al generated?
- Can we control those? or replace them with our own prefixes?