11
我正在創建一個將從另一個服務調用的WCF服務。如何爲WCF指定自定義SoapAction
在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" />
我如何指定自定義SOAP動作?