web services - com.sun.xml.ws.encoding.MIMEPartStreamingDataHandler returned in CXF -
the jax ws webservice deployed in wildfly 10.1 (has embedded cxf per start logs), returns com.sun.xml.ws.encoding.mimepartstreamingdatahandler instance (at client stubs) responses attachments (enabled mtom).
the question why cxf (wf 10.1) returns com.sun.xml.ws.encoding.mimepartstreamingdatahandler instead of cxf specific class ? or because of wildfly meddling providers here ?
Comments
Post a Comment