I’m using SOAP request to get data from url but it is asking for AuthenticationInfo.But authenticationInfo has two field “userName” and “password”,How to pass both value into single field of AuthenticationInfo.Please let me know if you have any solution.
I’m normally using SOAPUI to fetch the data, here I’m putting userName and password directly as like below urn:userNameadmin</urn:userName>
<urn;password>admin</urn:password>
but I don’t know how to pass userName and password to AuthenticationInfo.
Can you try once after deleting the AuthenticationInfo parameter from the list of names you declared.
As you’re passing the username, password explicitly , then this field is not required. Also, there is no type available in .net type with AuthenticationInfo.