SOAP(C#):WSDL绑定协议类型 [英] SOAP (C#): WSDL binding protocol type

查看:315
本文介绍了SOAP(C#):WSDL绑定协议类型的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我正在研究如何使用SOAP(语言C#)动态调用Web服务.为此,我的程序获取WSDL并对其进行解析以创建SOAP请求.

通过查看WSDL,如何确保Web服务支持SOAP协议?

谢谢,
Asif

Hi,

I am working on how to call a web service dynamically using SOAP (language c#). For this purpose, my program gets the WSDL and parses it to create the SOAP request.

How can I assure that a web service supports the SOAP protocol by looking at WSDL?

Thanks,
Asif

推荐答案

WSDL文件中的绑定部分应该说明这一点.
The bindings section in the WSDL file should tell that.


感谢回复.

mjbohn是的,这是您提到的唯一线索(< soap:binding transport ="http://some/URI/blabla" xmlns:soap =#unknown"<//soap:binding>).它将验证Web服务对SOAP协议的支持.



----
Asif
Thanks for replying.

mjbohn yes that is the only clue that you have mentioned(<soap:binding transport="http://some/URI/blabla" xmlns:soap="#unknown"></soap:binding>). Which will verify support of SOAP protocol by a web service.



----
Asif


这篇关于SOAP(C#):WSDL绑定协议类型的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆