soapUI - any way to automatically generate input data?
- by Graham Clark
I've just started looking at soapUI, and it seems to be a pretty good web service testing tool. It can automatically generate request SOAP messages with all the elements from the WSDL in there, no problem. However, what would be splendid is if it could automatically generate sample random input data, using the WSDL as a guide.
For example, if my service is expecting a string, an enumeration, and a date-time, it seems like it wouldn't be too hard for the tool to generate one or more messages with valid values.
Is such a feature available in soapUI, either natively or as a plug-in, or am I over-simplifying this?