I have few problems with Web Services and KSoap library. I searched this topic before asking but couldn\'t find anything.
Here is the question : I have an url like
this should help out (php):
$client = new SoapClient("http://my_exposed_url?wsdl"); var_dump($client->__getFunctions()); var_dump($client->__getTypes());