SidD
SidD

Reputation: 6377

How to manage additional requests in SOAP UI

I received a WSDL file from another team containing a service named Service1. I imported it into SOAPUI, created the request body, and completed the testing.

After a few sprints, the other team added a new service, Service2, to the WSDL and provided me with the updated file containing both Service1 and Service2. When I import the updated WSDL into SOAPUI, it generates default request bodies. For Service1, I can manually copy the request body from the original WSDL, and for the new Service2, I’ll need to create the request body manually.

While this process works for a small number of services, it becomes inefficient as more services are added. Is there a better way to handle this—specifically, to update the new WSDL while retaining the request bodies from the previous one?

Upvotes: 0

Views: 8

Answers (0)

Related Questions