亲爱的社区我正试图通过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
?
感谢您的时间和答案,我非常感激。