Get function prototype from wsdl : WSDL : Web Services SOAP WSDL PHP Source Code


PHP Source Code » Web Services SOAP WSDL » WSDL »

 

Get function prototype from wsdl




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

           
       



HTML code for linking to this page:

Follow Navioo On Twitter

PHP Source Code

 Navioo Web Services SOAP WSDL
» WSDL