How to easily consume a web service from PHP

后端 未结 7 1712
Happy的楠姐
Happy的楠姐 2020-11-27 10:50

Is there available any tool for PHP which can be used to generate code for consuming a web service based on its WSDL? Something comparable to clicking \"Add Web Reference\"

相关标签:
7条回答
  • 2020-11-27 11:23

    This article explains how you can use PHP SoapClient to call a api web service.

    0 讨论(0)
提交回复
热议问题