On 10/02/06, Aristide Moretti <[EMAIL PROTECTED]> wrote: > Hello i have a system with an application server. > I want to send some information with http/XML to my application server in > this way: > I want to send a xml information like these : > <SmartF xmlns="http://....." > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> > <Time>20041105-23:00:00:1000</Time> > <L> > <V>+12345678901</V> > ...... > <Time>20041105-23:00:00:1000</Time> > </L> > </SmartF> > These xml information: > 1- must be incapsulate in the POST request in field 'xml=' > 2- After send the POST request to the server > > I want use JMeter, is possible or i must to modify the source code of > Jmeter ? > If this is possible with JMeter, how do i do?
Create an HTTP Post request, and add a parameter with the name "xml" and the value as the XML string. See if that works. http://jakarta.apache.org/jmeter/usermanual/index.html S. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

