Forum Discussion
robby9
3 years agoOccasional Visitor
Yes, there are ways to automate the process of inputting values into a SOAP invoke tag and submitting the request to an endpoint URL. One way to do this is by using a scripting language like Python to read inputs from a list or text file and use a library such as zeep to send SOAP requests with the inputs to the endpoint URL.