I want to build a SOAP Web Service w/ the Eclipse tools: 1) I build a Dynamic Web Project 2) I write the "Back-end" code to be called by my Web Service (on my web site: ServerTimeSOAPsrc.zip) 3) I need to write the Web Service Interface/methods @WebService/@WebMethod and the Implementation of that Interface (also in the zip file above) 4) I ask Eclipse to "Generate a WebService" I right click the Web Service Implementation and select Web Services -> Generate Web Service 5) I will see the "Helper Classes" (just like a client will see) 6) I will look at the web.xml to see the URL pattern for this WebService //URL Pattern>?wsdl <- to see the WSDL