Forum Discussion

rns's avatar
rns
Occasional Visitor
2 years ago

Multiple input on specific tag inside WSDL import

Hi,

 

After importing a SOAP project using WSDL - we have a set of tags. I usually input a value in one such invoke tag. The problem is, I input the values one by one and click on Submit request to specified endpoint URL (Green start button) manually.

 

If there a way to paste inputs to invoke tag from a list or a text file one by one and do the invocation?

 

 

 

1 Reply

  • robby9's avatar
    robby9
    Occasional 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.

    https://retrobowl.pro/