PDA

View Full Version : Soapclient


mkpatil
10-05-2010, 11:43 AM
I have tried other hosting sites and had problems with using web services APIs using Soapclient.
Example:
"Php Fatal Error Class Soapclient Not Found"

this is when I try to extend SoapClient

class PublicUserManagementWebService extends SoapClient {

private static $classmap = array(.....

Will I have the same problem if I host my site from discountasp.net?

Thanks

mkpatil
10-06-2010, 08:54 PM
Is SOAPClient installed in the base product (i.e., without extra addons?) Your reply is requested and appreciated.

mjp
10-07-2010, 11:10 AM
No Soap support at this time. But we are currently reassessing our global php configuration, so there may be some changes on the horizon. Honestly though, Soap is not something we get a lot of requests for.

mkpatil
10-07-2010, 11:19 AM
Thanks - truly appreciate your response.