0 Replies Latest reply on Dec 17, 2011 9:31 AM by spyhunter99

    MTOM enabled = disabling SOAP Handlers?

    spyhunter99

      I was doing some experimentation with some existing web services by adding the annotation @MTOM(enabled=true) and now my SOAPHandlers never get fired off.

       

      Does enabling MTOM somehow classify the service an jaxrpc or something? I'm running 3.4.1 native on jboss 6 final

       

      Fully annotations

       

      @javax.ejb.Stateless

      @MTOM(enabled = true)

      @WebService(serviceName = "MyService", name = "MyServiceMtom",

      targetNamespace = "urn:MyService")

      @SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.WRAPPED, use = SOAPBinding.Use.LITERAL)

       

       

      has this been reporting on the cxf stack?