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 Bryan Field-Elliot <br...@netmeme.org> on 2002/06/04 18:05:37 UTC

Stub won't compile

I'm using Axis beta 2, and using WSDL2Java to generate skeletons and
stubs.

Obviously my skeleton won't compile until I provide method
implementations for my operations.. However, I would think that my stub
should compile "out of the box", but it doesn't. It's also missing
method implementations for my operations.

Am I missing something obvious? Shouldn't the stub compile right away
without further modification?

Thank you,

Bryan

P.S. My WSDL file is attached.