我将以下WSDL文件上传到Windows Azure Webistes
http://pippogr.azurewebsites.net/ChurchGuideServices.svc?wsdl
您能告诉我Soap_ACtion MEthod名称的值是什么,方法的命名空间:GetMessage
由于
答案 0 :(得分:0)
你可以在绑定标签中找到它.....
<wsdl:operation name="GetMessage">
<soap:operation soapAction="http://tempuri.org/IChurchGuideServices/GetMessage" style="document"/>
<wsdl:input>
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
和命名空间:
xmlns:tns="http://tempuri.org/"