As part of my build process using CXF to create/publish a web-service, I would like to do the following things in my maven build:
1. Generate the wsdl for documentation/publishing. 2. Generate the client Java code that clients could use to connect to my web-service. 3. Optionally generate the client code for other languages such as PHP, is this even possible. (I want to make it as easy as possible for clients to connect; one of the languages used is likely to be PHP.) How can I do these things in my pom during install/release? -Dave
