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