SoapClient not found

Permalink
Hello,

I have soapclient enabled in server but when i try to use it under other class due to namespace it try to access it with that namespace and says not found. Is there no way to access php classes like soapclient in c5 ?

 
nickname1794 replied on at Permalink Reply
I had the same issue,
solved with:
$client = new \SoapClient("some.ws");