You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Don Brady <db...@pobox.com> on 2003/06/04 06:34:41 UTC

When deploy Skeleton, when Implementation

I am sure this is a stupid question, but what is the meaning of making a 
choice between deploying the Skeleton or the Implementation when running 
WSDL2Java ?

Why would you choose one or the other?

I searched but could not find an explanation.

Also, when I start from a Java class x.java that I have already written, 
generate the WSDL using Java2WSDL, and then generate the Java for the 
service back from the WSDL using WSDL2Java, how can I just use the Java 
class that I have already written.  I would prefer not to have to write a 
skeleton or Implementation.  Is this possible?

Thanks!