[ 
https://issues.apache.org/jira/browse/CXF-1610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12600652#action_12600652
 ] 

Benson Margulies commented on CXF-1610:
---------------------------------------

I think I'm on the trail of this.

Problem 1: when we build a WSDL from a service, we don't build <message/> 
elements at the top level.

Problem 2: when the DynamicClientFactory deals with a WSDL without the message 
elements, something goes wrong. Maybe wsdl4j infers the Messages incorrectly, I 
don't know yet.

> 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: Benson Margulies
>
> 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.

Reply via email to