Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- //VinVerify REVS Check
- $client = new SoapClient("https://vinverify.com.au");
- var_dump($client->__getFunctions());
- var_dump($client->__getTypes());
- And here is the output it generates:
- array(
- [0] => "REVScheck Function1(FirstFunction $parameters)",
- [1] => "VinChek Function2(SecondFunction $parameters)",
- );
- array(
- [0] => struct Contact {
- id id;
- name name;
- }
- [1] => string "VIN ID"
- [2] => string "2 dollar only"
- }
- ?>
Advertisement
Advertisement