The larger issue is the Skeleton and xmlbeans. Try looking for any name with *Skeleton*.java - IIRC the generated files names changed a bit.
You might, however, run into a problem xmlbeans has with the 1.0 release, subsequently fixed in the latest svn. Therefore, for simpler wsdl's such as this one, you could try using adb instead of xmlbeans. Since the generated code may be a bit diffferent, another option is to build from source or use the nightly binaries:
http://people.apache.org/dist/axis2/nightly/
If you choose the nightly option, make sure you replace the war as well.
HTH,
Robert
http://www.braziloutsource.com/
On 5/17/06, Jenny ZHANG <[EMAIL PROTECTED]
> wrote:
Dear all,
I tried to WSDL2JAVA the "Axis2SampleDocLit.wsdl " used as an exmpale in users' guide, but
got the following warning information at the end, and I was also not sure if the
"Axis2SampleDocLitPortTypeSkeleton.java" was generated, as I could find it although all other
files were generated.
"
C:\Apache\Axis2-std-1.0\bin>wsdl2java -uri ..\samples\wsdl\Axis2SampleDocLit.wsd
l -ss -sd -d xmlbeans -o ..\samples -p org.apache.axis2.userguide
Using AXIS2_HOME: C:\Apache\Axis2- std-1.0
Using JAVA_HOME: g:\jdk1.5.0_06
log4j:WARN No appenders could be found for logger (org.apache.axis2.wsdl.codegen
.emitter.AxisServiceBasedMultiLanguageEmitter).
log4j:WARN Please initialize the log4j system properly.
"
I put the following .jar into my class path, I wondering if I miss any .jar?
axis-*.jar;
axis-wsdl4j-1.5.2.jar;
stax-api-1.0.jar;
log4j-1.2.13.jar
commons-logging-api.jar
Thanks in advnace !
Jenny Zhang
[EMAIL PROTECTED]
2006-05-18