How do I cause myeclipse to run Websphere 6’s web service end point enabler. When doing it by “hand” this is what I do:
1) Build the application EAR. It has 2 EJB jars.
2) Run ant to apply IBM’s ant task com.ibm.websphere.ant.tasks.endptEnabler to the ear file.
3) Deploy to WAS.
What it does is add a WAR to the EAR that has a servlet serving as the end point for a web service residing in a stateless session bean. It fixes up application.xml and maybe does some other odds and ends.
Thanks.