notyourwork/snsoapclient

DefaultValues::set

Closed this issue · 1 comments

PHP Fatal error: Class 'DefaultValues' not found in /var/www/include/snsoapclient-master/phpsoapclient/Class.SoapClient.php on line 243

It would appear that this DefaultValues object is not defined anywhere? Could you please share the latest code to make this library more usable?

Thanks!

My apologies for not including that. I tossed it on here for archive purposes in case someone down the road needed a PHP interface for ServiceNow.

If you pull 6e06c10 you should now find defaultvalues class. :)

https://raw.github.com/notyourwork/snsoapclient/master/phpsoapclient/Class.DefaultValues.php

Cheers!