[
https://issues.apache.org/jira/browse/AXIS2-4568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Isuru Eranga Suriarachchi resolved AXIS2-4568.
----------------------------------------------
Resolution: Fixed
> JAXWSRIWSDLGenerator classpath should contain third party jars in the 'lib'
> folder of the jaxws service archive
> ----------------------------------------------------------------------------------------------------------------
>
> Key: AXIS2-4568
> URL: https://issues.apache.org/jira/browse/AXIS2-4568
> Project: Axis 2.0 (Axis2)
> Issue Type: Bug
> Components: jaxws
> Reporter: Isuru Eranga Suriarachchi
> Assignee: Isuru Eranga Suriarachchi
>
> Currently, JAXWSRIWSDLGenerator classpath doesn't contain the third party
> jars in the 'lib' folder of the jaxws service archive. Therefore, WSDL
> generation fails for a service which has a class coming from a third party
> library as a method parameter.
> Ex:
> @WebMethod
> public String getValue(MyClass test) {
> ...
> }
> If the class "MyClass" is coming from a third party library which is in the
> "lib" folder of the service archive, WSDL generation fails. To fix this
> issue, we have to add those third party libs into the "wsgen" classpath.
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.