WebService 有关http的PUT与GET的用法问题
webservice中http:binding的用法不太明白是怎么回事?它和soap:binding的区别是什么?
就是http:binding和soap访问webservice是一回事吗?
<http:operation location="/GetWeatherCityCode" />
是指直接链接上输入/GetWeatherCityCode就可以访问该方法了吗?但是为什么我用http的输入链接方式访问方法总是出现404错误?求大神帮忙
--------------------编程问答-------------------- --------------------编程问答-------------------- 用这个wsdl 生成本地代理后调用多简单啊。
不用你人肉解析啊 --------------------编程问答-------------------- webservice中http:binding 和soap:binding
http:Binding是用basicHttpBinding绑定的。走的http协议
soap:Binding
补充:.NET技术 , Web Services