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

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -