Hi am using Soapui for testing web services. i need to create a customer record with email address and password. the wsdl file has a create customer record service which contains emailid and password, wen i click the run(submit request) button in create customer record in soapui, i should get the emailid appended with current time of creation and any password. how to do this with groovy in soapui?
Lakshmi Narayanan