How to add a method to an existing web service develoment with axis2 and eclipse?

If you are using the "contract first" approach, the best way to add a method is indeed to modify the WSDL and then regenerate your classes with wsdl2java.

If you are using the "contract first" approach, the best way to add a method is indeed to modify the WSDL and then regenerate your classes with wsdl2java. The tools will recreate all your skeleton classes so make sure that this does not override any code you added to it or you will loose your modifications. To avoid this you should generate an interface for the skeleton with the -ssi parameter.

Then, have your own class implement this interface and use it instead of the implementation that the wsdl2java creates.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions