1 Reply Latest reply on Dec 11, 2008 11:02 PM by rayokota

    Seam SOAPRequestHandler and MTOM?

    markpaterson

      Hi! I'm trying to enable MTOM for a web service that's processed by the Seam SOAPRequestHandler. I've tried enabling annotation in the bean, and tweaking the standard endpoint config file to use ##SOAP11_HTTP_MTOM, but so far my data is  still coming back inline. Is what I'm doing even possible?


      Thanks!

        • 1. Re: Seam SOAPRequestHandler and MTOM?
          rayokota

          I was having the same problem using MTOM with the SOAPRequestHandler and the JAXWS RI.  I had to comment out the code in the handleOutbound method which was trying to add the conversation ID to the SOAP header (I am not using conversations).  Then MTOM worked properly.