I need a JSP pae where user can enter following details
URL
UID
UserName
Password
package name
scenario name
payload name
path
intrusive
datafile
frequency
After entering all these details user will click on Start Payload Generator, Then you need to update following xml template
with the user entered details and call One A Java Program.
This java program is our payload generator, which will read the xml file and generates the payloads scenario server.
Here is the XML template:
-----------------------------------
<config>
<server url="http://localhost:8080/exam1"/>
<uid>ADDD</uid>
<username>Administrator</username>
<password>admin</password>
<package name="testShPack">
<scenario name="Scenario1"/>
<payload name="XMLFile1" path="salesorder.xml" intrusive="false" datafile="salesorder.csv" frequency="100"/> </package>
</config>