I am working on java web services using the axis2. Initially, I received the dev WSDL URL and I generated the web service client code and called the required web service. Now I have received the prod WSDL URL. I have below concerns 1. Do I need to generate the web service client code again with prod WSDL URL. 2. or In my existing code I just need to modify the end point url to prod. 3. are the class names and functionality remains same if I generate the java code using either dev or prod WSDL URLs
Thanks