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

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-02
  • 2022-02-01
猜你喜欢
  • 2021-08-07
  • 2021-07-24
  • 2022-12-23
  • 2021-12-15
  • 2022-12-23
  • 2021-12-07
  • 2022-12-23
相关资源
相似解决方案