Re: Refactoring a WSDL with CXF and Eclipse...

2007-12-28 Thread Jonathan Huang
You are right. The generator will use the existing ResponseWrapper/RequestWrapper to generate wsdl. And if you delete the WrapperBean, generator will generate the new WrapperBeans firstly. When you delete the wrappers, you'd better use clean tool to re-generate the wsdl. Additionally, the

Re: Refactoring a WSDL with CXF and Eclipse...

2007-12-27 Thread Jonathan Huang
Hi, You should re-build your project after you have changed the service. Then the wsdl will be regenerated. Or, you can set auto-build option from menu [Project- Build Automatically]. And then the project will be built automatically after you have changed the service. Furthur

Re: Refactoring a WSDL with CXF and Eclipse...

2007-12-26 Thread yulinxp
I have followed your steps. But I still have the same problem when trying to regenerate wsdl file. I don't have Generate WSDL option in the popup menu when right click the Project . Jonathan Huang wrote: Hi Tophebboy, Please follow the steps to try again :) () 1. Download the

Re: Refactoring a WSDL with CXF and Eclipse...

2007-11-28 Thread Jonathan Huang
Hi Tophebboy, Please follow the steps to try again :) () 1. Download the eclipse sdk 3.3 from: http://www.eclipse.org/downloads 2. Download the all-in-one STP package from:

Re: Refactoring a WSDL with CXF and Eclipse...

2007-11-26 Thread Jonathan Huang
Hi, Tophebboy Have you try to build your project after refactoring your SEI?? Have you add Jax-ws related annotaions to the modified SEI?? When you right click the Project, does the operation Generate WSDL appear in the popup menu?? Tophebboy wrote: Hi! I'm using Eclipse

Re: Refactoring a WSDL with CXF and Eclipse...

2007-11-26 Thread Tophebboy
==Hi! Jonathan Huang wrote: Hi, Tophebboy Have you try to build your project after refactoring your SEI?? ==Yes Have you add Jax-ws related annotaions to the modified SEI?? == Yes When you right click the Project, does the operation Generate WSDL appear in the

Refactoring a WSDL with CXF and Eclipse...

2007-11-22 Thread Tophebboy
Hi! I have to create Web Services with CXF and Eclipse. When I follow the tutorial Java fisrt, everything is OK. But, when I have to refactor my SEI, I lose everything: the wsdl is not updated...Anyway, I tried to Create a new Java First project to create a new SEI, a new WSDL, and I updated the

Re: Refactoring a WSDL with CXF and Eclipse...

2007-11-22 Thread Jonathan Huang
Hi Tophebboy, I am not sure which version of eclipse you use. If you use the old one, you could set Build Automatically for your project. Then if you refactor SEI, the related wsdl will be updated automatically. If the Build Automatically is not set, you should build your project