Updating SOAP projects using WSDL refactoring (Pro)
Updating a SOAP project's WSDL will often lead to changes to test endpoints, requests, responses, and/or operations. In a simple example like that of the previous recipe, this isn't a big deal. For more complex WSDL changes that involve more tests, SoapUI Pro has a nice graphical editor that manages the migration step by step.
SoapUI WSDL refactoring can help manage the following:
- Adding, removing, or renaming operations
- Adding, removing, or renaming request/response fields
- Resulting XPath (
Assertion
) updates
Getting ready
We'll work on the <chapter1 samples>/invoice-soap-v2-soapui-project.xml
project from the previous recipe. I have also included the project <chapter1 samples>/Invoice-soap-v3-soapui-project.xml ...
Get SoapUI Cookbook now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.