Hi all,
I make a client in c# windows and call Basic authentication API (POST method) with input XML send to server and server give a response in XML
like input
<?xml version="1.0" encoding="UTF-8" standalone="yes"?><xml><Age>26</Age><emp_id>457812</emp_id>
how to make this?