PaulDonny
12 years agoRegular Contributor
Building a Test Step from a WSDL
For my current project I need to systematically build projects solely from the WSDLs. I have the project, WSDL imported and TestSuite, TestCase and TestStep built with both the WsdlTest* and Test*Config made for each respectively. So I should what I think is full access to the Test's data.
How can I get the information from the WSDL to the Test Steps is the question I have. I am rather familiar with SoapUI so if I am just led in the right direction I should be able to figure it out.
Some things to note:
I am not within SoapUI itself but I have it fully imported into my Java project. I have full access to the WSDLs as well, their interface is imported. I will need to make edits to the XML either before or after adding it to the testStep but for now I am just trying to build a proof of concept for this.
Thanks in advance!
How can I get the information from the WSDL to the Test Steps is the question I have. I am rather familiar with SoapUI so if I am just led in the right direction I should be able to figure it out.
Some things to note:
I am not within SoapUI itself but I have it fully imported into my Java project. I have full access to the WSDLs as well, their interface is imported. I will need to make edits to the XML either before or after adding it to the testStep but for now I am just trying to build a proof of concept for this.
Thanks in advance!