Results 1 to 8 of 8

Thread: MTOM support

  1. #1
    Join Date
    Nov 2008
    Location
    Swansea, Wales
    Posts
    202

    Default MTOM support

    Just wondering whether MTOM support was on the road map for SI WS at all? My use case is that I essentially act as a proxy web service, so a consumer sends me a SOAP request, I then make that SOAP request to the 'real' web service and send the SOAP response back to the consumer. At the moment I'm achieving this using inbound and outbound gateways and I have one scenario where i'm receiving an MTOM attachment and the the outbound gateway (or spring ws components) seems to resolve the attachment and the resultant SI message has the base64 encoded data in the payload. What I ultimately would like to do is send the response back with the MTOM attachment however that may be possible. I'm assuming this is a job for SI as it looks as if the inbound gateway deals with creating the response.

  2. #2
    Join Date
    Oct 2005
    Location
    Boston, MA
    Posts
    2,840

    Default

    Could you please create a new issue for this in JIRA?

    Thanks,
    Mark

  3. #3
    Join Date
    Nov 2008
    Location
    Swansea, Wales
    Posts
    202

  4. #4
    Join Date
    Oct 2005
    Location
    Boston, MA
    Posts
    2,840

    Default

    I set the target version to 2.0.4 for now. However, it might end up being a 2.1 feature. If you'd like to take a shot at implementing it, that would be great!

    -Mark

  5. #5
    Join Date
    Nov 2008
    Location
    Swansea, Wales
    Posts
    202

    Default

    Seems like a nice little challenge. Although I'm not sure the words little & nice are too appropriate

  6. #6
    Join Date
    Apr 2007
    Posts
    29

    Default

    Hi !

    Need too. It is not in 2.1.3 RELEASE. Any news about this ?

    Regards
    Gabe

  7. #7
    Join Date
    Mar 2011
    Posts
    13

    Default

    MTOM should be supported already if you are using the Jaxb2Marshaller you just need to set the mtomEnabled property on that to true.

  8. #8
    Join Date
    Apr 2007
    Posts
    29

    Default

    I think we don't speak about the same thing.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •