I have an api which is in the form of python script. How to consume this api in visual studio 2013 or 2010.
auditreport.py --user="username" --pass="password"
--wsdl="https://<messagepoint url>/mp/api/api.wsdl" --branch="domain
name" --node="instance name" --tpname="touchpoint name"
--tpguid="touchpoint GUID" --fromdate="YYYY-MM-DD" --todate="YYYY-MM-DD"
--prerelease="<false>|<true>"
Please suggest if anyone have any idea.