Hi, I am creating a WCF service which will be called from another service.
In the WSDL soapaction is appearing as follows
<soap12:operation soapAction="http://tempuri.org/ISubscriptionEvents/MyMethod" style="document" />
I want it to be
<soap12:operation soapAction="http://www.TextXYZ.com/FUNC/1/0/action/MyMethod" style="document" />
How can I specify the custom soap action?