[
https://issues.apache.org/jira/browse/GERONIMO-2842?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12473617
]
Jarek Gawor commented on GERONIMO-2842:
---------------------------------------
Btw, notice that there is a loop:
for (WebserviceDescriptionType desc : wst.getWebserviceDescription()) { .. }
So there could be more then 1 WebserviceDescriptionType elements in the
descriptor file and each could have a different wsdl file. Therefore, you can't
pass wsdlDefinition as an instance variable. Only last wsdl definition read
would be used. So if you need to pass wsdl definition around you have to stick
it into the PortInfo object (e.g. create Axis2 specific PortInfo object by
extending the JAXWS one).
> Geronimo Axis2 - JAXWS Web Services are not working for WSDL provided
> situation
> -------------------------------------------------------------------------------
>
> Key: GERONIMO-2842
> URL: https://issues.apache.org/jira/browse/GERONIMO-2842
> Project: Geronimo
> Issue Type: Bug
> Security Level: public(Regular issues)
> Reporter: Lasantha Ranaweera
> Attachments: GERONIMO-2842.patch
>
>
> JAXWS webservices are not working in WSDL provided situation. This has been
> working for a previous release & missing right now.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.