Hello all,
   i am new to Axis2.
 
I am experimenting with the Axis2 examples found at http://ws.apache.org/axis2/userguide.html.
 
After executing 
WSDL2Java -uri ..\samples\wsdl\Axis2SampleDocLit.wsdl -ss -sd -o ..\samples\src -p org.apache.axis2.userguide
the documentation mentions the following:
" This will generate the required classes in the src directory inside samples.
This will also generate the schema classes in a directory named schema and please 
note that these are not source files and should be availed in the class path in order to compile the generated classes "
However, both the command line WSDL2Java tool and the eclipse (3.0) plugin create the following 3 directories:
  1. org
  2. schemaorg_apache_xmlbeans
  3. service_descriptors
Where is the "schema" directory? Is it the "schemaorg_apache_xmlbeans"?
 
Eclipse reports org.soapinterop.xsd.EchoStringReturnDocument as unresolvable.  Where is this type located so i can complete the complilation process?
 
Any help appreciated,
thanks,
george.

Reply via email to