need groovy script to generate sample request from wsdl?
Hi,
I am new to groovy and have a requirement to create a sample request using wsdl and then sample request would be used to map with data extracted from an oracle table. We will be using many number of wsdl for different clients so need to create a generic process where request should be created by reading wsdl. So, I wanted to take an approach where I could generate sample request reading wsdl link. so that If i change wsdl link request created should be changed.
I'm a huge fan of SOAPUI's groovy support, however you do not need to use Groovy to do most of this, the bulk of it is supported natively in SOAPUI.
Creating a test project from a WSDL
https://www.soapui.org/soap-and-wsdl/getting-started.html
Creating boilerplate TestSuites fom the imported WSDL
https://www.soapui.org/docs/functional-testing/getting-started.html
Data Driven Testing
https://www.soapui.org/docs/data-driven-tests/functional-tests.html