wingmingchan/php7-cascade-ws-ns

getFormat fatal error

elwingert opened this issue · 2 comments

When attempting to retrieve a format with via soap and the following call:
$f = a\Format::getFormat( $service, $id );
I receive the following error:
Fatal error: Uncaught Error: Using $this when not in object context in php7-cascade-ws-ns/cascade_ws_ns7/asset_classes/Format.class.php:129

Is this local to my instance of cascade server or an issue with the library in general or maybe I should be doing this in a different manner now? This code did work as expected in the past (previous version of cascade server and previous version of your library) but I am now experiencing the error above.

Success! thank you!