Github user asfgit closed the pull request at:
https://github.com/apache/cxf/pull/123
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled
Hello,
i tried to create webservice client "from wsdl" ,when i run the client from
test class every thing is running well, but when i tried to call the client
from another module under jboss , i got the following error
Caused by: javax.xml.ws.WebServiceException:
org.apache.cxf.service.factory.S
Hi,
I wanted to be able to turn MTOM on and off based on the content of the
operation in question. I wanted this to work as a CXF feature available on
either the client or server. What I have come up with is available here:
https://github.com/pellcorp/JavaFirst/tree/cxf27/JavaFirst/src/main/jav