Hi, I've implemented an Axis2 web service from java (with NetBeans 6.1 Axis2 support) and deployed it to Axis2 1.3. A friend of mine deployed this with Axis2 1.4 (both on tomcat 6.0.16).
The problem is that both Axis2 versions generate different WSDL a specially it generates different port names. (e.g. the port name generated with 1.4 ends with 'Endpoint' and the name generated from 1.3 ends with 'port_Http'). Hence the client that worked for the 1.3 version did no longer work for the 1.4 version. I find this very inconvenient! What is the reason for changing the generated name? Is there a way to avoid tis? regards robert
