SoapClient class is not found

Problems with the Windows version of XAMPP, questions, comments, and anything related.

SoapClient class is not found

Postby josephmo » 09. September 2016 19:53

Code: Select all
<?php

$wsdl = 'https://www.xxxxx';
$client = new SoapClient($wsdl);


Gives me the following error.

Fatal error: Class 'SoapClient' not found in C:\Users\josep\OneDrive\development\test.php on line 4

I tried looking for class SoapClient in my enture \xampp directory, but could not find it. Any ideas?
josephmo
 
Posts: 9
Joined: 07. July 2009 10:39

Re: SoapClient class is not found

Postby Nobbie » 09. September 2016 20:19

Edit php.ini and "un-uncomment" the line which points to the extension php_soap.dll ("un-uncommenting" simply means removing the semicolon).

Then restart Apache.
Nobbie
 
Posts: 13170
Joined: 09. March 2008 13:04

Re: SoapClient class is not found

Postby josephmo » 09. September 2016 21:10

it did not work
josephmo
 
Posts: 9
Joined: 07. July 2009 10:39

Re: SoapClient class is not found

Postby Nobbie » 09. September 2016 21:41

I have no further idea.
Nobbie
 
Posts: 13170
Joined: 09. March 2008 13:04


Return to XAMPP for Windows

Who is online

Users browsing this forum: No registered users and 103 guests