Receiving a DTO From an ASP.NET Web Service

后端 未结 3 1639
情书的邮戳
情书的邮戳 2021-01-28 07:10

If I run ASP.NET, and I am accessing a foreign asmx web service that returns a List of Person objects, where Person is some DTO defined by the foreign company, then what is the

3条回答
  •  猫巷女王i
    2021-01-28 07:36

    Please generate a Proxy Class for the Web Service. It can be a C# .cs file. It should contain the definition of the DTO which you can use in your client.

提交回复
热议问题