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 :
>
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
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
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,
> >
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
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