SOAP协议主要是XML交互,所以其访问过程类似于这样:

wget --header='Content-Type: text/xml;charset=utf-8' --post-data='<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
   <soapenv:Header>
   </soapenv:Header>
   <soapenv:Body>
   </soapenv:Body>
</soapenv:Envelope>' http://remotehost:8080/webservice/dosomething?wsdl -O result.xml

 

相关文章:

  • 2021-08-03
  • 2021-09-11
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-26
  • 2021-12-15
猜你喜欢
  • 2022-12-23
  • 2022-02-14
  • 2021-08-03
  • 2021-06-16
  • 2022-01-26
  • 2021-09-23
  • 2021-09-30
相关资源
相似解决方案