How to post SOAP Request from .NET?

前端 未结 7 2019
暖寄归人
暖寄归人 2020-12-08 02:28

I have the SOAP request in an XML file. I want to post the request to the web service in .net How to implement?

7条回答
  •  半阙折子戏
    2020-12-08 03:07

    I'm wondering how's the XML generated and is it a valid SOAP message? You can post it via HTTP as suggested by the folks above.

    If you want to test if that's going to work, you can give SoapUI a try (for testing I mean).

提交回复
热议问题