Hello Experts,I have a query, i am currently trying to do an automation with XML in excel sheet.I am trying to login to a website by using the below XML query. The website has four important fields which gets authenticated by verifying all four fields i.e., Usename, Password, Type and Empcode
[/list]
Currently what i am looking for is - i give the URL info in one of the cell like A1, Username in B1, Password in C1, Type in D1 and empcode in E1. It should post the above xml via https in a way that user should be allowed to login. Is it possible?The original website has the below code in the form
Code:
[list]
[*]<request>
[*]<apprec>
[*] <Username>XYZ</Username>
[*]</Password>ABC</Password>
[*] </apprec>
[*] <identification>
[*] <type>Finance</type>
[*] <empcode>1000</empcode>
[*] <duration>
[*] <time>1200</time>
[*] </duration> </identification>
[*]</apprec>
Currently what i am looking for is - i give the URL info in one of the cell like A1, Username in B1, Password in C1, Type in D1 and empcode in E1. It should post the above xml via https in a way that user should be allowed to login. Is it possible?The original website has the below code in the form
Code:
<FORM action="https://10.10.10.1/emplogin/login" id="xmlform" method="post">