Forum Discussion

VahidCh's avatar
11 years ago

call a method in several times

Hi there,i'm new in soap ui.
I would like to call a method which has so many fields.like:
Name,Lastname,Fathername and so on.
I want to call this method 20 times and I want to know that I have no data lose in WSDL.
for instance:
1)
Name:vahid
Lastname=ch
2)
Name=Vahid
Lastname=ch
..
14)
Name=null
Lastname=null
..
20)
name=vahid
Lastname=ch


is it possible to use soapui or not?
Thanks

1 Reply

  • nmrao's avatar
    nmrao
    Community Hero
    What you mean by "I need to call method with many fields?" Is a method of Java class? where you want to call 20 times? what is your test case? Could you please be little detailed?