会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
代码改变世界
Cnblogs
Dashboard
Login
Home
Contact
Gallery
Subscribe
RSS
whitecf
随笔档案-2016年02月
powershell中使用New-WebServiceProxy调用webapi(webservice使用可,wcf使用不可)
2016-02-19 14:10 by whitecf, 937 阅读,
收藏
,
摘要: 无认证的webapi调用 $uri = "http://www.holidaywebservice.com/HolidayService_v2/HolidayService2.asmx"$proxy = New-WebServiceProxy -Uri $url$proxy.GetCountries
阅读全文
0 Comment
About