创建XML的SOAP信封并将其作为HttpWebRequest发送到WebService

时间:2013-08-28 08:35:48

标签: c# xml web-services soap

亲爱的社区我正试图通过SOAP Envelope将此HttpWebRequest作为Webservice发送。

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<StatusNespolehlivyPlatceRequest xmlns="http://adis.mfcr.cz/rozhraniCRPDPH/">
<dic>445522999</dic>
</StatusNespolehlivyPlatceRequest>
</soapenv:Body>
</soapenv:Envelope>

我如何访问WebService参数并为给定的HttpWebRequest创建WebService

感谢您的时间和答案,我非常感激。

0 个答案:

没有答案