Wednesday 29 March 06
Now that I’ve got my tomcat application linked up to my database, I’ve been having a go at generating webservices to interact with it. I had previously just been using the command line (as demonstrated in the Enterprise SDK minimal deployment instructions), but thought I’d try and make things a bit more automatic (and easier!) for myself be writing an ant task to do all the soapification of my java classes.
After a little fiddling around I managed to get to create an ant task which will auto generate the webservices, get a copy of the script I used.










