web services - Sample Powershell script to call a .net webservice -


i have .net webservice (ws) hosted on iis7. ws has method update database. have call method every 2 hours. thinking of writing powershell script call method , powershell script executed every 2 hours nt scheduler. have googled sample powershell script, couldn't find any. new powershell. appreciated.

thanks

start taking @ help, , code examples, of new-webserviceproxy cmdlet. type in console:

get-help new-webserviceproxy -online 

Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -