[GitHub] cxf pull request: [CXF-5193] Fix anonymous fixed IDL type handling

2016-03-20 Thread asfgit
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

CXF Webservice client exception

2016-03-20 Thread mostafa
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

Looking for advice / criticism (polite hopefully) of my implementation of operation level MTOM configuration

2016-03-20 Thread Jason Pell
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