Hi I get this exception when compiling skeletons I generated from my
wsdl2java ant task,

cannot find symbol symbol  : method toEnvelope
(org.apache.axiom.soap.SOAPFactory, .......................

this is my ant task,

<target name="compile.gen.service.skeletons">
                
                <delete dir="${basedir}/../classes"/>
                <mkdir dir="${basedir}/../classes"/>
                
                <javac         debug="on"
                          fork="true"
                          destdir="${basedir}/../classes"
                          srcdir="${basedir}/../src"
                                  classpathref="axis2.classpath">
                        
                                  <exclude 
name="com/j/duneorbit/services/DuneOrbitService.java"/>
                        
       </javac>
                
        </target>

Thanks for any help,

jp.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to