Post subject: Running WAS 6 end point enabler Posted: Jan 09, 2006 - 06:44 PM
Registered Member
Joined: Jun 10, 2005
Posts: 32
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.
support-rkalla
Post subject:Posted: Jan 09, 2006 - 09:44 PM
Registered Member
Joined: Jan 06, 2004
Posts: 23855
Lee,
We currently don't allow customization of the deployment step, which it looks like you are asking about, so I don't have a suggestion on how to automate this step.