Forum Discussion

a21mit's avatar
a21mit
New Contributor
10 years ago

How to change the paramter value in Request String

This is my Request String below:

Request String:
STRTYP=HD&STRNBR=0153&CUSTNAME=Home+Depot+9762&PONO=Ref123&SHNAME=TEST+CUSTOMER&SHADDR1=ASDASD&SHADDR2=&SHCIT=ATLANTA&SHST=GA&SHZIP=28006&SHPH1=770&SHPH2=943&SHPH3=4837&SHPHTYP1=H&SHPHPIN1=&SHPH4=770&SHPH5=943&SHPH6=4837&SHPHTYP2=W&SHPHPIN2=&SHPH7=0&SHPH8=0&SHPH9=&SHPHTYP3=P&SHPHPIN3=&CRSST1=&CRSST2=&XDockName=SPIRIT+DELIVERY&XDockADDR1=4897+LEWIS+ROAD%2C+UNIT+B&SHADDR2=&XDockCIT=STONE+MOUNTAIN&XDockST=GA&XDockZIP=27054&XDockPhone=7708675309&QTY01=01&MODEL01=M920&QTY02=01&MODEL02=LG*GasRange&QTY03=01&MODEL03=SA*Refrigerators&CUSTSER=&RQDTE=12302006&ORDERsrc=S&VNDRFLG=GL&MSNO=L123456789,U000000003&

Scenario: I need to submit this same request multiple times but for every request that I am submitting i want that PONO (marked in bold above) should be different then the previous request. How this can be achieved in SoapUI?
Is there any option which provides this flexbility that can change the PONO paramater value before everytime this request is triggered.
Please provide detailed steps if possible.