Re: MTOM + XOP

2013-07-15 Thread Oleg Kalnichevski
On Sun, 2013-07-14 at 13:07 +0200, Philippe Mouawad wrote: Hello, I would like to implement MTOM+XOP requests. I would like a confirmation there is nothing already existing in HttpClient/Mime or Core. Hi Philippe There is nothing like that in HC but you may find Apache Mime4J useful. Hope

Re: MTOM + XOP

2013-07-15 Thread Philippe Mouawad
Thanks Oleg On Mon, Jul 15, 2013 at 9:29 AM, Oleg Kalnichevski ol...@apache.org wrote: On Sun, 2013-07-14 at 13:07 +0200, Philippe Mouawad wrote: Hello, I would like to implement MTOM+XOP requests. I would like a confirmation there is nothing already existing in HttpClient/Mime or Core

MTOM + XOP

2013-07-14 Thread Philippe Mouawad
Hello, I would like to implement MTOM+XOP requests. I would like a confirmation there is nothing already existing in HttpClient/Mime or Core. My first analysis shows I would need to have: - XopBodyPart (similar to FormBodyPart) which would be the whole request - XopEntity (similar