Iā want to use SoapClient but seems that it is missing! because I got this Error:
Attempted to load class "SoapClient" from the global namespace.
Did you forget a "use" statement?
The soap extensions is enabled.
php v7.0.14
            Asked
            
        
        
            Active
            
        
            Viewed 4,377 times
        
    1
            
            
         
    
    
        Saman Mohamadi
        
- 4,454
- 4
- 38
- 58
- 
                    2What does your client code look like? Is it like this: `$client = new \Soapclient(...` Notice the backslash "\". Posting some of your code would be useful. ā Alvin Bunk Dec 27 '16 at 05:11
1 Answers
0
            
            
        possible duplicate https://stackoverflow.com/a/43488893/5809937
but when it installed, does it properly displays in phpinfo()(like here: https://stackoverflow.com/a/11391550/5809937) ?
- don't forget to clear symfony cache (manually or thru CLI-console) + restart apache !
 
    
    
        Community
        
- 1
- 1
 
    
    
        Vladimir Ch
        
- 487
- 1
- 12
- 26