[ 
https://issues.apache.org/jira/browse/AXIS-2672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12568385#action_12568385
 ] 

David R. Kraus commented on AXIS-2672:
--------------------------------------

I have seen this problem when my service APIs throw java.lang.Exception. The 
Exception class is mapped to xs:anyType. This causes wsdl2java to error out 
with a "There are no parts for fault message" message in Axis2 1.2. In Axis2 
1.3, wsdl2java produces source, but the type of Exception is still not known, 
as a new class ExceptionException0 (which extends java.lang.Exception) is 
generated, and thrown from the service APIs. Clearly the WSDL being produced by 
java2wsdl is still incorrect, as xs:anyType is still used.

I would be interested in knowing about any progress on this problem.

Dave Kraus

> Error occured when generating Java class from WSDL file.
> --------------------------------------------------------
>
>                 Key: AXIS-2672
>                 URL: https://issues.apache.org/jira/browse/AXIS-2672
>             Project: Axis
>          Issue Type: Bug
>          Components: WSDL processing
>    Affects Versions: 1.4
>         Environment: Windows NT -  Eclipse - Tomcat 5.5.9
>            Reporter: Nathan Pham
>
> Use Java2WSDL to generate Java classes from a WSDL file which is generated by 
> Java2WSDL.
> "An error occured while completing process - Java.lang.InterupptedException: 
> There are no parts for fault message.

-- 
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