Could I get a simple example of using PHP\'s SoapClient class to make an empty call to Paypal with nothing but the version number? I have the correct WSDL url and server ur
Did you check out the API's provided by PayPal here? And a direct link to the PHP SOAP API download.
And here is a link to the NVP API which PayPal recommends you use.