Hi,
Any correct PHP code should.
Your code doesn't work because PHP can't find this SoapClient class. If
you use a built-in function, you need to activate an according php
extension in php.ini. Or if you a class from a file, you need to first put
this file somewhere (perhaps into the same directory where your script
is), and then do require_once to load this file into your script.