【发布时间】:2011-03-12 16:16:47
【问题描述】:
我正在创建一个将从另一个服务调用的 WCF 服务。
在WSDL中soapaction出现如下
<soap12:operation soapAction="http://tempuri.org/ISubscriptionEvents/MyMethod" style="document" />
我希望它是
<soap12:operation soapAction="http://www.TextXYZ.com/FUNC/1/0/action/MyMethod" style="document" />
如何指定自定义肥皂动作?
【问题讨论】: