There is. if you are using Axis you can use the Axis plugin that comes with maven.It has the java2wsdl wsdl2java deploy and undeploy goals.
-prabhakar >>>> >>>> I strongly suspect there is a simple answer to this... greatly >welcome >>some >>>> comments. >>>> >>>> I am trying to figure out how to maven-build an Axis SOAP Service. >>>> >>>> The steps are: >>>> 1) Compile the (server-side) classes (covered by maven) >>>> 2) Run Java2WSDL to generate the WSDL, then Run WSDL2Java to >generate >>the >>>> supporting .java classes (and deployment descriptors etc) (can be >done >>as a >>>> postGoal) >>>> 3) Compile the generated code.... >>>> >>>> Which is where I am scratching my head... >>>> How do I compile the generated source? >>>> Is it as simple as attainGoal for java:jar ? How do I change the >src>>> directory (the generated code is in a dir called /gen)? -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
