I created a web service from a
java bean. Later I added few more methods to the java bean and would like to have those methods as well in the web service. Only way I could achieve this using WSAD is by deleting the dynamic web project (which has the web service) and recreating web service again from the java bean. IS there a way to update web service when new methods are added to the java beaninstead of recreating web service from scratch.
Dasun Perera
dasun.is-here.lk