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