【发布时间】:2018-09-24 13:05:32
【问题描述】:
我需要修改我的 WSDL 中的 soapAction,使其仅包含 ServiceOperation/ServiceMethod。
当我将命名空间属性留空时,它会将其设置为:
<soap:operation soapAction="urn:ServiceName/GetCustomers" style="document"/>
当我删除命名空间属性时,tempuri.org 命名空间会介入并破坏结果。
必须做什么:
<soap:operation soapAction="ServiceName/GetCustomers" style="document"/>
有什么方法可以实现吗? 感谢您的帮助。
【问题讨论】: