you can generate an interface to your skelton using -ssi option.
here the problem is wsdl2java should know the implementation class name to
put in the services.xml.
you can keep your correct implementation class some where and always replace
the generated one with it.

Amila.

On 10/13/07, Michael Potter <[EMAIL PROTECTED]> wrote:
>
> Axis2 crew,
>
> I use wsdl2java to generate java code and then modify the
> skeleton.java file to meet my needs.  This is a bit awkward because if
> I change my .wsdl file and then regenerate, my hand modified skeleton
> with be wiped out (or out of date).
>
> What I think would be better is if wsdl2java were to generate an
> abstract class.  I could code my own class that would extend the
> abstract class.  I would get a compile error if my class did not match
> the abstract class after a fresh run of wsdl2java.
>
> I am new to axis2 so I am hoping someone thinks this is a good idea
> and has already done it, or someone thinks this is a bad idea because
> they have a better technique to deal with regenerating the java code
> with wsdl2java.
>
> Thank you,
> --
> Michael Potter
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
Amila Suriarachchi,
WSO2 Inc.

Reply via email to