Php, eh? Well, following the example of the Javascript code, someone could add a PHP code generator. I'd be happy to mentor a volunteer.
On Sun, Aug 24, 2008 at 8:53 AM, David Hoffer <[EMAIL PROTECTED]> wrote: > 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 > >