You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "hari (JIRA)" <ji...@apache.org> on 2009/09/04 14:34:58 UTC

[jira] Created: (AXIS2-4489) WSDL2JAVA Compilation errors in the stubs

WSDL2JAVA Compilation errors in the stubs
-----------------------------------------

                 Key: AXIS2-4489
                 URL: https://issues.apache.org/jira/browse/AXIS2-4489
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: client-api
    Affects Versions: 1.4
         Environment: Jboss
            Reporter: hari
            Priority: Critical


1:My service contains operations which throws Exception / User Defined Exceptions.
2: When we try to create stubs with the following ant script , we could see compilation errors in the stubs 
 <target name="wsdl2java">
        <java classname="org.apache.axis2.wsdl.WSDL2Java" fork="true">
            <classpath refid="classpath.id"/>
            <arg value="-ss"/>
            <arg value="-g"/>
            <arg value="-uri"/>
            <arg value="${wsdl.dir}/${wsdl.name}"/>
            <arg value="-o"/>
            <arg file="."/>
        </java>
  </target>
 
3: For the operations which throws exceptions,we could see duplicate structure defined in the WSDL and type reference is infinite 
  


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.