I'm writing SOAP web service tests in Groovy/soapUI (the web service heavily takes advantage of complex datatypes). To make my life easier I'm looking for solutions to map complex datatypes to model classes in Groovy. Are there any automated solutions for this task, or do I need to write my own conversions?
I'm relatively new to SOAP and using the same classes for my data on the server-side and the client-side seems to be a good idea: please correct me if my approach is missing something.
Thanks!