Xml soap中的soapAction属性:WSDL中的操作元素

Xml soap中的soapAction属性:WSDL中的操作元素,xml,soap,wsdl,Xml,Soap,Wsdl,我在阅读这个wsdl文件时遇到了这个绑定元素 <binding name="FactorialServicePortBinding" type="tns:FactorialService"><soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/><operation name="calculateFactorial"><soap:operation

我在阅读这个wsdl文件时遇到了这个绑定元素

<binding name="FactorialServicePortBinding" type="tns:FactorialService"><soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/><operation name="calculateFactorial"><soap:operation soapAction=""/><input><soap:body use="literal"/></input><output><soap:body use="literal"/></output></operation></binding>

我想知道soap:operation元素中的soapAction属性是什么。 有人能解释一下这个属性及其用法吗?? 谢谢