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 "Isuru Eranga Suriarachchi (JIRA)" <ji...@apache.org> on 2010/12/21 17:03:08 UTC

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

     [ https://issues.apache.org/jira/browse/AXIS2-4489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Isuru Eranga Suriarachchi reassigned AXIS2-4489:
------------------------------------------------

    Assignee: Isuru Eranga Suriarachchi

> WSDL2JAVA Compilation errors in the stubs
> -----------------------------------------
>
>                 Key: AXIS2-4489
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4489
>             Project: Axis2
>          Issue Type: Bug
>          Components: client-api
>    Affects Versions: 1.4
>         Environment: Jboss
>            Reporter: hari
>            Assignee: Isuru Eranga Suriarachchi
>            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.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org