[
https://issues.apache.org/jira/browse/CXF-1610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12600341#action_12600341
]
Benson Margulies commented on CXF-1610:
---------------------------------------
Here's what is going on. When the JAXWS+JAXB service answers the call for
?wsdl, the resulting wsdl is all wrong, having elements with stupid names
instead of types.
> Cannot build service model from WSDL for 'type' part of xsd:base64binary
> ------------------------------------------------------------------------
>
> Key: CXF-1610
> URL: https://issues.apache.org/jira/browse/CXF-1610
> Project: CXF
> Issue Type: Bug
> Affects Versions: 2.1.1
> Reporter: Benson Margulies
> Assignee: Daniel Kulp
>
> I'm about to commit a org.apache.cxf.systest.jaxws.JaxWsDynamicClientTest
> test. It is @Ignored, since it fails. It fails, apparently, because wsdl4j
> can't handle it's WSDL. The wsdl has a part with a type='xsd:base64Binary',
> but wsdl4j coughs up a null string for the type.
> Do we build a complex workaround involving parsing the wsdl for ourselves?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.