Multiple input on specific tag inside WSDL import
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2023
02:06 AM
01-25-2023
02:06 AM
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?
Labels:
- Labels:
-
SOAP
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2023
07:14 AM
01-26-2023
07:14 AM
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.
