i have a simple application that submits xml data from the browser to
a servlet.  the xml data is recieved as the payload.  when recording
via jmeter, if there's an XML declaration in the xml being sent :
<?xml version="1.0" encoding="UTF-8" ?>,
then jmeter gives the following in the jmx:

                  <stringProp name="Argument.name">&lt;?xml version</stringProp>

the rest of the data is in the value

<stringProp name="Argument.value">&quot;1.0&quot;
encoding=&quot;UTF-8&quot; ?&gt;
... continued with actual xml data...

if i remove the xml declaration at the top, then, the data is all part
of the name parameter, at least according to the gui.  by the way, my
xml data contains no = symbols, as there are no attributes in the xml.

i'm still working with this, my goal is to post xml data as the
payload to a URL via jmeter. any insights would be most appreciated.

~mark


On 11/12/05, sebb <[EMAIL PROTECTED]> wrote:
> On 12/11/05, Carsten Sensler <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> >
> >
> > can I record and test XMLHTTPRequests like AJAX-based websites?
>
> Why not try it?
>
> >
> >
> > How can i implement a XMLHTTPRequest, if no solution exists?
> >
>
> Isn't XML HTTP just an HTTP request with an XML payload?
>
> In which case, it should just work as normal - if it does not work,
> raise a Bug ...
>
> S.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to