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