Tuesday, March 3, 2009

Get function prototype from wsdl

<?php
$ws = "http://www.xmethods.net/sd/2001/TemperatureService.wsdl";
$client = new SoapClient($ws);
var_dump($client->__getFunctions());
?>

No comments:

Post a Comment