How to easily consume a web service from PHP

后端 未结 7 1747
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:06

    HI I got this from this site : http://forums.asp.net/t/887892.aspx?Consume+an+ASP+NET+Web+Service+with+PHP

    The web service has method Add which takes two params:

    Add(array("a" => "5", "b" =>"2")));
    ?>
    

提交回复
热议问题