mercredi 11 octobre 2017

Is there a tool to loop through a database, generate SOAP request, execute and store response

Been on the lookout for a simple tool that would allow a user to test multiple SOAP operations with some sort of a database behind it take values from and loop through.
Before building one myself, I wanted to check with SO whether there was anything out there already that could do this.

Essentially the requirement is:

  • Some sort of a database backend for test cases
  • SOAP request library (wsdls or soap xmls)
  • Loop through database and generate a SOAP request
  • Send to endpoint
  • Store response

I'm aware that this is straightforward to build in almost any programming language, but just curious to see existing implementations, and if possible, not have to reinvent the wheel.

Aucun commentaire:

Enregistrer un commentaire