Ravi Shekhar

Ravi Shekhar

  • NA
  • 4.5k
  • 2m

How to consume Web service in python script in VS?

Jun 3 2016 6:15 AM
I have an api which is in the form of python script. How to consume this api in visual studio 2013 or 2010. 
 
 
Request is like below :
 
 
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.
 
Thanks in advance