[ 
https://issues.apache.org/jira/browse/AXIS2-2792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12503454
 ] 

Davanum Srinivas commented on AXIS2-2792:
-----------------------------------------

glen, there are at least 2-3 jira's relating to this exact complaint. please 
find and link them if you get a chance. (all already assigned to deepal)

thanks,
dims

> Java2WSDL is oddly naming WSDL faults
> -------------------------------------
>
>                 Key: AXIS2-2792
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2792
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: wsdl
>            Reporter: Glen Daniels
>            Assignee: Deepal Jayasinghe
>            Priority: Blocker
>             Fix For: 1.3
>
>
> If we have
> package ns;
> class Service {
>     void foo(int i) throws CustomException {
>     }
>     void bar(int i) throws CustomException {
>     }
> }
> Java2WSDL currently generates two separate fault messages:
> <message name="fooFault0">
> <message name="barFault1">
> Both of those refer to <part element="ns:CustomException">
> We should be generating a single message which gets referred to by both 
> methods, just like the exception is used by both methods.
> <message name="CustomException">
> Deepal is working on this.

-- 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to