java - How to remove jax-ws webservice from project after it's been created -


in eclipse created dynamic web project, wrote pojo class , exposed soap webservice. after whole bunch of files , other directories got created:

enter image description here

just few examples of i'm talking about. want know is, how go removing generated "webservice stuff" , return project contains original pojo class created. how remove generated webservice, not class generated from?

my first instinct delete , sounds has webservices. i'm sure that's not way it.

if maven project simple type mvn clean command on project remove generated code.


Comments

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -