Re: SOAP with Attachment

2013-07-27 Thread sebb
I don't know SOAP so I don't know what would be a sensible GUI to use to create SOAP requests. What exactly needs to be provided to make it easy to generate the SOAP requests? > >> I don't undertstand what you are proposing. >> >> I am working on this : >

Re: SOAP with Attachment

2013-07-27 Thread Philippe Mouawad
ely there would be no need to change anything? > Well I don't see how as a user you can specify you want to do SOAP + Attachment > I don't undertstand what you are proposing. > > I am working on this : https://issues.apache.org/bugzilla/show_bug.cgi?id=53628 Today how

Re: SOAP with Attachment

2013-07-27 Thread sebb
Header(header); > Map map = new HashMap(); > map.put("type", "text/xml"); > map.put("charset", "UTF-8"); > > bodyPart.setBody(body, "application/xop+xml", map); > bodyPart.setContentTransferEnc

Re: SOAP with Attachment

2013-07-27 Thread Philippe Mouawad
bodyPart.setBody(body, "application/xop+xml", map); bodyPart.setContentTransferEncoding("8bit"); return bodyPart; } } On Sat, Jul 27, 2013 at 2:13 PM, sebb wrote: > On 27 July 2013 13:02, Philippe Mouawad > wrote: > > Hello, > >

Re: SOAP with Attachment

2013-07-27 Thread sebb
On 27 July 2013 13:02, Philippe Mouawad wrote: > Hello, > I have started implementing Soap With Attachment (MTOM+XOP) and I was > wondering what's the best option for GUI. > > 1) Use HttpSampler. The problem is that it is already very rich and I don't > know how us

SOAP with Attachment

2013-07-27 Thread Philippe Mouawad
Hello, I have started implementing Soap With Attachment (MTOM+XOP) and I was wondering what's the best option for GUI. 1) Use HttpSampler. The problem is that it is already very rich and I don't know how user could tell he want's SOAP with Attachment. 2) Create a new GUI but i