soap的调用方式


1.方式1    url:http://localhost:3651/recruit/index.asmx?WSDL

post 内容:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/">
   <soapenv:Header/>
   <soapenv:Body>
      <tem:HelloWorld>
         <!--Optional:-->
         <tem:msg>this is abc</tem:msg>
      </tem:HelloWorld>
   </soapenv:Body>
</soapenv:Envelope>

 

方式2:url :http://localhost:3651/recruit/index.asmx?op=HelloWorld

post参数:msg=123

方式3:url :http://localhost:3651/recruit/index.asmx/HelloWorld

post参数:msg=123


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM