親愛なるコミュニティ 私はこれ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
ですか?
お時間とご回答いただきありがとうございます。