Problem with WCF client calling one-way operation

后端 未结 5 1169
不知归路
不知归路 2021-02-04 01:43

I have run into a problem when calling web service on a SAP PI bus from my WCF client. The operation is defined as one-way, and the method on my proxy operation contract is deco

5条回答
  •  滥情空心
    2021-02-04 02:06

    I would take a look at this article as well by Gerben van Loon here. One way operation might not really be one way according to the standards.

提交回复
热议问题