I have a question about soap request, calling web api and in soap request url fetch information like a form and in form password field alreday available so I just put the user password in password filed but I get the following error.
A variable, RuntimeArgument or a DelegateArgument already exists with the name ‘Password’. Names must be unique within an environment scope.
I guess there are two password variables you created…check the same…Also try not to use password as variable name instead use something else …it might be conflicting
In soap request wizard web service url fetch data then I will put data according fields and then click invoke the response XML format is correct but then click ok to soap then password field name error occurs