Re: MultipartEntityBuilder limitations

2014-12-02 Thread Stefan Magnus Landrø
I'd love to, but EBMS requires SwA (no XOP) 2014-12-02 14:30 GMT+01:00 Michael Osipov : > Am 2014-12-02 um 10:48 schrieb Stefan Magnus Landrø: > >> Hi there, >> >> I see the MultipartEntityBuilder is rather limited in functionality (I'm >> trying to create a soap with attachments request - EBMS s

Re: MultipartEntityBuilder limitations

2014-12-02 Thread Michael Osipov
Am 2014-12-02 um 10:48 schrieb Stefan Magnus Landrø: Hi there, I see the MultipartEntityBuilder is rather limited in functionality (I'm trying to create a soap with attachments request - EBMS style) Just a stupid question: Why don't you use a JAX-WS client with XOP? Michael ---

Re: MultipartEntityBuilder limitations

2014-12-02 Thread Stefan Magnus Landrø
Hi, I had a go with 4.4-b1. I need to generate a header similar the following: Content-Type: multipart/related; type="application/soap+xml"; boundary="=_Part_2_6825397.1130520599536" I achieved that by doing a HttpEntity reqEntity = MultipartEntityBuilder.create().setMimeSubtype("related;

Re: MultipartEntityBuilder limitations

2014-12-02 Thread Stefan Magnus Landrø
ok. Great. How stable is the 4.4 line? Would it be ok to use for prime time if we test our use cases well? 2014-12-02 11:03 GMT+01:00 Oleg Kalnichevski : > On Tue, 2014-12-02 at 10:48 +0100, Stefan Magnus Landrø wrote: > > Hi there, > > > > I see the MultipartEntityBuilder is rather limited in fu

Re: When should I use the ClientAuthentication ?

2014-12-02 Thread Avi Hayun
Thank you very much. It works. I appreciate your help. Avi. On Mon, Dec 1, 2014 at 6:00 PM, Ander Juaristi Alamos wrote: > I've never used it, but it seems to be an implementation of the HTTP > Basic/Digest Authentication, defined in RFC 2617: > http://www.ietf.org/rfc/rfc2617.txt. Please s

Re: MultipartEntityBuilder limitations

2014-12-02 Thread Oleg Kalnichevski
On Tue, 2014-12-02 at 10:48 +0100, Stefan Magnus Landrø wrote: > Hi there, > > I see the MultipartEntityBuilder is rather limited in functionality (I'm > trying to create a soap with attachments request - EBMS style) > > For instance, it is currently impossible to set the subtype. Please have a

MultipartEntityBuilder limitations

2014-12-02 Thread Stefan Magnus Landrø
Hi there, I see the MultipartEntityBuilder is rather limited in functionality (I'm trying to create a soap with attachments request - EBMS style) For instance, it is currently impossible to set the subtype. There are other missing features too. Is it ok to provide pull request over at github? S