All,

what do the "serverside" and "skeletondeploy"  axis-wsdl2java attributes really do?

        <axis-wsdl2java
            output="${generated.src.dir}"
            serverside="true"
            skeletondeploy="true"
            url="">
            verbose="false"
            debug="false">
            <classpath refid="axis.classpath"/>
            </axis-wsdl2java>

The documentation online for there two attributes does not really describe what these two attributes do.  I know if I have skeletondeploy="true", axis gives me a ClassNotFoundException because it is looking for a *SoapBindingSkeleton file.  If I switch the attribute, skeletondeploy="false", axis still throws a ClassNotFoundException , but it is looking for *SoapBindingImpl instead.  Whats the difference?  


Thanks,

Joshua




*************************************************************************
This communication, including attachments, is
for the exclusive use of addressee and may contain proprietary,
confidential and/or privileged information. If you are not the intended
recipient, any use, copying, disclosure, dissemination or distribution is
strictly prohibited. If you are not the intended recipient, please notify
the sender immediately by return e-mail, delete this communication and
destroy all copies.
*************************************************************************

Reply via email to