1. Use JAX-WS to generate Java client code from the WSDL:
  (wsimport shipped with JDK)
  
wsimport -wsdllocation secureLink-partner.wsdl secureLink-partner.wsdl

2. Copy "secureLink-partner.wsdl" into the generated class folder "com/touchnet/securelink/service".

3. Zip generated "com" directory with class files to create "touchnet-tlink-<date>.jar".
  E.g. "touchnet-tlink-20110704.jar".
  (Roll date so that build scripts pull the updated jar.)

4. Update version on maven server.

5. Update build.xml to pull new version.

6. Update project build/classpath in Eclipse with new version.
